上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页
摘要: 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); ... 阅读全文
posted @ 2008-10-29 00:28 于斯人也 阅读(6770) 评论(1) 推荐(0) 编辑
摘要: namespace Microshaoft { using System; using System.IO; using System.Net.Sockets; public static class SocketDataHelper { public static void ReadDataToFixedLengthBytes ... 阅读全文
posted @ 2008-10-28 00:54 于斯人也 阅读(6383) 评论(0) 推荐(0) 编辑
摘要: <!-- 代码引用灰表格 --> <!-- begin code --> /* /r:"C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.mshtml.dll" */ namespace Test { using 阅读全文
posted @ 2008-10-15 12:17 于斯人也 阅读(5200) 评论(2) 推荐(0) 编辑
摘要: Check F5 refresh submit post back repeatly 阅读全文
posted @ 2008-10-14 22:07 于斯人也 阅读(3308) 评论(0) 推荐(0) 编辑
摘要: namespace Microshaoft { using System; using System.IO; using System.Web.Services.Protocols; public class GZipSoapExtension : SoapExtension { private Stream _originalStrea... 阅读全文
posted @ 2008-09-24 22:51 于斯人也 阅读(4864) 评论(2) 推荐(0) 编辑
摘要: namespace Test { using System.Diagnostics; using System.Web; using System.Web.Services; using System.Data; using System; using Microshaoft; [WebService(Namespace="http://... 阅读全文
posted @ 2008-09-18 00:14 于斯人也 阅读(4837) 评论(0) 推荐(0) 编辑
摘要: namespace Microshaoft { using System; using System.IO; using System.Net; #region Class IdentifyEncoding..... /// /// 检测字符编码的类 /// /// /// /// /// ... 阅读全文
posted @ 2008-09-17 23:33 于斯人也 阅读(7299) 评论(2) 推荐(0) 编辑
摘要: namespace Microshaoft { using System; using System.IO; using System.Data; using System.Data.SqlClient; using System.CodeDom; using System.CodeDom.Compiler; using Microsof... 阅读全文
posted @ 2008-09-17 23:06 于斯人也 阅读(4827) 评论(0) 推荐(0) 编辑
摘要: 【袍带书】 1001.《孙膑与庞涓》李存源 宝文堂 1981/07/ 0.27元 1002.《孙膑演义》田连元 春风文艺版 1984/10/ 0.50元 1003.《和氏壁 赠绨袍》李鑫荃 中国曲艺版 1984/06/ 0.52元 1004.《西门豹治邺》固桐晟 吉林人民版 —— —— 1005.《临潼斗宝》石长岭 石印红 春风文艺版 1987/06/ 1.25元 1006.《伍子胥鞭... 阅读全文
posted @ 2008-09-16 23:57 于斯人也 阅读(10641) 评论(2) 推荐(0) 编辑
摘要: namespace Microshaoft { /// /// .Net/C# 实现磁盘目录文件搜索的工具类 (搜索事件) /// using System; using System.IO; using System.Collections.Generic; public class Search { ///... 阅读全文
posted @ 2008-09-10 00:08 于斯人也 阅读(3403) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页