Monthly Archives: August 2007

最近网站被扫描了

最近网站被扫描了,不过都是些没技术用工具乱扫的。扫的全是些没用的,比如qq.txt、www.rar、wolserver.rar,还扫.asp,我都不知道说什么了……你先看清楚这是什么平台再扫吧……底下是几个IP,是肉鸡的给计算机杀毒,不是肉鸡的给自己的脑子杀毒。 125.91.119.182 222.138.184.98 208.113.181.152 222.212.224.221 218.9.115.133 59.40.59.109 219.147.237.252 另外封了一个 User-Agent ,是 InetURL:/1.0 (就是上面几个IP用的 User-Agent ),没人会用这个 User-Agent 上网吧。据说是个中国人写的扫描工具(因为还会扫描 qq.txt mima.txt这样的文件)用的 User-Agent ,不过太没技术了,就会乱扫。(要是我,起码伪装一下 User-Agent ) 自己建网站真累啊,还得对付这些无聊的人。 Tags:blogging,site

Posted in blogging | Tagged , | 3 Comments

《仙剑奇侠传四》通关了

现在说这个貌似有点晚了,我是14号通关的,今天貌似已经…… 不说这个了,说一说游戏本身吧。 (本 post 为摘要输出) Tags:game,pal,wordpress

Posted in game, life | Tagged , , | 5 Comments

有迹象表明, PageRank 即将更新

Google Webmaster Tools里面截的一张图: 之前这里都是 not available ,今天有了 PR 最高的网页,看来 PR 即将更新了。终于可以告别没有 PR 的日子了。 Tags:Google,PageRank,webmaster tools

Posted in blogging, Information Technology | Tagged , , | 1 Comment

clock() in C++

今天把在日照写的代码拿出来看了看,编译运行了一下,发生了一个意想不到的事:用来测时间的 clock() 函数返回了一个非常大的数……正常应该返回毫秒数啊。无奈,上网看了一下。看了一下 clock() 函数的介绍。 Returns the number of clock ticks elapsed since the program was launched. The macro constant expression CLOCKS_PER_SEC specifies the relation between a clock tick and a second (clock ticks per second). The initial moment of … Continue reading

Posted in Information Technology | Tagged , , | Leave a comment