摘要: 安装 1. 下载 wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 2. 解压 tar -xvf phantomjs-1.9.7-linux-x86_64.tar.bz2 阅读全文
posted @ 2017-11-12 15:53 亲爱的阿道君 阅读(1411) 评论(0) 推荐(0)
摘要: centeros基本命令都command not found,那就是/etc/profile修改出问题了 解决办法:使用绝对命令vi打开profile /bin/vi /etc/profile 添加: export PATH=/usr/local/sbin:/usr/local/bin:/sbin: 阅读全文
posted @ 2017-11-12 12:44 亲爱的阿道君 阅读(507) 评论(0) 推荐(0)