摘要: 1、下载python # wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz 2、解压、编译安装 # tar -zxvf Python-2.7.9.tgz # cd Python-2.7.9 # ./configure --pr 阅读全文
posted @ 2019-10-18 20:49 小大大小 阅读(4488) 评论(0) 推荐(0) 编辑
摘要: 安装rpm包时提示错误:依赖检测失败 解决方法: 命令末尾加上--nodeps --force 阅读全文
posted @ 2019-10-18 20:40 小大大小 阅读(21028) 评论(2) 推荐(4) 编辑
摘要: python获取系统时间: 阅读全文
posted @ 2019-10-18 20:33 小大大小 阅读(848) 评论(0) 推荐(0) 编辑
摘要: 通过python代码连接MySQL以及插入和显示数据: 数据库huahui创建一个shibie的表,里面有两个varcahr(100)的字段,num和result。 阅读全文
posted @ 2019-10-18 20:31 小大大小 阅读(647) 评论(0) 推荐(0) 编辑