08 2017 档案
摘要:layer.load() 显示的是一个加载中的动画; 关于参数,layer.load(); 例子1: layer.load (0); 参数可以设置为0、1、2分别代表不同的动画效果; 例子2: layer.load(2, {time: 3*1000}); //表示动画效果为2,最长停留时间为3秒 3
阅读全文
摘要:select top 10 * from calls_item_package where 1=1 and parentNo = 'UU1501467168003' and orderPlan = '1' and (datediff(HH ,limtDate,getdate())<=6 or lim
阅读全文
摘要://这段代码可以使我剩下很多代码 <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.ge
阅读全文
摘要:/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package cn.tohe...
阅读全文
摘要:/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package cn.toh...
阅读全文
摘要:/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package cn.toh...
阅读全文
摘要:/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package cn.toh...
阅读全文
摘要:package cn.toher.util.common; /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in...
阅读全文
摘要:/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package cn.toh...
阅读全文
摘要:/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package cn.toh...
阅读全文
摘要:/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package cn.toh...
阅读全文
摘要:JSP Page Hello World! 导入数据
阅读全文
摘要:/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package cn.toh...
阅读全文
摘要:File pathFile = new File(path); //文件以及路径是否存在 if (!pathFile.exists()) { //mkdirs可以创建指定目录以及所有的父目录,不存在则创建 pathFile.mkdirs(); } substring(参数)是java中截取字符串的一
阅读全文
摘要:String ContextPath = request.getContextPath();这个获取的是上下文路径,一般就是项目名字,如果上下文路径为空,则这个输出也为空。 String basePath = request.getScheme() + "://" + request.getServ
阅读全文
摘要://file {File} //File对象 //response {Object} //服务端返回的数据 //File对象 //服务端返回的数据
阅读全文