上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 27 下一页
摘要: namespace Test{ using System; using System.IO; using System.Text; using System.Xml; using System.Xml.Serialization; using Test.Share; using Microshaoft; public class Class1 { static void Main(string[]... 阅读全文
posted @ 2010-11-27 02:24 于斯人也 阅读(2416) 评论(0) 推荐(0) 编辑
摘要: <%@ WebHandler Language="C#" Class="Microshaoft.AsyncProcessHandler" %>//=================================================#define c4 //C# 4.0+//#define c2namespace Microshaof... 阅读全文
posted @ 2010-11-04 00:08 于斯人也 阅读(655) 评论(0) 推荐(0) 编辑
摘要: //AsyncQueue.cs#define c4 //C# 4.0+//#define c2namespace Microshaoft{ using System; using System.Threading; using System.Diagnostics; using System.Collections.Generic;#if c4 using System.Collections.C... 阅读全文
posted @ 2010-11-01 13:09 于斯人也 阅读(452) 评论(0) 推荐(0) 编辑
摘要: // Server.csnamespace WCF.Services{ using System; using System.ServiceModel; using Contracts.Operations; // Service class which implements the service contract. // Added code to write output to the co... 阅读全文
posted @ 2010-10-31 02:43 于斯人也 阅读(790) 评论(0) 推荐(0) 编辑
摘要: // WCF.MSMQ.Message.Sender.(WCF.to.MSMQ).csnamespace WCF.MSMQ.MessageSender.Host{ using System; using System.Transactions; using System.ServiceModel.MsmqIntegration; using System.ServiceModel; using C... 阅读全文
posted @ 2010-10-31 01:27 于斯人也 阅读(613) 评论(0) 推荐(0) 编辑
摘要: namespace Test{ using System; using System.Net; using System.Net.Sockets; using System.Text; using Microshaoft; public class AsyncSocketAsyncQueueHandlerProxyServer { public static int Main(String[] a... 阅读全文
posted @ 2010-10-16 23:58 于斯人也 阅读(603) 评论(0) 推荐(0) 编辑
摘要: namespace Test{ using System; using System.Net; using System.Net.Sockets; using System.Text; using System.IO; using System.Threading; using Microshaoft; public class AsyncSocketAsyncDataQueueHandlerEc... 阅读全文
posted @ 2010-10-16 23:54 于斯人也 阅读(514) 评论(0) 推荐(0) 编辑
摘要: <%@ Page language="C#" validaterequest="false" enableviewstate="false"%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www... 阅读全文
posted @ 2010-05-26 15:10 于斯人也 阅读(473) 评论(0) 推荐(0) 编辑
摘要: /*Remoting 异步队列实现,流程如下1.并发若干客户端程序通过调用 Remoting CocurrentQueue Server 提供的公开远程方法 Enqueue 将数据元素入队尾2.Remoting CocurrentQueue Server 发现队列不为空,则并发若干线程陆续 Dequeue 队首数据元素并处理注意:1.队列的数据元素定义需自行实现2.对出列数据元素的处理程序需自行实... 阅读全文
posted @ 2010-05-01 00:52 于斯人也 阅读(884) 评论(0) 推荐(0) 编辑
摘要: /*csc /t:library Share.cs*/namespace Microshaoft{ using System; using System.Collections; using System.Collections.Generic; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels; using... 阅读全文
posted @ 2009-12-22 23:02 于斯人也 阅读(3265) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 27 下一页