摘要: def loadinvoiced(self): # filepath = r'D:\odoo\odoo16\fapiaos\invoices.xlsx' # df = pd.read_excel(filepath) vals = { 'invoicecode': 'invoicecode123', 阅读全文
posted @ 2023-06-02 22:32 CrossPython 阅读(24) 评论(0) 推荐(0)
摘要: 1.先下载 nssm软件,这个在百度上直接搜索一个就可以啦! 或者我的下载地址 阅读全文
posted @ 2023-06-02 17:22 CrossPython 阅读(48) 评论(0) 推荐(0)
摘要: -- 添加服务 sc create CoServices binpath= D:\sf\code\xky\test\CoServices.exe start= auto DisplayName= CoServices -- 删除服务 sc delete CoServices -- 查询端口号 net 阅读全文
posted @ 2023-06-02 10:00 CrossPython 阅读(90) 评论(0) 推荐(0)