摘要: 下载MySQL历史版本 地址:http://downloads.mysql.com/archives/community/ 阅读全文
posted @ 2016-11-05 17:30 一万年以前 阅读(16566) 评论(0) 推荐(5) 编辑
摘要: http://kb.cnblogs.com/page/509402/ 阅读全文
posted @ 2016-10-20 16:38 一万年以前 阅读(142) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/ning109314/article/details/10411495/http://www.mamicode.com/info-detail-1028149.htmlhttp://uule.iteye.com/blog/2114697 http://blo 阅读全文
posted @ 2016-10-13 16:11 一万年以前 阅读(318) 评论(0) 推荐(0) 编辑
摘要: http://kyfxbl.iteye.com/blog/1678121 http://jdonee.iteye.com/blog/794226 阅读全文
posted @ 2016-10-09 09:23 一万年以前 阅读(2126) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/jb2011/blog/697367 阅读全文
posted @ 2016-10-08 21:11 一万年以前 阅读(96) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lmj623565791/article/details/37970961 http://blog.csdn.net/yangqicong11/article/details/38849193 阅读全文
posted @ 2016-10-07 19:11 一万年以前 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 下面是AudioRecorderService的java实现: 原文地址:http://blog.csdn.net/gyhgx/article/details/51669892 阅读全文
posted @ 2016-09-29 10:00 一万年以前 阅读(1867) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/alwaysyouare/archive/2011/11/17/2252397.html http://blog.csdn.net/cquwentao/article/details/27419217 http://www.2cto.com/kf/201 阅读全文
posted @ 2016-09-26 21:43 一万年以前 阅读(107) 评论(0) 推荐(0) 编辑
摘要: SpringMVC + Spring + Mybatis+ Redis +shiro http://www.sojson.com/shiro MyBatis简介与配置MyBatis+Spring+MySqlhttp://limingnihao.iteye.com/blog/781671 pring 阅读全文
posted @ 2016-09-19 10:18 一万年以前 阅读(217) 评论(0) 推荐(0) 编辑
摘要: AOP概念 AOP(Aspect Oriented Programming),即面向切面编程(也叫面向方面编程,面向方法编程)。其主要作用是,在不修改源代码的情况下给某个或者一组操作添加额外的功能。像日志记录,事务处理,权限控制等功能,都可以用AOP来“优雅”地实现,使这些额外功能和真正的业务逻辑分 阅读全文
posted @ 2016-09-18 15:17 一万年以前 阅读(3644) 评论(0) 推荐(0) 编辑