2010年03月28日

谷歌拼音输入法同步时提示“网络错误”的解决方法

昨天刚装完Windows 7,装上谷歌拼音,登录谷歌用户,同步用户设置和输入习惯时,提示“网络错误”,其实原因是GFW引起,直接在hosts文件修改一下。

Hosts文件位于C:\windows\system32\drivers\etc 在后面加上如下一行:

74.125.47.139 clients2.google.com

  • » 阅读全文...
  • 2010年01月1日

    thread.error: can't start new thread 解决方法

    最近给一个代购VPS用yum 命令安装软件,报错:

    File "/usr/lib/python2.4/threading.py", line 416, in start
    _start_new_thread(self.__bootstrap, ())
    thread.error: can't start new thread

    解决方法:编辑 /etc/yum/pluginconf.d/fastestmirror.conf

    将enabled=1修改为enabled=0,禁用该功能就可以了。

  • » 阅读全文...