摘要: /// <summary> /// 目录操作类 /// </summary> public class DirectoryHelper { public DirectoryHelper() { } /// <summary> /// 得到所有磁盘驱动器 /// </summary> /// <returns></returns>... 阅读全文
posted @ 2008-03-21 17:36 pysharp 阅读(2977) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 文件操作类 /// </summary> class FileHelper { /// <summary> /// 要读取的文件完全限定名 /// </summary> /// <param name="path"></param> public FileHelper(string path... 阅读全文
posted @ 2008-03-21 17:34 pysharp 阅读(2188) 评论(0) 推荐(0) 编辑
摘要: 代码public string Path { get { return Server.MapPath("~/rewrite.config"); } } protected void Application_BeginRequest(object sender,EventArgs e) { string originalurl, newurl; originalurl = Request.Url.... 阅读全文
posted @ 2008-03-21 12:04 pysharp 阅读(295) 评论(0) 推荐(0) 编辑