12 2019 档案

摘要:Tomcat 限制只允许的IP请求后端接口 配置 server.xml ; 添加 org.apache.catalina.valves.RemoteAddrValve 规则配置。 <Host name="localhost" appBase="webapps" unpackWARs="true" a 阅读全文
posted @ 2019-12-31 15:56 01234567 阅读(501) 评论(0) 推荐(0) 编辑
摘要:nginx 配置 设置IP请求到固定后端接口 nginx 配置示例: server { listen 80; access_log /var/log/nginx/access.log; location / { proxy_ignore_client_abort on; proxy_read_tim 阅读全文
posted @ 2019-12-31 15:53 01234567 阅读(1852) 评论(0) 推荐(0) 编辑
摘要:获取天 @set today=%Date:~3,4%%Date:~8,2%%Date:~11,2% 获取当下时间 @set "now=%Date:~3,4%%Date:~8,2%%Date:~11,2%%TIME:~0,2%%TIME:~3,2%%TIME:~6,2%" 由于直接CMD下和 salt 阅读全文
posted @ 2019-12-27 16:53 01234567 阅读(164) 评论(0) 推荐(0) 编辑
摘要:腾讯蓝鲸cmdb源码编译;CMDB 阅读全文
posted @ 2019-12-12 18:54 01234567 阅读(2618) 评论(2) 推荐(0) 编辑
摘要:cmdb,腾讯蓝鲸cmdb,bk-cmdb-release-v3.5.20 阅读全文
posted @ 2019-12-06 17:41 01234567 阅读(4364) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示