素材里面有个TXT文本:素材中的网页样式与老师视频中讲解的并不完全一致,请小伙伴们重点关注表单等关键内容。
界面没样式好丑啊
界面没样式好丑啊
2016-10-14
这里有源码,采用Maven项目结构和依赖管理,适用Eclispe环境。不用自己找jar包了。打开可以看到安装步骤要点。
https://github.com/atwjsw/ssh-employee
https://github.com/atwjsw/ssh-employee
2016-10-13
最赞回答 / 四月如你
这个是action多例和单例的原因,如果想解决你的问题,在application配置文件的action的bean中加上scope="prototype"就可以了
2016-10-13
注意这节有些页面跟老师的不同,我估计是老师抓重点,把前台的工作简化了。各位同学不需要安装视频的代码改,
1. 只要把html改成jsp(改后缀和页面头部内容)即可,
2. 页面中的路径如果没时间也不需要改,用相对路径也没问题的。
1. 只要把html改成jsp(改后缀和页面头部内容)即可,
2. 页面中的路径如果没时间也不需要改,用相对路径也没问题的。
2016-10-12
<filter>
<filter-name>OpenSessionInViewFilter</filter-name>
<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>OpenSessionInViewFilter</filter-name>
<url-pattern>*.action</url-pattern>
</filter-mapping>
<filter-name>OpenSessionInViewFilter</filter-name>
<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>OpenSessionInViewFilter</filter-name>
<url-pattern>*.action</url-pattern>
</filter-mapping>
2016-10-11