Monthly Archive for March, 2007
2001年用上了QQ,不知道什么时候开始喜欢聊天,又不知道什么时候开始厌恶在QQ上聊天,更不知道QQ空间是何时开始的,QQ不是好东西,QZONE就是见证,至少对我来说是这样,现在可以关闭QQ空间了,这个连接是入口。接下就是挂比相册,关闭BBS帐号,只留下IM,希望在不久的某天我可以和QQ这个垃圾产品say good bye。
如何访问 scanlover.com 网站?
我想很多人都知道 scanlover.com 这个有名的站点,在很久以前,大概两年前吧,这个站点是可以在中国大陆,访问的,不过去年开始,就不能了,其实不是GFW的屏蔽,而是网站本身的主动屏蔽,不过比是对IP的屏蔽,而是COOKIE,可能对网络有所了解的人应该已经知道用什么方法来访问 scanlover.com 了吧。
使用一个代理服务器,或者 web proxy 来访问,得到COOKIE之后,你就可以用 scanlover.com,至于速度,这就要看你的网络了,因为scanlover.com是有流量限制,所以速度还是不错的。当然,你也可以访问 forum.scanlover.com 这样的子域名,因为就是COOKIE的问题啦,这里写出了 scanlover.com 的访问方法,如果有朋友还需要其他不能访问网站的访问方法,可以问问,说不定我知道
UPDATE 用比如 Opera 10 这样浏览器更改COOKIE值就可以让你不会有浏览的限制了。
用了7个月的miniplayer TP的耳塞 PT800+昨天坏掉了,可能是由于天气变化太大的原因,加上PT800+那个左右耳塞分离部分的烂设计,右边耳塞就不能用了,回到家里用了点力居然就断掉了。
去年9月的时候没有参加活动拿PT850,现在想起来很不舒服,决定不买miniplayer的原配推荐的PT850了,也不想买MEIZU的产品了,老是降价,在网上查查了,AKG的K14P是首选,价格在¥140到¥180,深海塞尔的的MX500也不错,不过搭配Miniplayer AKG的K14P绝对是首选了。
UPDATE AKG K14P 没有货,国内也不OEM了,所以只有买K12P了,刚刚买,还在煲机中,一周之后看效果,应该不坏吧,随便说一下,AKG的高端产品是在奥地利生产,低端比如K12P这种是在国内OEM的,本来想买森海塞尔的MX500/550,不过听一个高手说森海塞尔的低端产品现在不行了,还不如AKG的K12/14P,所以就选择了AKG K12P,¥128,MX500/550是¥180。
Continue reading ‘Miniplayer 耳塞坏掉,准备 AKG K 14 P’
连接MySQL得到这样的错误提示
1 | Warning: mysql_pconnect(): Host '67.19.xx.xxx' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts' in C:\Websites\ratedesi\include\connectdb.php on line 9 Host '67.19.xx.xxx' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts' |
在MySQL手册中找到这样的说明
A.2.5 `Host ‘HOST_NAME’ is blocked’
————————————
If you get the following error, it means that `mysqld’ has received
many connect requests from the host `’HOST_NAME that have
been interrupted in the middle:Host ‘HOST_NAME’ is blocked because of many connection errors.
Unblock with ‘mysqladmin flush-hosts’The number of interrupted connect requests allowed is determined by
the value of the `max_connect_errors’ system variable. After
`max_connect_errors’ failed requests, `mysqld’ assumes that
something is wrong (for example, that someone is trying to break
in), and blocks the host from further connections until you execute
a `mysqladmin flush-hosts’ command or issue a `FLUSH HOSTS’
statement. See *Note server-system-variables::.By default, `mysqld’ blocks a host after 10 connection errors. You
can adjust the value by starting the server like this:shell> mysqld_safe –max_connect_errors=10000 &
If you get this error message for a given host, you should first
verify that there isn’t anything wrong with TCP/IP connections from
that host. If you are having network problems, it does you no good
to increase the value of the `max_connect_errors’ variable.
这可能是比如PHP的未注销连接引起,查看MySQL的进程可以查看一下
1 | mysqladmin -u <user> -p<password> processlist |
用AJAX抓取读取远程动态脚本生成的XML时(比如:xml.php),如果XML包括了
1 | encodeing="gb2312" |
这样的XML属性,那么AJAX(我的OPERA9至少是这样)就不能读出来,解决的办法是,在xml.php加入
1 |
在使用cakephp的时候把项目转移到目的机器上,结果一直 start_session() 的错误,始终找不到原因,今天看看本地机器的 phpinfo() 结果发现少了 php.ini 加载。
加上之后, work fine.
在使用 audacity 软件包的时候,可能会遇到 I/O 错误提示,今天编译了 audacity 1.3.2 beta 也不能正常回放声音(因为audacity 1.3.2 使用 GTK2 ,所以支持中文很好,于是我就升级了)
不过在 ubuntuforums.org 上找到了解决方法,使用下面的脚本转换 esd 的加载顺序
1 2 3 4 5 | #!/bin/bash killall esd sleep 3 # To give the codevious command time to fully complete /usr/bin/audacity esd |
现在就可以正常使用 audacity 啦


Recent Comments