2009年11月5日

Application, Session, Cookie, Viewstate, Cache对象用法和区别

摘要: ================================================================================ 1.Application:用于保存所有用户共用的数据信息。 在Asp.Net中类似的配置数据最好保存在Web.co... 阅读全文

posted @ 2009-11-05 23:29 封起De日子 阅读(132) 评论(0) 推荐(0) 编辑

数组组合和冒泡排序JS版

摘要: Code//数组组合和冒泡排序JS版//打印数组function PrintArr(arr){ for (var i = 0; i '); }}//连接2个数组function ConnectArr(arr1, arr2){ var arr = new Array(arr1.length + ... 阅读全文

posted @ 2009-11-05 23:19 封起De日子 阅读(106) 评论(0) 推荐(0) 编辑

阶乘递归算法

摘要: Code//阶乘递归算法(计算n个数的组合)function CalFactorial(n){ if (n 100) { return("Too many levels of recursion."); } else { // Otherwise, recu... 阅读全文

posted @ 2009-11-05 23:16 封起De日子 阅读(97) 评论(0) 推荐(0) 编辑

VBScript调用RAR压缩文件...

摘要: VBScript调用RAR压缩文件 '------------------------------------------------------------ 'Backup Data File and Rar File ' 'Create Date: 2009-11-05 'Au... 阅读全文

posted @ 2009-11-05 12:54 封起De日子 阅读(110) 评论(0) 推荐(0) 编辑

导航