摘要: 查看磁盘信息 fdisk -l 新增分区: fdisk /dev/hdc : n 新加分区 : 4 设置为4号 : +1024M 给这个磁盘分配1G的容量 :wq 保存离开 :partprobe 强制让内核重新找一次分区表 新增分区: fdisk /dev/hdc : n 新加分区 : 4 设置为4 阅读全文
posted @ 2016-05-20 17:16 小秒 阅读(898) 评论(0) 推荐(0) 编辑
摘要: ./configure --prefix=/usr/local/mysql5.1/ --with-mysqld-user=mysql --sysconfdir=/usr/local/mysql5.1/ --localstatedir=/usr/local/mysql5.1/data --with-t 阅读全文
posted @ 2016-05-20 15:33 小秒 阅读(204) 评论(0) 推荐(0) 编辑
摘要: tar xf apache-tomcat-5.5.35.tar -C /usr/local/ 需要安装JDK支持,可借鉴:http://www.cnblogs.com/zhoulf/archive/2013/02/04/2891608.html 安装tomcat7可借鉴:http://www.cnb 阅读全文
posted @ 2016-05-20 13:21 小秒 阅读(339) 评论(0) 推荐(0) 编辑
摘要: python 一个购物车的例子 附带:一些常用的字符处理方法 阅读全文
posted @ 2016-05-20 11:49 小秒 阅读(272) 评论(0) 推荐(0) 编辑