上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 46 下一页
摘要: 如果odoo 服务太多的话,一个一个的重启会比较麻烦 写一个python脚本来批量重启: import paramiko import configparser def get_conf(): cf = configparser.ConfigParser() cf.read('./data/serv 阅读全文
posted @ 2022-01-12 17:46 那时一个人 阅读(207) 评论(0) 推荐(0)
摘要: netstat -nat | grep -i "80" | wc -l 阅读全文
posted @ 2022-01-04 17:09 那时一个人 阅读(113) 评论(0) 推荐(0)
摘要: systemctl stop docker.socket https://blog.csdn.net/weixin_43885975/article/details/117809901 阅读全文
posted @ 2022-01-04 17:06 那时一个人 阅读(606) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/J_z10/article/details/94740540 博主的方案很巧妙的使用了nginx 来实现了读写分离,需要搭建两个odoo 服务,根据不同的请求,将读写请求分别发送到两个服务处理.这个和django的读写分离处理方式不太一样. 需要考虑的问题 阅读全文
posted @ 2021-12-24 15:35 那时一个人 阅读(319) 评论(0) 推荐(0)
摘要: https://hub.docker.com/r/bitnami/minio odoo 对接minio: https://gitlab.com/hibou-io/hibou-odoo/suite/-/tree/14.0/attachment_minio 多节点 https://www.cnblogs 阅读全文
posted @ 2021-12-15 10:52 那时一个人 阅读(308) 评论(0) 推荐(0)
摘要: Docker: System has not been booted with systemd as init system (PID 1). Can‘t operate. https://blog.csdn.net/m0_46304383/article/details/121483556 doc 阅读全文
posted @ 2021-12-09 16:40 那时一个人 阅读(235) 评论(0) 推荐(0)
摘要: html转pdf 使用的三方工具: wkhtmltopdf 源码分析: pdf_content = self._run_wkhtmltopdf( bodies, header=header, footer=footer, landscape=context.get('landscape'), spe 阅读全文
posted @ 2021-12-09 12:22 那时一个人 阅读(449) 评论(0) 推荐(0)
摘要: https://www.runoob.com/w3cnote/flex-grammar.html 阅读全文
posted @ 2021-12-08 12:20 那时一个人 阅读(21) 评论(0) 推荐(0)
摘要: 为了记录每次用户请求的信息:如请求人,请求地址,请求参数 调整如下: # 原始代码: _logger.debug("call %s.%s(%s)", recs, method.__name__, Params(args, kwargs)) # 调整后 _logger.debug("%s-call % 阅读全文
posted @ 2021-12-01 16:50 那时一个人 阅读(291) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/xiayu204575/article/details/100187557 阅读全文
posted @ 2021-11-24 16:34 那时一个人 阅读(774) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 46 下一页