2008年12月24日

大量字符串连接,StringBuilder效率果然高

摘要: ATT 阅读全文

posted @ 2008-12-24 11:21 优雅小猪 阅读(208) 评论(0) 推荐(0) 编辑

asp.net单个文件上传和多个文件上传

摘要: 单个文件 .aspx .cs string sPath = Server.MapPath("~") + @"\upload\file\; string FileName = "filename.txt"; UploadFile.PostedFile.SaveAs(sPath + FileName); 多个文件 .aspx .cs HttpFileCollection file... 阅读全文

posted @ 2008-12-24 10:13 优雅小猪 阅读(332) 评论(0) 推荐(0) 编辑

导航