乌秋博客
梦想在左,生活在右。   

大学同学小郑的婚纱照
点击看大图
点击看大图

阅读全文..
posted at 08/06/20 18:16 | 我的相册 - 朋友相册 | 浏览(28) | 引用 | 评论

上海校友会迎校庆振灾扶贫特别聚会活动
点击看大图
点击看大图

点击看大图
点击看大图

上海校友会是越办越好了,广州还是零零散散的。
posted at 08/06/18 12:45 | 我的相册 - 朋友相册 | 浏览(9) | 引用 | 评论

广州校友足球队的首张合照
点击看大图

不是很齐人,争取下套队服整齐人。
posted at 08/06/18 11:32 | 我的相册 - 朋友相册 | 浏览(16) | 引用 | 评论

与毕业五年不见的同学小郑相聚广州
点击看大图
点击看大图

毕业五年首次与大连同学小郑相见,大醉了一场,很开心!
posted at 08/06/18 11:07 | 我的相册 - 朋友相册 | 浏览(22) | 引用 | 评论(1)

CentOS 5.0 LAMP 安装手记
Apache-1.3.41(Apache-2.2.8) + MySQL-5.0.56 + PHP-5.2.5 + eaccelerator-0.9.5.2

如果安装过程中出现configure error,请参考:
PHP5常见的configure error的解决方法

一、安装 MySQL
# tar xzvf mysql-5.0.56.tar.gz
# cd mysql-5.0.56
# ./configure \
--prefix=/usr/local/mysql \
--localstatedir=/var/lib/mysql \
--with-comment=Source \
--with-server-suffix=-enterprise-gpl \
--with-mysqld-user=mysql \
--without-debug \
--with-big-tables \
--with-charset=utf8 \
--with-collation=utf8_general_ci \
--with-extra-charsets=all \
--with-pthread \
--enable-static \
--enable-thread-safe-client \
--with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static \
--enable-assembler \
--without-innodb \
--without-ndb-debug \
--without-isam \
--enable-local-infile \
--with-readline \
--with-raid

阅读全文..
posted at 08/06/16 17:43 | 开发手记 - 工作日志 | 浏览(75) | 引用 | 评论



      << prev    1  2  3  4  5  6  7  8  9  ...  67    next >>