摘要:
struts2中的Action接收表单传递过来的参数有3种方法: 如,登陆表单login.jsp: <form action="login" method="post" name="form1"> 用户名:<s:textfield name="username"/><br/> 密 码:<s:pass 阅读全文
摘要:
描述:有一个会员表,有个birthday字段,值为'YYYY-MM-DD'格式,现在要查询一个时间段内过生日的会员,比如'06-03'到'07-08'这个时间段内所有过生日的会员。 SQL语句: Select * From user Where DATE_FORMAT(birthday,'%m-%d 阅读全文
摘要:
function zlClick($id){ var eles = document.getElementById($id).children; var srcEle = event.srcElement; for(var i=0;i<eles.length;i++){ if(srcEle.chec 阅读全文
摘要:
非常诡异的报错,信息如下:org.hibernate.hql.internal.ast.QuerySyntaxException: User is not mapped [select count(*) from User u where u.userName=? and u.userPasswor 阅读全文