分类: 学习

95 篇文章

Autofac
Autofac https://autofaccn.readthedocs.io/zh/latest/index.html [一些技巧]: https://www.cnblogs.com/caoyc/p/6370647.html 注册 反射注册 指定类型后,使用反射方式进行实例化 // 注册类型,使用 Resolve 返回实例 builder.R…
启用 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-…
Redis 学习
微软有一个 windows 版本的 redis-cli, 版本有点旧,可以使用 # 监控 Redis 信息 redis-cli info # 实时监控 redis-cli --stat # 延迟监控 redis-cli --latency # 查看详细内存使用情况 redis-cli info memory # 查看客户端连接详情 redis-cl…
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 停止窗口 …
终于将站点创建起来了!
用 docker 跌跌撞撞把站点给搭出来了。真不容易。万里长征才踏出了第一步。