摘要:
String hql="from Customer t where t.telephone='"+tel+"'";//可以 String hql="from Customer t where t.telephone="+tel;//报错查原因:估计是oracle会将变化一下where to_num... 阅读全文
摘要:
弹出对话框显示Are you sure you want to do that?,选择是继续执行下边语句,选择否停止执行.方法二:onclick="myfunc();returnfalse"整句的意思,就是单击的时候,执行myfunc()这个函数,如果函数返回是false,则不执行下面的程序;如果返... 阅读全文