<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>计算机等级考试</title>
<link>http://www.lyttzx.com/plus/list.php?tid=92</link>
<description>考试认证 / 计算机等级考试</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2006 - 2008 http://www.lyttzx.com.泠云天天在线 All Rights Reserved&lt;br&gt;
	本站部分作品来源于网络，如若侵犯到您得权益，&lt;a href=&quot;mailto:lyttzx@lyttzx.com?subject=你侵犯我的权益&quot;&gt;&lt;b&gt;请与我们联系&lt;/b&gt;&lt;/a&gt;，泠云工作室将在第一时间作出回应&lt;br&gt;
	站长姓名：&lt;a href=&quot;mailto:lingyunyyh@sohu.com?subject=我有话说&quot;&gt;&lt;b&gt;泠云&lt;/b&gt;&lt;/a&gt;   
	站长邮箱：&lt;b&gt;lingyunyyh@sohu.com&lt;/b&gt;   
	站长QQ：&lt;a href=&quot;http://wpa.qq.com/msgrd?V=1&amp;amp;Uin=359167026&amp;amp;Site=www.lyttzx.com &amp;amp;Menu=no&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;359167026&lt;/b&gt;&lt;/a&gt;]]></generator>
<webmaster>lingyunyyh@163.com</webmaster>
<item>
    <title><![CDATA[操作系统更安全稳定的电脑使用方法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4842</link>
    <description><![CDATA[电脑和网络给我们的生活带来了很大的方便，但随之而来的安全问题也是层出不穷，各种木马病毒日益猖獗，挂马网站的数量也增长迅速，要是我们的电脑中了招，小则导致一些应用程]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[用Ghost来为硬盘进行磁盘碎片整理]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4841</link>
    <description><![CDATA[电脑使用久了，尤其是经常安装及删除程序，文件等，就会产生很多磁盘碎片，影响硬盘的读写速度以及程序加载和运行的速度。系统自带的磁盘碎片整理程序，其蜗牛般的整理速度却]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[计算机二级DELPHI设置DBGridEh自动排序方法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4840</link>
    <description><![CDATA[发现很多新手连设置DBGridEh自动排序方法都不知道，其实很简单的几步就行了，看下面的解决方法。 1.在窗体上放置一个 dbgrideh 组件，并将其连接到相应的 bde 数据集; 2.将该组件的[opt]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[计算机等级考试辅导:禁止MessageBox()弹出的对话]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4839</link>
    <description><![CDATA[思路： 用FindWindow找到窗口的hWnd，(可以通过窗口类名或标题)，然后PostMessage(hWnd, WM_CLOSE, 0, 0); Windows API 提供了函数FindWindow，可以让应用程序在启动时检查自己或其他应用程序是否已经存]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[计算机等级考试：Windows7Shell命令大汇总]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4838</link>
    <description><![CDATA[对于熟悉了命令行的人而言,用键盘调用程序比鼠标更快更省力,以下就是国外网站整理出来的有关Windows 7的Shell 命令大名单. 您可以用Shell:命令调用一切可以用资源管理器打开的项目甚至]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[把表空间从字典托管模式升级成本地托管模式]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4837</link>
    <description><![CDATA[表空间有数据字典和本地托管两种管理模式。如果采用数据字典来维护的话，发生在数据库的段上并关系到盘区分配的操作(如扩展一个表)，将会导致对数据字典的操作。如果有很多带有]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[去掉系统快捷方式箭头的途径——修改注册表]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4836</link>
    <description><![CDATA[一些朋友不喜欢Windows系统中快捷方式图标上面，下面我们介绍如何修改注册表去除快捷方式图标上的小箭头。 1. 启动注册表编辑器(开始-运行-输入regedit)，然后依次展开如下分支：HKE]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[计算机一级辅导:电脑连续死机是什么问题]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4835</link>
    <description><![CDATA[问：我的电脑赛扬2 633，256M,微星iBI5E主板，小影霸Gefore MX显卡，运行过程中总是出现死机，格式化重装系统还是有此问题，后来连重装系统过程中也出现死机!开机有时候连自检都没过就]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[C++编程:如何安全终止线程]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4834</link>
    <description><![CDATA[对于Worker线程，终止线程可以使用线程的退出码作为返回值从线程函数返回。 对于UI线程，因为有消息循环，需要发送一个WM_QUIT消息到线程的消息队列，当线程接收到WM_QUIT消息时退出消]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[做一个合格的软驱磁头清洁工]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4833</link>
    <description><![CDATA[软驱磁头是软盘驱动器的核心部件，为了延长磁头的使用寿命，需要定期对其进行清洗保养。在此介绍三种清洗磁头的方法。 一、用清洗盘擦磁头 清洗盘是一种特制的软盘，抹上计算机]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[电脑光驱读盘差怎么办?]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4832</link>
    <description><![CDATA[首先在日常使用中，要注意对光驱的保护。要注意以下两点： 1、如光盘不用时，最好将它从光驱中拿出来，因为只要是开着机器，即使你不用它，光驱也是一直处于工作状态中，对光驱]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[DELPHI辅导:打开与编辑数据表]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4831</link>
    <description><![CDATA[当数据表结构建立后，就应给表中每条记录输入数据，输入数据前必须先打开数据表。下面介绍如何打开数据表，并录入数据、编辑数据。 1．打开数据表 在Desktop的主菜单中选择File l]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[教你还原不小心被删除的文件资料]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4830</link>
    <description><![CDATA[有时候，因为不小心或烦，删除了有用的或还要用的文件，而且又清空了回收站（或直接删除而根本不放入回收站）。怎么办？别着急，只要你的电脑还没有运行磁盘整理，且系统完好]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[教你解决笔记本键盘输入字母故障]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4829</link>
    <description><![CDATA[笔记本键盘出问题，不知道按了哪个键，笔记本的按键就变得错乱起来了，在按下U、I、O等键时输入的不是字母，而变成了数字4、5、6，在按下J、K、L时也变成了数字1、2、3，这是什么]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[教你解决客户机连接服务器无法再次连接的问题]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4828</link>
    <description><![CDATA[问题：客户机连接服务器，没问题，发送、接收数据正常，断开客户机，重新连接，则无法再次连接 解决方法：这是个TCP/IP面向连接的一种确保数据发送接收双方能无错传输机制的结果]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[控制台聊天程序服务器端代码]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4827</link>
    <description><![CDATA[今天在网上找到了个控制台聊天程序实例，感觉不错，稍微做些修改，以作收藏之用。 服务器端程序代码： view plaincopy to clipboardprint? // 2009-06-28 #pragma comment(lib,ws2_32.lib) #include #include]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[数值转换为Excel列标的算法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4826</link>
    <description><![CDATA[本算法基于C++ Builder语法和类实现，功能描述如下：在进行OLE的Excel操作中，有时候需要使用Range的选择，此时需要提供坐标，坐标的列是由字符组成的，如：1-A，2-B，...，88-CJ，....，本]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[LDAPS修改Active Directory目录用户]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4825</link>
    <description><![CDATA[在做OA系统时用到 OA系统用户要与Exchange 2007邮件服务器用户同步，以下是本人开发中的一些总结和步骤！ A.以域用户登录到安装了证书服务的服务器中，导出计算机证书， 1,通过adminis]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[电脑内存故障修复大全]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4824</link>
    <description><![CDATA[一、开机无显示 由于内存条原因出现此类故障一般是因为内存条与主板内存插槽接触不良造成，只要用橡皮擦来回擦试其金手指部位即可解决问题（不要用酒精等清洗），还有就是内存]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[SATA硬盘造成Ghost蓝屏故障的解决]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4823</link>
    <description><![CDATA[进入DOS后，运行GHOST机器就会停止不动，成假死机现象。如果进入PE运行GHOST就会蓝屏。 造成这种现象主要的原因在于GHOST的版本过低（版本低于11），不能识别SATA的光驱和硬盘。当GHOS]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>计算机等级考试</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>

</channel>
</rss>

