摘要:
ASP.Net C#代码处 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> string filePath = @"E:\Randy0528\中文目录\JustTest.rar"; Response.W... 阅读全文
摘要:
C#追加文件 StreamWriter sw = File.AppendText(Server.MapPath(".")+"\\myText.txt"); sw.WriteLine("追逐理想"); sw.WriteLine("kzlll"); sw.WriteLine(".NET笔记"); sw.Flush(); sw.Close(); C#拷贝文件 string orignF... 阅读全文
摘要:
这两个类是从网上找来的,修改了一下,改为自己所需要的,测试通过.压缩后的文件为.zip 感觉还不错,所以转载一下与大家共享 /// /// 压缩文件 /// using System; using System.IO; using ICSharpCode.SharpZipLib.Checksums; using ICSharpCode.SharpZipLib.Zip; using ICS... 阅读全文