1. 检查web.xml <!-- 编码过滤器 --> <filter> <filter-name>encodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</f ...
分类:
数据库 时间:
2017-07-28 12:13:55
阅读次数:
228
SSM框架Spring+SpringMVC+MyBatis——详细整合教程 ...
分类:
编程语言 时间:
2017-07-26 12:35:07
阅读次数:
206
最近有很多朋友问我一些ssm框架的搭建过程,由于其中一些配置文件相对比较多,我在这整理了一下,搭建了一个简单的ssm框架模型,有需要的朋友可以参考一下 ssm模型我放在了github上了,这是网址 https://github.com/hhy0602/ssm.git ...
分类:
其他好文 时间:
2017-07-26 00:19:05
阅读次数:
171
1.File -> New -> Other,在New窗口中选择 Maven -> Maven Project;点击next 选择项目路径 Usedefault Workspace location默认工作空间 2.选择项目类型 在Artifact Id中选择maven-archetype-weba ...
分类:
Web程序 时间:
2017-07-24 00:08:00
阅读次数:
1230
Mybatis、SpringMVC练习 CRM系统 回顾 Springmvc 高级参数绑定 数组 List <input type name=ids /> 多个 方法 (Integer[] ids) QueryVo (里面Integer[] ids) 方法(QueryVo 里面List<Items> ...
分类:
其他好文 时间:
2017-07-23 18:17:16
阅读次数:
1536
1 使用idea编辑工具,maven项目构建工具搭建RESTful风格的java项目 2 进行项目配置 2.1 pom文件依赖 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001 ...
分类:
其他好文 时间:
2017-07-23 12:30:58
阅读次数:
330
最近发现mybatis中也有一个很厉害功能。可以将数据库中的表自动生成entity层、dao层和Mapper.xml 需要如下的东西: 1.需要已经定义好的数据库内各个表。 2.mybatis-generator-core-1.3.2.jar 3.已经定义好的generator.xml文件(需要修改 ...
分类:
其他好文 时间:
2017-07-22 22:23:14
阅读次数:
123
硕正套件运行于客户端(浏览器),与应用服务器(Application Server)技术无关,所以能完全用于J2EE、 ASP.Net、php等技术开发的Web应用产品中。 硕正套件部署于服务器,支持包括Tomcat、IIS、WebSphere在内的所有Web服务器。 硕正套件本身以C/C++开发, ...
分类:
编程语言 时间:
2017-07-20 12:52:47
阅读次数:
1040
基本SSM框架搭建:http://www.cnblogs.com/fuchuanzhipan1209/p/6274358.html 配置文件部分: 第一步:加入jar包 pom.xml 主配置文件:applicationContext.xml mybitas配置文件: sqlMapConfig.xm ...
分类:
其他好文 时间:
2017-07-19 14:46:48
阅读次数:
318
收集的资料 http://www.cnblogs.com/codeRose/p/6617578.html 1.http://www.cnblogs.com/verlen11/p/5349747.html 2.Mybatis http://www.cnblogs.com/xdp-gacl/p/4261 ...
分类:
其他好文 时间:
2017-07-15 16:44:59
阅读次数:
109