上善若水  
10 2013 档案
  • java ajax请求后台并获取到返回值
    摘要:js: $.ajax({ url : '../Islogin.do', type : 'get', cache : false, dataType : 'json', success : function(obj) { alert("获取后台值成功"); }, error : function() { alert("fail"); } });action:public void Islogin(){ List st=new ArrayList(); st.add("success"); 阅读全文
    posted @ 2013-10-27 17:49 sherryChang 阅读(3594) 评论(0) 推荐(0) 编辑
  • java struts2 的 文件下载
    摘要:jsp:Insert title here 点击下载struts.xml text/plain inputStream attachment;filename="${downloadFileName}" 4096 com.hdsx.gzgispf.controller.FileDownloadAction :/** * 处理带中文的文件名(可设置下载文件名) * @return */ public String getDownloadFileNam... 阅读全文
    posted @ 2013-10-27 14:43 sherryChang 阅读(215) 评论(0) 推荐(0) 编辑

 
点击右上角即可分享
微信分享提示