上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: string responseStr = null; string boundary = "----------------------" + DateTime.Now.Ticks.ToString("x"); byte[] boundarybytes... 阅读全文
posted @ 2014-11-19 16:40 csdnbbs 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/goody9807/archive/2012/05/16/2503761.html 阅读全文
posted @ 2013-06-14 22:14 csdnbbs 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 下载CLR Profiler:http://search.microsoft.com/en-us/DownloadResults.aspx?q=clr%20profiler转载来源:http://www.cnblogs.com/zhaoblogs/archive/2012/11/02/2752015.html 阅读全文
posted @ 2013-05-05 19:17 csdnbbs 阅读(146) 评论(0) 推荐(0) 编辑
摘要: var inputs = $("#tb_Content input"); $("#tb_Content input").keydown(function (event) { if("[13][38][40]".indexOf("["+event.keyCode+"]")>-1){if (event.target.type == "submit" && event.keyCode == 13) return; var index = 0; for (; i 阅读全文
posted @ 2013-04-12 11:11 csdnbbs 阅读(449) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// SFTP文件上传下载 /// </summary> public class SFtp { /// <summary> /// http://www.example-code.com/csharp/sftp_readDir.asp /// </summary> Chilkat.SFtp sftp = new Chilkat.SFtp(); /// <summary> /// 连接 /// </summary> /// <... 阅读全文
posted @ 2013-04-09 13:52 csdnbbs 阅读(1305) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 13 下一页