摘要: mysql授权 "参考: 用户授权" 授权命令|权限|库.表|用户@允许主机|密码 | | | | grant|all|on test. |to 'maotai'@'192.168.2.%' |identified by '123456'; 给权限+库== 用户 MySQL [(none)] gra 阅读全文
posted @ 2018-04-14 22:28 mmaotai 阅读(156) 评论(0) 推荐(0)
摘要: "python的位置参数、默认参数、关键字参数、可变参数区别" 关键字参数 1.从左到有赋值 2.最后一个要为= def show(name, sex): sex_dict = {1: u'先生', 2: u'女士'} print('hello %s %s, welcome to python wo 阅读全文
posted @ 2018-04-14 11:01 mmaotai 阅读(140) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-04-14 10:25 mmaotai 阅读(26) 评论(0) 推荐(0)
摘要: "pycharm配置settings.jar" "pycharm远程环境调用.zip" "xadmin" "xadmin django2" pycharm激活 最新2018.2激活 更新2018年8月8日 15:23:35 https://blog.csdn.net/qq_35428201/arti 阅读全文
posted @ 2018-04-14 09:41 mmaotai 阅读(1179) 评论(0) 推荐(0)