上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: Spring 3.0 注解注入详解2011-04-15 09:44 17ZOUGUO ITEYE博客我要评论(1)字号:T|TAD:一、各种注解方式1.@Autowired注解(不推荐使用,建议使用@Resource)@Autowired可以对成员变量、方法和构造函数进行标注,来完成自动装配的工作。@Autowired的标注位置不同,它们都会在Spring在初始化这个bean时,自动装配这个属性。要使@Autowired能够工作,还需要在配置文件中加入以下Xml代码<beanclass="org.springframework.beans.factory.annotation. 阅读全文
posted @ 2012-03-01 07:33 张良 阅读(677) 评论(0) 推荐(0) 编辑
摘要: http://developer.51cto.com/art/200610/33561.htm 阅读全文
posted @ 2012-02-28 13:52 张良 阅读(140) 评论(0) 推荐(0) 编辑
摘要: http://www.beansoft.biz/ 阅读全文
posted @ 2012-02-26 12:08 张良 阅读(143) 评论(0) 推荐(0) 编辑
摘要: IT培训(14) (rss)Java EE (rss)Java SE(2) (rss)JVM(1) (rss)MyEclipse(1) (rss)Open Source(1) (rss)Oracle(1) (rss)WebLogic(6) (rss)中间件监控(1) (rss)产品与服务(4) (rss)资讯频道(4) (rss)常用网站OracleThe WebLogic Server BlogWebLogic下载WebLogic中文博客(镜像) 阅读排行榜1.中国Java培训机构排行榜(7364)2.《MyEclipse 6 Java 开发中文教程》完整版书籍代码及配套超高清讲解视频免费下 阅读全文
posted @ 2012-02-26 12:03 张良 阅读(515) 评论(0) 推荐(0) 编辑
摘要: http://dev.mysql.com/doc/refman/5.1/zh/index.html 阅读全文
posted @ 2012-02-25 09:18 张良 阅读(148) 评论(0) 推荐(0) 编辑
摘要: http://www.ccvita.com/category/mysql/ 阅读全文
posted @ 2012-02-25 08:15 张良 阅读(119) 评论(0) 推荐(0) 编辑
摘要: spring3.0.5的mvc使用(exception,json,annotation,xml,upload/download)博客分类:springMVCSpringlog4jServletXML 由于公司的项目要使用spring的mvc,所以特意写了这个教程,与大家分享。在这里我只给出思路和源代码,不做过多的代码粘贴,请大家自行消化理解。 demo代码中,包含了exception,json,annotation,xml等诸多mvc的用法,为了更好的体验,请下载最高版本的demo代码。 一 环境 1)tomcat6.0.32 2)jdk1.6.0.24 3)eclipse3.6.2_ja.. 阅读全文
posted @ 2012-02-24 20:00 张良 阅读(698) 评论(0) 推荐(0) 编辑
摘要: http://best-java-source.whyandhow.org/ 阅读全文
posted @ 2012-02-24 16:07 张良 阅读(142) 评论(0) 推荐(0) 编辑
摘要: JSP调用MySQL存储过程收藏1使用不带参数的存储过程使用 JDBC 驱动程序调用不带参数的存储过程时,必须使用 call SQL 转义序列。不带参数的 call转义序列的语法如下所示:{call procedure-name}作为实例,在 SQL Server 2005 AdventureWorks 示例数据库中创建以下存储过程:SQL code :CREATE PROCEDURE GetContactFormalNamesASBEGIN SELECT TOP 10 Title + ' ' +FirstName + ' ' + LastName AS For 阅读全文
posted @ 2012-02-24 13:46 张良 阅读(816) 评论(0) 推荐(0) 编辑
摘要: SpringMVC:整合JQUERY与JSON参考资料1 Spring3 MVC 笔记(二) —json+rest优化http://7454103.iteye.com/?show_full=true2 jquery 遍历对象、数组、集合http://blog.sina.com.cn/s/blog_5db0dfe40100hay7.html3 jquery 遍历 map(callback)http://kaxu.iteye.com/blog/3083674 Jquery的map遍历http://blog.csdn.net/niu870781892/archive/2010/04/13/54798 阅读全文
posted @ 2012-02-24 13:31 张良 阅读(8865) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页