06 2012 档案

摘要:namespace Microshaoft{ using System; using System.Linq; using System.Threading.Tasks; using System.Threading; using System.Collections.Generic; using System.Collections.Concurrent; class Program { static void Main(string[] args) { var list = new List<... 阅读全文
posted @ 2012-06-29 19:59 于斯人也 阅读(288) 评论(0) 推荐(0) 编辑
摘要:namespace ConsoleApplication{ using System; public class Class { static void Main(string[] args) { Console.WriteLine("Hello World"); Console.WriteLine(Environment.Version.ToString()); } }}namespace Microshaoft{ using System; using System.R... 阅读全文
posted @ 2012-06-28 23:59 于斯人也 阅读(1007) 评论(0) 推荐(0) 编辑
摘要:namespace Microshaoft{ using System; using System.Threading.Tasks; using System.Web; public class HttpTaskAsyncHandler : IHttpAsyncHandler { public bool IsReusable { get { return false; } } public void ProcessRequest(HttpContext context) {... 阅读全文
posted @ 2012-06-21 00:50 于斯人也 阅读(1032) 评论(0) 推荐(0) 编辑
摘要:namespace Microshaoft{ using System; using System.Timers; public class EasyTimer { private Timer _timer; public void Start() { if (_timer != null) { _timer.Start(); } } private int _intervalSeconds; ... 阅读全文
posted @ 2012-06-16 23:05 于斯人也 阅读(505) 评论(0) 推荐(0) 编辑

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