---恢复内容开始--- 开发中遇到的一个小问题,使用Hibernate中的HQL查询时,使用query.list()查询出来的是一个List<Object>结果集 原来代码: public List findDataByProvince(String yxszsdm, int year) { StringBuffer sql=new StringBuffer(); sql.append("SELECT * FROM employment_status WHERE sfdm=:sfd
遇到 AOP 环绕通知报错 “return value from advice does not match primitive return type for: public boolean” 百度后搜到是因为 环绕通知的返回值类型要为 object ,而出问题的代码返回值类型 写成了void. 参考:AOP 报错 return value from advice does not match primitive return type for: public boolean 那么为什么其他
web 开发的过程中我们经常需要返回对象的json 格式,使用node express 是比较简单的, 1.node express 基础网站的创建 比较简单,以前的文章有 2.编写对象并导出对象 /*** Created by Dalong on 14-1-21. */function User(username,userage){ this.username=username; this.userage=userage;}User.prototype.say=functio