是由 spring+springmvc+hibernate+spring-security +easyui +boostrap 写的一个框架集合,目前实现了一个基础的权限管理系统,权限是基于细粒度的过滤,对于初学权限设计的人来说也算是个最简洁的权限实现,基于它...
分类:
编程语言 时间:
2015-08-09 22:45:53
阅读次数:
339
spring-common.xml配置: org.h...
分类:
编程语言 时间:
2015-08-04 15:17:18
阅读次数:
175
刚刚进到新的公司,看到项目都是用webservice+springmvc的形式,之前一直用的是Struts的。觉得有必要看下且记录下来。因为之前有记录过注解注入方式,但这么久没有接触了,忘记了。还好自己有记录在博客里面。环境:spring4.0.4.RELEASE,hibernate4.3.10Final,包都是在官网上..
分类:
编程语言 时间:
2015-07-29 19:54:41
阅读次数:
275
1、错误描述[ERROR:]2015-07-20 16:42:21,734 [插入失败]
org.hibernate.exception.SQLGrammarException: error executing work
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDe...
分类:
数据库 时间:
2015-07-20 19:31:28
阅读次数:
198
1、错误描述[ERROR:]2015-07-15 20:22:55,599 [插入失败]
org.hibernate.exception.SQLGrammarException: error executing work
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDe...
分类:
数据库 时间:
2015-07-20 19:30:06
阅读次数:
1184
1、错误描述严重: A child container failed during start
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localh...
分类:
移动开发 时间:
2015-07-15 21:04:49
阅读次数:
1417
公司是做APP开发的,需要后台来提供接口,于是乎,这个任务就交给我,经过反复的尝试,学习和参考别人的demo,终于搭出自己还算满意的框架,SpringMVC+Sping3+Hibernate4+Junit4,没有使用Maven。下面一步一步的搭建吧!
首先是选择jar包,我把我用到的jar包上传到了网上,点我下载
我使用的事Eclipse,创建好webDynamic project之后,把lib...
分类:
编程语言 时间:
2015-07-10 09:37:50
阅读次数:
171
公司项目中使用的框架是springmvc+hibernate+spring,目前需要做一个类似qq邮箱附件上传的功能,暂时只是上传小类型的附件处理过程和解决方案都需要添加附件,处理过程和解决方案都可以添加多个附件,也可一个都不添加以其中一个为例:(文件保存到了数据库中),有关plupload的内容可...
分类:
Web程序 时间:
2015-07-05 18:25:22
阅读次数:
596
springMVC与spring的整合springMVC仅仅好比一个组件,而spring却是一个平台。spring平台可以用来整合springMVC、Hibernate,就像是面包板一样。当然,在不使用spring的情况下,完全可以使用springMVC去整合其他组件,但是这样的话,就使得
springMVC无法专注于自己的web层框架了。毕竟,springMVC中带个“MVC”,它主要用来处理w...
分类:
编程语言 时间:
2015-06-18 19:53:00
阅读次数:
168
环境:1.myeclipse 2014 下载+破解。。 http://my-eclipse.cn/2.hibernate4.2.5.Final3.mysql 好像是最新的4.tomcat v85.maven 是myeclipse内置的。。new 一个webapp的maven的项目先添加依赖项到pom...
分类:
数据库 时间:
2015-06-14 16:22:48
阅读次数:
263