上一页 1 ··· 7 8 9 10 11 12 13 下一页
摘要: 1 public static class FTPHelper 2 { 3 /// 4 /// 得到特定FTP目录的文件列表 5 /// 6 /// ftp://{username}:{password}@ftp.... 阅读全文
posted @ 2015-01-07 11:53 JustYong 阅读(4407) 评论(0) 推荐(0)
摘要: 1.在站点下新建.svc文件。2.修改web.config文件 阅读全文
posted @ 2014-12-24 17:20 JustYong 阅读(194) 评论(0) 推荐(0)
摘要: 首先在本地机器上创建用户,这些用户是用来登录到FTP服务器的;右键"Computer"->"Manage"->"Local Users and Groups" ->"Users"->"New Use"其次是在C盘新建文件夹“FTP上传”和“FTP下载”两个文件夹!并在每个文件夹里放不同的文件,以便区... 阅读全文
posted @ 2014-12-12 12:09 JustYong 阅读(289) 评论(0) 推荐(0)
摘要: 1.解剖Linq to object 此文转载自http://www.cnblogs.com/irenebbkiss/p/4155480.html LINQ想必大家都不陌生了,它 的出现使得我们的代码变得更短、更优雅了。至于LINQ是什么,Linq to object这类的扩展方法到底做了些什么... 阅读全文
posted @ 2014-12-11 10:31 JustYong 阅读(243) 评论(0) 推荐(0)
摘要: DES算法入口参数 DES算法的入口参数有三个:Key、Data、Mode。其中Key为7个字节共56位,是DES算法的工作密钥。Data为8个字节64位,是要被加密或解密的数据;Mode为DES的工作方法,有两种:加密或解密。加密解密文件 1 /// 2 /// ... 阅读全文
posted @ 2014-11-10 15:58 JustYong 阅读(715) 评论(0) 推荐(0)
摘要: WebClient:提供用于将数据发送到由 URI 标识的资源及从这样的资源接收数据的常用方法。 1 /// 2 /// WebClient上传文件至服务器(不带进度条) 3 /// 4 /// 要上传的文件(全路径格式)... 阅读全文
posted @ 2014-11-10 11:16 JustYong 阅读(225) 评论(0) 推荐(0)
摘要: http://www.codeproject.com/Articles/33786/DataGridView-Filter-Popuphttp://www.cnblogs.com/jaxu/archive/2011/08/04/2127365.htmlhttp://www.360doc.com/co... 阅读全文
posted @ 2014-11-05 17:50 JustYong 阅读(1084) 评论(0) 推荐(0)
摘要: 1.service里面的print spooler服务没有打开。解决方法就是手动去启动这个服务就可以了2.print spooler服务启动之后,但是过了大概半分钟之后又自动关闭了。这时候要做的事情就是:清空C:\WINDOWS\system32\spool\PRINTERS 目录下所有的文件,正常... 阅读全文
posted @ 2014-11-04 18:05 JustYong 阅读(324) 评论(0) 推荐(0)
摘要: 添加"Microsoft Office 12.0 Object Library" com组件 1 using System; 2 using System.Data; 3 using System.Data.OleDb; 4 using System.IO; 5 using System.... 阅读全文
posted @ 2014-10-29 13:53 JustYong 阅读(640) 评论(0) 推荐(0)
摘要: /// /// determine whether the network printer is in pause. /// /// /// /// /// private ... 阅读全文
posted @ 2014-10-28 16:49 JustYong 阅读(475) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 下一页