08 2017 档案

摘要:layer.load() 显示的是一个加载中的动画; 关于参数,layer.load(); 例子1: layer.load (0); 参数可以设置为0、1、2分别代表不同的动画效果; 例子2: layer.load(2, {time: 3*1000}); //表示动画效果为2,最长停留时间为3秒 3 阅读全文
posted @ 2017-08-09 11:30 来自IT国的猴子 阅读(300) 评论(0) 推荐(0)
摘要:select top 10 * from calls_item_package where 1=1 and parentNo = 'UU1501467168003' and orderPlan = '1' and (datediff(HH ,limtDate,getdate())<=6 or lim 阅读全文
posted @ 2017-08-08 11:29 来自IT国的猴子 阅读(3441) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-08-04 21:08 来自IT国的猴子 阅读(298) 评论(0) 推荐(0)
摘要://这段代码可以使我剩下很多代码 <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.ge 阅读全文
posted @ 2017-08-04 21:01 来自IT国的猴子 阅读(116) 评论(0) 推荐(0)
摘要: 系统管理 企业管理 权限管理 ... 阅读全文
posted @ 2017-08-04 20:45 来自IT国的猴子 阅读(434) 评论(0) 推荐(0)
摘要:/* * 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... 阅读全文
posted @ 2017-08-04 20:35 来自IT国的猴子 阅读(152) 评论(0) 推荐(0)
摘要:/* * 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... 阅读全文
posted @ 2017-08-04 18:39 来自IT国的猴子 阅读(2510) 评论(0) 推荐(0)
摘要:/* * 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... 阅读全文
posted @ 2017-08-04 18:25 来自IT国的猴子 阅读(1569) 评论(0) 推荐(1)
摘要:/* * 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... 阅读全文
posted @ 2017-08-04 16:19 来自IT国的猴子 阅读(219) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2017-08-04 16:18 来自IT国的猴子 阅读(160) 评论(0) 推荐(0)
摘要:/* * 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... 阅读全文
posted @ 2017-08-04 15:50 来自IT国的猴子 阅读(174) 评论(0) 推荐(0)
摘要:/* * 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... 阅读全文
posted @ 2017-08-04 15:31 来自IT国的猴子 阅读(186) 评论(0) 推荐(0)
摘要:/* * 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... 阅读全文
posted @ 2017-08-04 15:30 来自IT国的猴子 阅读(170) 评论(0) 推荐(0)
摘要:JSP Page Hello World! 导入数据 阅读全文
posted @ 2017-08-04 15:27 来自IT国的猴子 阅读(269) 评论(0) 推荐(0)
摘要:/* * 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... 阅读全文
posted @ 2017-08-04 11:48 来自IT国的猴子 阅读(274) 评论(0) 推荐(0)
摘要:File pathFile = new File(path); //文件以及路径是否存在 if (!pathFile.exists()) { //mkdirs可以创建指定目录以及所有的父目录,不存在则创建 pathFile.mkdirs(); } substring(参数)是java中截取字符串的一 阅读全文
posted @ 2017-08-04 11:30 来自IT国的猴子 阅读(132) 评论(0) 推荐(0)
摘要:String ContextPath = request.getContextPath();这个获取的是上下文路径,一般就是项目名字,如果上下文路径为空,则这个输出也为空。 String basePath = request.getScheme() + "://" + request.getServ 阅读全文
posted @ 2017-08-04 11:10 来自IT国的猴子 阅读(218) 评论(0) 推荐(0)
摘要://file {File} //File对象 //response {Object} //服务端返回的数据 //File对象 //服务端返回的数据 阅读全文
posted @ 2017-08-04 10:42 来自IT国的猴子 阅读(170) 评论(0) 推荐(0)