摘要:
遇到问题:mybatis中,需要根据字段来进行group by,即分组,进行动态分组,由于mybatis没有提供该标签,用一下:1 select * from table group by #{field}但是,此时,不成功,参数是传入了进去,但是,结果显示,参数无效。解决,此时使用了“$”符号来替... 阅读全文
摘要:
.... TypeError: document.echartForm.submit is not a function这里提交的时候,出现了:TypeError: document.formname.submit is not a function解决:Javascript E... 阅读全文
摘要:
Exception in thread "main" net.sf.json.JSONException: java.lang.NoSuchMethodException: Property 'password' has no getter method解决:声明bean为public class ... 阅读全文