摘要:
获取证书 安装证书 sudo /Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home/jre/bin/keytool -import -alias carpooling -keystore "/Library/Java/Jav 阅读全文
摘要:
brew cash 安装 /usr/local/Cellar/ brew 安装 /Library/Java/JavaVirtualMachines/ win10 https://javadl.oracle.com/webapps/download/GetFile/1.8.0_211-b12/478a 阅读全文
摘要:
build setting buildscript { ext.kotlin_version = '1.5.20' repositories { // google() // mavenCentral() maven{ url 'https://maven.aliyun.com/repository 阅读全文
摘要:
设置当前的架构 arch -x86_64 zsh 安装apk adb install app-release.apk 打开应用 adb shell am start -n com.td.flutter_tv/.MainActivity 阅读全文
摘要:
脚本任务 { "job": { "setting": { "speed": { "channel": 1 } }, "content": [ { "reader": { "name": "mysqlreader", "parameter": { "username": "root", "passwo 阅读全文
摘要:
全部文件 /etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc 启动顺序 /etc/profile =>/etc/paths =>~/.bash_profile => ~/.bash_login => ~ 阅读全文
摘要:
安装jdk 必须安装 JDK1.8.0_202 这个版本 如果安装其他版本 执行以下操作 sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -fr /Library/PreferencesPanes/Jav 阅读全文
摘要:
安装jenv brew install jenv // 也可以直接下载 效果一样的 git clone https://github.com/jenv/jenv.git ~/.jenv 设置环境变量 echo 'export PATH="$HOME/.jenv/bin:$PATH"' >> ~/.b 阅读全文
摘要:
全局设置 git config --global user.name "寂寞的钢蛋儿" git config --global user.email "guanchaoguo@qq.com" 创建 git 仓库: mkdir test cd test git init touch README.md 阅读全文