摘要: using System;using System.Globalization;using System.Web.UI;namespace WebApplication1{ public partial class _Default : Page { protected void Page_Load(object sender, EventArgs e) { string test = ""; test += "Request.ServerVariables[\"LOCAL_ADDR\"]:" + Reques... 阅读全文
posted @ 2013-05-30 15:38 清山博客 阅读(203) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.IO;using ICSharpCode.SharpZipLib.Zip;namespace TestConsole{ internal class Program { private static void Main() { //CreateZipFile(@"d:\", @"d:\a.zip"); UnZipFile(@"E:\我的桌面.zip"); Console.... 阅读全文
posted @ 2013-05-30 15:29 清山博客 阅读(410) 评论(0) 推荐(0)