摘要: 拉支分支代码git clone https://git.coding.net/annie666/api_test_unittest.git 添加文件git add README.md 提交备注git commit -m "first commit" 提交代码到master分支git push -u 阅读全文
posted @ 2018-07-23 12:12 小猫爱鱼 阅读(189) 评论(0) 推荐(0) 编辑
摘要: DDL/ ************************************************************************************** DDL create //创建对象alter //修改对象drop //删除对象rename //重命名对象 #数据 阅读全文
posted @ 2018-07-23 01:23 小猫爱鱼 阅读(159) 评论(0) 推荐(0) 编辑
摘要: mysql用户操作mysql 默认一个root用户,用户信息保存在mysql数据库中中的user表中 创建用户: 新用户创建后没有权限 create user username identified by 'password'; 密码有加密 insert into mysql.user(host,u 阅读全文
posted @ 2018-07-23 01:12 小猫爱鱼 阅读(157) 评论(0) 推荐(0) 编辑