11 2021 档案

摘要:HttpContext来获取实例 HttpContext下有一个RequestedService同样可以用来获取实例对象 IUserDAL userDAL = HttpContext.RequestServices.GetService(typeof(IUserDAL)) as IUserDAL; 阅读全文
posted @ 2021-11-16 09:14 dsj 阅读(73) 评论(0) 推荐(0)
摘要:必须是zip 阅读全文
posted @ 2021-11-09 17:54 dsj 阅读(35) 评论(0) 推荐(0)
摘要:只能安装4.2及以前的版本 需要按顺序安装 1、KB2919442:下载地址 2、KB2919355:下载地址 3、VC++2015: 下载地址 阅读全文
posted @ 2021-11-03 14:06 dsj 阅读(43) 评论(0) 推荐(0)
摘要:到目录下启动cmd redis-server.exe --service-install redis.windows.conf --service-name redis 阅读全文
posted @ 2021-11-03 13:51 dsj 阅读(69) 评论(0) 推荐(0)
摘要:sc create "Consul" binPath=""/""D:\Program Files\consul\consul.exe"\"" agent -server -ui -bootstrap-expect 1 -data-dir="\"""D:\Program Files\consul\da 阅读全文
posted @ 2021-11-03 13:45 dsj 阅读(86) 评论(0) 推荐(0)