- 博客(2)
- 收藏
- 关注
原创 MySQL常用命令
-- 创建数据库用户test mysql> create user test identified by 'password'; -- 删除数据库用户test mysql> drop user 'test'@'%' -- 将数据库test赋予用户qhmydbuser经由192.168.*.*的ip远程访问 mysql> grant all privileges on te
2017-11-28 20:07:36
147
原创 常用git命令
基本操作 working area --> stage area --> repo area 1 正常提交分两步: git add : 将working area的修改提交stage area git commit : 将stage area的修改提交到repo area 2 一步搞定: git commit -am :将working area的修改提交到repo a...
2017-11-14 18:38:37
206
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人