05 2013 档案

摘要:Spring是J2EE领域中最好的框架之一,因为它让我们在使用integration去整合各种框架时变得更加容易。这篇文章属于介绍Spring Integration内容的系列之一。所有的源代码都可以在svn中检查和测试。假定:所有读者都具有Servlets and JSP的基本技术知识。背景:已经用模块化的方式在Maven中创建了命名为testspring的示例工程,在MySQL中创建了testjpa/testejb 2个不同的数据库实例去测试这个工程。我已经配置了<property name=”hibernate.hbm2ddl.auto” value=”update” />所 阅读全文
posted @ 2013-05-26 15:04 大大大的猫 阅读(396) 评论(1) 推荐(1) 编辑
摘要:function cellClick(obj){if(obj.style.color=="rgb(255,0,0)"||obj.style.color=="#ff0000"){obj.style.color="#000000";}else{obj.style.color="#ff0000";}}正解:"rgb(255, 0, 0)" 红色为rgb(255, 0, 0)0的前面均有空格TAT 太虐。。。。。。 阅读全文
posted @ 2013-05-09 21:35 大大大的猫 阅读(133) 评论(0) 推荐(0) 编辑