上一页 1 ··· 10 11 12 13 14
摘要: ./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 小秒 阅读(203) 评论(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 小秒 阅读(338) 评论(0) 推荐(0) 编辑
摘要: python 一个购物车的例子 附带:一些常用的字符处理方法 阅读全文
posted @ 2016-05-20 11:49 小秒 阅读(272) 评论(0) 推荐(0) 编辑
摘要: int 数字类型 1 class int(object): 2 """ 3 int(x=0) -> int or long 4 int(x, base=10) -> int or long 5 6 Convert a number or string to an integer, or return 阅读全文
posted @ 2016-05-16 09:54 小秒 阅读(389) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14