06 2016 档案

摘要:什么是Power BI Desktop? Microsoft Power BI 會將貴公司的資料轉換成方便您收集及組織的各種視覺效果,讓您可以專注於所關切的事項。隨時掌握最新資訊,找出進行中的趨勢,並進一步推動業務。 目前免费 官网 Power BI Desktop目前没有中文官网,但是放出了中文下 阅读全文
posted @ 2016-06-30 10:11 游子善心 阅读(18) 评论(0) 推荐(0)
摘要:按照下面顺序 清楚文件只读属性 @attrib -r "%windir%\system32\drivers\etc\hosts" 清空host文件 @echo "" >%windir%\system32\drivers\etc\hosts 添加记录到host @echo 192.168.1.10 q 阅读全文
posted @ 2016-06-28 10:56 游子善心 阅读(10) 评论(0) 推荐(0)
摘要:嗯,备注一下 // int list to string list //var query = List<int>(); var result = query.Select(c => (string)c).ToList(); // string list to int list //var quer 阅读全文
posted @ 2016-06-24 16:07 游子善心 阅读(4) 评论(0) 推荐(0)
摘要:redis for asp.net 不二之选。 为什么? 穷,它免费,并且好用 Install-Package StackExchange.Redis 阅读全文
posted @ 2016-06-24 15:44 游子善心 阅读(9) 评论(0) 推荐(0)
摘要:该配置默认开启,可以下面命令进行禁用: curl -XPUT localhost:9200/_cluster/settings -d '{ "transient" : { "cluster.routing.allocation.disk.threshold_enabled" : false } }' 阅读全文
posted @ 2016-06-22 18:46 游子善心 阅读(36) 评论(0) 推荐(0)
摘要:private static readonly string SqlDbText = ConfigurationManager.ConnectionStrings["DbText206"].ConnectionString; public IEnumerable<Test> GetTests() { 阅读全文
posted @ 2016-06-22 18:30 游子善心 阅读(5) 评论(0) 推荐(0)
摘要:安装补丁SQL SERVER SP3 (成功) https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=44271 安装补丁SQL SERVER SP4 (未测试) https://www.microsoft.com/zh-CN/d 阅读全文
posted @ 2016-06-16 10:33 游子善心 阅读(8) 评论(0) 推荐(0)
摘要:由于把项目搬至文件里面归类导致项目起不来 重新引用了 Microsoft.AspNet.WebApi.WebHost 又导致:~/Views/Common/Login.cshtml”处的视图必须派生自 WebViewPage 或 WebViewPage<TModel>。 解决方法: Install- 阅读全文
posted @ 2016-06-15 11:29 游子善心 阅读(5) 评论(0) 推荐(0)
摘要:NEST与JSON语法对照 一 match与multi_match { "query": { "bool": { "must": [ { "multi_match": { "query": "一二三", "fields": ["title","summary"] } }, {"match": {"u 阅读全文
posted @ 2016-06-13 12:00 游子善心 阅读(12) 评论(0) 推荐(0)