08 2018 档案
摘要:ArrayList<HashMap<String,String>> detailList =*********; String VIRTUAL_PATH_LOCAL = request.getSession().getServletContext().getRealPath("/"); //open
阅读全文
摘要:select top 1 元素 from 表名 where 主键='值' AND 主键 not in (select 主键 from 表名 where 主键='值' and (元素 is NULL OR 元素 ='')) order by 元素 desc;
阅读全文
摘要:$.ajax({ url: '/Home/AjaxGetData', success: function (data) { alert(data); }, error:function(XMLHttpRequest,textStatus,errorThrown){ alert(XMLHttpRequ
阅读全文
摘要:创建根节点 Element root= new Element("root"); //创建报文体 Element body = new Element("body"); //添加子节点并赋值 body.addContent(new Element("SEQ_NO").setText("")); //
阅读全文
摘要:package test; import java.io.File; import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import java.util.ArrayList;
阅读全文
摘要:String webRootPath=request.getSession().getServletContext().getRealPath("/"); webRootPath String uploadPath="download\\dadan\\"; //uploadPath附加传入的路径,组
阅读全文