网站防注入怎么办,陕西网站建设托管,公司如何做网站不发钱,外链建设的方式有哪些环境
ios更换gem镜像源#xff1a;
查看当前源:
gem sources -l 移除默认源:
gem sources --remove https://rubygems.org/。添加新的源: 添加 Ruby China 的镜像源#xff1a;
gem source -a https://gems.ruby-china.com/或者添加其他镜像源。 清华大学的gem源:
htt…环境
ios更换gem镜像源
查看当前源:
gem sources -l 移除默认源:
gem sources --remove https://rubygems.org/。添加新的源: 添加 Ruby China 的镜像源
gem source -a https://gems.ruby-china.com/或者添加其他镜像源。 清华大学的gem源:
https://mirrors.tuna.tsinghua.edu.cn/rubygem安装 CocoaPods:
使用新的源安装或更新 CocoaPods
sudo gem install cocoapods验证 CocoaPods 版本:
使用 pod --version 命令来验证 CocoaPods 是否正确安装。
安装 Pod: 运行 pod install 命令来安装 Pod此时 CocoaPods 将从镜像源中下载 Pod。
卸载CocoaPods
查看已安装的 gems:
使用 gem list 命令查看当前系统中安装的所有 gems。 查看 CocoaPods 及其相关 gems 是否已安装。
调试
安卓、ios终端打开调试
adb logcat *:S ReactNative:V ReactNativeJS:V官网https://reactnative.cn/docs/next/other-debugging-methods
打开devtools调试工具
react-devtools打开谷歌inspect debugger 某个版本被废弃
inspect
chrome://inspect/#devices设置端口
debugger
http://localhost:8081