Archive for 二月, 2007

卡巴斯基 更新服务器

服务器:http://cn1h.kaspersky-labs.com 国家:China
服务器:http://cn2h.kaspersky-labs.com 国家:China
服务器:http://cn3h.kaspersky-labs.com 国家:China
服务器:http://cn4h.kaspersky-labs.com 国家:China
服务器:http://cn5h.kaspersky-labs.com 国家:China
服务器:http://cn6h.kaspersky-labs.com 国家:China
服务器:ftp://cn1f.kaspersky-labs.com 国家:China
服务器:ftp://cn2f.kaspersky-labs.com 国家:China
服务器:ftp://cn3f.kaspersky-labs.com 国家:China
服务器:ftp://cn4f.kaspersky-labs.com 国家:China
服务器:ftp://cn5f.kaspersky-labs.com 国家:China
服务器:ftp://cn6f.kaspersky-labs.com 国家:China

评论

wordpress mu 版本

现在官方SVN的版本是wordpress-mu-1.1.1。还没有象网上传的有2.0了。

需要最新版本的朋友,请用svn co http://svn.automattic.com/wordpress-mu/trunk更新到最新版本。svn在Linux或Windows都有相应的程序。

评论 (2)

清除master logs

把多余的日志删除了。只保留当前一个日志文件。 

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 99 to server version: 5.0.24-community-nt-log
 

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
 

mysql> show master logs;
+------------------+------------+
| Log_name         | File_size  |
+------------------+------------+
| mysql-bin.000026 | 1073742051 |
| mysql-bin.000027 |  675531614 |
+------------------+------------+
2 rows in set (0.03 sec)
 

mysql> purge master logs to 'mysql-bin.000027';
Query OK, 0 rows affected (0.31 sec)       <------------- 这里 ---------
mysql> show master logs;
+------------------+-----------+
| Log_name         | File_size |
+------------------+-----------+
| mysql-bin.000027 | 675627704 |
+------------------+-----------+
1 row in set (0.00 sec)
 

mysql>

 

评论

回家过年

今天,终于坐车回到家了。

 已经没有火车票卖了,我想坐火车回来也不行。在省站那里坐了汽车回来。坐汽车的人一样是很多。在省站的时候,我用手机拍了几张照片。效果不是怎样好,就没有放上来了。过年后,可能买台单反来学一下拍摄。呵呵。。

过两天就情人节了,还没有想到情人节跟GF去哪里玩。比较郁闷!太久没有回来这座城市了,都不知道去哪里玩比较好了。

评论

十大流行金曲风云榜

十大流行金曲风云榜
排名 关键词 趋势 今日搜索
1 皇后与梦想 197899
2 不哭 143817
3 等一分钟 140975
4 香水有毒 128421
5 我的乌鸦男友 102755
6 菊花台 99371
7 谁动了我的琴弦 97480
8 如果爱下去 87446
9 死了都要爱 86122
10 死心塌地 84117
更多>>

在百度那里看了一下,这些应该是现在比较流行的歌。我比较喜欢听香水有毒

评论

avg 破解方法

评论 (6)

2006国外杀毒软件10强

金 奖:BitDefender 想要第一的? BitDefender 9 Professional Plus v9.0 汉化版 点击下载
银 奖:Kaspersky
铜 奖:F-Secure Anti-Virus
第 四 名:PC-cillin
第 五 名:ESET Nod32
第 六 名:McAfee VirusScan
第 七 名:Norton AntiVirus
第 八 名:AVG Anti-Virus
第 九 名:eTrust EZ Antivirus
第 十 名:Norman Virus Control
第十一名:AntiVirusKit
第十二名:AVAST!
第十三名:Panda Titanium
第十四名:F-Prot
Read the rest of this entry »

评论

全球“造币工厂”,中国年出口网络虚拟钱币10亿元

网络游戏的世界很奇妙,它可以满足人们在现实中没法做到的或很难拥有的一切,如今的网络游戏,你要想在里面扬眉吐气,最重要的是,你得花钱!在网游世界里,流传这样一句话:金币不是万能的,但没有金币是万万不能的。
Read the rest of this entry »

评论

你所不知道的Google反作弊团队的故事

在谷歌中国工程研究院从有了第一个工程师,就开始了反作弊的工作。原来,坐标的比例尺在靠近横轴的右下角,半年来,经过中国团队发作弊团队的共同努力,中文作弊结果比例下降很快,曲线与坐标横轴太接近以至被比例尺挡住,为此,这个通用多年的图标不得不将比例尺从图标右下角搬家至左下角才解决了问题。

Read the rest of this entry »

评论 (1)

wordpress mu安装

wordpress mu的安装跟wordpress安装可以说是一样的。

没有什么特别的地方。想实现user.domain.tld的话,一定需要DNS那边有一个泛域名解释,也就是*.domain.tld。

Read the rest of this entry »

评论 (2)