摘要: Mac下安装maven步骤如下: 下载maven, http://maven.apache.org/download.cgi 下载 我们选择binary zip archive 的类型 。 解压maven 解压下载好的maven’,将目录丢到终端命令去获取文件路径。设置path: vi ~/.bas 阅读全文
posted @ 2017-09-16 21:15 IT当时语_青山师 阅读(16) 评论(0) 推荐(0)
摘要: mac获取文件路径的方法:直接将文件拖入到终端命令行,即刻显示目标文件的资源路径。 Mac中如何使用右键功能: 按住control键+目标项左上角苹果图标-》系统偏好设置-》触摸板,我们可以看到两个手指同时按功能就和右键功能。 Mac中的option键就可以看作是windows中的alt键。 Mac 阅读全文
posted @ 2017-09-16 18:59 IT当时语_青山师 阅读(8) 评论(0) 推荐(0)
摘要: 在mac添加环境变量时,会发现使用sudo vim etc/profile 对该文件进行编辑完毕,保存时提示: etc/profile” E12 Can’t open file for writing 是因为当前用户无写的权限,我们可以查看该文件的权限,必要时可以使用chmod修改权限。 ls -l 阅读全文
posted @ 2017-09-16 18:29 IT当时语_青山师 阅读(60) 评论(0) 推荐(0)