11 2021 档案
摘要:HttpContext来获取实例 HttpContext下有一个RequestedService同样可以用来获取实例对象 IUserDAL userDAL = HttpContext.RequestServices.GetService(typeof(IUserDAL)) as IUserDAL;
阅读全文
摘要:只能安装4.2及以前的版本 需要按顺序安装 1、KB2919442:下载地址 2、KB2919355:下载地址 3、VC++2015: 下载地址
阅读全文
摘要:到目录下启动cmd redis-server.exe --service-install redis.windows.conf --service-name redis
阅读全文
摘要:sc create "Consul" binPath=""/""D:\Program Files\consul\consul.exe"\"" agent -server -ui -bootstrap-expect 1 -data-dir="\"""D:\Program Files\consul\da
阅读全文
浙公网安备 33010602011771号