上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 65 下一页
摘要: 获取证书 安装证书 sudo /Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home/jre/bin/keytool -import -alias carpooling -keystore "/Library/Java/Jav 阅读全文
posted @ 2024-01-16 17:24 vx_guanchaoguo0 阅读(162) 评论(0) 推荐(0) 编辑
摘要: brew cash 安装 /usr/local/Cellar/ brew 安装 /Library/Java/JavaVirtualMachines/ win10 https://javadl.oracle.com/webapps/download/GetFile/1.8.0_211-b12/478a 阅读全文
posted @ 2024-01-13 22:10 vx_guanchaoguo0 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(4) 评论(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 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 脚本任务 { "job": { "setting": { "speed": { "channel": 1 } }, "content": [ { "reader": { "name": "mysqlreader", "parameter": { "username": "root", "passwo 阅读全文
posted @ 2024-01-11 12:46 vx_guanchaoguo0 阅读(17) 评论(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 阅读(62) 评论(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 阅读(222) 评论(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 阅读(76) 评论(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 阅读(7) 评论(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 阅读(11) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 65 下一页