04 2023 档案

摘要:点击查看代码 package com.ly.fn.biz.ht.esign.expand.core.config; import com.google.common.base.Joiner; import java.math.BigDecimal; import java.text.DecimalF 阅读全文
posted @ 2023-04-26 11:20 我的心儿 阅读(18) 评论(0) 推荐(0) 编辑
摘要:点击查看代码 import org.junit.Test; import java.text.SimpleDateFormat; import java.util.*; import java.util.stream.Collectors; import static java.util.Compa 阅读全文
posted @ 2023-04-25 16:05 我的心儿 阅读(888) 评论(0) 推荐(0) 编辑
摘要:public static JSONArray sendByQCCGetListArrayString(JSONArray jsonArrayResult, BaseHttpService<String,String> baseHttpService, Map<String, String> map 阅读全文
posted @ 2023-04-25 14:43 我的心儿 阅读(44) 评论(0) 推荐(0) 编辑
摘要:/** * 身份证号脱敏 * 脱敏规则: 保留前六后三, 适用于15位和18位身份证号 * @param idNumber * @author cy * @since 2022-04-22 */ public static String desensitizedIdNumber(String idN 阅读全文
posted @ 2023-04-24 15:51 我的心儿 阅读(539) 评论(0) 推荐(0) 编辑
摘要:private final static int entNameLength = 32; public static void main(String[] args) { String entname ="王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王王 阅读全文
posted @ 2023-04-24 15:44 我的心儿 阅读(13) 评论(0) 推荐(0) 编辑
摘要:package cn.tencent.data.ext.service.handler.common.util; import org.apache.commons.codec.binary.Base64; import javax.crypto.Cipher; import java.securi 阅读全文
posted @ 2023-04-24 13:04 我的心儿 阅读(3) 评论(0) 推荐(0) 编辑
摘要:`import java.lang.reflect.Field; import java.lang.reflect.ParameterizedType; import java.util.ArrayList; import java.util.Date; import java.util.HashM 阅读全文
posted @ 2023-04-23 14:30 我的心儿 阅读(144) 评论(0) 推荐(0) 编辑
摘要:需求:用户登录(name:用户名,pwd:密码) (一)HttpGet :doGet()方法 //doGet():将参数的键值对附加在url后面来传递 public String getResultForHttpGet(String name,String pwd) throws ClientPro 阅读全文
posted @ 2023-04-06 17:47 我的心儿 阅读(14) 评论(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 我的心儿 阅读(333) 评论(0) 推荐(0) 编辑
摘要:* 点击查看代码 public class ProjectConfig { // 合作方产品唯一标示 public static String SOURCEID = "hthx_swyyssys_0001"; // AES加密解密key public static final String AESK 阅读全文
posted @ 2023-04-06 09:26 我的心儿 阅读(26) 评论(0) 推荐(0) 编辑