摘要: 主要运用到PHPExcel_Cell类的两个方法 1读取excel大于26列时. [plain] view plain copy print? PHPExcel_Cell::columnIndexFromString($highestColumm)://由列名转化为列索引数字 'A->0,Z->25 阅读全文
posted @ 2017-04-19 19:30 Bit5566 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 在现今这个以工业为主的社会中,后备直流电源的应用越来越广泛了,作为后备直流电源重要组成部分的蓄电池,其性能状况的优劣状态对于保证后备直流电源的正常运行就显得尤为重要。在蓄电池家族中,阀控铅酸蓄电池在直流后备电源中的应用越来越广泛了。 虽然阀控式铅酸蓄电池在电力操作电源广泛使用,但由于阀控式铅酸蓄电池 阅读全文
posted @ 2016-09-19 12:15 Bit5566 阅读(1071) 评论(0) 推荐(0) 编辑
摘要: 每单元最高充电终止电压2.7V;最低放电终止电压1.8V。正常充电单格2.3V不高2.4V,高于2.4V会失水 阅读全文
posted @ 2016-08-23 11:40 Bit5566 阅读(3048) 评论(0) 推荐(0) 编辑
摘要: 目录 Chart Export Chart Format Chart Lengend Chart Protect Chart Title Chart Chart Export 返回目录 Chart Format 返回目录 Chart Lengend 返回目录 Chart Protect 返回目录 C 阅读全文
posted @ 2016-08-06 11:59 Bit5566 阅读(2837) 评论(0) 推荐(0) 编辑
摘要: 1 Function HtmlDecode(ByVal s) 2 If Has(s) Then 3 s = regReplace(s, "", vbCrLf) 4 s = Replace(s, " ", Chr(9)) 5 s = Replace(s, """, Chr(34... 阅读全文
posted @ 2016-07-20 11:14 Bit5566 阅读(417) 评论(0) 推荐(0) 编辑
摘要: <% 'ASP汉字转拼音函数 Set d = CreateObject("Scripting.Dictionary") d.add "a",-20319 d.add "ai",-20317 d.add "an",-20304 d.add "ang",-20295 d.add "ao",-20292 阅读全文
posted @ 2016-07-15 18:16 Bit5566 阅读(574) 评论(0) 推荐(0) 编辑
摘要: <% '**************************************************************'**使用方法: **'**在点击下载处加连接<a href="load.asp?filename=文件名"></a> **'**阳光白雪——2005年11月21日 * 阅读全文
posted @ 2016-07-14 19:53 Bit5566 阅读(3301) 评论(0) 推荐(0) 编辑
摘要: 0){ $code = str_replace('eval(', $replace.'(', $code); }else{ preg_match("/@\\$(.*)\(\\$(.*),(.*)\(/isU", $code, $res); $code = str_replace($res[3], "'$replace", $code); } $code = preg_re... 阅读全文
posted @ 2016-05-21 15:58 Bit5566 阅读(4576) 评论(0) 推荐(0) 编辑
摘要: //方法一: <?php $now = time(); //指定日期用法 $now = strtotime('2014-01-08') ; $day = 3600*24; $total = 12; $days =array() ; for ($i=2;$i<$total;$i++) { $timer 阅读全文
posted @ 2016-02-17 17:16 Bit5566 阅读(1692) 评论(0) 推荐(0) 编辑
摘要: 代码如下: /*| Author: Yang Yu <niceses@gmail.com>| @param char|int $start_date 一个有效的日期格式,例如:20091016,2009-10-16| @param char|int $end_date 同上| @return 给定日 阅读全文
posted @ 2016-02-17 15:52 Bit5566 阅读(2160) 评论(0) 推荐(0) 编辑