2006年9月20日

摘要: 压缩/解压功能 ICSharpCode.SharpZipLib 类库,为了更方便易用,我封装了ZipHelper类,实现如下: publicstaticclassZipHelper{publicstaticbyte[]Zip(byte[]data){MemoryStreammstream=newMemoryStream();BZip2OutputStreamzipOutStream=newBZip... 阅读全文

posted @ 2006-09-20 20:02 Zcr 阅读(400) 评论(1) 推荐(0)

摘要: public static string GetMac(string clientip) {string mac="";System.Diagnostics.Process process=new System.Diagnostics.Process();process.StartInfo.FileName="nbtstat";process.StartInfo.Arguments="-a "+c... 阅读全文

posted @ 2006-09-20 19:42 Zcr 阅读(533) 评论(0) 推荐(0)


博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3