04 2016 档案
PATH
摘要:问题的起源是titanium不能用了,因为CLI的问题,大家的建议是安装nodejs,装完了之后呢还是不能用,查看.bash_profile发现/usr/local/bin在path里面,可还是没法用,然后用终端连ls这样的命令都用不了了, 百度出来这个答案: 突然之间linux很多命令都用不了,均 阅读全文
posted @ 2016-04-15 20:33 im5437 阅读(207) 评论(0) 推荐(0)
转 path设置方式
摘要:mac 一般使用bash作为默认shell Mac系统的环境变量,加载顺序为:/etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc当然/etc/profile和/etc/paths是系统级别的,系统启动就 阅读全文
posted @ 2016-04-15 20:05 im5437 阅读(152) 评论(0) 推荐(0)
MyEclipse乱码问题
摘要:MyEclipse中文乱码 1 进入window->preferences general->content types,可以设置Text对应的default encoding值为UTF-8或为空,然后点击update即可。也可能点击Text进入java source file属性,设置defaul 阅读全文
posted @ 2016-04-15 00:26 im5437 阅读(210) 评论(0) 推荐(0)
maven 在mac下的配置
摘要:1、下载Maven: http://maven.apache.org/download.cgi 2、把下载到的压缩包解压到相应目录,本机的目录结构是/Users/jiangzhiqiang/local/apache-maven-3.2.53,然后配置一下环境变量。看看~/下是否有.bash_prof 阅读全文
posted @ 2016-04-14 21:36 im5437 阅读(198) 评论(0) 推荐(0)