会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天藐水瓶
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
21
下一页
2017年10月25日
获取批量插入的Id
摘要: -- 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 天藐水瓶
阅读(1240)
评论(0)
推荐(0)
2017年9月9日
EF CodeFirst
摘要: 创建一个迁移类
阅读全文
posted @ 2017-09-09 16:51 天藐水瓶
阅读(137)
评论(0)
推荐(0)
2017年8月25日
nuget命令
摘要: Update-Package -Reinstall
阅读全文
posted @ 2017-08-25 12:05 天藐水瓶
阅读(124)
评论(0)
推荐(0)
2017年8月21日
FileLoadException: 未能加载文件或程序集.............或它的某一个依赖项。需要强名称程序集。
摘要: 有签名可以引用无签名或有签名的DLL。但无签名不可以引用有签名的DLL,会报需要强名称程序集错误。
阅读全文
posted @ 2017-08-21 16:13 天藐水瓶
阅读(1196)
评论(0)
推荐(0)
2017年6月27日
XmlDocumentationExtensions
摘要: // 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 天藐水瓶
阅读(175)
评论(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 天藐水瓶
阅读(217)
评论(0)
推荐(0)
Web Api 相关
摘要:
阅读全文
posted @ 2017-06-27 10:28 天藐水瓶
阅读(79)
评论(0)
推荐(0)
DDD相关
摘要:
阅读全文
posted @ 2017-06-27 10:26 天藐水瓶
阅读(91)
评论(0)
推荐(0)
2017年6月22日
SqlServer中不相等判断
摘要: https://dba.stackexchange.com/questions/10510/behavior-of-varchar-with-spaces-at-the-end
阅读全文
posted @ 2017-06-22 17:11 天藐水瓶
阅读(1749)
评论(0)
推荐(0)
2017年6月13日
RESTful API设计技巧经验总结
摘要: 作者 | Peter Boyer 原文链接: https://medium.com/studioarmix/learn-restful-api-design-ideals-c5ec915a430f 简单说一下代码重用 记得在 Ken Rogers的Medium博客 里曾经见过这么一句话(原文出自海明
阅读全文
posted @ 2017-06-13 15:19 天藐水瓶
阅读(323)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
21
下一页
公告