2004年2月11日

Remoting with thread safe

摘要: public class Service : MarshalByRefObject{ private static int seed = 0; private int id; public Service() { //seed是static,能锁定吗? //这样的代码具备,线程安全吗?我很担心。 //改成lock(seed) ... 阅读全文

posted @ 2004-02-11 17:06 Meyer 阅读(562) 评论(0) 推荐(0) 编辑

2004年1月29日

新年好

摘要: 今天开工,新的一年到了。 祝大家新年新气象。 阅读全文

posted @ 2004-01-29 09:10 Meyer 阅读(489) 评论(1) 推荐(1) 编辑

2004年1月15日

祝贺

摘要: 第一次有了自己的blog,纪念一下, 不过年终了,没有时间写什么,明年一定好好写点东西。 希望大家能过个好年。 阅读全文

posted @ 2004-01-15 08:58 Meyer 阅读(458) 评论(1) 推荐(1) 编辑

导航