摘要:
//#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 ..."); ... 阅读全文
摘要:
<!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 阅读全文
摘要:
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... 阅读全文
摘要:
@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 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
/*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... 阅读全文
摘要:
namespace ConsoleApplication{ using System; using System.Diagnostics; using Microshaoft; /// <summary> /// Class1 的摘要说明。 /// </summary> public class Class1 { /// <summary> /// 应用程序的主入口点。 /// </summary> //[STAThread] static void Main(string[]... 阅读全文
摘要:
namespace Test{ using System; using Microsoft.CSharp; using System.CodeDom.Compiler; using System.Reflection; using Microshaoft; pub... 阅读全文
摘要:
#define NET45namespace Test{ using Microshaoft; using System; using System.Diagnostics; using System.IO; public class Program { ... 阅读全文