2014年8月26日
摘要: /// /// WebClient上传文件至服务器 /// /// 文件名,全路径格式 /// 服务器文件夹路径 private void UpLoadFile(string fileNamePath,string uriString) { string fileName = f... 阅读全文
posted @ 2014-08-26 13:28 记性特差 阅读(1759) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Windows.Forms; 6 using System.Threading; ... 阅读全文
posted @ 2014-08-26 11:06 记性特差 阅读(250) 评论(0) 推荐(0)