上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 68 下一页
摘要: 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)
摘要: 设置当前的架构 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)
摘要: 脚本任务 { "job": { "setting": { "speed": { "channel": 1 } }, "content": [ { "reader": { "name": "mysqlreader", "parameter": { "username": "root", "passwo 阅读全文
posted @ 2024-01-11 12:46 vx_guanchaoguo0 阅读(22) 评论(0) 推荐(0)
摘要: 全部文件 /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)
摘要: 安装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)
摘要: 安装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)
摘要: 全局设置 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)
摘要: .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)
摘要: 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)
摘要: 安装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 下一页