12 2021 档案
摘要:记录一下,原文:https://blog.csdn.net/xggbest/article/details/104231935 禁止多个进程运行,当重复运行时激活以前的进程 Program.cs: using System; using System.Collections.Generic; usi
阅读全文
摘要:在新的服务器版本已经不能通过 aspnet_regiis -i安装了,可以通过以下语句完成: dism /online /enable-feature /featurename:IIS-ASPNET45 /all 特别要注意,添加后面的 /all,会自动启动相关的属性
阅读全文
摘要:仅供自己记录使用,原文链接:ElasticSearch报错FORBIDDEN/12/index read-only / allow delete (api)_sinat_22387459的博客-CSDN博客 赞作者,细心的指出windows不能识别“ ’ ”, 从其他看到的教程,都没用,提示json
阅读全文