摘要:
打开 idea 或者 android-studio 安装目录/bin/idea.properties 讲下面的 配置改成false就行了 # # Enables HiDPI support in JBRE # sun.java2d.uiScale.enabled=false 阅读全文
摘要:
1 sudo apt install mysql-server 2 sudo mysql_secure_installation 3 sudo mysql 4 CREATE USER 'admin'@'localhost' IDENTIFIED BY 'admin'; GRANT ALL PRIVI 阅读全文
摘要:
配置环境变量 export GOPATH=/home/ben/Data/go export PATH=$PATH:/home/ben/Programs/go/bin 配置镜像 https://goproxy.cn/ $ export GO111MODULE=on $ export GOPROXY=h 阅读全文
摘要:
1、安装mysql server sudo apt-get install mysql-server 2、查看默认生成的密码 sudo cat debian.cnf debian.cnf # Automatically generated for Debian scripts. DO NOT TOU 阅读全文
摘要:
npm config ls npm config set prefix "D:\Data\Node\npm" npm config set cache "D:\Data\Node\cache" 设置淘宝镜像 npm install -g cnpm --registry=https://registr 阅读全文
摘要:
lsb 新建文件 更改权限 输入 重启 手机上USB改为传输文件模式 阅读全文