October 29th, 2007  | Categories: 网络_Network  | Tags:

突然发现Pagerank已经是3了,挺意外的。

电脑奇迹般的坚持到现在,没有再出过问题,也挺意外的。

October 27th, 2007  | Categories: 数码_DigitalLife  | Tags:

dscn1527.JPG

留此图,纪念即将退役的我的PR100。

硬盘坏了,能够开机的概率p,服从泊松分布。

October 2nd, 2007  | Categories: 网络_Network  | Tags:

Deepest Sender is a client that will allow you to post to blogs from directly within Firefox. It is primarily a LiveJournal client, although it supports Blogger (GData) and WordPress (metaWeblog) too, with support for more stuff to come. Note that the actual Deepest Sender website will always have the most up to date version.

Deepest Sender is a client that will allow you to post to blogs from directly within Firefox. It is primarily a LiveJournal client, although it supports Blogger (GData) and WordPress (metaWeblog) too, with support for more stuff to come.

Download

October 1st, 2007  | Categories: 生活_Life  | Tags:

First of all, I would like to say happy birthday to my brother.

Study will be the main melody for me.

Say Happppppy holiday to eeeeeevery people~

September 29th, 2007  | Categories: 系统_OS  | Tags: ,

导入一个体积较大的SQL,通常由于PHP限制而导致超时而无法导入。

编辑:
./phpmyadmin/config.inc.php

查找变量:
$cfg['UploadDir']

在网站下建一个FTP能访问到的目录,将位置赋予变量“$cfg['UploadDir']”,然后通过FTP将dump文件传上去,刷新导入页,即可选择。

一点注意:
文件名必须含有“.sql”几个字符。

建议保存为.sql文件,解压缩文件通常占用内存太多。

附注:不适用于Shell的虚拟主机,因为你无法编辑./phpmyadmin/config.inc.php

Top