上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 46 下一页
摘要: itf14条码是由13位数字加1位校验码组成的,所以首先你得提供13位数字 使用python 三方包: https://github.com/GameMaker2k/PyUPC-EAN https://pypi.org/project/PyUPC-EAN/ 示例: import upcean bar 阅读全文
posted @ 2021-09-23 11:48 那时一个人 阅读(733) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/mvp_Dawn/article/details/105847485 注意将配置文件中中文删掉,基本上都能成功. 跨平台访问挺好用的,linux 搭服务,window中能访问. apt-get install samba samba-common 阅读全文
posted @ 2021-09-18 18:22 那时一个人 阅读(40) 评论(0) 推荐(0)
摘要: 我的系统出现这种现象的原因是因为同时开了两个服务,用了同一个数据库,而且其中一个服务的代码没有升级重启. 阅读全文
posted @ 2021-09-18 10:26 那时一个人 阅读(274) 评论(0) 推荐(0)
摘要: 例子: 下边附件上传3个附件 在form 表单中显示这三个附件: 代码: mail.thread 模型中添加计算字段 from odoo import models, fields, api class MailThread(models.AbstractModel): _inherit = 'ma 阅读全文
posted @ 2021-09-14 11:07 那时一个人 阅读(466) 评论(0) 推荐(0)
摘要: ubuntu的安装教程可以参考ubunt 官网: https://ubuntu.com/tutorials/create-a-usb-stick-on-windows#1-overview 装系统过程中,会提示里边已经存在win7系统了,会让你做选择,是否需要使用双系统,当时选了双系统,也安装了很久 阅读全文
posted @ 2021-09-10 15:49 那时一个人 阅读(254) 评论(0) 推荐(0)
摘要: 参考 https://www.cnblogs.com/lwlblog/p/12634455.html 补充: 添加新的远程仓库: git remote add coding git@e.coding.net:xxx/project/xxx.git 将本地的所有分支推送到新的远程仓库: git pus 阅读全文
posted @ 2021-09-10 11:29 那时一个人 阅读(666) 评论(0) 推荐(0)
摘要: https://asdfsx.github.io/post/odoo/odoo%E4%B8%AD%E7%9A%84%E8%AF%B7%E6%B1%82%E5%A4%84%E7%90%86/ 阅读全文
posted @ 2021-08-25 17:04 那时一个人 阅读(232) 评论(0) 推荐(0)
摘要: from odoo import http from odoo.http import request, Response, JsonRequest from odoo.tools import date_utils import json class JsonRequestNew(JsonRequ 阅读全文
posted @ 2021-08-24 14:44 那时一个人 阅读(432) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/yuzhoushenqi/p/6767439.html 在合并时需要需要何必跟吴关联的分支: git merge test2 --allow-unrelated-histories 阅读全文
posted @ 2021-08-24 10:07 那时一个人 阅读(83) 评论(0) 推荐(0)
摘要: 浏览器显示的信息如下: from origin 'http://www.docway.net' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Credentials' header in the res 阅读全文
posted @ 2021-08-19 11:59 那时一个人 阅读(586) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 46 下一页