12 2021 档案
摘要:mysql数据库新增加用户与用户授权 添加用户 //只允许指定ip连接 create user '新用户名'@'localhost' identified by '密码'; //允许所有ip连接(用通配符%表示) create user '新用户名'@'%' identified by '密码';
阅读全文
摘要:#多行输出 from IPython.core.interactiveshell import InteractiveShell InteractiveShell.ast_node_interactivity = "all" plt.rcParams['font.sans-serif'] = ['A
阅读全文

浙公网安备 33010602011771号