varxmlHttp; //定义变量,用来创建xmlHttp对象functionajaxfunction(url,onreadystatechangMethod,param){ // 创建xmlHttp,ajax开始if(window.XMLHttpRequest){//非IE浏览器及IE7(7.0...
分类:
移动开发 时间:
2015-10-27 15:24:22
阅读次数:
509
1 /** 2 * 解压缩文件到指定的目录. 3 * 4 * @param unZipfileName 5 * 需要解压缩的文件(带路径) 6 * @param mDestPath 7 * 解...
分类:
移动开发 时间:
2015-10-27 14:58:29
阅读次数:
145
/** * 将数值四舍五入(保留2位小数)后格式化成金额形式 * * @param num 数值(Number或者String) * @return 金额格式的字符串,如'1,234,567.45' * @type String */function formatCurrency(num) { .....
分类:
其他好文 时间:
2015-10-27 12:57:02
阅读次数:
156
开发随记/** * * @param date :Fri Oct 09 2015 15:48:21 GMT+0800 (中国标准时间) * @returns {string} */ function myfomartdate(date) { var...
分类:
Web程序 时间:
2015-10-27 11:31:31
阅读次数:
165
1 class Solution { 2 public: 3 /** 4 * @param nums: a list of integers 5 * @return: A integer denote the sum of minimum subarray 6 ...
分类:
编程语言 时间:
2015-10-26 18:45:52
阅读次数:
160
1.${SESSION_USER_V2}会从大到小查找作用域中的attributePageContextPageScopeservletRequestRequestScopehttpSessionSessionScopeApplication/servletContextApplicationScope2.${param.name}实际上是相当于request.getParameter("name")方法3.空连接href="#"方法:其实也是空..
分类:
编程语言 时间:
2015-10-25 22:48:55
阅读次数:
303
请查看String.equals()方法的实现代码,注意学习其实现方法。public class StringEquals { @param args the command line arguments public static void main(String...
分类:
其他好文 时间:
2015-10-25 20:44:36
阅读次数:
108
1、运行以下代码,解释并总结: public class StringEquals { /** * @param args the command line arguments */ public static void main(String[] args) {...
分类:
其他好文 时间:
2015-10-25 19:21:41
阅读次数:
114
public class StringEquals { /** * @param args the command line arguments */ public static void main(String[] args) { String s1...
分类:
其他好文 时间:
2015-10-25 12:09:40
阅读次数:
177
即事先经过编译并存储在数据库中的一段sql语言。一、创建函数创建格式:CREATE FUNCTIONsp_name([func_parameter[,...]])RETURNStype[characteristic...]routine_bodyfunc_parameter:param_namety...
分类:
数据库 时间:
2015-10-24 15:40:48
阅读次数:
180