随笔分类 -  需求

摘要:public static JSONArray sendByQCCGetListArrayString(JSONArray jsonArrayResult, BaseHttpService<String,String> baseHttpService, Map<String, String> map 阅读全文
posted @ 2023-04-25 14:43 我的心儿 阅读(86) 评论(0) 推荐(0)
摘要:package com.datahthx.credit.test; import com.datahthx.credit.util.Constant; import org.apache.http.client.methods.CloseableHttpResponse; import org.ap 阅读全文
posted @ 2023-04-06 17:43 我的心儿 阅读(393) 评论(0) 推荐(0)
摘要:/** * 获取精确到秒的时间戳 * * @return */ public static int getSecondTimestamp(Date date) { if (null == date) { return 0; } String timestamp = String.valueOf(da 阅读全文
posted @ 2023-03-27 11:36 我的心儿 阅读(56) 评论(0) 推荐(0)
摘要:package com.datahthx.credit.test; import cn.hutool.core.collection.ListUtil; import cn.hutool.core.date.DateTime; import cn.hutool.core.date.DateUtil; 阅读全文
posted @ 2023-03-27 11:06 我的心儿 阅读(48) 评论(0) 推荐(0)