随笔分类 -  MacOS

摘要:1、安装Homebrew,目的是执行 brew 命令,解决 brew: command not found问题 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2、rz 阅读全文
posted @ 2018-02-05 18:38 hoge
摘要:有时我们打开.properties文件时,中文显示为utf8编码格式,可以在file->setting->editor->file encodings下 把transparent native-to-ascll conversion勾选上就行了。 阅读全文
posted @ 2018-02-05 10:50 hoge
摘要:设置工具扩展: 阅读全文
posted @ 2018-02-02 18:00 hoge
摘要:Shift+Command+G 三个组合按键,并输入 Hosts 文件的所在路径:/etc/hosts /private/etc/hosts 阅读全文
posted @ 2018-02-01 16:13 hoge 阅读(186) 评论(0) 推荐(0)
摘要:JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/HomeCLASSPAHT=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jarPATH=$JAVA_HOME/bi 阅读全文
posted @ 2018-01-31 13:20 hoge
摘要:1、睡眠:Ctrl键,然后再按住 Shift+开关机键; 2、mac 刷新网页快捷键:cmd+r; 3、移动到行前、行尾:cmd+left,cmd+right; 4、显示桌面:cmd+f3; 5、复制路径可以用 Option+Command+C 6、Ctrl+command+enter,验证过,正在 阅读全文
posted @ 2018-01-31 12:39 hoge