码迷,mamicode.com
首页 >  
搜索关键字:commons dbutils    ( 3607个结果
FreeMarker & Mybatis & Basic OGNL expressions
Basic OGNL expressions OGNL Apache Commons OGNL Language Guide https://commons.apache.org/proper/commons ognl/language guide.html mybatis:org.apache.i ...
分类:其他好文   时间:2020-05-12 20:20:21    阅读次数:66
spring 将FIle 转换成MultipartFile
public static void main(String[] args) { File file = new File("C:\\Users\\17146\\Desktop\\a.xlsx"); FileItemFactory factory = new DiskFileItemFactory( ...
分类:编程语言   时间:2020-05-12 13:41:33    阅读次数:61
【java】不实现toString方法,输出java对象。ReflectionToStringBuilder.toString(user, ToStringStyle.SHORT_PREFIX_STYLE)
方法 ReflectionToStringBuilder.toString(user, ToStringStyle.SHORT_PREFIX_STYLE); 示例 package com.harara.test; import org.apache.commons.lang.builder.Refl ...
分类:编程语言   时间:2020-05-12 11:21:26    阅读次数:163
获取两个字符串最长公共子串的长度
分别从左向右,从右向左遍历最短的字符串,遍历时截取最短字符串的每一个子串,看长字符串中是否包含这个子串,包含的话把长度push到数组中 function getM(str1, str2){ var len = str1.length >= str2.length ? str2.length : st ...
分类:其他好文   时间:2020-05-12 11:17:53    阅读次数:69
定制业务随机字符串
0. 随机定长用户名、随机定长密码、随机定长密钥。 1. apache commons lang3 2. 添零占位的数字 ...
分类:其他好文   时间:2020-05-11 21:58:38    阅读次数:61
StringUtils
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 ()函数使用
oracle的 listagg() WITHIN GROUP ()函数使用 ... ...
分类:数据库   时间:2020-05-08 16:37:48    阅读次数:87
微信小程序 'errcode' => 47003,'errmsg' => 'argument invalid! hint
微信小程序的订阅消息,要求要比模板消息严格。 出现’errcode’ => 47003, ‘errmsg’ => ‘argument invalid! hint: [uQ0PNA09814128] data.name3.value is emtpy’ 的字样,一般就是参数类型错误。这里需要特别主义的 ...
分类:微信   时间:2020-05-06 21:58:05    阅读次数:469
spring入门
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
3607条   上一页 1 ... 13 14 15 16 17 ... 361 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!