摘要: 下载软件 Arthas项目首页:https://alibaba.github.io/arthas/index.html 本地运行arthas; java -jar arthas-boot.jar 选择进程后,可以进入artha控制台; 在idea中下载arthas插件 找到要测试的方法,然后右键,如 阅读全文
posted @ 2023-12-15 19:28 流水飘香 阅读(128) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/gu1920948999/article/details/117984844 package.json "version": "1.0.0", android配置 android/app/build.gradle import groovy.json 阅读全文
posted @ 2023-12-14 17:33 流水飘香 阅读(185) 评论(0) 推荐(0)
摘要: 添加如下行信息: 阅读全文
posted @ 2023-12-14 16:30 流水飘香 阅读(81) 评论(0) 推荐(0)
摘要: github 地址:https://github.com/oblador/react-native-vector-icons 1.引入 npm install --save react-native-vector-icons ios项目引入 进入node_modules/react-native-v 阅读全文
posted @ 2023-12-14 16:06 流水飘香 阅读(204) 评论(0) 推荐(0)
摘要: pod install 报错如下: [!] Error installing Flipper [!] /usr/bin/git clone https://github.com/facebook/flipper.git /var/folders/8k/242yndx53nngykr6gcmp2gmh 阅读全文
posted @ 2023-12-13 16:38 流水飘香 阅读(566) 评论(0) 推荐(0)
摘要: 查看pod版本 pod --version 移除指定版本 sudo gem uninstall cocoapods -v 1.9.1 如果报权限错误,可使用 sudo gem uninstall -n /usr/local/bin cocoapods -v 1.12.0 安装指定版本 sudo ge 阅读全文
posted @ 2023-12-13 16:19 流水飘香 阅读(33) 评论(0) 推荐(0)
摘要: 安装 brew install brew 安装结果如下 If you need to have ruby first in your PATH, run: echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zshrc For co 阅读全文
posted @ 2023-12-13 14:51 流水飘香 阅读(1405) 评论(0) 推荐(0)
摘要: 新建项目报错如下: 需要手动生成ios下的main.jsbundle文件 解决方法: 1、生成main.jsbundle文件,在终端项目目录下执行: react-nativebundle--entry-file index.js--bundle-output./ios/main.jsbundle-- 阅读全文
posted @ 2023-12-13 14:33 流水飘香 阅读(469) 评论(0) 推荐(0)
摘要: 自己在 ~/.bash_profile 中配置环境变量, 可是每次重启终端后配置的不生效.需要重新执行 : $source ~/.bash_profile后,才会生效。 自己是在bash中配置的环境变量,而当前系统是使用的是shell 查看当前使用的shell: 终端输入:echo $SHELL 输 阅读全文
posted @ 2023-12-12 17:07 流水飘香 阅读(789) 评论(0) 推荐(0)
摘要: 1. 下载安装包 地址:Sencha Cmd Download - Sencha Cmd Latest Version 下载所需的版本 2. 解压,安装 3. 配置环境变量 vim ~/.bash_profile 添加一行环境变量(根据你自己的安装目录修改变量): export PATH=${PAT 阅读全文
posted @ 2023-12-12 16:00 流水飘香 阅读(151) 评论(0) 推荐(0)