上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 27 下一页
摘要: namespace ConsoleApplication{ using System; using System.Reflection; using System.Reflection.Emit; using System.Collections.Generic; //using System.Text; using System.Linq; using System.Diagnostics; //using System.Linq.Expressions; using Microshaoft; /// <summary> //... 阅读全文
posted @ 2012-04-04 02:35 于斯人也 阅读(615) 评论(1) 推荐(0) 编辑
摘要: // csc test.cs /r:Google.ProtocolBuffers.dllnamespace ConsoleApplication{ using System; using System.IO; using System.Linq; using Google.ProtocolBuffers; using Microshaoft; /// <summary> /// Class1 的摘要说明。 /// </summary> public class Program { static void Main(str... 阅读全文
posted @ 2012-04-02 03:36 于斯人也 阅读(3927) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.CompilerServices;[assembly: InternalsVisibleTo(MsgPack.CompiledPacker.MethodBuilderPacker.AssemblyName)]//========================================================================================================//// Copyright 2011 Kazuki Oikawa//// Licensed under the Apache Licen 阅读全文
posted @ 2012-04-01 16:35 于斯人也 阅读(1437) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication{ using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using System.IO; using System.Net; using System.Net.Mail; using System.Net.Mime; using Microshaoft; using OpenPop.Mime; using OpenPop.P... 阅读全文
posted @ 2012-03-27 01:22 于斯人也 阅读(5423) 评论(0) 推荐(0) 编辑
摘要: namespace Microshaoft{ using System; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Microshaoft; class Program { static void Main(string[] args) { Assembly asm = Assembly.GetExecutingAssembly(); ... 阅读全文
posted @ 2012-03-01 20:48 于斯人也 阅读(604) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication{ using System; using System.Linq; using System.Reflection; using System.Collections.Generic; using Microshaoft; public class Class1 { static void Main(string[] args) { string formula = "(({0}-{1})/{2}+{3})*{4}"; st... 阅读全文
posted @ 2012-03-01 20:38 于斯人也 阅读(580) 评论(0) 推荐(0) 编辑
摘要: //#define c4 //C# 4.0+#define c4namespace Microshaoft{ using System; using System.Threading; using System.Diagnostics; using System.Collections.Generic;#if c4 using System.Collections.Concurrent;#endif using Microshaoft; public class ConcurrentAsyncQueue<T>#if c2 ... 阅读全文
posted @ 2012-02-23 19:38 于斯人也 阅读(214) 评论(0) 推荐(0) 编辑
摘要: //===========================================================================================// Share.cs// csc.exe /t:library Share.cs//#define c4 //C# 4.0+#define c4namespace Microshaoft{ using System; using System.Threading; using System.Diagnostics; using System.Collections.Generic;#i... 阅读全文
posted @ 2012-02-23 19:33 于斯人也 阅读(449) 评论(0) 推荐(0) 编辑
摘要: //===========================================================================================// Share.cs// csc.exe /t:library Share.cs//#define c4 //C# 4.0+#define c4namespace Microshaoft{ using System; using System.Threading; using System.Diagnostics; using System.Collections.Generic;#i... 阅读全文
posted @ 2012-02-19 20:33 于斯人也 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 缩写 英文 中文 AC Actual Cost 实际成本 ACWP Actual Cost of Work Performed 已完工作实际成本 BAC Budget At Completion 完工预算 BCWP Budgeted Cost of Work Performed 已完工作预算成本 ... 阅读全文
posted @ 2012-02-14 22:39 于斯人也 阅读(1137) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 27 下一页