使用GZipStream类压缩和解压文件夹
摘要:使用.Net 2.0中的GZipStream压缩解压文件夹
阅读全文
posted @
2006-11-30 09:23
aiya
阅读(6397)
推荐(0) 编辑
判断本地网络连接是否可用
摘要:[DllImport("wininet.dll")] private extern static bool InternetGetConnectedState(out int connectionDescription, int reservedValue); int flag; string State = InternetGetConnectedState(out f...
阅读全文
posted @
2006-11-24 15:44
aiya
阅读(413)
推荐(0) 编辑
Effective C# Item 20: Distinguish Between Implementing Interfaces and Overriding Virtual Functions
摘要:Effective C# Item 20: Distinguish Between Implementing Interfaces and Overriding Virtual Functions
概要翻译 + 读书笔记 欢迎拍砖 谢谢
阅读全文
posted @
2006-11-13 08:52
aiya
阅读(1170)
推荐(1) 编辑