
SSH
文章平均质量分 64
AshlingCD
这个作者很懒,什么都没留下…
展开
-
SSH登录验证用户账号密码实现
SSH登录验证用户账号密码实现 @SuppressWarnings("unchecked") public boolean findByUser(String userid, String userpwd) { String hql = "from Userinfo where userid='" + userid + "' and userpwd='"+ userpwd + "'";原创 2017-05-11 19:32:28 · 6546 阅读 · 0 评论 -
The given object has a null identifier
left.jsp /Vol_update.action" target="rightFrame">编辑信息 我的action中没有update这个方法,而我却调用了这个方法,才会一直报错 改成 /Vol_updateByvolid.action" target="rightFrame">编辑信息原创 2017-05-15 16:41:20 · 483 阅读 · 0 评论 -
No result defined for action result input
里面的type="submit"改成type="button"原创 2017-05-16 16:53:23 · 417 阅读 · 0 评论 -
SSH--Hibernate传值为乱码 || 显示为乱码
1.MySQL数据库编码设为UTF-8 2.Myeclipse编码格式 右键项目→Properties→Resource 3.Hibernate配置文件.xml 数据库名称?useUnicode=true&characterEncoding=utf8 (有些是"&"不能用的)原创 2017-05-14 19:39:09 · 468 阅读 · 0 评论