为了账号安全,请及时绑定邮箱和手机立即绑定

基于SSH实现员工管理系统之案例实现篇

已采纳回答 / punk小调
<bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean"> <property name="dataSource"> <ref bean="dataSource" /> </property> <property name="hibernateProperties"> <props> &...

已采纳回答 / Arong灬苍澜
Caused by: java.lang.NumberFormatException: For input string: "20 ",这个20后面多了个空格

已采纳回答 / 南瓜头先生
public Employee findByUsernameAndPassword(Employee employee) {    Session session = this.getSessionFactory().openSession();    Transaction tx = session.beginTransaction();    String hql2 = "from Employee e where e.username= '"+employee.getUsername()+"' an...

已采纳回答 / 叶良思聪
他是继承了hibernatedaosupport这个类,是hibernate里面的方法

已采纳回答 / Justicer
第一段倒数第十行 : Caused by: java.io.FileNotFoundException: class path resource [com/muke/Department/domain.hbm.xml] cannot be opened because it does not exist可能是sessionFactory找不到com/muke/Department/路径下domain.hbm.xml文件

已采纳回答 / 慕粉4279450
这是在配置中多了或者少了一个)号,仔细检查代码,在第一行中

已采纳回答 / 慕粉4279450
No result defined for action com.design.action.admin.AdminAction and result input - action - file:/D:/Design/apache-tomcat-6.0.20/webapps/Design/WEB-INF/classes/struts.xml:13:59检查struts.xml中的class

已采纳回答 / 迪拜trash
慕课网的ssh整合下面有

已采纳回答 / qq_MyDreamwhere_0347
struts2中在xml占位符的意思,用于代替前面的*

已采纳回答 / 王若山
--这个就是返回的你要的list,查询语句你可以自己更改String hql = "from Employee where eid = ?";List<Employee> emps = (List<Employee>) this.getHibernateTemplate().find(hql,eid);if(emps.size() > 0){    return emps.get(0);}--employeeService.findById(employee.getEid()...

最新回答 / 慕粉3606918
应该是action的作用域没有设置成prototype,默认是单例模式,在提示错误页面基础上输入正确密码会跳转到自身的页面,错误信息仍然存在。<!-- 配置Action的类 --> <bean id="employeeAction" class="com.ssh.action.EmployeeAction" scope="prototype"> <property name="employeeService" ref="employeeService"></pr...
课程须知
学习本门课程前,需要对Struts2、Hibernate、Spring的基础知识有所了解,没学过的同学可以观看慕课网的《Struts2入门》、《Spring入门》和《Hibernate初探之单表映射》等课程。 同时,还需要学习《基于SSH实现员工管理系统之框架整合篇》。
老师告诉你能学到什么?
1、能够自己动手搭建SSH整合环境 2、学会Struts2+Hibernate+Spring三大框架如何整合 3、能够使用SSH框架开发员工管理系统

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消