摘要:
Query query=session.createQuery("from User where id in (:ids)"); query.setParameterList("ids",ids);//后面的ids方法传进来的参数 阅读全文
摘要:
@response 标注对象返回的格式为json文本 @requestBody将json对象转换为对应的java类 阅读全文
摘要:
window.opener.refreshGrid()通过子页面操作打开子页面的父页面调用父页面的refreshGrid()方法 阅读全文
摘要:
在spring中使用@responsebody发现请求报406错误 jar包中缺少json序列化的相关的包! 阅读全文
摘要:
Ext.encode()将json转为json字符串Ext.decode()将json字符串转为json 阅读全文
摘要:
ext4.1中默认单选可以使用checkboxmodel实现多选selModel:Ext.create('Ext.selection.CheckboxModel'), 阅读全文