08 2020 档案
摘要:chooseImage(){ const that = this; wx.chooseImage({ count: 1, sizeType: ['compressed'], sourceType: ['album', 'camera'], success (res) { console.log('选
阅读全文
摘要:1、撤销“public”修改 场景: 你使用git push将本地更改发布到github上,突然意识到这个commit有点问题,不能push上去,你需要撤销这个commit。 命令: git revert < commitId > 做了什么: git revert创建了一个与sha所代表的commi
阅读全文
摘要:一、书籍 1、《Pro Git》(作者Scott Chacon是github的员工,git的布道者,这本书被誉为git学习圣经,中间有好多插图描述的浅显易懂,挺适合详细学习下的。)—— Scott Chacon 2、《pro git(Editon 2)》(上面书的第二版)—— Scott Chaco
阅读全文

浙公网安备 33010602011771号