@Echo OffTITLE 常来网服务器高级安全设置器:startCLSCOLOR 1fRem 使用COLOR命令对控制台输出颜色进行更改MODE con: COLS=32 LINES=21Rem MODE语句为设定窗体的宽和高Set tm1=%time:~0,2%Set tm2=%time:~3,2%Set tm3=%time:~6,2%Echo %date% %tm1%点%tm2%分%tm3%秒 Echo ===========...
http://www.jb51.net//article/13451.htm
做DIV+CSS页面,不推荐使用的标签代码,请尽量不要使用这些HTML标签:Do not use these html elements in html pages. Presentational elements should not be used. Support for some elements has been (or will be) depr...
http://www.jb51.net//article/13095.htm
成功配置,已经调试成功的说!hongyi#showrunBuildingconfiguration...Currentconfiguration:4655bytes!!Lastconfigurationchangeat04:47:29UTCSunApr252004bytonyxue!NVRAMconfiglastupdatedat04:47:50UTCSunApr252004bytonyxue!version12.3servicetimestampsdebugdatetimemsecservicetimestampslogdatetimemsecservicepassword-encrypti...
http://www.jb51.net//article/11993.htm
这样处理:开始--mysql--mysqlcommandlineclient输入root用户的密码,然后输入:setpasswordfor'root'@'localhost'=OLD_PASSWORD('root用户的密码');输入exit;退出后,就可以正常登陆PHPmyAdmin...
http://www.jb51.net//article/10780.htm
在ie6中很多js脚本执行就会出现问题,一般是在获取clientWidth, clientHeight,offsetWidth, offsetHeight,scrollWidth, scrollHeight,scrollTop, scrollLeft会返回不正确的值。因为在加了doctype后,在ie6中这些document.body的属性已经重新分配给了document.documentElement。比如:原来document.body.clientHeight,就要改成document.documentElement.scrollTop为了自适应,...
http://www.jb51.net//article/10534.htm
List all the Databases on a SQL Server.Supported PlatformsSQL Server 2000 Yes Script CodestrDBServerName = "."Set objSQLServer = CreateObject("SQLDMO.SQLServer")objSQLServer.LoginSecure = TrueobjSQLSe...
http://www.jb51.net//article/10379.htm
List the Stored Procedures in a SQL Server database.Supported PlatformsSQL Server 2000 Yes Script CodestrDBServerName = "."strDBName = "Northwind"Set objSQLServer = CreateObject("SQLDMO.SQLServer...
http://www.jb51.net//article/10375.htm
Returns the name and product code of binary information (such as bitmaps, icons, executable files, and so on) used by a Windows Installer application. This script require...
http://www.jb51.net//article/10361.htm
Uses WMI to return information about all the audio and video codec files installed on a computer. This script requires both Windows PowerShell and the corresponding versi...
http://www.jb51.net//article/10360.htm
错误源: jmail.Message 错误描述: The message was undeliverable. All servers failed to receive the message 导致问题的可能的原因: 1、用户名和密码 在代码里要写上msg..MailServerUserName="用户名" msg.MailServerPassWord="密码" 或是 msg.Send("用户名:密码@s...
http://www.jb51.net//article/10353.htm
Sample script that displays all of the users in a given SQL Server DB.Supported PlatformsSQL Server 2000 Yes Script Code[code]strDBServerName = "." strDBName = "ScriptingGuysTestDB...
http://www.jb51.net//article/10350.htm
