12 2021 档案

摘要:https://blog.csdn.net/J_z10/article/details/94740540 博主的方案很巧妙的使用了nginx 来实现了读写分离,需要搭建两个odoo 服务,根据不同的请求,将读写请求分别发送到两个服务处理.这个和django的读写分离处理方式不太一样. 需要考虑的问题 阅读全文
posted @ 2021-12-24 15:35 那时一个人 阅读(288) 评论(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 那时一个人 阅读(287) 评论(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 那时一个人 阅读(227) 评论(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 那时一个人 阅读(432) 评论(0) 推荐(0) 编辑
摘要:https://www.runoob.com/w3cnote/flex-grammar.html 阅读全文
posted @ 2021-12-08 12:20 那时一个人 阅读(19) 评论(0) 推荐(0) 编辑
摘要:为了记录每次用户请求的信息:如请求人,请求地址,请求参数 调整如下: # 原始代码: _logger.debug("call %s.%s(%s)", recs, method.__name__, Params(args, kwargs)) # 调整后 _logger.debug("%s-call % 阅读全文
posted @ 2021-12-01 16:50 那时一个人 阅读(272) 评论(0) 推荐(0) 编辑

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