摘要: // 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 天藐水瓶 阅读(170) 评论(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 天藐水瓶 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-06-27 10:28 天藐水瓶 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-06-27 10:26 天藐水瓶 阅读(80) 评论(0) 推荐(0) 编辑