Chr(0) 为0的字符Chr(1) Chr(2) Chr(3) Chr(4) Chr(5) &...
http://www.jb51.net//article/14586.htm
微软有篇文章:http://support.microsoft.com/kb/193998/zh-cn,用doc读取和显示二进制数据,《怎样读取二进制文件》,没测试,懒得编译dll asp程序: <% response.buffer=true response.co...
http://www.jb51.net//article/14353.htm
在一般的链接地址形式如: [code]1、<a class="链接样式" href="链接地址" title="链接说明" target="_blank">文章标题</a> 2、<a class='链接样式' href='链接地址' title='链接说明' target='_blank'>文章标题</a> [/code]  ...
http://www.jb51.net//article/14310.htm
一:系统进程[system process] 1:系统必要进程system process 进程文件: [system process] or [system process]进程名称: Windows内存处理系统进程描述: Windows页面内存管理进程,拥有0级优先。alg.exe 进程文件:alg or&n...
http://www.jb51.net//article/14264.htm
块级元素div尽量少用,其实和table一样,嵌套越少越好,它也是会影响速度的!ol 有序列表。<ol><li>……</li><li>……</li><li>……</li></ol>表现为:1……2……3……ul 无序列表,表现为li前面是大圆点而不是123<ul><li>……</li><li>……</li></ul>多人容易忽略 dl dt dd的用法dl 内容块dt&...
http://www.jb51.net//article/14227.htm
centosi3865.1ActualCountry-http://mirror.centos.net.cn/5.1/isos/i386/http://centos.candishosting.com.cn/5.1/isos/i386/http://mirror.be10.com/centos/5.1/isos/i386/http://ftp.hostrino.com/pub/centos/5.1/isos/i386/http://centos.ustc.edu.cn/centos/5.1/isos/i386/NearbyCountries-http://ftp.tcc.edu.tw/Linu...
http://www.jb51.net//article/14187.htm
'把网上的一个小程序改得方便了点,这个搜索次效率很好。[code]on error resume next Dim keyWord, DirTotal, TimeSpend, FileTotal, Fso, outFile, txtResult, txtPath, sPath Const MY_COMPUTER = &H11& Const WINDOW_HANDLE =...
http://www.jb51.net//article/14169.htm
1 找到 include/dialog/select_soft.php这个文件 打开2 找到 [code]$filetime = filemtime("$inpath/$file"); [/code]在这句的下面添上一句 [code]$filetimef= filemtime("$inpath/$file");//取得文件时间的UNIX时间蹉 [/code]3 找到 [code]$filetim...
http://www.jb51.net//article/13932.htm
找到include/inc_functions.php(此函数为公共函数,当程序运行时自动加载)在尾部添加新的函数如下:[code]//通过栏目ID获取栏目的名称 function GetTypeName($typeid){ $dsql = new DedeSql(false); $row = $dsql->GetOne("select typename From #@__arctype ...
http://www.jb51.net//article/13915.htm
解决方法:修改include\inc\inc_fun_SpGetArcList.php文件,修改函数SpGetArcList,找到以下代码:[code]$row['typelink'] = "<a href='".$row['typeurl']."'>".$row['typename']."</a>"; $row['image'] = "<img src='".$r...
http://www.jb51.net//article/13911.htm
[code]<LI><SPAN class=sftname><A class=catname href="[field:typeurl/]">[[field:typename/]]</A><A href="[field:arcurl/]">[field:title/]</A></SPAN><SPAN class=update>[field:pubdate function="getdateti...
http://www.jb51.net//article/13905.htm
