导入如下jar包:commons-collections-3.2.jarcommons-logging.jarjta.jarlog4j-1.2.15.jarquartz-1.6.0.jarspring.jar配置time_bean.xml文件: ...
分类:
编程语言 时间:
2014-07-15 09:08:43
阅读次数:
240
@RequestMapping("download") public ResponseEntity download(Long fileKey) throws IOException { HttpHeaders headers = new HttpHeaders(); ...
分类:
编程语言 时间:
2014-07-14 23:17:07
阅读次数:
260
入行了一年,感觉不知道接下来该怎么做才能继续进步了,求指教(V2EX)
@kafka0102 :做技术可以学的东西太多了,只是在不同的阶段做好不同的规划,要结合当前所做的事情去做更深入或广度的学习。以Java
Web开发为例,至少可以拓展的点有:
1、Web框架的原理学习,比如Spring、Play等等,最好自己能写出个简易的MVC框架(几千行代码)。这样至少对常用设计模式...
分类:
编程语言 时间:
2014-07-14 14:08:03
阅读次数:
239
1、错误描述
七月 13, 2014 6:37:41 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from class path resource [applicationContext.xml]
七月 1...
分类:
其他好文 时间:
2014-07-14 13:46:00
阅读次数:
651
1、错误原因
2014-7-13 17:36:57 org.apache.jasper.compiler.TldLocationsCache tldScanJar
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete...
分类:
编程语言 时间:
2014-07-14 13:44:07
阅读次数:
325
1、错误描述
usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }
2014-7-13 18:02:58 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded...
分类:
编程语言 时间:
2014-07-14 13:27:33
阅读次数:
314
1、错误描述
七月 13, 2014 6:34:41 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from class path resource [applicationContext.xml]
七月 1...
分类:
移动开发 时间:
2014-07-14 13:09:26
阅读次数:
272
引言: 在JQuery的Ajax请求中,收到的基于后台返回回来的结果出现乱码,在后台其内容正确,到了前台之后,确是乱码??????,该怎样解决呢?1. 问题的提出 前端基于JQuery的Ajax进行页面请求,可是收到的响应信息中的中文确是乱码;后台使用了基于Spring的@ResponseBody来...
分类:
编程语言 时间:
2014-07-13 19:50:36
阅读次数:
184
1、错误描述
2014-7-13 17:20:50 org.apache.catalina.core.StandardWrapperValve invoke
严重: Servlet.service() for servlet [jsp] in context with path [/FirstSSH] threw exception [/pages/student.jsp (line: 3, c...
分类:
Web程序 时间:
2014-07-13 18:12:48
阅读次数:
251
本文采用正向工程1.搭建工程工程名称:mvcsh2.添加支持的jar包1).spring-3.2.0.jar注:struts相关的jar不需要\libs\*.jarcom.springsource.org.aopalliance-1.0.0.jarcom.springsource.org.aspectj.weaver-1.6.8.RELEASE.jarcommons-logging.jar2).hibernate-distribution-3.6...
分类:
编程语言 时间:
2014-07-13 15:08:22
阅读次数:
259