12月28日
- linux docker alpine apk add xxxx
12月26日
12月22日
- docker .net8
12月20日
12月19日
- .net core集成各大平台的身份认证
- nginx 配置将不带www的域名重定向到www的域名
12月11日
12月8日
- nginx 配置
// www.baidu.com/wechat/xxxx ~ ^ 代表匹配开头 /wechat/ location ~ ^/wechat/ { proxy_pass http://127.0.0.1:12011; } // www.baidu.com/xxx/wechat/xxx ~ * 代表匹配包含 location ~ * /wechat/ { proxy_pass http://127.0.0.1:12011; }
12月7日
- vs2022设置新增class的修饰符 internal 为public
- C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\ItemTemplates\CSharp\Code\2052\Class
- https://blog.csdn.net/yan_yu_lv_ji/article/details/132676464
12月6日
- 蒲公英app测试 https://www.pgyer.com
- pc 微信扫码登录
12月5日
- .net