`
文章列表
参考:http://shift-alt-ctrl.iteye.com/blog/1867454 Redis编程实践【pub/sub】
Maven插件之portable-config-maven-plugin(不同环境打包) http://blog.csdn.net/wangjunjun2008/article/details/11516323
https://segmentfault.com/a/1190000005642328 mybatis使用spring-druid数据源连接池配置log4j打印sql语句以及开启监控平台
http://www.cnblogs.com/wuyun-blog/p/5679073.html DRUID连接池的实用 配置详解
maven_pom文件引入工程lib jar的写法示例: <dependency> <groupId>cn.edu.hfut.dmic.webcollector</groupId> <artifactId>WebCollector</artifactId> <version>2.09</version> <scope>system</scope> <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/We ...
参考:https://wizardforcel.gitbooks.io/nginx-doc/content/ Nginx 中文官方文档
http://blog.csdn.net/hj7jay/article/details/51686418  数据库阿里连接池 druid配置详解

Redis 命令参考

Redis 命令参考 http://redisdoc.com/

站长工具

http://tool.chinaz.com/Tools/unixtime.aspx 站长工具
迁入RDS后为什么数据库变慢的分析 https://help.aliyun.com/knowledge_detail/5973962.html   ---------------------------------------------------------------------------------- 1、通过explain 查看sql 的执行计划。 2、通过查看数据库的监控指标,找到对应消耗资源top 5的sql。 3、通过查看数据库的慢日志,发现大量的慢sql,执行时间超过了2S。 ----------------------------------------- ...
参考:http://blog.csdn.net/xkafei/article/details/21879209?utm_source=tuicool 【Shiro + Spring MVC整合】教程——权限控制
学习笔记,转自:http://wenku.baidu.com/view/f3813b8acc22bcd126ff0c75.html

dubbox

dubbox https://github.com/dangdangdotcom/dubbox
1、如何查看某个端口被谁占用 : http://jingyan.baidu.com/article/3c48dd34491d47e10be358b8.html    
Shell脚本编程30分钟入门 https://github.com/qinjx/30min_guides/blob/master/shell.md   Shell 教程| 菜鸟教程 http://www.runoob.com/linux/linux-shell.html
Global site tag (gtag.js) - Google Analytics