10 2021 档案

摘要:git clone -b ants git@github.com:Ants-double/CareerJava.git git clone -b 远程分支名 仓库地址 //查看远程分支 git branch -r git branch -a //创建本地分支并关联 git checkout -b 本 阅读全文
posted @ 2021-10-14 11:40 经验源于积累 阅读(43) 评论(0) 推荐(0)
摘要:create user 'news'@'localhost' identified by '123456'; flush privileges; 刷新权限 alter user 'yinlh'@'%' identified with mysql_native_password by '!Qq1234 阅读全文
posted @ 2021-10-12 11:15 经验源于积累 阅读(84) 评论(0) 推荐(0)