最新回答 / 雪雨孤岛
还是得靠自己,laozi告诉你们正解。Employee中的Department成员变量,在使用ModelDriven之前,必须要Department department = new Department();因为没有实例化,所以无法对department.did赋值。解决方法:在Employee中添加构造方法public Employee( department = new Department();)就是在用之前实例化,就可以了。老师挖的坑。。
2017-02-18
find方法报错的同学这样写就没问题了:
List<Employee> list = this.getHibernateTemplate().find(hql, new String[]{employee.getUsername(),employee.getPassword()});
为什么这样写请百度 find 方法。
List<Employee> list = this.getHibernateTemplate().find(hql, new String[]{employee.getUsername(),employee.getPassword()});
为什么这样写请百度 find 方法。
2017-02-15
最赞回答 / N3verL4nd
<context:property-placeholder location="classpath:jdbc.properties" ignore-unresolvable="true"/>
2017-02-15
他给的页面不对啊,整天就是这么一个错误 The requested resource (/ssh_employee/frame.jsp) is not available.
2017-02-13