摘要: 例如:接口 Iuser 需要返回list<uer>,在定义接口的包内新建一个XML文件(请注意,此文件一定要放到与接口相同的目录下面,否则会出错),用来解释该list中存放对象的类型, XML使用以下命名规范:需要解释的接口名.aegis.xml 如本例: Iuser.aegis.xml 添加代码如下: <?xml version="1.0" encoding="UTF-... 阅读全文
posted @ 2011-12-11 10:25 YOUK 阅读(601) 评论(0) 推荐(0) 编辑
摘要: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id").find("option:selected").text(); //获取Select选择的Text 3. var checkValue=$("#select_id... 阅读全文
posted @ 2011-12-11 09:49 YOUK 阅读(374) 评论(0) 推荐(0) 编辑