12 2021 档案

摘要:mysql数据库新增加用户与用户授权 添加用户 //只允许指定ip连接 create user '新用户名'@'localhost' identified by '密码'; //允许所有ip连接(用通配符%表示) create user '新用户名'@'%' identified by '密码'; 阅读全文
posted @ 2021-12-16 18:35 江碧波 阅读(191) 评论(0) 推荐(0)
摘要:#多行输出 from IPython.core.interactiveshell import InteractiveShell InteractiveShell.ast_node_interactivity = "all" plt.rcParams['font.sans-serif'] = ['A 阅读全文
posted @ 2021-12-10 22:09 江碧波 阅读(419) 评论(0) 推荐(0)
摘要:博客园我来了 阅读全文
posted @ 2021-12-01 20:40 江碧波 阅读(122) 评论(0) 推荐(0)