Let's go
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 54 下一页
摘要: eg: 1 function hbh() { 2 var tab = document.getElementById("tableID"); 3 var maxCol = 2, val, count, start, qycol = 1, valqy; //maxCol:合并单元格作用到多少列,val 阅读全文
posted @ 2019-02-28 10:54 chenze 阅读(3511) 评论(0) 推荐(0) 编辑
摘要: 一丶 js /** * * Base64 encode / decode * * @author haitao.tu * @date 2010-04-26 * @email tuhaitao@foxmail.com * */ function Base64() { // private proper 阅读全文
posted @ 2019-02-27 18:18 chenze 阅读(194) 评论(0) 推荐(0) 编辑
摘要: SELECT id,Name FROM TeachSite GROUP BY id select top 1000 1 as [type],SchoolRollID,ChargeableAmount into #temp from ChargeRecord where bflag=1 select * from #temp select 2 as [type], Sch... 阅读全文
posted @ 2019-02-22 18:43 chenze 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1. 如果是身份证 string.Concat("'", dt.Rows[i]["CardNum"].ToString()) 阅读全文
posted @ 2019-02-22 10:21 chenze 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 表达式 一丶判断是否为整数 二丶拼接的input标签,保存小数点后两位 验证正整数 var r = /^\+?[1-9][0-9]*$/; //正整数 String str = "123"; boolean flag=r.test(str); 如果判断为正整数,则flag为true 总结:(借鉴:h 阅读全文
posted @ 2019-02-20 17:53 chenze 阅读(261) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 54 下一页
有事您Q我