摘要:
HTTPS 双向认证 单项认证 SDWebImage HTTPS 认证 阅读全文
摘要:
pod lib lint 出错 阅读全文
摘要:
1: npm install --save react-native-vector-icons 2: 如果iOS使用Podfile 那么在Podfile中添加: pod 'RNVectorIcons', :path => './ReactComponent/node_modules/react-na 阅读全文
摘要:
1: git cherry-pick 用于把一个分支的某次提交合并到另一个分支 2: git log --oneline -n number 最近几次提交 3: git reset --hard hash值 强制回退 4: git revert -n hash值 撤销某次错误操作,保留以后的操作。 阅读全文