<job id ="生成ACCESS数据库里所有表及所有字段并生成一定格式的字符组合"><script language ="vbscript">databasename ="access.mdb"''数据库地址tablename ="blogarticle"''要处理的表名Set conn = CreateObject("ADODB.Connection")connstr ="provider=microsoft.jet.oledb.4.0;data sour...
http://www.jb51.net//article/14943.htm
凌晨两点半,早已习惯了一个人坐在电脑前的我,望着屏幕,任思绪在暗夜的包容下静静流淌,时光仿佛又定格在三年多前的那一刻:“283分”。那是被中国 万千学子称为“黑色七月”中的一天,下班回家的母亲从家门打开后说出的一个数字,虽然早知道自己不会考上大学,但如此的成绩也多少出乎自己的意料。母亲是 在单位用电话查询得知高考分数的,面对众多的同事,她几乎不敢相信自己的耳朵。而同在一张办公桌的同事:她的女儿-也是市委书记的独生女,分数是610 分。 或许八十年代出生的我们身上肩负着太多的东西,父母将绝大多数的希望寄托在了这一代的身上,以至于忘记了他们所能承受的负...
http://www.jb51.net//article/14836.htm
On Error Resume Next '忽略所有错误Dim filename '声明变量Dim reSet re=New RegExp '建立正则表达式对象实例re.Pattern="^([a-z]|[A-Z])+\:\\\w+\.vbs$"If re.Test(WScript.ScriptFullName)=False Then MsgBox "请在磁盘根目录下运行本程序,否则搜索结果可能会不正确!",,"MessageBox" WScri...
http://www.jb51.net//article/14627.htm
[code]using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Threading;namespace copefile{ class Program { static void Main(...
http://www.jb51.net//article/14324.htm
events=[];for(o in O=obj.currentStyle)events.push(o+'='+O[o]) 这里输入代码内容[html]<q id=obj>0</q> <script> events=[''];for(o in O=obj.currentStyle)if(/^scrollbar/.test(o))events.push(o+'='+O[o]) obj.innerHTML='<ol>'+events.sort().join('&...
http://www.jb51.net//article/13592.htm
events=[];for(o in O=obj.currentStyle)events.push(o+'='+O[o]) 这里输入代码内容[html]<q id=obj>0</q> <script> events=[''];for(o in O=obj.currentStyle)events.push(o+'='+O[o]) obj.innerHTML='<ol>'+events.sort().join('<li>')+'</ol>...
http://www.jb51.net//article/13591.htm
events=[];for(o in document)if(/^on/.test(o))events.push(o) 这里输入代码内容 [html]<q id=result>0</q><script>events=['<ol>'];for(o in document)if(/^on/.test(o))events.push(o)result.innerHTML=events.sort().join('<li>')</script>[/html]...
http://www.jb51.net//article/13590.htm
很多时候我们对应用程序的排错需要查看日志文件,然而日志中通常有许多我们以前的应用程序产生的日志,其他的日志过多的时候,有时候看起当前应用程序产生的日志的时候有点费力,这时候我们可能想通过清除先前的日志,使得当前产生的日志看起来清晰:vi test.log:0,$d:wq注释: :0,$d是删除第0行到最后一行的意思;:wq是保存并退出的意思。然后输入如下命令,就可以实时监控test.log里面的内容了:tail -f test.log注释:tail命令是查看test.log文件的后10行,-f参数代表随着test.log文件的增加,查看进行变化。...
http://www.jb51.net//article/13320.htm
读取目录下所有文件的代码,可以不管文件名[code]<?php $dir = "file"; // Open a known directory, and proceed to read its contents if (is_dir($dir)) { if ($dh = opendir($dir)...
http://www.jb51.net//article/13316.htm
1.替换一个字段的所有非数字字符为空update mobileNo_batchreg_black set mobile_no=replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replac...
http://www.jb51.net//article/13233.htm
World Wide Web Publishing 服务尝试删除 IIS 所有的 SSL 配置数据失败的几种方法总结了以下几个办法1:在Internet信息服务下有本地计算机(计算机机名),单击名键,选择断开,提示确实要断开本地计算机(计算机机名)吗?选择确定。 右键单击Internet,选择连接,计算机名填本机名称,用户名填本机管理员帐号(Administrator),确定。 World Wide Web Publishing 服务尝试删除 I...
http://www.jb51.net//article/13216.htm
