会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
guanchaoguo
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
68
下一页
2024年1月13日
flutter android grandle buid.gradle
摘要: build setting buildscript { ext.kotlin_version = '1.5.20' repositories { // google() // mavenCentral() maven{ url 'https://maven.aliyun.com/repository
阅读全文
posted @ 2024-01-13 19:30 vx_guanchaoguo0
阅读(30)
评论(0)
推荐(0)
2024年1月12日
mac M2 arm 架构模拟器运行 x86 apk
摘要: 设置当前的架构 arch -x86_64 zsh 安装apk adb install app-release.apk 打开应用 adb shell am start -n com.td.flutter_tv/.MainActivity
阅读全文
posted @ 2024-01-12 14:26 vx_guanchaoguo0
阅读(204)
评论(0)
推荐(0)
2024年1月11日
DataX mysql 同步
摘要: 脚本任务 { "job": { "setting": { "speed": { "channel": 1 } }, "content": [ { "reader": { "name": "mysqlreader", "parameter": { "username": "root", "passwo
阅读全文
posted @ 2024-01-11 12:46 vx_guanchaoguo0
阅读(22)
评论(0)
推荐(0)
2024年1月10日
Mac 下多个文件配置 .zshrc .bashrc .bash_profile
摘要: 全部文件 /etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc 启动顺序 /etc/profile =>/etc/paths =>~/.bash_profile => ~/.bash_login => ~
阅读全文
posted @ 2024-01-10 14:24 vx_guanchaoguo0
阅读(88)
评论(0)
推荐(0)
Kettle arm M2 9.4 完美支持
摘要: 安装jdk 必须安装 JDK1.8.0_202 这个版本 如果安装其他版本 执行以下操作 sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -fr /Library/PreferencesPanes/Jav
阅读全文
posted @ 2024-01-10 11:51 vx_guanchaoguo0
阅读(445)
评论(0)
推荐(0)
Mac M2 Java 多版本管理
摘要: 安装jenv brew install jenv // 也可以直接下载 效果一样的 git clone https://github.com/jenv/jenv.git ~/.jenv 设置环境变量 echo 'export PATH="$HOME/.jenv/bin:$PATH"' >> ~/.b
阅读全文
posted @ 2024-01-10 10:45 vx_guanchaoguo0
阅读(107)
评论(0)
推荐(0)
2024年1月9日
git 仓库初始化
摘要: 全局设置 git config --global user.name "寂寞的钢蛋儿" git config --global user.email "guanchaoguo@qq.com" 创建 git 仓库: mkdir test cd test git init touch README.md
阅读全文
posted @ 2024-01-09 14:20 vx_guanchaoguo0
阅读(13)
评论(0)
推荐(0)
2024年1月7日
gradle 加速
摘要: .gradle/init.gradle allprojects { buildscript { repositories { maven { url 'https://maven.aliyun.com/repository/jcenter' } maven { url 'https://maven.
阅读全文
posted @ 2024-01-07 12:03 vx_guanchaoguo0
阅读(16)
评论(0)
推荐(0)
2024年1月3日
M2 安装java11
摘要: install brew ~bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ``` ### install java11 ``` brew install java11 ```
阅读全文
posted @ 2024-01-03 17:14 vx_guanchaoguo0
阅读(114)
评论(0)
推荐(0)
Mac M2 安装 安卓模拟器
摘要: 安装brew ~bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 安装模拟器 brew install android-platform-tools 下载镜像 android-e
阅读全文
posted @ 2024-01-03 15:52 vx_guanchaoguo0
阅读(671)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
68
下一页
公告