上一页 1 ··· 6 7 8 9 10
摘要: import pandas as pd srcFile =B2CExcel a = "2C发票_2022040111" dstFile = srcFile.replace(a,${b2cCurrentdate},1); df = pd.read_excel(B2CExcel) write = pd. 阅读全文
posted @ 2022-04-18 21:08 MING5135 阅读(116) 评论(0) 推荐(0) 编辑
摘要: var date = new Date(); // var seperator1 = "/"; var year = date.getFullYear(); var month = date.getMonth() + 1; var strDate = date.getDate(); var hour 阅读全文
posted @ 2022-04-18 21:06 MING5135 阅读(560) 评论(0) 推荐(0) 编辑
摘要: public class TestDemo5 { public static void main(String[] args) { String responseResult = "{\n" + "\t\"resultCode\": 200,\n" + "\t\"resultBody\": [\n" 阅读全文
posted @ 2022-04-14 21:29 MING5135 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 1 import pandas as pd 2 import os 3 import xlwt 4 5 # 提取invoiceHeadExcel1内数据 6 file11 = invoiceHeadExcel1 7 filePath11 = file11.replace("\\", "\\\\") 阅读全文
posted @ 2022-03-31 19:45 MING5135 阅读(501) 评论(0) 推荐(0) 编辑
摘要: 1 var currDate = new Date(); year = currDate.getFullYear(); month = currDate.getMonth() + 1; date = currDate.getDate(); hour = currDate.getHours(); mi 阅读全文
posted @ 2022-03-30 22:04 MING5135 阅读(87) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10