上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 34 下一页
摘要: 官网网址: http://davidstutz.de/bootstrap-multiselect/ 阅读全文
posted @ 2018-08-07 11:19 ConfidentLiu 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 转载大神: https://blog.csdn.net/u011410529/article/details/68063541?winzoom=1 https://blog.csdn.net/nr000/article/details/78520163 阅读全文
posted @ 2018-08-06 10:52 ConfidentLiu 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 转载: https://www.jb51.net/article/109522.htm 1、 去掉字符串前后所有空格: 代码如下: ? 1 2 3 4 function Trim(str) { return str.replace(/(^\s*)|(\s*$)/g, ""); } ? 1 2 3 4 阅读全文
posted @ 2018-08-03 10:50 ConfidentLiu 阅读(535) 评论(0) 推荐(0) 编辑
摘要: 转载大神: http://www.mamicode.com/info-detail-1773696.html 阅读全文
posted @ 2018-08-02 15:54 ConfidentLiu 阅读(1302) 评论(0) 推荐(0) 编辑
摘要: Spring常用注解: @Configuration把一个类作为一个IoC容器,它的某个方法头上如果注册了@Bean,就会作为这个Spring容器中的Bean。 @Scope注解 作用域 @Lazy(true) 表示延迟初始化 @Service用于标注业务层组件、 @Controller用于标注控制 阅读全文
posted @ 2018-08-01 11:21 ConfidentLiu 阅读(1932) 评论(0) 推荐(0) 编辑
摘要: 1.快捷键 佑佑 2018/03/30 13:22:56 实用快捷键:Ctrl+Shift+U 转换大小写Ctrl+Shift+F 全局查找Ctrl+Alt+H 被哪个方法调用Ctrl+N 查找类名Ctrl+/ 或 Ctrl+Shift+/ 注释(// 或者/*...*/ )Ctrl+D 复制行Ct 阅读全文
posted @ 2018-07-31 23:59 ConfidentLiu 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 转载大神 https://blog.csdn.net/LQQianLee/article/details/79771618 阅读全文
posted @ 2018-07-31 15:42 ConfidentLiu 阅读(86) 评论(0) 推荐(0) 编辑
摘要: Spring事务配置的五种方式 转载大神总结: https://blog.csdn.net/xuanjiewu/article/details/51604967; 自己总结:这里只总结spring编程时事物管理 附上源码加注释 两个方法放到一个类中,直接写你的逻辑调用即可。 /** * jdbc批量 阅读全文
posted @ 2018-07-31 15:40 ConfidentLiu 阅读(184) 评论(0) 推荐(0) 编辑
摘要: http://7xvpsh.com1.z0.glb.clouddn.com/publish/21-2/the-dispatcher-servlet.html springmvc4.1.7:配置 复制转载大神笔记 https://blog.csdn.net/lpch0825/article/detai 阅读全文
posted @ 2018-07-30 23:14 ConfidentLiu 阅读(646) 评论(0) 推荐(0) 编辑
摘要: 转载大神 https://www.cnblogs.com/xujingyang/p/8301130.html 阅读全文
posted @ 2018-07-25 16:34 ConfidentLiu 阅读(176) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 34 下一页