摘要:
经典 http://files.cnblogs.com/files/xupng/IoC%E5%AE%B9%E5%99%A8%E5%92%8CDependencyInjection%E6%A8%A1%E5%BC%8F.pdf 阅读全文
摘要:
ejs-mate NodeJs Express 的一个母版页模块,可以方便的把页面公共部分放入ejs-mate设定的母版页内,代码公用。 官网: Github 安装 ejs-mate: $ npm install ejs-mate --save 在你的任何一个内容页中,比如 index.ejs 内容 阅读全文
摘要:
下面代码保存 .bat 格式即可 @echo off color 0a title 修改Windows 2003/2008远程桌面服务端口号 echo ******************************************************************* echo * 阅读全文
摘要:
什么是Power BI Desktop? Microsoft Power BI 會將貴公司的資料轉換成方便您收集及組織的各種視覺效果,讓您可以專注於所關切的事項。隨時掌握最新資訊,找出進行中的趨勢,並進一步推動業務。 目前免费 官网 Power BI Desktop目前没有中文官网,但是放出了中文下 阅读全文
摘要:
按照下面顺序 清楚文件只读属性 @attrib -r "%windir%\system32\drivers\etc\hosts" 清空host文件 @echo "" >%windir%\system32\drivers\etc\hosts 添加记录到host @echo 192.168.1.10 q 阅读全文
摘要:
嗯,备注一下 // int list to string list //var query = List<int>(); var result = query.Select(c => (string)c).ToList(); // string list to int list //var quer 阅读全文
摘要:
redis for asp.net 不二之选。 为什么? 穷,它免费,并且好用 Install-Package StackExchange.Redis 阅读全文
摘要:
该配置默认开启,可以下面命令进行禁用: curl -XPUT localhost:9200/_cluster/settings -d '{ "transient" : { "cluster.routing.allocation.disk.threshold_enabled" : false } }' 阅读全文
摘要:
private static readonly string SqlDbText = ConfigurationManager.ConnectionStrings["DbText206"].ConnectionString; public IEnumerable<Test> GetTests() { 阅读全文
摘要:
安装补丁SQL SERVER SP3 (成功) https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=44271 安装补丁SQL SERVER SP4 (未测试) https://www.microsoft.com/zh-CN/d 阅读全文