上一页 1 ··· 142 143 144 145 146 147 148 149 150 ··· 168 下一页
摘要: MyEclipse中的查找快捷键 1、Ctrl+H:可以搜索文件,Java类名、方法名、包名等等。 例如:在MyEclipse中打开Search弹出框,或者在菜单中打开Search弹出框, 定位到 File Search 这个页面,在 containing text输入你要找的内容, 在 file 阅读全文
posted @ 2019-05-07 10:15 DarJeely 阅读(3054) 评论(0) 推荐(0) 编辑
摘要: 有的童鞋,想eclipse和myeclipse整个项目中查找指定代码,由于补经常使用,可能会补熟悉。如果要去掉项目中所有的某个代码的话,找不到是灰常麻烦的,下面就简单说下怎么查找,希望对需要的人有用。 1、这里以eclipse为例,myeclipse同理,顶部工具点击search-search 2、 阅读全文
posted @ 2019-05-07 10:10 DarJeely 阅读(1098) 评论(0) 推荐(0) 编辑
摘要: 本文原文连接: http://blog.csdn.net/bluishglc/article/details/7596118 ,转载请注明出处! 有时候你会发现过去一直启动正常的系统,某天启动时会报出形如下面的错误: org.xml.sax.SAXParseException: schema_ref 阅读全文
posted @ 2019-05-05 11:29 DarJeely 阅读(338) 评论(0) 推荐(0) 编辑
摘要: HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest(); ServletContext context = request.getSession().getServletContext(); ApplicationC... 阅读全文
posted @ 2019-05-05 11:16 DarJeely 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 1 . RequestContextHolder 的使用 想要使用RequestContextHolder,要在web.xml中配置RequestContextListener的监听才能使用。 同时 这样可以获取request和response。 2 . HandlerInterceptorAdap 阅读全文
posted @ 2019-05-05 11:14 DarJeely 阅读(586) 评论(0) 推荐(0) 编辑
摘要: 获取request对象: 首先配置web.xml文件--> [html] view plaincopy <listener> <listener-class> org.springframework.web.context.request.RequestContextListener </liste 阅读全文
posted @ 2019-05-05 11:14 DarJeely 阅读(768) 评论(0) 推荐(0) 编辑
摘要: 原因是因为单元测试时没有加载 web.xml 中的: 所以单元测试时如果需要用到 request 中的值的话,就用静态测试数据测试就好了~ 阅读全文
posted @ 2019-05-05 11:13 DarJeely 阅读(3313) 评论(0) 推荐(0) 编辑
摘要: org.springframework.web.servlet.support.RequestContextUtils 在spring-webmvc中, 主要用来获取WebApplicationContext org.springframework.web.context.request.Reque 阅读全文
posted @ 2019-05-05 11:12 DarJeely 阅读(543) 评论(0) 推荐(0) 编辑
摘要: 转载: http://blog.csdn.net/lexang1/article/details/52619215 在使用spring时,经常需要在普通类中获取session,request等对像.比如一些AOP拦截器类,在有使用struts2时,因为struts2有一个接口使用org.apache 阅读全文
posted @ 2019-05-05 11:11 DarJeely 阅读(893) 评论(0) 推荐(0) 编辑
摘要: JShop简介:jshop是一套使用Java语言开发的B2C网店系统,致力于为个人和中小企业提供免费、好用的网店系统。 项目主页:http://git.oschina.net/dinguangx/jshop 在线演示: 前台: http://jshop.ofmall.org:81/jshop 后台: 阅读全文
posted @ 2019-05-05 11:10 DarJeely 阅读(1607) 评论(0) 推荐(0) 编辑
上一页 1 ··· 142 143 144 145 146 147 148 149 150 ··· 168 下一页