﻿<?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>PHP博客-草原的天空</title><link>http://www.phpweblog.net/cchxl/</link><description /><language>zh-cn</language><lastBuildDate>Sat, 20 Mar 2010 17:13:38 GMT</lastBuildDate><pubDate>Sat, 20 Mar 2010 17:13:38 GMT</pubDate><ttl>60</ttl><item><title>解决了电脑自动重起、蓝屏的问题</title><link>http://www.phpweblog.net/cchxl/archive/2007/06/14/1379.html</link><dc:creator>草原的天空</dc:creator><author>草原的天空</author><pubDate>Thu, 14 Jun 2007 02:05:00 GMT</pubDate><guid>http://www.phpweblog.net/cchxl/archive/2007/06/14/1379.html</guid><wfw:comment>http://www.phpweblog.net/cchxl/comments/1379.html</wfw:comment><comments>http://www.phpweblog.net/cchxl/archive/2007/06/14/1379.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.phpweblog.net/cchxl/comments/commentRss/1379.html</wfw:commentRss><trackback:ping>http://www.phpweblog.net/cchxl/services/trackbacks/1379.html</trackback:ping><description><![CDATA[<p>今天终于解决了电脑自动重起、蓝屏的问题，其实也是在咨询了DELL的客服电话后才解决的，现在将此方法共享给其他遇到此类问</p>
<p>题的同事们。</p>
<p>首先，判断蓝屏的参数是否是 STOP:0&#215;0000000A&#8230;&#8230;，如果相同就可以按照DELL技术人员告诉我的这种方式解决了；</p>
<p>第一步：在&#8220;开始&#8221;的&#8220;搜索&#8221;里选择搜索所有文件，输入&#8220;npkc*.sys&#8221;，结果会查询到四个与QQ相关的文件，大胆的彻底删除它门；</p>
<p>第二步：打开注册表，在&#8220;HKEY_LOCAL_MACHINE&#8221;中选择&#8220;SYSTEM&#8221;，再选择&#8220;CURRENTCONTROLSET&#8221;，选中里面的&#8220;ENUM&#8221;，</p>
<p>然后在里面找到&#8220;USB&#8221;，选中&#8220;VID_413C&amp;PID_2003&#8221;，不必要展开它，用右键选择其权限，在&#8220;EVERYONE&#8221;里面选中&#8220;完全控制&#8221;，</p>
<p>然后也大胆的删除&#8220;VID_413C&amp;PID_2003&#8221;；</p>
<p>第三步：将你的USB键盘重新插一下，就插到原来的口子上；</p>
<p>最后：你打开你的QQ，看到你的QQ安全的软键盘出来了，不必担心，其实问题就出在这里，DELL的技术人员告诉我之所有有电脑</p>
<p>自动重起、蓝屏的问题就是因为QQ的安全方面的东西与DELL的键盘参数冲突。</p>
<p>我了解的决这些，不管QQ登陆的时候输密码麻烦，但总归电脑不自动重起、不蓝屏了！</p>
<p>祝大家好运！</p>
<img src ="http://www.phpweblog.net/cchxl/aggbug/1379.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/cchxl/" target="_blank">草原的天空</a> 2007-06-14 10:05 <a href="http://www.phpweblog.net/cchxl/archive/2007/06/14/1379.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>安装时sql server 提示某文件挂起的解决方法</title><link>http://www.phpweblog.net/cchxl/archive/2007/05/16/1201.html</link><dc:creator>草原的天空</dc:creator><author>草原的天空</author><pubDate>Wed, 16 May 2007 08:37:00 GMT</pubDate><guid>http://www.phpweblog.net/cchxl/archive/2007/05/16/1201.html</guid><wfw:comment>http://www.phpweblog.net/cchxl/comments/1201.html</wfw:comment><comments>http://www.phpweblog.net/cchxl/archive/2007/05/16/1201.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.phpweblog.net/cchxl/comments/commentRss/1201.html</wfw:commentRss><trackback:ping>http://www.phpweblog.net/cchxl/services/trackbacks/1201.html</trackback:ping><description><![CDATA[<p>安装SQL Server2000的时候，安装程序提示安装程序被挂起，让重新启动电脑，但即便是重新启动了再次安装，SQL Server2000的安装程序依旧提示这个错误。<br>看来重起并不能解除被挂起的安装程序。查阅了资料，得知要解决这个问题需要删除注册表<br>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager下的PendingFileRenameOperations子键。</p>
<p>按照名称来理解，HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager应该存放的是当前系统会话的快照，<br>而PendingFileRenameOperations记录的是一个未成功进行的文件更名操作，<br>SQL Server2000在安装时可能会使用这个键值，记录在安装过程中对临时文件的操作，如果SQL Server2000在安装进程启动时就发现这个键值存在<br>，它就认为上一个安装程序没有完成，<br>从而拒绝继续自身的安装进程。而按照道理，任何一个改写过此键值的程序都应当在结束或者系统重新启动的时候将这个键值删除，<br>但如果由于种种原因这个操作没有被进行的话，那么SQL Server2000自然会得出错误的结论。<br>办法2：<br>&nbsp;<br>在点开始——运行，在运行窗口输入msconfig命令，则出现&#8220;系统配置实用程序&#8221;窗口，将启动选择中的正常启动更改为诊断启动后重启系统进行安装就OK了，<br>安装完成后可再执行上诉操作，将启动方式改为正常启动，重新启动，就一起OK了。</p>
<img src ="http://www.phpweblog.net/cchxl/aggbug/1201.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/cchxl/" target="_blank">草原的天空</a> 2007-05-16 16:37 <a href="http://www.phpweblog.net/cchxl/archive/2007/05/16/1201.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Distributed Transaction Coordinator 服务不能启动解决办法</title><link>http://www.phpweblog.net/cchxl/archive/2007/05/11/1194.html</link><dc:creator>草原的天空</dc:creator><author>草原的天空</author><pubDate>Fri, 11 May 2007 06:39:00 GMT</pubDate><guid>http://www.phpweblog.net/cchxl/archive/2007/05/11/1194.html</guid><wfw:comment>http://www.phpweblog.net/cchxl/comments/1194.html</wfw:comment><comments>http://www.phpweblog.net/cchxl/archive/2007/05/11/1194.html#Feedback</comments><slash:comments>12</slash:comments><wfw:commentRss>http://www.phpweblog.net/cchxl/comments/commentRss/1194.html</wfw:commentRss><trackback:ping>http://www.phpweblog.net/cchxl/services/trackbacks/1194.html</trackback:ping><description><![CDATA[<p>打开事件查看器:</p>
<p>在系统事件中有错误:Distributed Transaction Coordinator 服务因 3221229584 (0xC0001010) 服务性错误而停止。<br><br>经多次试验,发现这主要是系统无法找到MS DTC 日志文件造成的,只要创建一下就可以了:</p>
<p>点开始&#8594;运行&#8594;输入命令"msdtc -resetlog",运行该命令即可.</p>
<p>之后,重新启动电脑,或者运行服务中的"Distributed Transaction Coordinator "服务均可.</p>
<img src ="http://www.phpweblog.net/cchxl/aggbug/1194.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/cchxl/" target="_blank">草原的天空</a> 2007-05-11 14:39 <a href="http://www.phpweblog.net/cchxl/archive/2007/05/11/1194.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>点击网上邻居没有反应解决办法</title><link>http://www.phpweblog.net/cchxl/archive/2007/03/24/1024.html</link><dc:creator>草原的天空</dc:creator><author>草原的天空</author><pubDate>Sat, 24 Mar 2007 01:55:00 GMT</pubDate><guid>http://www.phpweblog.net/cchxl/archive/2007/03/24/1024.html</guid><wfw:comment>http://www.phpweblog.net/cchxl/comments/1024.html</wfw:comment><comments>http://www.phpweblog.net/cchxl/archive/2007/03/24/1024.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.phpweblog.net/cchxl/comments/commentRss/1024.html</wfw:commentRss><trackback:ping>http://www.phpweblog.net/cchxl/services/trackbacks/1024.html</trackback:ping><description><![CDATA[看了一下服务，是workstation服务没有启动，但试图手动启动确显示错误2250，原来是系统文件rdbss.sys和mrxsmb.sys丢失了，找到其他机器复制过来就OK了。<img src ="http://www.phpweblog.net/cchxl/aggbug/1024.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/cchxl/" target="_blank">草原的天空</a> 2007-03-24 09:55 <a href="http://www.phpweblog.net/cchxl/archive/2007/03/24/1024.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>发现你越来越懂事了！</title><link>http://www.phpweblog.net/cchxl/archive/2007/02/15/903.html</link><dc:creator>草原的天空</dc:creator><author>草原的天空</author><pubDate>Thu, 15 Feb 2007 13:08:00 GMT</pubDate><guid>http://www.phpweblog.net/cchxl/archive/2007/02/15/903.html</guid><wfw:comment>http://www.phpweblog.net/cchxl/comments/903.html</wfw:comment><comments>http://www.phpweblog.net/cchxl/archive/2007/02/15/903.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.phpweblog.net/cchxl/comments/commentRss/903.html</wfw:commentRss><trackback:ping>http://www.phpweblog.net/cchxl/services/trackbacks/903.html</trackback:ping><description><![CDATA[2月13日&nbsp; 天气：雨加雪<br><br>　　今天老天就是不让你晚上搬家。看你干活那个费尽，30分钟的活让你干了4个小时！愁人！头脑没有一点逻辑性。又哭<img height=20 src="http://www.phpweblog.net/Emoticons/hitwall.gif" width=25 border=0>不是我不帮你，本身特别容易的活居然让你弄的那么复杂。<br><br>2月14日 天气：大雪<br><br>　　给你搬家可真累，单腿直立不到30秒，滑倒了吧，居然一个地方滑倒两次，这就是智商的问题了<img height=20 src="http://www.phpweblog.net/Emoticons/hitwall.gif" width=25 border=0>，真有你的。哭哭哭，就知道哭，讲道理你也听不进去，就像听不懂中国话似的，我又没和你说英语。必须我慢慢一句一句和你解释才能反应过来。不是不给你收拾，是晚上回来再帮你收拾。好好的情人节在家洗什么衣服啊<img height=19 src="http://www.phpweblog.net/Emoticons/what_smile.gif" width=19 border=0>！希望送你的礼物你能喜欢！情人节快乐！<br>　　<br>　　话说回来，最近表现不错，会体谅人了，表扬一下！ 
<img src ="http://www.phpweblog.net/cchxl/aggbug/903.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/cchxl/" target="_blank">草原的天空</a> 2007-02-15 21:08 <a href="http://www.phpweblog.net/cchxl/archive/2007/02/15/903.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>不要哭，人是需要成长的！</title><link>http://www.phpweblog.net/cchxl/archive/2007/02/15/902.html</link><dc:creator>草原的天空</dc:creator><author>草原的天空</author><pubDate>Thu, 15 Feb 2007 12:48:00 GMT</pubDate><guid>http://www.phpweblog.net/cchxl/archive/2007/02/15/902.html</guid><wfw:comment>http://www.phpweblog.net/cchxl/comments/902.html</wfw:comment><comments>http://www.phpweblog.net/cchxl/archive/2007/02/15/902.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.phpweblog.net/cchxl/comments/commentRss/902.html</wfw:commentRss><trackback:ping>http://www.phpweblog.net/cchxl/services/trackbacks/902.html</trackback:ping><description><![CDATA[虽然今天说了你，但都是为了你好。总结一下经验，为什么我们喜欢你，而其他员工不喜欢你。你说话的方式的确有问题。但我们明白你是为了公司着想。你的态度和忠诚度没有问题。但是你为人处事的方式不太合适。并不是完全否认你的办事能力，总结一下为什么对老姨、老舅他们的态度就非常好，可能你自己不觉得，你自己好好品品。你年轻不要动不动就把“不干了”挂在嘴边。就像谈恋爱时最忌讳把“分手”挂在嘴边一样。真的很难听。也不要总哭，像啥样子。总结出一套自己的方法，才20岁，已经很不错了，会很有前途的。再找个好老头就更完美了。祝新年快乐！<img src ="http://www.phpweblog.net/cchxl/aggbug/902.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/cchxl/" target="_blank">草原的天空</a> 2007-02-15 20:48 <a href="http://www.phpweblog.net/cchxl/archive/2007/02/15/902.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>