摘要:1.虚拟机数据库设置--重启数据库 (1)vi /etc/my.cnf bind = 0.0.0.0 (2).远程不能用root用户连,得新建用户 select host,user from mysql.user; 查看所有用户 create user devops@'%' identified b
阅读全文
随笔分类 - 运维平台项目
摘要:1.虚拟机数据库设置--重启数据库 (1)vi /etc/my.cnf bind = 0.0.0.0 (2).远程不能用root用户连,得新建用户 select host,user from mysql.user; 查看所有用户 create user devops@'%' identified b
阅读全文
摘要:http://json.cn/ https://cn.bing.com/ https://processon.com/ https://docs.djangoproject.com/en/1.11/ref/request-response/#httprequest-objects https://d
阅读全文
摘要:搭建跨平台的统一python开发环境: 使用开发环境的好处: 可不用在服务器上直接修改源代码 写的代码首先得入版本库(放git或giitlab中),在本地写代码提交到git中.然后在服务器上git pull把代码拉上来运行。 项目大层级目录多用vim写不利于管理项目--用ide管理可组织代码结构,甚
阅读全文
|