06 2017 档案

摘要:// Reading XML Documentation at Run-Time // Bradley Smith - 2010/11/25 using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Xml.Linq; using System... 阅读全文
posted @ 2017-06-27 14:16 天藐水瓶 阅读(173) 评论(0) 推荐(0)
摘要:string[] ips = new string[] { "192.168.1.98", "192.168.1.99" }; for (var i = 0; i < 50; i++) { HttpWebRequest request = (HttpWebRequest)WebRequest.Cre 阅读全文
posted @ 2017-06-27 10:29 天藐水瓶 阅读(214) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-06-27 10:28 天藐水瓶 阅读(76) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-06-27 10:26 天藐水瓶 阅读(88) 评论(0) 推荐(0)
摘要:https://dba.stackexchange.com/questions/10510/behavior-of-varchar-with-spaces-at-the-end 阅读全文
posted @ 2017-06-22 17:11 天藐水瓶 阅读(1747) 评论(0) 推荐(0)
摘要:作者 | Peter Boyer 原文链接: https://medium.com/studioarmix/learn-restful-api-design-ideals-c5ec915a430f 简单说一下代码重用 记得在 Ken Rogers的Medium博客 里曾经见过这么一句话(原文出自海明 阅读全文
posted @ 2017-06-13 15:19 天藐水瓶 阅读(316) 评论(0) 推荐(0)
摘要:Server.MapPath 阅读全文
posted @ 2017-06-02 17:00 天藐水瓶 阅读(150) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/6117101/posting-jsonobject-with-httpclient-from-web-api 阅读全文
posted @ 2017-06-01 17:38 天藐水瓶 阅读(125) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/108403/solutions-for-insert-or-update-on-sql-server/243670#243670 http://blog.sina.com.cn/s/blog_4f0322c501015jqp. 阅读全文
posted @ 2017-06-01 11:13 天藐水瓶 阅读(361) 评论(0) 推荐(0)