4581 Commits

Author SHA1 Message Date
Looly
d41b917006 fix code 2019-10-13 12:41:15 +08:00
Looly
4c625e582a add static get for Log 2019-10-13 11:16:47 +08:00
Looly
9fa28dcb71 add @FunctionalInterface 2019-10-11 18:00:55 +08:00
Looly
e52a282717 update dependency 2019-10-11 17:52:23 +08:00
Looly
c16edabb7d add test 2019-10-11 17:25:07 +08:00
Looly
781b8efb72 fix deprecate 2019-10-11 08:28:09 +08:00
Looly
a1018e2efe fix code 2019-10-10 18:00:00 +08:00
Looly
314cb1b64c fix code 2019-10-10 17:18:31 +08:00
Looly
96cf2503cc fix cookie bug 2019-10-10 16:24:48 +08:00
Looly
ccff387646 fix jdk8 2019-10-10 11:58:02 +08:00
Looly
5e8f36ce65 fix readme 2019-10-10 11:05:44 +08:00
Looly
ce10677ace fix sh to v5 2019-10-10 10:59:04 +08:00
Looly
3fdf456006 prepare 5.0.0 2019-10-10 10:42:51 +08:00
Looly
2163f6204b release 4.6.9 2019-10-09 15:37:54 +08:00
Looly
39a2ee1a47 fix pattern bug 2019-10-09 15:35:53 +08:00
Looly
417702f9fc add test 2019-10-09 11:34:09 +08:00
Looly
8e5bbdf170 add RandomUtil.randomStringWithoutStr 2019-10-09 10:59:34 +08:00
Looly
17efa74406 !76 [新特性] 获得一个随机的字符串(只包含数字和字符) 并排除指定字符串
Merge pull request !76 from Kui_Ye/v4-dev
2019-10-09 10:54:54 +08:00
Looly
855ff3e2c6 fix comment 2019-10-09 10:50:26 +08:00
Looly
ee9a2f70dd fix comment 2019-10-09 09:58:33 +08:00
Looly
b1674a933f fix comment 2019-10-09 09:30:22 +08:00
Looly
a418b5922b fix type 2019-10-09 07:51:36 +08:00
938424168@qq.com
73fa507b09 /**
* 获得一个随机的字符串(只包含数字和字符) 并排除指定字符串
	 *
	 * @param length 字符串的长度
	 * @param elemData 要排除的字符串
	 * @return 随机字符串
	 */
2019-10-08 21:12:22 +08:00
Looly
0685a8a141 fix comment 2019-10-08 18:16:30 +08:00
Looly
1364656855 fix word 2019-10-08 16:02:06 +08:00
Looly
5d99de9b89 fix watchService 2019-10-05 21:24:57 +08:00
Looly
52fb6267a5 add method 2019-10-05 20:54:41 +08:00
Looly
90cd958e37 add field 2019-10-05 18:35:54 +08:00
Looly
a4515e218b add parseCST and fix cookie bug 2019-10-05 18:18:57 +08:00
Looly
476285b302 add setClassLoader 2019-10-05 12:33:48 +08:00
Looly
1ddc01453f fix csv 2019-10-02 16:33:25 +08:00
Looly
e1fe54c59d fix comment 2019-10-02 16:12:07 +08:00
Looly
522ed4308d fix comment 2019-10-02 16:05:50 +08:00
Looly
3acf9c4e70 add test 2019-09-30 17:06:13 +08:00
Looly
d675b7376d add toURI encode option 2019-09-30 16:37:41 +08:00
Looly
8c486b4e4f add toURI encode option 2019-09-30 16:35:32 +08:00
Looly
351abcefdc prepare 4.6.9 2019-09-28 07:48:55 +08:00
Looly
16d85f06ae release 4.6.8 2019-09-28 03:38:10 +08:00
Looly
2b1be82b9e fix test 2019-09-28 03:35:30 +08:00
Looly
ea229578be fix test 2019-09-28 03:34:44 +08:00
Looly
367d0d40b8 fix test 2019-09-28 03:30:33 +08:00
Looly
31e8ef6306 fix mao 2019-09-28 03:27:08 +08:00
Looly
596a4f1e57 fix code 2019-09-28 03:13:27 +08:00
Looly
daf85caf9e fid Idcard Code 2019-09-28 02:09:31 +08:00
Looly
32955b9c8c enhance HtmlUtil。removeHtmlAttr 2019-09-28 00:07:30 +08:00
Looly
9eb00756f8 enhance aop 2019-09-27 23:21:58 +08:00
Looly
45609bc22b enhance aop 2019-09-27 23:20:43 +08:00
Golden Looly
5b5645cbbb
Merge pull request #561 from Ted-Engineer/v4-dev
1、切面after切点,将目标方法执行返回值,开放给切点 2、SimpleAspect没有直接使用的意义,应修改为抽象类 3、修改Aspect#afterException 没有使用返回值进行异常是否抛出的判断。 4、修改CglibInterceptor#intercept 和 JdkInterceptor#intercept 方法中 if else 为 if ,减少else判断,并支持 第3点的修改
2019-09-27 22:36:33 +08:00
Looly
4477e7776f fix sax read 2019-09-27 21:18:27 +08:00
Looly
4f90b2a189 fix sax read 2019-09-27 21:17:17 +08:00