摘要:
本机作为https服务器 1 server { 2 listen 444 ssl; 3 server_name localhost; 4 5 ssl_certificate ssl/server.crt; 6 ssl_certificate_key ssl/server.key; 7 ssl on; 阅读全文
posted @ 2017-03-19 19:17 漂泊雪狼 阅读(260) 评论(0) 推荐(0)
|
||
|
摘要:
本机作为https服务器 1 server { 2 listen 444 ssl; 3 server_name localhost; 4 5 ssl_certificate ssl/server.crt; 6 ssl_certificate_key ssl/server.key; 7 ssl on; 阅读全文
posted @ 2017-03-19 19:17 漂泊雪狼 阅读(260) 评论(0) 推荐(0)
摘要:
entity framework6.x之前搞了这么多版本,构架这么牛B,居然没有批量插入更新的功能,但有很多替换的解决方案,例如Entity Framework Extended Library(https://github.com/loresoft/EntityFramework.Extended 阅读全文
posted @ 2017-03-19 11:25 漂泊雪狼 阅读(4122) 评论(2) 推荐(1) |
||