2007/02/05 20:04
1月1日在Baidu联盟里化了700积分兑换了"全自动筷子消毒器",1月21日处理,今天收到。物品是通过宅急送送过来的。包装盒上还贴了一个大大的Baidu图标。
全名是Farstar(菲尔斯达)全自动筷子消毒器XK228贴壁式。东西看来不错!
因为流量比较小,因此积分不多,只能换些小东西。换的时候有800多积分,就选了700积分的。
在淘宝和易趣搜索了下,最便宜的也要卖40元呢:)
全名是Farstar(菲尔斯达)全自动筷子消毒器XK228贴壁式。东西看来不错!
因为流量比较小,因此积分不多,只能换些小东西。换的时候有800多积分,就选了700积分的。
在淘宝和易趣搜索了下,最便宜的也要卖40元呢:)
2007/02/05 15:46
查看日志,发现太多的这条记录了:(
::1 - - [05/Feb/2007:16:05:27 +0800] "GET / HTTP/1.0" 200 263 "-" "Apache/2.2.3 (Unix) DAV/2 PHP/5.1.6 (internal dummy connection)"
搜索一下,应该是Apache2.2以上版本才有此问题。
It's defined in /server/mpm_common.c:
| This function connects to the server, then immediately closes the
| connection.
| This permits the MPM to skip the poll when there is only one listening
| socket, because it provides a alternate way to unblock an accept()
| when the pod is used.
pod=pipe of death.
| The pipe of death is used to tell all child processes that it is time
| to die gracefully.
So if you use the worker MPM which doesn't use a pod, there are no
internal dummy connections anymore.
--
Robert
来源:http://www.gossamer-threads.com/lists/apache/users/309026
查了近半个小时,终于找到解决方法。
原来是配置的时候,要采用-with-mpm=worker方式。
参考:Apache 2.0性能优化—MPM的选择与配置
::1 - - [05/Feb/2007:16:05:27 +0800] "GET / HTTP/1.0" 200 263 "-" "Apache/2.2.3 (Unix) DAV/2 PHP/5.1.6 (internal dummy connection)"
搜索一下,应该是Apache2.2以上版本才有此问题。
It's defined in /server/mpm_common.c:
| This function connects to the server, then immediately closes the
| connection.
| This permits the MPM to skip the poll when there is only one listening
| socket, because it provides a alternate way to unblock an accept()
| when the pod is used.
pod=pipe of death.
| The pipe of death is used to tell all child processes that it is time
| to die gracefully.
So if you use the worker MPM which doesn't use a pod, there are no
internal dummy connections anymore.
--
Robert
来源:http://www.gossamer-threads.com/lists/apache/users/309026
查了近半个小时,终于找到解决方法。
原来是配置的时候,要采用-with-mpm=worker方式。
参考:Apache 2.0性能优化—MPM的选择与配置
2007/02/05 11:05
昨天看到在一个论坛里淘宝的设计人员提到,网站需要兼容IE6,IE7,Firefox,逐渐取消对IE5.5的支持。冒似淘宝的设计团队是国内最厉害的设计团队之一。
今天看了一下一个站的统计,来自CNZZ统计:
MSIE 6.0 90.4% - 4183
TencentTraveler 4% - 187
MYIE(Maxthon) 3.4% - 158
MSIE 7.0 1.6% - 78
MSIE 5.0 0.2% - 12
firefox 0.1% - 7
Opera 0% - 1
Other Explorers 0% -
Windows XP 97.8% - 4527
Win2000 1.3% - 61
另一个站:
MSIE 6.0 84.2% - 1760
MYIE(Maxthon) 7.4% - 156
TencentTraveler 4.1% - 87
MSIE 7.0 1.8% - 38
firefox 1.4% - 30
MSIE 5.0 0.7% - 15
Opera 0% - 2
Other Explorers 0% -
Windows XP 90.4% - 1890
Win2000 6.8% - 144
由于TT和Maxthon也是用的IE内核,因此没法区分,但至少90%以上的用户使用的是IE6。FF和IE7也就1%的量,IE7的会有明显的增长趋势,目前就已经超过FF了。
而一般设计时,是参照IE6来做的,然后兼容FF,现在又多了IE7。其实,FF才是标准的浏览器,网页设计人员应该参考FF来设计,然后兼容IE。但IE6的占有量太大了,所以。。。
以前看到说FF的使用人数很多之类的报道,看来还是只有比较专业的人员才会去用FF,90%以上的网民还是习惯用自带的IE来浏览网页的。
XP的普及率真是恐怖,虽然偶到现在还是用Win2000。
今天看了一下一个站的统计,来自CNZZ统计:
MSIE 6.0 90.4% - 4183
TencentTraveler 4% - 187
MYIE(Maxthon) 3.4% - 158
MSIE 7.0 1.6% - 78
MSIE 5.0 0.2% - 12
firefox 0.1% - 7
Opera 0% - 1
Other Explorers 0% -
Windows XP 97.8% - 4527
Win2000 1.3% - 61
另一个站:
MSIE 6.0 84.2% - 1760
MYIE(Maxthon) 7.4% - 156
TencentTraveler 4.1% - 87
MSIE 7.0 1.8% - 38
firefox 1.4% - 30
MSIE 5.0 0.7% - 15
Opera 0% - 2
Other Explorers 0% -
Windows XP 90.4% - 1890
Win2000 6.8% - 144
由于TT和Maxthon也是用的IE内核,因此没法区分,但至少90%以上的用户使用的是IE6。FF和IE7也就1%的量,IE7的会有明显的增长趋势,目前就已经超过FF了。
而一般设计时,是参照IE6来做的,然后兼容FF,现在又多了IE7。其实,FF才是标准的浏览器,网页设计人员应该参考FF来设计,然后兼容IE。但IE6的占有量太大了,所以。。。
以前看到说FF的使用人数很多之类的报道,看来还是只有比较专业的人员才会去用FF,90%以上的网民还是习惯用自带的IE来浏览网页的。
XP的普及率真是恐怖,虽然偶到现在还是用Win2000。





