04 2022 档案

摘要:两者区别可以用一张图来解释 可以看出,jenkins充当的是一个自动构建的作用,而Docker相当于虚拟机,或者说是一个容器。 补充:1、jenkins是一个插件的集合 阅读全文
posted @ 2022-04-26 20:31 MING5135 阅读(404) 评论(0) 推荐(0) 编辑
摘要:Entry 由于Map中存放的元素均为键值对,故每一个键值对必然存在一个映射关系。 Map中采用Entry内部类来表示一个映射项,映射项包含Key和Value (我们总说键值对键值对, 每一个键值对也就是一个Entry)Map.Entry里面包含getKey()和getValue()方法 Itera 阅读全文
posted @ 2022-04-25 20:05 MING5135 阅读(69) 评论(0) 推荐(0) 编辑
摘要:import pandas as pd import os import openpyxl from openpyxl import load_workbook # import xlrd # import xlwt # from xlutils.copy import copy jsonObj = 阅读全文
posted @ 2022-04-18 21:16 MING5135 阅读(59) 评论(0) 推荐(0) 编辑
摘要:1 /** 2 * Asn 发送RPA 3 */ 4 @Named("IService.AsnSendDataToRPAService") 5 public class AsnSendDataToRPAService extends AsnBaseExecSubProcess { 6 7 priva 阅读全文
posted @ 2022-04-18 21:14 MING5135 阅读(35) 评论(0) 推荐(0) 编辑
摘要:function handler(data){ var logger = new LiveDataLogger(); logger.info("data:"+data); var req = JSON.parse(data); logger.info("req的JSON字符串:"+JSON.stri 阅读全文
posted @ 2022-04-18 21:11 MING5135 阅读(104) 评论(0) 推荐(0) 编辑
摘要: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 阅读(128) 评论(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 阅读(577) 评论(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) 编辑

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