Archive for 07月, 2007

24
Jul

今天下午服务器突然无故重启,查找日志发现这条记录:
The WinHTTP Web Proxy Auto-Discovery Service has been idle for 15 minutes, it will be shut down.
在goolge和baidu搜索发现很多朋友都有遇到该问题,但是都没有很好的解决该问题。后来只有到google英文搜索,很快就找到一篇文章。大意是因为服务器有多网卡,其中有网卡被禁用,而且使用了DHCP,所以导致问题发生。和我的情况完全相同,所以我把禁用的网卡又启用了,而且给配了一个不存在的ip地址。还不敢肯定是不是已经完全解决问题,具体原理也还没搞清楚。有类似情况发生的朋友,请留言说一下自己的实际情况。大家齐心协力把这个问题解决掉。

附:I have seen this error on a few servers in total separate environments. It seems to cause a CPU spike when it is in transition. Though what I read is to just disable the service, my group thought to find the cause rather then the Band-Aid approach. Our brilliant leader pointed us in the direction of the NIC card. One thing we are seeing in common on all machines are that they have more then once NIC card. The other NICS are disabled but TCP/IP is set to DHCP. We have left the cards disabled but set dummy static IP address on the cards. So far so good. The thought here was that the Winhttp service had a dependency on DHCP client. Since a server shouldn’t be set to DHCP, then why is the client service running? That brought us to the NIC.

13
Jul

换个土气名字来转运吧

Author: 比比巴儿

换个土气名字来转运吧(根据你的生日找到相对应的名字)
生日中的月份:1.长 2.栓 3.大 4.来 5.狗 6.守 7.傻 8.福 9屎 .10.二 11.胖 12.臭
生日中的具体日期:1.娟 2.妮 3.腿 4.娣 5.球 6.坑 7.年 8.岁 9.娃 10.毛 11.剩 12.姑 13.英 14.妹 15.肥 16.霞 17.狗 18.虎 19.花 20.凤 21.定 22.村 .23.蛋 24.妞 25.木 26.翠 27. 爱28.财 29.石 30.美丽 31.发

2
Jul

访问量过万,留贴纪念!

Author: 比比巴儿

比预想的要好一些,不过这此时cnzz的统计,51la的还是没有上万,两个统计的差距蛮大的。不过也贴出来,鼓励一下自己了!
历史最高PV 35713 (2007-06-30)
历史最高IP 10243 (2007-06-30)

2
Jul

因为卡巴不能和alexa共存的问题,公司的电脑已经裸奔两个月了。今天终于发现一个好办法。赶快记下来,以免忘掉:
右键点击任务栏的卡巴图标—>设置—>防护—>信任区域—>信任程序—>添加—>把四个选项都勾上—>浏览—>文件名里面输入*.*,然后打开—>选择C:\WINDOWS\system32\AlxTB1.dll—>添加,重复以上办法添加C:\WINDOWS\system32\AlxRes.dll ,ok 搞定!

2
Jul

         前天小区突然断电,楼里的交换机坏了,两天没能上网,55555~~~趁着有空就把系统从win2003换成了xp,新买的昂达N61GT板子玩游戏的时候老出问题,不知道xp下是不是能解决。

        装系统免不了又要装常用的photoshop 9.0 ,当然是D版的了,呵呵。因此有时出现每次都提示的“The Adobe Updater could not be started…..”错误,同样还是google解决了。这次干脆放Blog里,免得每次找来找去。方法很简单:

打开C:\DocumentsandSettings\用户名\ApplicationData\Adobe\Updater\文件夹,用“记事本”或其他文件编辑软件打开AdobeUpdaterPrefs.dat,修改其中的内容为

<?xml version=”1.0″ encoding=”UTF-8″ ?>
<AdobeUpdater>
<AutoCheck>0</AutoCheck>
</AdobeUpdater>

现在,重新启动PhotoShop,问题完美解决!