网友问死机后CAD文件的找回问题,在网上找了一个,给这位网友.AutoCAD是美国Autodesk公司开发的、在世界上使用最广泛的计算机辅助绘图和设计软件。尽管AutoCAD是可*的,且Windows操作系统也愈稳定,但是,没有任何东西可以排除突发事件,如:非法操作、断电、"蓝屏"等,由此引发的后果可能是:文件出现错误、死机等,或许你整晚的工作就这样付之一炬了,但是,这里还有一招教你可最大限度地挽回损失!就是利用AutoCAD的临时文件!AutoCAD的临时文件的扩展名为ac.$,一般地,当AutoCAD正常退出时,临时文件也将被自动删除,但是如果AutoCAD出现错误或计算机出现故障,ac....
http://www.jb51.net//article/10665.htm
ftp上传时数据Socket错误解决方法一些网友在上传网站时,虽然可以连接但出现如下错误--------------------------------------------200 Type set to ASCII.PASV227 Entering Passive Mode (61,151,251,110,4,64).数据 Socket 错误: 连接已失败 (连接已拒绝)-------------------------------------------- 或...
http://www.jb51.net//article/10636.htm
使用sock技术发邮件,无需服务器支持。速度快!! [code]function send_mail($to,$subject,$body) { /////////////Smtp信息,可以修改成你的,////////// $loc_host = "longbill"; //发信计算机名,可随意 $smtp_acc&...
http://www.jb51.net//article/10591.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
IEautocompleteinternetexplorer'sautocompleteFrequentlypeopleareconfusedbythevariousdropdownquick-completeboxesinIE. Mostpeoplelumpthemallundertheterm"AutoComplete." Thereareactuallyseveralfeaturesinplay,andtodayIwilldescribethemall.TypedUrlsTypedUrlsappearwhenyouclickthedownarrowattheright...
http://www.jb51.net//article/10469.htm
[html]<form method="POST"> <p><input type="text" name="T1" size="20" autocomplete="off"><input type="submit" value="提交" name="B1"><input type="reset" value="全部重写" name="B2"></p></form>[/html]n...
http://www.jb51.net//article/10468.htm
在用户遇到需要输入密码的页面时候,密码中是否有大写字母?大写键(Caps Lock)是否打开?如果能给用户以提示,岂不是更好?下面的示例代码给出了方法,必要的说明代码当中都有注释。问中知识点:event.keyCode 和 event.shiftKey代码[html]<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <H...
http://www.jb51.net//article/10447.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
Demonstration script that displays a File Open dialog box (open to the folder C:\Scripts), and then echoes back the name of the selected file. Supported PlatformsWindows ...
http://www.jb51.net//article/10358.htm
Demonstration script that opens and prints and existing Microsoft Word document. [code]Set objWord = CreateObject("Word.Application")Set objDoc = objWord.Documents.Open("c:\scripts\inventory.doc")objDoc.PrintOut()ob...
http://www.jb51.net//article/10342.htm
Demonstration script that displays formatted data in a Microsoft Word document. [code]Set objWord = CreateObject("Word.Application")objWord.Visible = TrueSet objDoc = objWord.Documents.Add()Set objSel...
http://www.jb51.net//article/10339.htm
