随笔分类 - 需求
摘要:public static JSONArray sendByQCCGetListArrayString(JSONArray jsonArrayResult, BaseHttpService<String,String> baseHttpService, Map<String, String> map
阅读全文
摘要:package com.datahthx.credit.test; import com.datahthx.credit.util.Constant; import org.apache.http.client.methods.CloseableHttpResponse; import org.ap
阅读全文
摘要:/** * 获取精确到秒的时间戳 * * @return */ public static int getSecondTimestamp(Date date) { if (null == date) { return 0; } String timestamp = String.valueOf(da
阅读全文
摘要:package com.datahthx.credit.test; import cn.hutool.core.collection.ListUtil; import cn.hutool.core.date.DateTime; import cn.hutool.core.date.DateUtil;
阅读全文
浙公网安备 33010602011771号