摘要:
git 分支管理 解决冲突 1. 创建git分支:git checkout b feature1 2. 修改readme.txt最后一行,改为: Creating a new branch is quick AND simple. 3. 在feature1分支上提交: git add readme. 阅读全文
摘要:
mysql数据库笔记0 一次性添加多行数据 例如: INSERT INTO students (class_id, name, gender, score) VALUES (1, '大宝', 'M', 87), (2, '二宝', 'M', 81); SELECT FROM students; 注意 阅读全文
![](/skins/gray/images/separator.gif)