摘要: 应用自:https://www.cnblogs.com/JahanGu/p/7452527.html 1.查看是否已经安装Python CentOS 7.2 默认安装了python2.7.5 因为一些命令要用它比如yum 它使用的是python2.7.5。 使用 python -V 命令查看一下是否 阅读全文
posted @ 2019-06-23 16:35 braveheart007 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 先预装一个上传下载用的工具: yum install -y lrzsz rz上传;sz下载; 安装apache: yum install httpd -y 将Apache服务添加到 开机自启中: 阅读全文
posted @ 2019-06-23 14:00 braveheart007 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 安装: pip install SQLAlchemy 测试: >>>import sqlalchemy >>>sqlalchemy.__version__ 1.1.9 mysqlalchemy中的数据类型: Integer Float Boolean ForeignKey Date/DataTime 阅读全文
posted @ 2019-06-23 09:13 braveheart007 阅读(138) 评论(0) 推荐(0) 编辑