上一页 1 2 3 4 5 6 7 8 ··· 27 下一页
摘要: //#define NET35namespace TestConsoleApplication{ using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Microshaoft; class Program { static void Main(string[] args) { Console.WriteLine("Begin ..."); ... 阅读全文
posted @ 2012-09-25 11:25 于斯人也 阅读(325) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title> new document </title> <META NAME="Generator" CON 阅读全文
posted @ 2012-09-18 21:34 于斯人也 阅读(599) 评论(0) 推荐(0) 编辑
摘要: namespace TestConsoleApplication{ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Diagnostics; using Microshaoft; class Program { static void Main(string[] args) { Console.W... 阅读全文
posted @ 2012-09-12 22:18 于斯人也 阅读(366) 评论(0) 推荐(0) 编辑
摘要: @echo offsetlocalset _DateOffsetStart_=%1set _DateOffsetDays_=%2set _StepDays_=-1set _today_=%date%set _yyyy_=%_today_:~0,4%set _MM_=%_today_:~5,2%set _dd_=%_today_:~8,2%call :DateToDays %_yyyy_% %_MM_% %_dd_% _days_rem echo %_days_%set /a _DateOffsetEnd_=%_DateOffsetStart_%-%_DateOffsetDays_%+1for 阅读全文
posted @ 2012-09-01 22:19 于斯人也 阅读(558) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication{ using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Xml.Serialization; using Microshaoft; public class Class1 { //[STAThread] [Serializable] public class En... 阅读全文
posted @ 2012-08-16 22:02 于斯人也 阅读(787) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication{ using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Xml.Serialization; using Microshaoft; public class Class1 { //[STAThread] [Serializable] public class En... 阅读全文
posted @ 2012-08-16 20:25 于斯人也 阅读(799) 评论(0) 推荐(0) 编辑
摘要: /*http://msdn.microsoft.com/zh-cn/library/bb470252http://msdn.microsoft.com/zh-cn/library/ms178472*/namespace Microshaoft{ using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Threading; using System.Reflection; public class TestHttpM... 阅读全文
posted @ 2012-08-15 00:54 于斯人也 阅读(833) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication{ using System; using System.Diagnostics; using Microshaoft; /// <summary> /// Class1 的摘要说明。 /// </summary> public class Class1 { /// <summary> /// 应用程序的主入口点。 /// </summary> //[STAThread] static void Main(string[]... 阅读全文
posted @ 2012-08-13 23:33 于斯人也 阅读(345) 评论(0) 推荐(0) 编辑
摘要: namespace Test{ using System; using Microsoft.CSharp; using System.CodeDom.Compiler; using System.Reflection; using Microshaoft; pub... 阅读全文
posted @ 2012-08-13 00:47 于斯人也 阅读(356) 评论(0) 推荐(0) 编辑
摘要: #define NET45namespace Test{ using Microshaoft; using System; using System.Diagnostics; using System.IO; public class Program { ... 阅读全文
posted @ 2012-08-12 02:12 于斯人也 阅读(336) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 27 下一页