摘要:
从文本文件csv,txt 等文件内读出指定列 阅读全文
阅读排行榜
vbs run as administrator win7
2012-07-11 14:39 by 小sa, 478 阅读, 收藏,
摘要:
vba vbs ps bat regex xmlIf WScript.Arguments.Named.Exists("elevated") = False Then'Launch the script again as administratorCreateObject("Shell.Application").ShellExecute "wscript.exe", """" & WScript.ScriptFullName & """ /e 阅读全文
C#几大接口
2010-04-11 20:48 by 小sa, 478 阅读, 收藏,
摘要:
IComparable 接口 IComparable 接口定义通用的比较方法。由类型使用的 IComparable 接口提供了一种比较多个对象的标准方式。如果一个类要实现与其它对象的比较,则必须实现 IComparable 接口。由可以排序的类型,例如值类型实现以创建适合排序等目的类型特定的比较方法。IEnumerable 接口 IEnumerable 接口公开枚举数,该枚举数支持在集合上进行简单... 阅读全文
ASP.NET Page Life Circle Asp.net页生命周期
2011-03-02 17:19 by 小sa, 464 阅读, 收藏,
摘要:
Let's now get into some meat. If we look at MSDN - ASP.NET Page Life Cycle Overview we learn that there are a number of events that occur each time a page is loaded/refreshed/post-back. To understand this, I wrote an application to trace what actually goes on. Here's the general run-down.(Ob 阅读全文
Gzipstream 解压问题
2012-03-02 13:14 by 小sa, 443 阅读, 收藏,
摘要:
Gzipstream解压问题static void Main(string[] args) { string path = @"C:\fg.txt"; //压缩前 string pathdes=@"C:\fg1.txt"; //压缩后 string depath = @"C:\fg2.txt"; //还原为 GzipFile(path, pathdes); DeGzipFile(pathdes,depath ); Console... 阅读全文
浙公网安备 33010602011771号