06 2017 档案
摘要:git 撤销后强推 git reset —hard commit_id 撤销提交 git push -f http://10.8.75.86/mobile/DashengChefuMerchant.git develop:develop 别人拉过代码的情况下强推,不过很危险,注意使用
阅读全文
摘要:开启安卓模拟器 adb devices会列出当前可以使用的设备,如果列表为空,则后续的无法运行。第二步,开启一个命令行控制台,进入项目目录,react-native start
阅读全文
摘要:git reset —hard commit_id 撤销提交 git push -f http://10.8.75.86/mobile/DashengChefuMerchant.git develop:develop 别人拉过代码的情况下强推,不过很危险,注意使用
阅读全文
摘要:修改工程里 DashengChefuMerchant/node_modules/react-native/Libraries/Utilities/UIManager.js 的代码为
阅读全文