Autofac
Autofac https://autofaccn.readthedocs.io/zh/latest/index.html [一些技巧]: https://www.cnblogs.com/caoyc/p/6370647.html 注册 反射注册 指定类型后,使用反射方式进行实例化 // 注册类型,使用 Resolve 返回实例 builder.R…
|
83
|
|
623 字
|
17 分钟
启用 powershell remoting
启用 powershell remoting https://blog.51cto.com/qicheng0211/1926913 https://helpcenter.gsx.com/hc/en-us/articles/202447926-How-to-Configure-Windows-Remote-PowerShell-Access-for-…
|
197
|
|
231 字
|
3 分钟
Redis 学习
微软有一个 windows 版本的 redis-cli, 版本有点旧,可以使用 # 监控 Redis 信息 redis-cli info # 实时监控 redis-cli --stat # 延迟监控 redis-cli --latency # 查看详细内存使用情况 redis-cli info memory # 查看客户端连接详情 redis-cl…
|
206
|
|
34 字
|
2 分钟
wordpress 架站过程
安装 docker docker 常用操作 docker run xxxx -d 名称 # 后台运行一个容器 docker run xxxx -it sh # 前台运行一个容器 docker rmi -f xxxx 强制删除镜像 docker start xxxx docker restart xxxx docker stop xxxx 停止窗口 …
|
173
|
|
306 字
|
5 分钟
终于将站点创建起来了!
用 docker 跌跌撞撞把站点给搭出来了。真不容易。万里长征才踏出了第一步。
|
45
|
|
33 字
|
几秒读完