会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ikuns
博客园
首页
新随笔
联系
订阅
管理
2023年12月15日
使用arthas排查慢接口原因
摘要: 下载软件 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)
2023年12月14日
React Native package.json 控制App的版本号
摘要: 原文: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)
react-native解决ios无法请求http问题
摘要: 添加如下行信息:
阅读全文
posted @ 2023-12-14 16:30 流水飘香
阅读(81)
评论(0)
推荐(0)
react-native 在ios中使用react-native-vector-icons图标
摘要: 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)
2023年12月13日
mac pod install报错
摘要: 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)
Mac cocoapods管理
摘要: 查看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)
Mac brew升级ruby
摘要: 安装 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)
React-native ios运行报错 No bundle URL present
摘要: 新建项目报错如下: 需要手动生成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)
2023年12月12日
mac 每次都要source 才生效
摘要: 自己在 ~/.bash_profile 中配置环境变量, 可是每次重启终端后配置的不生效.需要重新执行 : $source ~/.bash_profile后,才会生效。 自己是在bash中配置的环境变量,而当前系统是使用的是shell 查看当前使用的shell: 终端输入:echo $SHELL 输
阅读全文
posted @ 2023-12-12 17:07 流水飘香
阅读(789)
评论(0)
推荐(0)
Mac 配置Sencha环境(Ext JS6)
摘要: 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)
下一页
公告