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...
阅读全文
摘要:string[] ips = new string[] { "192.168.1.98", "192.168.1.99" }; for (var i = 0; i < 50; i++) { HttpWebRequest request = (HttpWebRequest)WebRequest.Cre
阅读全文
摘要:https://dba.stackexchange.com/questions/10510/behavior-of-varchar-with-spaces-at-the-end
阅读全文
摘要:作者 | Peter Boyer 原文链接: https://medium.com/studioarmix/learn-restful-api-design-ideals-c5ec915a430f 简单说一下代码重用 记得在 Ken Rogers的Medium博客 里曾经见过这么一句话(原文出自海明
阅读全文
摘要:https://stackoverflow.com/questions/6117101/posting-jsonobject-with-httpclient-from-web-api
阅读全文
摘要:https://stackoverflow.com/questions/108403/solutions-for-insert-or-update-on-sql-server/243670#243670 http://blog.sina.com.cn/s/blog_4f0322c501015jqp.
阅读全文