08 2009 档案

摘要:/*Remoting 异步队列实现,流程如下1.并发若干客户端程序通过调用 RemotingQueue Server 提供的公开远程方法 Enqueue 将数据元素入队尾2.RemotingQueue Server 发现队列不为空,则并发若干线程陆续 Dequeue 队首数据元素并处理注意:1.队列的数据元素定义需自行实现2.对出列数据元素的处理程序需自行实现不受 Remoting 生命周期租约过... 阅读全文
posted @ 2009-08-26 00:54 于斯人也 阅读(1013) 评论(1) 推荐(0) 编辑
摘要://---------------------------------------------------------------------// This file is part of the Microsoft .NET Framework SDK Code Samples.// // Copyright (C) Microsoft Corporation. All rights re... 阅读全文
posted @ 2009-08-25 12:00 于斯人也 阅读(1106) 评论(0) 推荐(0) 编辑
摘要:namespace Test{ using System; using Microshaoft; public class Class1 { static void Main(string[] args) { Console.WriteLine("第一个\".\"和第二个\".\"之间的数字按小数比较,其他按整数比较"); StringV... 阅读全文
posted @ 2009-08-05 13:34 于斯人也 阅读(1074) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示