摘要: # 基本操作net start mysql # 启动服务 net stop mysql # 停止服务 mysql -uroot -p密码 -P3306 -h-127.0.0.1 # root用户登录SHOW GRANTS FOR user_name; # 显示一个用户的权限,显示结果类似于gran... 阅读全文
posted @ 2018-07-25 17:10 todaynowind 阅读(211) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- import pandas as pdimport numpy as npimport matplotlib.pyplot as plt # Seriess1=pd.Series([12, -1, 7, 9], index=["a", "b", "c" 阅读全文
posted @ 2018-07-25 08:55 todaynowind 阅读(224) 评论(0) 推荐(0) 编辑