摘要: using(WebClient client = new WebClient()){ client.DownloadFile(@"文件URL");} 阅读全文
posted @ 2015-08-20 09:49 applekingghfhfhbr 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Today we are going to work on a peer-to-peer, P2P, chat system. The approach that I'm taking requires that you have two computers on a local area netw... 阅读全文
posted @ 2015-08-20 09:20 applekingghfhfhbr 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 博客园首页新随笔联系订阅管理随笔- 144 文章- 20 评论- 2258[C# 网络编程系列]专题八:P2P编程引言:前面的介绍专题中有朋友向我留言说介绍下关于P2P相关的内容的,首先本人对于C#网络编程也不是什么大牛,因为能力的关系,也只能把自己的一些学习过程和自己的一些学习过程中的理解和大家分... 阅读全文
posted @ 2015-08-20 09:15 applekingghfhfhbr 阅读(179) 评论(0) 推荐(0) 编辑
摘要: Hirefer the linksit might help youhttp://www.c-sharpcorner.com/Forums/Thread/54387/http://www.freelancer.com/projects/Java-Visual-Basic/Data-recovery-... 阅读全文
posted @ 2015-08-20 08:57 applekingghfhfhbr 阅读(481) 评论(0) 推荐(0) 编辑
摘要: privatevoidbutton1_Click(objectsender,EventArgse){try{//检查文件是否存在if(!File.Exists(textBox1.Text.ToString())){MessageBox.Show("输入文件不存在!");}elseif(Convert... 阅读全文
posted @ 2015-08-20 08:46 applekingghfhfhbr 阅读(224) 评论(0) 推荐(0) 编辑
摘要: publicclassAbsoluteFile{publiceventEventHandlerFinishDeleteFileEvent=null;publiceventEventHandlerFinishDeleteFolderEvent=null;publiceventEventHandlerD... 阅读全文
posted @ 2015-08-20 08:39 applekingghfhfhbr 阅读(368) 评论(1) 推荐(0) 编辑