上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: 基础配置 location /ui { proxy_pass http://172.25.109.36:8599; } location /v1 { if ($http_referer ~ 'opt3.beta.uletm.com/ui/'){ proxy_pass http://172.25.10 阅读全文
posted @ 2021-06-08 15:53 zxhy哦 阅读(23) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1392971/202106/1392971-20210607200329821-2135144579.png) ![](https://img2020.cnblogs.com/blog/1392971/202106/1392971-20210607200337219-577183153.png) ![](https://i 阅读全文
posted @ 2021-06-07 20:06 zxhy哦 阅读(200) 评论(0) 推荐(0) 编辑
摘要: root@controller31:~# iptables -n -L -t nat --line-number Chain PREROUTING (policy ACCEPT) num target prot opt source destination 1 DNAT tcp -- 0.0.0.0 阅读全文
posted @ 2021-06-02 09:22 zxhy哦 阅读(53) 评论(0) 推荐(0) 编辑
摘要: Hui 排版 - 基础 - H-ui前端框架官方网站 VScode快捷开发html - 知乎 Atom - Emmet插件的使用详解(HTML/CSS代码自动补全) 图标等查询 字体图标 - 页面元素 - Layui 阅读全文
posted @ 2021-05-24 15:43 zxhy哦 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 首先这里给出一个学生model: class Student(models.Model): name=models.CharField(max_length=10) sex = models.IntegerField(choices=((1,"男"),(2,"女")),default=1) birt 阅读全文
posted @ 2021-05-24 13:23 zxhy哦 阅读(61) 评论(0) 推荐(0) 编辑
摘要: git 简单点 git init git remote add origin https://github.com/jinmuyano/manabe.git git config --global user.email "731616191@qq.com" cd 项目目录 git add . git 阅读全文
posted @ 2021-05-21 17:39 zxhy哦 阅读(28) 评论(0) 推荐(0) 编辑
摘要: sql 分组查询,多个字段联合是否包含重复 select count(*),MESSAGE_CODE,MESSAGE_CREATE_TIME,MESSAGE_INFO from GLOBAL_MESSAGE_INFO group by MESSAGE_CODE,MESSAGE_CREATE_TIME 阅读全文
posted @ 2021-05-18 13:31 zxhy哦 阅读(13) 评论(0) 推荐(0) 编辑
摘要: python 日志 logging模块(详细解析)_pansaky的博客-CSDN博客 Python logging模块用法记录_zywvvd的博客-CSDN博客 Python中内置的日志模块logging用法详解_python_脚本之家 阅读全文
posted @ 2021-05-17 22:48 zxhy哦 阅读(15) 评论(0) 推荐(0) 编辑
摘要: rabbitmq集群部署 RabbitMQ高可用 - 知乎 rabbitmq策略设置 - 简书 RabbitMq常用命令 - 一直到最后 - 博客园 安装rabbitmq apt install rabbitmq-server -y #3台主控 创建用户 rabbitmqctl add_user o 阅读全文
posted @ 2021-05-13 16:39 zxhy哦 阅读(61) 评论(0) 推荐(0) 编辑
摘要: # 手动执行环境变量 root@controller32:~# openstack compute service list Missing value auth-url required for auth plugin password # 查日志 /var/log/nova/xxx /var/l 阅读全文
posted @ 2021-05-13 16:00 zxhy哦 阅读(72) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css