12 2016 档案

摘要:一:中国电信 1.盒子模型 http://www.cnblogs.com/cchyao/archive/2010/07/12/1775846.html 各种盒子模型是有区别的 2. 阅读全文
posted @ 2016-12-30 22:11 纯粹的人 阅读(93) 评论(0) 推荐(0) 编辑
摘要:1.hibernate get和load 2.ioc aop 3.懒加载hibernate 4.jquery寻找相邻 5.查看centos性能 6.filter原理 7.开发多线程原理 8.hashmap hashtable current 阅读全文
posted @ 2016-12-28 21:02 纯粹的人 阅读(94) 评论(0) 推荐(0) 编辑
摘要:1.arraylist linkedlist 2.算法 订单没有一在二中 3.启动多线程方法 4.线程执行静态和非静态 5.大量数据发给用户的方案 6.jvm组成和优化 7.hashmap和hashtable源码 8.springmvc原理 9.spring原理 10.mybatis原理 11.分页 阅读全文
posted @ 2016-12-28 21:00 纯粹的人 阅读(113) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/speedme/article/details/22485681 阅读全文
posted @ 2016-12-26 17:01 纯粹的人 阅读(72) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/column/details/mybatis-principle.html?page=1 阅读全文
posted @ 2016-12-26 14:42 纯粹的人 阅读(92) 评论(0) 推荐(0) 编辑
摘要:http://www.jb51.net/article/50060.htm http://blog.csdn.net/leiyonglin/article/details/7008659 、、查看建表语句: http://blog.csdn.net/business122/article/detai 阅读全文
posted @ 2016-12-26 13:58 纯粹的人 阅读(95) 评论(0) 推荐(0) 编辑
摘要:http://467754239.blog.51cto.com/4878013/1700828/ 阅读全文
posted @ 2016-12-21 17:54 纯粹的人 阅读(115) 评论(0) 推荐(0) 编辑
摘要:// (new Date()).Format("yyyy-MM-dd hh:mm:ss.S") ==> 2006-07-02 08:09:04.423 // (new Date()).Format("yyyy-M-d h:m:s.S") ==> 2006-7-2 8:9:4.18 Date.prototype.Format = function (fmt) { var o = { "M+"... 阅读全文
posted @ 2016-12-19 11:41 纯粹的人 阅读(276) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/exmyth/p/6133289.html 阅读全文
posted @ 2016-12-14 19:50 纯粹的人 阅读(698) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/luotianshuai/p/5206662.html 阅读全文
posted @ 2016-12-14 18:08 纯粹的人 阅读(172) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/suifeng3051/article/details/38321043 阅读全文
posted @ 2016-12-14 14:02 纯粹的人 阅读(1460) 评论(0) 推荐(0) 编辑
摘要:http://www.open-open.com/lib/view/open1421150566328.html 阅读全文
posted @ 2016-12-14 11:19 纯粹的人 阅读(88) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/jingshuigg/article/details/25001979 zookeeper.connect=localhost:2181改成zookeeper.connect=10.0.30.221:2181 一下是问题解决方案: 分别javaclient和 阅读全文
posted @ 2016-12-14 09:54 纯粹的人 阅读(610) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/rainy-shurun/p/5131394.html 阅读全文
posted @ 2016-12-13 17:52 纯粹的人 阅读(99) 评论(0) 推荐(0) 编辑
摘要:http://7player.cn/2015/08/30/%E3%80%90%E5%8E%9F%E5%88%9B%E3%80%91%E5%9F%BA%E4%BA%8Espringboot-mybatis%E5%AE%9E%E7%8E%B0springmvc-web%E9%A1%B9%E7%9B%AE 阅读全文
posted @ 2016-12-12 19:05 纯粹的人 阅读(82) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/hellokitty1/p/4835408.html系列文章 阅读全文
posted @ 2016-12-12 11:58 纯粹的人 阅读(84) 评论(0) 推荐(0) 编辑
摘要:private Map getHeadersInfo(HttpServletRequest request) { Map map = new HashMap(); Enumeration headerNames = request.getHeaderNames(); while (headerNames.hasMoreElements()) { Strin... 阅读全文
posted @ 2016-12-10 19:27 纯粹的人 阅读(2059) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/sunzn/archive/2013/03/14/2960248.html 修改/etc/my.cnf 添加: [mysql] default-character-set=utf8 [mysqld] character-set-server=utf8 客 阅读全文
posted @ 2016-12-10 17:42 纯粹的人 阅读(185) 评论(0) 推荐(0) 编辑
摘要:http://penghuaiyi.iteye.com/blog/1922632 阅读全文
posted @ 2016-12-10 10:26 纯粹的人 阅读(316) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/icerainsoft/p/3584532.html 阅读全文
posted @ 2016-12-10 10:24 纯粹的人 阅读(105) 评论(0) 推荐(0) 编辑
摘要:https://my.oschina.net/u/2272916/blog/352297 阅读全文
posted @ 2016-12-08 11:28 纯粹的人 阅读(805) 评论(0) 推荐(0) 编辑
摘要:request APITest spring mvc.xml http://www.iteye.com/topic/1143043 阅读全文
posted @ 2016-12-08 10:24 纯粹的人 阅读(169) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/lanshengsheng2012/article/details/17679487 public static void main(String[] args) { String json = "{\"table\": \"viewTable\",\"da 阅读全文
posted @ 2016-12-07 10:32 纯粹的人 阅读(4649) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/chenyanggo/article/details/7443051 阅读全文
posted @ 2016-12-06 10:53 纯粹的人 阅读(123) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/zhangzikui/article/details/24805935 阅读全文
posted @ 2016-12-05 18:02 纯粹的人 阅读(447) 评论(0) 推荐(0) 编辑
摘要:http://pengjiaheng.iteye.com/blog/552456 -Xms128m表示JVM Heap(堆内存)最小尺寸128MB,初始分配-Xmx512m表示JVM Heap(堆内存)最大允许的尺寸256MB,按需分配。说明:如果-Xmx不指定或者指定偏小,应用可能会导致java. 阅读全文
posted @ 2016-12-05 11:33 纯粹的人 阅读(141) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/xin-xin/p/4297852.html 阅读全文
posted @ 2016-12-05 11:23 纯粹的人 阅读(96) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示