0. 随机定长用户名、随机定长密码、随机定长密钥。 1. apache commons lang3 2. 添零占位的数字 ...
分类:
其他好文 时间:
2020-05-11 21:58:38
阅读次数:
61
package com.intfish.util; /** * */ import org.apache.commons.lang3.StringEscapeUtils; import org.apache.commons.lang3.text.StrBuilder; import java.io. ...
分类:
其他好文 时间:
2020-05-08 20:08:23
阅读次数:
79
oracle的 listagg() WITHIN GROUP ()函数使用 ... ...
分类:
数据库 时间:
2020-05-08 16:37:48
阅读次数:
87
微信小程序的订阅消息,要求要比模板消息严格。 出现’errcode’ => 47003, ‘errmsg’ => ‘argument invalid! hint: [uQ0PNA09814128] data.name3.value is emtpy’ 的字样,一般就是参数类型错误。这里需要特别主义的 ...
分类:
微信 时间:
2020-05-06 21:58:05
阅读次数:
469
Spring框架 入门: IOC(控制反转,DI(依赖注入)) 加载相应jar包或坐标(maven):spring context,spring core,spring beans,spring expression,commons logging,lombok 写一个实体类。然后定义一个sprin ...
分类:
编程语言 时间:
2020-05-04 15:37:19
阅读次数:
59
1、 org.apache.commons.io.IOUtils closeQuietly:关闭一个IO流、socket、或者selector且不抛出异常,通常放在finally块 toString:转换IO流、 Uri、 byte[]为String copy:IO流数据复制,从输入流写到输出流中, ...
分类:
其他好文 时间:
2020-05-03 18:46:55
阅读次数:
66
导入maven依赖 1 <dependencies> 2 <!--文件上传--> 3 <dependency> 4 <groupId>commons-fileupload</groupId> 5 <artifactId>commons-fileupload</artifactId> 6 <versi ...
分类:
编程语言 时间:
2020-05-03 01:17:29
阅读次数:
76
官方文档:https://pay.weixin.qq.com/wiki/doc/api/index.html 引入jdom-1.1.3.jar包 HttpClientUtil.java package weixinpay; import org.apache.commons.lang.StringU ...
分类:
微信 时间:
2020-05-02 10:03:57
阅读次数:
104
commons-dbutils jar:下载 package com.jdbc.tools; import org.apache.commons.dbutils.QueryRunner; import org.apache.commons.dbutils.handlers.BeanHandler; ...
分类:
数据库 时间:
2020-05-01 18:42:26
阅读次数:
157
Mybatis Plus 时间查询无效解决方法 错误写法 正确写法 使用 日期格式化类DateFormatUtils【org.apache.commons.lang3.time.DateFormatUtils】 query.apply("UNIX_TIMESTAMP(create_time) = U ...
分类:
其他好文 时间:
2020-05-01 16:42:00
阅读次数:
633