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