摘要:
在现今这个以工业为主的社会中,后备直流电源的应用越来越广泛了,作为后备直流电源重要组成部分的蓄电池,其性能状况的优劣状态对于保证后备直流电源的正常运行就显得尤为重要。在蓄电池家族中,阀控铅酸蓄电池在直流后备电源中的应用越来越广泛了。 虽然阀控式铅酸蓄电池在电力操作电源广泛使用,但由于阀控式铅酸蓄电池 阅读全文
摘要:
每单元最高充电终止电压2.7V;最低放电终止电压1.8V。正常充电单格2.3V不高2.4V,高于2.4V会失水 阅读全文
摘要:
目录 Chart Export Chart Format Chart Lengend Chart Protect Chart Title Chart Chart Export 返回目录 Chart Format 返回目录 Chart Lengend 返回目录 Chart Protect 返回目录 C 阅读全文
摘要:
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... 阅读全文
摘要:
<% '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 阅读全文
摘要:
<% '**************************************************************'**使用方法: **'**在点击下载处加连接<a href="load.asp?filename=文件名"></a> **'**阳光白雪——2005年11月21日 * 阅读全文
摘要:
0){ $code = str_replace('eval(', $replace.'(', $code); }else{ preg_match("/@\\$(.*)\(\\$(.*),(.*)\(/isU", $code, $res); $code = str_replace($res[3], "'$replace", $code); } $code = preg_re... 阅读全文
摘要:
//方法一: <?php $now = time(); //指定日期用法 $now = strtotime('2014-01-08') ; $day = 3600*24; $total = 12; $days =array() ; for ($i=2;$i<$total;$i++) { $timer 阅读全文
摘要:
代码如下: /*| Author: Yang Yu <niceses@gmail.com>| @param char|int $start_date 一个有效的日期格式,例如:20091016,2009-10-16| @param char|int $end_date 同上| @return 给定日 阅读全文
摘要:
require_once 'common/excel/PHPExcel.php'; require_once 'common/excel/phpExcel/Writer/Excel2007.php'; require_once 'common/excel/phpExcel/Writer/Excel5 阅读全文