2019年12月13日
摘要: https://www.xuxueli.com/ 阅读全文
posted @ 2019-12-13 21:16 weakup 阅读(340) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/rollenholt/archive/2011/09/11/2173787.html 阅读全文
posted @ 2019-12-13 17:42 weakup 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/nullllun/p/9245681.html 阅读全文
posted @ 2019-12-13 14:52 weakup 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 由来 在写一个小小的表单提交功能的时候,出现了乱码,很奇怪request上来的参数全部是乱码,而从数据库查询出来的中文显示到页面正常,锁定肯定是request对象那里出了问题。后来经过排查,发现是我封装的框架中出了问题,总结为在setCharacterEncoding方法之前,调用了getParam 阅读全文
posted @ 2019-12-13 09:15 weakup 阅读(192) 评论(0) 推荐(0) 编辑
  2019年12月12日
摘要: https://luxiaolei.com/regex-guide 阅读全文
posted @ 2019-12-12 18:00 weakup 阅读(99) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/nullllun/default.html?page=2 https://wenchao.ren/ 阅读全文
posted @ 2019-12-12 17:13 weakup 阅读(107) 评论(1) 推荐(0) 编辑
摘要: 面试的时候,常常会被问到这样一个问题:请您写出一个单例模式(Singleton Pattern)吧。好吧,写就写,这还不容易。顺手写一个: public final class EagerSingleton { private static EagerSingleton singObj = new  阅读全文
posted @ 2019-12-12 16:48 weakup 阅读(145) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zm9898/article/details/99677626 阅读全文
posted @ 2019-12-12 16:37 weakup 阅读(3935) 评论(0) 推荐(0) 编辑
摘要: https://github.com/iceroot/iceroot/blob/master/src/main/java/com/icexxx/util/IceUtil.java 阅读全文
posted @ 2019-12-12 15:52 weakup 阅读(2176) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/52302929 https://segmentfault.com/q/1010000008770653?_ea=1736366 阅读全文
posted @ 2019-12-12 15:14 weakup 阅读(265) 评论(0) 推荐(0) 编辑