摘要: 1、查看当前python的版本 2、下载Python-2.7.11 3、解压并进入目录 4、编译安装 5、查看安装后版本 6、建立软连接,使系统默认的 python指向 python2.7 7、解决系统 Python 软链接指向 Python2.7 版本后,因为yum是不兼容 Python 2.7的 阅读全文
posted @ 2018-04-09 17:56 朝阳的向日葵 阅读(253) 评论(0) 推荐(0)
摘要: #按用户名摸糊查询trans_details.query.join(Uses).filter(Users.username.like('%xx%'))#select xxx from trans_details inner join trans_details on users.id=trans_d 阅读全文
posted @ 2018-04-09 10:17 朝阳的向日葵 阅读(9099) 评论(0) 推荐(0)