上一页 1 ··· 161 162 163 164 165 166 167 168 169 ··· 235 下一页
摘要: We hear a lot about loops, especiallyforloops. So what, in fact, are they? They’re just pieces of code that repeat the same commands several times, un... 阅读全文
posted @ 2014-11-30 17:13 一天不进步,就是退步 阅读(522) 评论(0) 推荐(0)
摘要: 整个spring mvc的架构如下图所示: 上篇文件讲解了DispatcherServlet第二步:通过request从Controller获取ModelAndView。现在来讲解第三步:request 从ModelAndView中获取view对象。 获取view对象一般是通过viewResolve 阅读全文
posted @ 2014-11-29 23:22 一天不进步,就是退步 阅读(10241) 评论(0) 推荐(0)
摘要: http://www.jeasyui.com/tutorial/index.phphttp://www.w3cschool.cc/jeasyui/jqueryeasyui-tutorial.html 阅读全文
posted @ 2014-11-29 14:45 一天不进步,就是退步 阅读(475) 评论(0) 推荐(0)
摘要: DispatcherServlet的静态初始化 配置文件加载 属性填充: 我们从这个可以得到什么呢? 我们可以直接拿过来作为读取属性文件的工具类。 DispatcherServlet的策略初始化 初始化策略代码: 我们再看一个这个方法结构图: 从上面的图中我们可以看出它们都共同使用一个方法: 阅读全文
posted @ 2014-11-27 19:49 一天不进步,就是退步 阅读(1510) 评论(0) 推荐(0)
摘要: 1.Target runtime Apache Tomcat v6.0 is not defined.错误解决方法原文:http://blog.csdn.net/xw13106209/article/details/5910358解决方法:方法是:在工程目录下的.settings文件夹里,打开org... 阅读全文
posted @ 2014-11-27 10:05 一天不进步,就是退步 阅读(3460) 评论(0) 推荐(0)
摘要: Welcome to Part 6 ofSpring 3.0 MVC Series. Inprevious articlewe saw how to add Internationalization i18n and Localization L10n support to Spring 3.0 b... 阅读全文
posted @ 2014-11-26 23:06 一天不进步,就是退步 阅读(569) 评论(0) 推荐(0)
摘要: 做项目时碰到Controller不能使用aop进行拦截,从网上搜索得知:使用spring mvc 启动了两个context:applicationContext 和WebapplicationContext。 首先我们来了解applicationContext 和WebapplicationCont 阅读全文
posted @ 2014-11-26 11:38 一天不进步,就是退步 阅读(46805) 评论(2) 推荐(1)
摘要: 原文:http://yjian84.iteye.com/blog/1920787网上搜罗半天,不知道什么原因,看了源码,好像他们说的controller 是不受代理的,也对哈,不知道怎么办,于是在http://stackoverflow.com/questions/17834958/spring-a... 阅读全文
posted @ 2014-11-25 19:33 一天不进步,就是退步 阅读(14208) 评论(1) 推荐(0)
摘要: In this tutorial, we show you how to integrate AspectJ annotation with Spring AOP framework. In simple, Spring AOP + AspectJ allow you to intercept me... 阅读全文
posted @ 2014-11-25 19:23 一天不进步,就是退步 阅读(589) 评论(0) 推荐(0)
摘要: 项目结构:项目由一个Web Project和多个Java Project构成,Web Project需要引用其它Java Project的类和Jar包。开发时用Eclipse3.5和Tomcat调试时,出现找不到引用的Java Project相关类和Jar包。经过一番摸索,终于调通了。以下是具体调试... 阅读全文
posted @ 2014-11-24 20:00 一天不进步,就是退步 阅读(367) 评论(0) 推荐(0)
上一页 1 ··· 161 162 163 164 165 166 167 168 169 ··· 235 下一页