11 2011 档案

摘要:用Ubuntu 的Live CD试用Ubuntu启动后,打开终端,进入管理员模式并查看当前分区情况$sudo -i#fdisk -l我的分区情况为/ 分区为 /dev/sda9 没有/boot 的单独分区#mount /dev/sda9 /mnt#grub-install --root-directory=/mnt/ /dev/sda 阅读全文
posted @ 2011-11-18 08:58 coder---- 阅读(230) 评论(0) 推荐(0)
摘要:1.关于PHP的VC9和VC6以及ThreadSafe和NonThreadSafe版PHP 5.3 ForWindows,一共有四个版本,VC9×86NonThreadSafe、VC9×86ThreadSafe、VC6×86NonThreadSafe、VC6×86ThreadSafe,从PHP官网下载页面的英文choose我们可以知道如下信息:一、PHP5.3的VC9版和VC6版VC6就是LegacyVisualStudio6compiler,就是使用Visual Studio 6编译的。VC9就是TheVisualStudio2008compiler, 阅读全文
posted @ 2011-11-17 12:50 coder---- 阅读(190) 评论(0) 推荐(0)
摘要:Centos下搭建LAMPhttp://os.51cto.com/art/201103/248220.htm构建 MySQL 数据库服务器http://www.centospub.com/make/mysql.html用 phpMyAdmin 让 MySQL 数据库管理温和化http://www.centospub.com/make/phpmyadmin.html 阅读全文
posted @ 2011-11-10 20:09 coder---- 阅读(163) 评论(0) 推荐(0)