摘要:
namespace ConsoleApplication{ using System; using Microshaoft; public class Class1 { static void Main(string[] args) { DateTime x = DateTime.Now; x = new DateTime(2008,1,1,13,1,1,1); string s = DateTimeHelper.Get_yyyyMMddHHmmss_String(x); ... 阅读全文
摘要:
namespace Microshaoft { using System; using System.IO; using System.Net.Sockets; public static class SocketDataHelper { public static void ReadDataToFixedLengthBytes ... 阅读全文
摘要:
<!-- 代码引用灰表格 --> <!-- begin code --> /* /r:"C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.mshtml.dll" */ namespace Test { using 阅读全文
摘要:
Check F5 refresh submit post back repeatly 阅读全文
摘要:
namespace Microshaoft { using System; using System.IO; using System.Web.Services.Protocols; public class GZipSoapExtension : SoapExtension { private Stream _originalStrea... 阅读全文
摘要:
namespace Test { using System.Diagnostics; using System.Web; using System.Web.Services; using System.Data; using System; using Microshaoft; [WebService(Namespace="http://... 阅读全文
摘要:
namespace Microshaoft { using System; using System.IO; using System.Net; #region Class IdentifyEncoding..... /// /// 检测字符编码的类 /// /// /// /// /// ... 阅读全文
摘要:
namespace Microshaoft { using System; using System.IO; using System.Data; using System.Data.SqlClient; using System.CodeDom; using System.CodeDom.Compiler; using Microsof... 阅读全文
摘要:
【袍带书】 1001.《孙膑与庞涓》李存源 宝文堂 1981/07/ 0.27元 1002.《孙膑演义》田连元 春风文艺版 1984/10/ 0.50元 1003.《和氏壁 赠绨袍》李鑫荃 中国曲艺版 1984/06/ 0.52元 1004.《西门豹治邺》固桐晟 吉林人民版 —— —— 1005.《临潼斗宝》石长岭 石印红 春风文艺版 1987/06/ 1.25元 1006.《伍子胥鞭... 阅读全文
摘要:
namespace Microshaoft { /// /// .Net/C# 实现磁盘目录文件搜索的工具类 (搜索事件) /// using System; using System.IO; using System.Collections.Generic; public class Search { ///... 阅读全文