J2EE
文章平均质量分 86
hankun65
这个作者很懒,什么都没留下…
展开
-
Eclipse和Tomcat集成环境配置
1.JDK 1)下载安装jdk-8u102-windows-x64(2016年10月最新版本eclipse-jee-neon-1-win32-x86_64不支持JDK1.7,否则会提示java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could not be found in the registry...原创 2016-10-10 09:31:11 · 162 阅读 · 0 评论 -
Struts2.5.2 Step By Step
1. 下载struts-2.5.2-all 2. 在Eclipse中新建Dynamic Web Project,过程参见 http://running2016.iteye.com/admin/blogs/2329424 3. 引入Struts2.5.2工程必须的jar包: commons-fileupload-1.3.2.jar commons-io-2.4.jar commons-...原创 2016-10-14 16:45:13 · 141 阅读 · 0 评论 -
mybatis 3.4.1 Step By Step
1.下载mybatis3.4.1 2.在Eclipse中新建Dynamic Web Project,过程参见 http://running2016.iteye.com/admin/blogs/2329424 3.引入mybatis3.4.1必须的jar包 mybatis-3.4.1.jar 4.完整的配置文件和代码 4.1 创建数据库和表,并写入数据 CREATE...原创 2016-10-21 11:36:53 · 214 阅读 · 0 评论