摘要:
默认情况下iis上只能绑定一个ssl证书,如果多的话 会只认一个。 停止IIS 运行【 CMD】 , 输入 【iisreset /STOP】 第一步:修改配置文件。 然后打开:C:/Windows/system32/inetsrv/config/applicationHost.config 搜索你的 阅读全文
2018年6月26日 #
2018年5月24日 #
摘要:
public List<Book> GetBookList() { List<Book> bList = null; try { using (var t = new SqlConnection(ConfigurationManager.ConnectionStrings["Test"].Conne 阅读全文
2018年3月8日 #
摘要:
<httpRuntime maxRequestLength="1048576" executionTimeout="3600" /> 网站配置 限制请求大小长度。 默认是2M 阅读全文
2018年2月28日 #
摘要:
1、布局 样式 col-**-1 最大为col-lg-12 表示最大 2、下拉框 .dropdown 下拉菜单(Dropdown)插件 https://github.com/danielfarrell/bootstrap-combobox 源码 源码 <div class="form-group"> 阅读全文
2018年2月26日 #
摘要:
安装完成之后,创建一个项目管理。 初始化代码库 然后下载代理 (服务器)并设置。下载代理需要FQ才可以下载成功。 想要支持 netcore2.0 必须在代理服务器上安装 vs2017 跟netcore2.0 Yes, you need to install .netcore 2.0 and Visu 阅读全文
2018年2月25日 #
摘要:
1、代理池: 在服务器上,打开你的TFS Web站点,并转到管理页的代理池页面。如: https://www.cnblogs.com/atwind/p/5486881.html 低版本无法生成高版本。 tfs2015 无法生成vs2017的项目 阅读全文
摘要:
注意事项: 传输的格式要设置城:"contentType": "application/x-www-form-urlencoded" 阅读全文
2018年2月11日 #
摘要:
转载:http://blog.csdn.net/angelvyvyan/article/details/51783272$(document).ready( function() { $('#table_id').DataTable( { "iDisplayLength" : 10,//默认每页数量 ... 阅读全文
2018年2月7日 #
摘要:
1、moq 支持 net core 2、moq 通过一个接口类型 可以产生一个新的类 3、举例 IT 详细X 基本翻译 abbr. information technology 信息技术 网络释义 ITest: 接口 schimmer Itest: 基础泪液分泌试验 itest the micro: 阅读全文
2018年2月2日 #