上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 27 下一页
摘要: /*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-21 18:40 于斯人也 阅读(2316) 评论(0) 推荐(1) 编辑
摘要: /* C# 委托的发展史: .Net 1.x 委托 =>.Net 2.x 匿名方法 => .Net 3.0/3.5 Lambda 表达式 ms-help://MS.MSDNQTR.v90.chs/dv_csref/html/6ce3f04d-0c71-4728-9127-634c7e9a8365.htm 在 C# 1.0 中,您通过使用在代码中其他位置定义的方法显式初始化委托来创建委托... 阅读全文
posted @ 2009-11-16 00:33 于斯人也 阅读(3039) 评论(3) 推荐(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 @ 2009-10-14 17:39 于斯人也 阅读(3772) 评论(0) 推荐(1) 编辑
摘要: 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 @ 2009-10-14 16:41 于斯人也 阅读(3964) 评论(2) 推荐(0) 编辑
摘要: namespace Test{ using System; using System.Net; using System.Net.Sockets; using System.Text; using Microshaoft; public class SyncSocketAsyncHandlerProxyServer { public static int Main(String[] args) {... 阅读全文
posted @ 2009-10-12 18:51 于斯人也 阅读(2222) 评论(0) 推荐(0) 编辑
摘要: <html xmlns="http://www.w3.org/1999/xhtml"><head> <title> new document </title> <meta name="generator" content="editplus" /> <meta name=&... 阅读全文
posted @ 2009-09-29 23:45 于斯人也 阅读(3253) 评论(2) 推荐(1) 编辑
摘要: namespace Test{ using System; using System.IO; using System.Text; using System.Xml; using System.Xml.Serialization; using Microshaoft; public class Class1 { static void Main(string[] args) { string te... 阅读全文
posted @ 2009-09-18 22:33 于斯人也 阅读(1323) 评论(0) 推荐(0) 编辑
摘要: //csc.exe /r:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\microsoft.visualbasic.dll noname1.csnamespace ConsoleApplication{ using System; using System.Text; using JeffreyZhao; using Microshaoft; /// ... 阅读全文
posted @ 2009-09-11 15:38 于斯人也 阅读(1071) 评论(0) 推荐(0) 编辑
摘要: EditPlus 于 2009-08-08 升级到 v3.11(421) 但是今天2009-09-11才在官网可以下载的升级包http://www.editplus.com/trouble.htmlDATE: 2009-08-08BUILD: 421This is a patch file to fix the bugs of EditPlus v3.11Copyright © 1998... 阅读全文
posted @ 2009-09-11 13:11 于斯人也 阅读(717) 评论(2) 推荐(0) 编辑
摘要: namespace Microshaoft{ using System; using System.Timers; using System.Management; using System.ServiceProcess; using System.Diagnostics; using System.ComponentModel; using System.Collections.Generic;... 阅读全文
posted @ 2009-09-08 10:32 于斯人也 阅读(921) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 27 下一页