杂谈 从外部访问容器内IP 路由添加方法 当在外部需要直接连接pod服务时,可以通过添加路由的方法直接突破route add -net 10.42.100.0/24 gw 10.142.11.47 ro ...... admin 2022年07月15日 阅读(3169) 评论(0)
杂谈 Rust国内镜像配置 Rust国外地址下载非常慢,此处提供国内镜像及详细配置配置 config 对应目录下新建config.tomlwindows: C:\Users\User. ...... admin 2022年06月30日 阅读(4299) 评论(0)
杂谈 pip编译C的包绕过VC14要求,改为mingw64 众所周知,很多Python的库都需要编译(大概率是用了Cython),这时直接用pip安装会报错:error: Microsoft Visual C++ 14. ...... admin 2022年04月20日 阅读(5544) 评论(0)
杂谈 各大浏览器最新版本离线包完整版下载地址 chrome:https://www.google.com/chrome/thank-you.html?standalone=1&system=true&sta ...... admin 2022年03月08日 阅读(6131) 评论(0)
杂谈 Nginx反向代理下Springboot应用redirect问题 环境:nginx 1.20 (https)springboot 2.3.5.RELEASE (http)问题:在springboot中的redirect,在重定 ...... admin 2021年07月21日 阅读(3552) 评论(0)