- 博客(105)
- 资源 (1)
- 收藏
- 关注
原创 spring boot 教程
http://www.infoq.com/cn/articles/microframeworks1-spring-boot 入门篇:http://blog.csdn.net/lxhjh/article/details/51764604
2017-05-14 11:53:31
180
原创 nginx学习
参数详解:http://www.nginx.cn/76.html 基本配置与参数说明,性能优化指南:http://www.chinaz.com/web/2015/0424/401323.shtml 反向代理,负载均衡,页面缓存http://www.360doc.com/content/13/1114/12/7694408_329125489.shtml ha...
2015-07-30 21:29:18
188
原创 jvm default value
http://www.cnblogs.com/redcreen/archive/2011/05/04/2036387.html
2015-07-17 21:32:22
185
原创 mongodb 参数详解
http://blog.chinaunix.net/uid-7374279-id-4834897.html http://www.linuxidc.com/Linux/2015-03/114329.htm mongodb。xml文件配置http://grepcode.com/file/repo1.maven.org/maven2/ru.taskurotta/assemble...
2015-06-19 22:08:05
221
原创 jvm实用参数
http://ifeve.com/useful-jvm-flags-part-3-printing-all-xx-flags-and-their-values/
2015-05-17 00:19:50
134
原创 java httpServer
import java.io.IOException;import java.net.InetSocketAddress;import com.sun.net.httpserver.HttpExchange;import com.sun.net.httpserver.HttpHandler;import com.sun.net.httpserver.HttpServer;/** * * ...
2014-12-15 22:34:13
197
原创 httpclient
client 如何关闭。http://www.cnblogs.com/wasp520/archive/2012/07/06/2580101.html httpclient 4.3:http://www.cnblogs.com/chenying99/p/3735282.html
2014-12-06 00:13:19
178
原创 UML类图新手入门级介绍
http://blog.csdn.net/monkey_d_meng/article/details/6005764
2014-11-02 11:15:29
174
原创 负载均衡策略
L4,L7http://blog.csdn.net/reaper1022/article/details/10064343
2014-10-24 19:35:35
254
原创 mongo db 分片 副本集 权限配置
用户和认证 权限总结 : http://blog.itpub.net/22664653/viewspace-715617/ http://docs.mongodb.org/manual/tutorial/deploy-replica-set-with-auth/ 分片:http://www.lanceyan.com/tech/arch/mongodb_shard1....
2014-10-23 16:15:53
180
原创 http client 4.3.4
专自:http://www.2cto.com/kf/201407/314279.html package httpClientTest; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.Interru...
2014-10-22 22:57:08
344
原创 web.xml 详细解释
http://www.cnblogs.com/chinareny2k/archive/2010/01/25/1655869.html
2014-10-20 10:11:02
127
原创 spring data jpa
http://www.ibm.com/developerworks/cn/opensource/os-cn-spring-jpa/
2014-10-03 22:23:06
111
原创 java encode and decode by des
package com.tian.test16;import java.io.IOException;import java.io.UnsupportedEncodingException;import java.security.*;import javax.crypto.*;import sun.misc.*;public class Encrypt { private Ke...
2014-09-28 22:31:38
184
原创 RequestMapping 用法详解之地址映射 .
http://blog.csdn.net/walkerjong/article/details/7994326
2014-09-24 16:22:04
330
原创 mogo writeconcern
write concern sample: http://www.cnblogs.com/xinghebuluo/archive/2011/12/01/2270896.html WriteResult ret = db.update({"name":"lily"},{"$set":{"age":20}}, WriteConcern.SAFE);if(ret.getLastErro...
2014-09-24 13:59:35
161
原创 quartz
基本讲解: http://www.blogjava.net/baoyaer/articles/155645.html spring与quartz结合: http://www.meiriyouke.net/?p=82
2014-09-19 16:26:08
122
原创 java 模式 简单工厂 工厂方式 抽象工厂
http://kk-kingboy.blog.163.com/blog/static/553545612010084636463/
2014-08-23 00:25:29
135
原创 http协议详解
http://www.cnblogs.com/li0803/archive/2008/11/03/1324746.html
2014-08-10 19:21:28
105
原创 webservice 比较
RMI、Hessian、Burlap、Httpinvoker、WebService的比較http://www.cnblogs.com/godwar/archive/2009/11/30/1613965.html http://blog.csdn.net/caihaijiang/article/details/5903253
2014-08-08 00:03:57
151
原创 redis memcache ehcache
redis vs memcachedhttp://www.cnblogs.com/EE-NovRain/p/3268476.html
2014-08-06 23:23:35
109
原创 linux expect
自动登录: http://blog.sina.com.cn/s/blog_483e430601012pt1.html
2014-06-19 15:28:52
90
原创 数据库读写分离
java代码:http://blog.csdn.net/lifuxiangcaohui/article/details/7280202mysql:http://wenku.baidu.com/link?url=Gm3fYUEO_wrn_toJamKzMvR468uVE0dfIsaHPhkrNVjCHDypyei5uT0KpzzHcnCyh-riKpyuNaPPUM8pRdup...
2014-06-18 20:29:07
122
原创 terracotta简介
http://blog.csdn.net/lima01/article/details/5606193 使用http://chinaxxren.iteye.com/blog/1182592 http://juson.blog.51cto.com/1010256/733467 配置:http://blog.csdn.net/lxf9601/article/deta...
2013-11-19 09:50:34
181
原创 加密解密
Java安全之对称加密、非对称加密、数字签名 http://blog.csdn.net/furongkang/article/details/6882039 对称非对称原理:http://redstarofsleep.iteye.com/blog/1171282 RSA加密:http://oma1989.iteye.com/blog/1754802...
2013-10-10 14:55:02
173
原创 xml 文档 xsd与dtd ,webservices
http://www.ibm.com/developerworks/cn/xml/x-sd/ web service:http://www.ibm.com/developerworks/cn/education/webservices/ws-jax/section3.html
2013-08-15 19:31:17
136
原创 tomcat
tomcat工作原理http://www.cnblogs.com/fourthedition/archive/2011/05/29/2061856.htmlhttp://blog.sina.com.cn/s/blog_67618c860100ix4u.htmltomcat 类加载机制:http://wenku.baidu.com/view/db1e91d96f1aff00bed...
2013-08-14 19:11:22
116
原创 类加载器
类加载器:http://blog.csdn.net/csh624366188/article/details/8076479
2013-08-14 19:02:12
126
原创 shiro 使用手册 cas and shiro
http://www.360doc.com/content/12/0104/13/834950_177177202.shtml cas and shirohttp://www.ibm.com/developerworks/cn/java/j-lo-shiro/
2013-07-23 13:54:16
123
原创 redis sample
import java.util.List;import java.util.Map;import java.util.ResourceBundle;import java.util.Set;import org.springframework.stereotype.Component;import redis.clients.jedis.Jedis;import redis.clien...
2013-07-16 09:29:07
184
原创 cookie免登陆
http://blog.163.com/wm_at163/blog/static/1321734902009101621124228/
2013-07-10 13:02:15
159
原创 在Spring中使用Hessian Remoting技术
http://blog.csdn.net/caihaijiang/article/details/5903253
2013-07-03 17:14:03
109
原创 no sql
Redis教程命令集合:http://doc.redisfans.com/ 集群的缺点:https://github.com/HunanTV/redis-cerberus/wiki/Redis-%E9%9B%86%E7%BE%A4%E4%BB%A3%E7%90%86%E5%9F%BA%E6%9C%AC%E5%8E%9F%E7%90%86%E4%B8%8E%E4%BD%BF%E7...
2013-06-17 13:37:22
191
原创 mysql
mysql性能查询http://blog.csdn.net/iquicksandi/article/details/7970706 锁http://www.cnblogs.com/fuyunbiyi/archive/2012/04/02/2430304.html 面试题http://mianwww.iteye.com/blog/477980answer:ht...
2013-05-18 18:27:41
123
原创 spring 依赖注入源码,AOP源码
Aop 代码:http://www.goldendoc.org/2010/12/spring_aop/ 依赖注入代码http://blog.csdn.net/qian_348840260/article/details/8004440 读完代码后的理解: 1. 在获取bean时候,先判断是否是single类型,并从缓存中获取。如果没有此类信息,继续向下...
2013-05-18 14:24:16
169
原创 noSql
http://robbin.iteye.com/blog/524977 http://database.51cto.com/art/201109/291781.htm
2013-05-16 22:12:09
113
原创 Q4M queue for Mysql
http://blog.csdn.net/tianjing_1983/article/details/7418833 http://q4m.github.io/
2013-05-16 21:21:18
274
原创 dbcp/jdbc比较
http://www.oschina.net/question/12_36910
2013-05-15 22:47:52
222
原创 Java中堆内存和栈内存详解
http://www.cnblogs.com/whgw/archive/2011/09/29/2194997.html http://www.cnblogs.com/lovexinsky/archive/2012/03/08/2384784.html Java内存主要分成以下几块:堆heap【new出来的空间和数组空间,存放对象、数组,数据不能共享】本地方法栈native me...
2013-05-15 18:15:02
106
原创 hadoop
http://hadoop.group.iteye.com/group/topic/8540http://cloud.group.iteye.com/group/topic/24166
2013-05-13 20:02:49
101
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人