最新回答 / FloatingShuYin
ModelDriven接收参数的问题参考:http://bbs.csdn.net/topics/390940538 不使用ModelDriven接收参数参考:http://blog.csdn.net/lixuegen/article/details/45577951
2016-09-01
最新回答 / 沅沅玥玥3840120
Struts2 2.5 版本以上要在struts.xml package中加入<global-allowed-methods>regex:.*</global-allowed-methods>或者<allowed-methods></allowed-methods>中间加方法
2016-08-31
已采纳回答 / 慕粉3879842
在新版的Hibernate里ServiceRegistryBuilder()已被废弃,用StandardServiceRegistryBuilder()代替。
2016-08-29
好水。。。开始事务没写就去测试 结果出了个createSQLQuery is not valid without active transaction的Bug 把开始事务的语句tx=session.beginTransaction();加上 Bug就没了
2016-08-29
已采纳回答 / qq_迷茫的独舞者_0
你没有在hibernate.cfg.xml中添加<mapping resource="entity/Students.hbm.xml"/>这句
2016-08-26
已采纳回答 / 孔孔孔孔
test数据库是要你先创建好的,就是3306端口后面那个test<property name="connection.url">jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8</property> hibernate会自动帮你创建users 和students两个表的
2016-08-24
org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
怎么解决.....
怎么解决.....
2016-08-23