引言: using System;using System.Runtime.Remoting ;using System.Runtime.Remoting.Services ;using System.Runtime.Remoting.Activation ;using System.Runtime.R...
摘要:sox and bpm
sarbanes-oxley is a us law passed in 2002 to strengthen corporate governance and restore investor confidence. act was sponsored by us senator paul sarbanes and us representative michael......
摘要:.net中的缓存技术(一): 缓存是一项在计算中广泛用来提高性能的技术,它将访问频率高的数据或构造成本高的数据存储在内存中。 在web开发中,性能是应用程序好坏的一个重要因素,而缓存对提高性能带来很大的帮助。让我们来看看缓存能解决的问题: 1. 性能——将相应数据存储起来以避免数据的重复创建、处理和传输,可有效提高性能。比如将不改变的数据缓存起来,例如国家列表等,这样能明显......
.NET :消息与AOP(二) using system;
using system.runtime.remoting.services ; 【程序编程相关:
俺设计的基于J2EE架构的模拟考试系统】using system.runtime.remoting ; 【推荐阅读:
参加开源项目】using system.runtime.remoting.proxies ; 【扩展信息:
实现服务器端的多线程SOCKET Ser】using system.runtime.remoting.activation ;using system.runtime.remoting.messaging ;
/*
本程序说明了截获是如何进行的,以及真实代理与透明代理之间的关系及交互.*/namespace intercept_example{ class class1 { [stathread] static void main(string[] args) { example exa = new example("sky" ) ; exa.say_hello() ; } } //定义一个真实代理,用于实现一个特定的预处理与后处理 public class interceptproxy : realproxy { private readonly marshalbyrefobject target ; public interceptproxy(marshalbyrefobject obj ,type type) :base(type) { this.target = obj ; }...
下一页 摘要:本人其实是从事维护工作,编程只能算是业余爱好。此文纯粹是从商业的角度谈一点看法,权当是旁观者的门外之言,高手们大可当笑话来看。
(前几日发的“一个javafans的质疑和忧虑”得到大家的热烈捧场,实在是受宠若惊。非常感谢各位的讨论,只希望不要留一大排重复的词语。在此请教如何删除?这篇文章肯定又要讨骂了。不过笔者以为广大同道都是勤奋上进的好同志,不能只埋头coding,否......