上一页 1 ··· 157 158 159 160 161 162 163 164 165 ··· 233 下一页
摘要: [This article was originally written by Yves Trudeau.]http://java.dzone.com/articles/exploring-message-brokersMessage brokersare not regularly covered... 阅读全文
posted @ 2014-12-22 13:55 一天不进步,就是退步 阅读(1069) 评论(0) 推荐(0)
摘要: You wanna look at a JVM class while you are coding and you cannot. Here is the solution.First of all,downloadyour related JDK source code files unless... 阅读全文
posted @ 2014-12-22 09:47 一天不进步,就是退步 阅读(324) 评论(0) 推荐(0)
摘要: 原文地址:http://blog.sina.com.cn/s/blog_7cc0c8cc0101mb4a.html1.下载并安装erlang,http://www.erlang.org/download.html,最新版是R15B01(5.9.1)。由于我机器是64位的Win7,所以找到otp_wi... 阅读全文
posted @ 2014-12-19 14:45 一天不进步,就是退步 阅读(397) 评论(0) 推荐(0)
摘要: @Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented public @interface Bean Indicates that a method produces a bean to be man 阅读全文
posted @ 2014-12-19 14:18 一天不进步,就是退步 阅读(9669) 评论(0) 推荐(0)
摘要: http://www.javacodegeeks.com/2012/11/mybatis-tutorial-crud-operations-and-mapping-relationships-part-1.htmlCRUD OperationsMyBatis is an SQL Mapper too... 阅读全文
posted @ 2014-12-16 15:05 一天不进步,就是退步 阅读(1212) 评论(0) 推荐(0)
摘要: 在使用js中的"=="进行字符串的比较时,发现在英文情况下是ok的,但在中文比较时则不行了。在网上搜索,提供了一个解决方法,使用stringObject.localeCompare(target)来解决中文比较问题。string_a.localeCompare(string_b);/* Return... 阅读全文
posted @ 2014-12-16 14:19 一天不进步,就是退步 阅读(5551) 评论(0) 推荐(0)
摘要: 原文:http://www.infoq.com/cn/news/2014/03/interview-alibaba-wangjingyu对于大型的互联网业务来说,消息系统是必不可少的基础服务。 子柳 在《淘宝技术这十年》中为大家展示了阿里消息系统架构的概貌,作为集团业务使用的核心基础服务,目前消息系... 阅读全文
posted @ 2014-12-15 12:59 一天不进步,就是退步 阅读(1389) 评论(0) 推荐(0)
摘要: http://agapple.iteye.com/blog/791943可以后另一篇做对比:http://agapple.iteye.com/blog/772507同样的内容,不同的描述方式,不一样的效果.Hi all :最近在做offerdetail优化时,替换了数据库驱动,从c3p0 0.9.1... 阅读全文
posted @ 2014-12-13 19:00 一天不进步,就是退步 阅读(401) 评论(0) 推荐(0)
摘要: beanFactory的继承关系如下图所示: (图片来源:http://www.myexception.cn/software-architecture-design/925888.html)在上节beanFactory的进化史,我们就讲到了上图的左边部分,这次我们来分析一下图的右边部分。Ali... 阅读全文
posted @ 2014-12-13 09:55 一天不进步,就是退步 阅读(524) 评论(0) 推荐(0)
摘要: JspC可以通过jspc.setArgs(args);设置所需参数,和使用指令进行编译相同,使用指令编译范例:java -cp jasper.jar;servlet-api.jar;Fcatalina.jar;F:\server\tomcat.6\bin\tomcat-juli.jar;ant.ja... 阅读全文
posted @ 2014-12-10 22:43 一天不进步,就是退步 阅读(2838) 评论(0) 推荐(0)
上一页 1 ··· 157 158 159 160 161 162 163 164 165 ··· 233 下一页