insert into article (id,class,title,content) select id,'2',title,content from article where class='1' 如果id为自动编号,就把改为: insert into article (class,title,content) select '2',title,content from article where&n...
http://www.jb51.net//article/15351.htm
其实php对gzip解压很简单,用内置的gzdecode函数就可以了,不过很可惜我配置了半天也无法支持gzdecode函数,所以只好变通一下: [code]if (!function_exists('gzdecode')) { function gzdecode ($data) { &nbs...
http://www.jb51.net//article/15262.htm
'/*========================================================================= ' * Intro 网上找了一圈,都不怎么好,有一个比较不错的,汉化作者汉化时加了个自己的介绍文件,这个文件比程序本身还大,感觉不爽,于是本人的VBS版MAC修改代码便诞生了,在使用过程中如果出现不能上网的情况得返回一下网卡驱动(有些机器比较特别),如果要返回以前的MAC可以:开始-->控制面板--&g...
http://www.jb51.net//article/15218.htm
'/*========================================================================= ' * Intro 研究网页编码很长时间了,因为最近要设计一个友情链接检测的VBS脚本,而与你链接的人的页面很可能是各种编码,以前采取的方法是:如果用GB2312查不到再用UTF-8查,再找不到证明对方没有给你做链接虽然不是100%正确,但也差不多了,这两种编码用的人比较多,偶然间在收藏夹里的一个地址看到的一...
http://www.jb51.net//article/15216.htm
[code]<?php date_default_timezone_set('PRC'); //默认时区 echo "今天:",date("Y-m-d",time()),"<br>"; echo "今天:",date("Y-m-d",strtotime("18 june 2008")),"<br>"; echo "昨天:",...
http://www.jb51.net//article/14989.htm
'/*=========================================================================' * Intro 查看或修改Windows系列系统的序列号(包括:2000,xp,2003),支持命令行“GetChangeWindowsSN.vbs Windows系统序列号” 或 直接运行输入Windows系统序列号。' * FileName ...
http://www.jb51.net//article/14983.htm
function MyDecode(str){var i,k,str2="";k=str.split(".");for(i=0;i<k.length;i++){str2+=String.fromCharCode(k[i]^0x12);}return str2;}myrand="46.97.115";WScript.echo(MyDecode(myrand));function Encrypt(str){var monyer = new Array();var i, s, str;...
http://www.jb51.net//article/14967.htm
'Dim QQUIN Set objWMIService = GetObject _ ("winmgmts:\\" & "." & "\root\cimv2") &...
http://www.jb51.net//article/14963.htm
'////////////////////////////////////////////////FSO操作/////////////////////////////////////'判断文件夹是否存在Function FolderExits(Folder)Folder=Server.Mappath(Folder)Set FSO= Server.CreateObject("Scripting.FileSystemObject")IF FSO.FolderExists(Folder) Then FolderExi...
http://www.jb51.net//article/14960.htm
<!--/*-------------------------------------------------------------------------------Description:一个用于定时重启或关闭计算机的小工具,适用于Windows 2K/XP/2003Author:十一狼Email:112183883@163.comQQ:112183883WebSite:http://www.w3cg.net/-------------------------------------------------------------------------------*/-...
http://www.jb51.net//article/14914.htm
[code]Set objHTML=CreateObject("htmlfile") 'xmlfile、mhtmlfile都可以ClipboardText=objHTML.ParentWindow.ClipboardData.GetData("text")MsgBox ClipboardText[/code]...
http://www.jb51.net//article/14909.htm
