上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页
摘要: -- dummy schema CREATE TABLE TMP ( data VARCHAR(MAX) ); CREATE TABLE [Table1] ( id INT NOT NULL IDENTITY(1, 1) , data VARCHAR(MAX) ); CREATE TABLE [Ta 阅读全文
posted @ 2017-10-25 09:55 天藐水瓶 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: 创建一个迁移类 阅读全文
posted @ 2017-09-09 16:51 天藐水瓶 阅读(117) 评论(0) 推荐(0) 编辑
摘要: Update-Package -Reinstall 阅读全文
posted @ 2017-08-25 12:05 天藐水瓶 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 有签名可以引用无签名或有签名的DLL。但无签名不可以引用有签名的DLL,会报需要强名称程序集错误。 阅读全文
posted @ 2017-08-21 16:13 天藐水瓶 阅读(1115) 评论(0) 推荐(0) 编辑
摘要: // 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) 编辑
摘要: https://dba.stackexchange.com/questions/10510/behavior-of-varchar-with-spaces-at-the-end 阅读全文
posted @ 2017-06-22 17:11 天藐水瓶 阅读(1723) 评论(0) 推荐(0) 编辑
摘要: 作者 | Peter Boyer 原文链接: https://medium.com/studioarmix/learn-restful-api-design-ideals-c5ec915a430f 简单说一下代码重用 记得在 Ken Rogers的Medium博客 里曾经见过这么一句话(原文出自海明 阅读全文
posted @ 2017-06-13 15:19 天藐水瓶 阅读(307) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页