会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
淩牧
博客园
首页
新随笔
联系
订阅
管理
2019年6月19日
sqlsrever 游标循环
摘要: USE [XXRecordDB]GO/****** Object: StoredProcedure [dbo].[HoistyHomeDataProc] Script Date: 2019/6/19 星期三 下午 2:20:38 ******/SET ANSI_NULLS ONGOSET QUOTE
阅读全文
posted @ 2019-06-19 17:30 淩牧
阅读(206)
评论(0)
推荐(0)
2019年5月13日
虚拟机内 docker启动 局域网无发访问 问题解决
摘要: 1、设置虚拟机网络连接方式为:桥连 2、装有docker的系统中设置: /etc/docker/daemon.json {"bip" : "192.169.250.1/24"} 3、启动一个容器 如果有问题 启动docker时候 设置加上此属性 --net host 4、重启dameon-load
阅读全文
posted @ 2019-05-13 09:35 淩牧
阅读(1981)
评论(0)
推荐(0)
带证书的post请求---HttpClient
摘要: public static string HttpPostCert(string uri, string jsontxt) { var handler = new HttpClientHandler(); handler.ClientCertificateOptions = ClientCertif
阅读全文
posted @ 2019-05-13 09:28 淩牧
阅读(2837)
评论(0)
推荐(0)
依赖注入 批量注册
摘要: public static Dictionary<Type, Type[]> NewGetImpleAndInterfaces(string assemblyName, string suffix) { if (!String.IsNullOrEmpty(assemblyName)) { var r
阅读全文
posted @ 2019-05-13 09:27 淩牧
阅读(250)
评论(0)
推荐(0)
公告
点击右上角即可分享