上一页 1 ··· 249 250 251 252 253 254 255 256 257 ··· 400 下一页
摘要: https://gist.github.com/shaunlebron/746476e6e7a4d698b373 1.普通的换行 在文本结束后面,加2个空格 2.段落之间的换行 使用反斜杠\ 阅读全文
posted @ 2019-03-07 09:48 ChuckLu 阅读(5561) 评论(0) 推荐(3)
摘要: 卸载enterprise版本 Microsoft.FSharp.SDK.Core卸载失败Package 'Microsoft.FSharp.SDK.Core,version=15.7.20180605.5' failed to uninstall. Search URL https://aka.ms 阅读全文
posted @ 2019-03-07 09:37 ChuckLu 阅读(3299) 评论(0) 推荐(0)
摘要: Version 直接对localhost:9200发出一个get请求 { "name": "WqeJVip", "cluster_name": "elasticsearch", "cluster_uuid": "BcCJ0AuOTCyD6RYSBCEACA", "version": { "numbe 阅读全文
posted @ 2019-03-06 18:30 ChuckLu 阅读(416) 评论(0) 推荐(0)
摘要: 查看版本 C:\WINDOWS\system32>curl --versioncurl 7.64.0 (x86_64-pc-win32) libcurl/7.64.0 (OpenSSL/1.1.1b) Schannel zlib/1.2.11 brotli/1.0.7 WinIDN libssh2/ 阅读全文
posted @ 2019-03-06 18:20 ChuckLu 阅读(1251) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/34491244/environment-variable-is-too-large-on-windows-10 方案1 When PATH variable gets overloaded with too many valu 阅读全文
posted @ 2019-03-06 18:11 ChuckLu 阅读(1209) 评论(0) 推荐(0)
摘要: 使用everything搜索本地的curl.exe发现如下 官网查看最新版本https://curl.haxx.se/windows/ 2019-03-06 最新版本7.64.0 curl-7.64.0_1-win64-mingw.zip Size: 3.1 MB sha256: e835a5c7c 阅读全文
posted @ 2019-03-06 17:57 ChuckLu 阅读(1835) 评论(0) 推荐(0)
摘要: https://www.elastic.co/solutions/logging The Elastic Stack (sometimes known as the ELK Stack) is the most popular open source logging platform. Here's 阅读全文
posted @ 2019-03-06 16:43 ChuckLu 阅读(201) 评论(0) 推荐(0)
摘要: https://github.com/elastic/elasticsearch Getting Started First of all, DON’T PANIC. It will take 5 minutes to get the gist of what Elasticsearch is al 阅读全文
posted @ 2019-03-06 16:35 ChuckLu 阅读(451) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/13532447/http-error-500-19-iis-7-5-error-0x8007000d It seems you are using the url rewrite functionality. Please m 阅读全文
posted @ 2019-03-06 14:59 ChuckLu 阅读(912) 评论(1) 推荐(0)
摘要: 在powershell中执行 Get-ChildItem IIS:\AppPools | where {$_.state -eq "Stopped"} | Start-WebAppPool 需要确保以下2个service是启动的 Start-Service WAS (windows process 阅读全文
posted @ 2019-03-06 14:34 ChuckLu 阅读(426) 评论(0) 推荐(0)
上一页 1 ··· 249 250 251 252 253 254 255 256 257 ··· 400 下一页