上一页 1 ··· 196 197 198 199 200 201 202 203 204 ··· 222 下一页
摘要: 转自:https://blog.csdn.net/u013161278/article/details/41855273 如果我们所有的action均有可能跳到相同的页面,则不妨使用全局result。为了方便引用我们专门建立一个package来存放公共的result。在会用到个全局的跳转时,只需要把 阅读全文
posted @ 2016-08-26 14:34 Sharpest 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/java_cxrs/article/details/5514340 阅读全文
posted @ 2016-08-26 13:22 Sharpest 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/dongzhout/article/details/43699699 搭建好SSH2框架,写一个简单的登陆功能,提交表单的时候遇到这个问题: 配置文件如下: web.xml: [html] view plain copy print? <?xml v 阅读全文
posted @ 2016-08-26 12:05 Sharpest 阅读(2323) 评论(0) 推荐(1) 编辑
摘要: 转自:https://blog.csdn.net/tkd03072010/article/details/7468769 Struts2+Hibernate+Spring 整合示例 Spring整合Struts2、Hibernate原理概述: 从用户角度来看,用户发出HTTP请求,当MVC框架的控制 阅读全文
posted @ 2016-08-26 10:32 Sharpest 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/vvvac1314/article/details/44002205 struts2所必须的jar包五个:struts2-core-2.1.6.jar struts2的核心包freemarker-2.3.13.jar FreeMarker是一个模板引 阅读全文
posted @ 2016-08-25 17:02 Sharpest 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/shangc/p/5939708.html 拦截器和过滤器之间有很多相同之处,但是两者之间存在根本的差别。其主要区别为以下几点: 1)拦截器是基于JAVA反射机制的,而过滤器是基于函数回调的。 2)过滤器依赖于Servlet容器,而拦截器不依赖于 阅读全文
posted @ 2016-08-25 16:11 Sharpest 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.51cto.com/dengyong/1429699 打开网络连接,你很有可能启用了虚拟wifi。若有无线网卡就把无线网卡关掉,然后本地连接那里(就是有线网卡的那个连接),右键属性,把共享关掉就可以了。 阅读全文
posted @ 2016-08-25 09:48 Sharpest 阅读(2744) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/w405722907/article/details/82529753 今天打开虚拟机,然后用Xshell远程连接,发现连接不上。按照以下顺序检查了一遍。 1.虚拟机网络连接采用的是NAT模式 2.虚拟机IP采用的是自动获取。 IP:192.168. 阅读全文
posted @ 2016-08-24 13:23 Sharpest 阅读(2363) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/feng_1029855612/article/details/57250502 以下使用的Linux版本为: Redhat Enterprise Linux 7.0 x86_64,Tomcat版本为tomcat-7.0.54. 1.下载JDK与To 阅读全文
posted @ 2016-08-23 18:02 Sharpest 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/linjiqin/archive/2013/03/23/2977377.html 在安装CentOS6.4时,系统会自动安装jdk,先把它下载掉,装上自定义的jdk。卸载步骤如下: 阅读全文
posted @ 2016-08-23 11:51 Sharpest 阅读(231) 评论(0) 推荐(0) 编辑
上一页 1 ··· 196 197 198 199 200 201 202 203 204 ··· 222 下一页