转摘自:http://www.linuxeden.com/html/sysadmin/20080424/56879.html现在使用linux的朋友越来越多了,在linux下做开发首先就是需要配置环境变量,下面以配置java环境变量为例介绍三种配置环境变量的方法。1.修改/etc/profile文件如果你的计算机仅仅作为开发使用时推荐使用这种方法,因为所有用户的shell都有权使用这些环境变量,可能会给系统带来安全性问题。(1)用文本编辑器打开/etc/profile(2)在profile文件末尾加入:JAVA_HOME=/usr/share/jdk1.5.0_05PATH=$JAVA_HOM Read More
posted @ 2013-12-17 14:46 奋斗中的毛毛虫 Views(134) Comments(0) Diggs(0) Edit
转摘自:http://blog.csdn.net/fhqsse220/article/details/12995763GraphicsMagick 安装下载软件:download:ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-1.3.18.tar.gz#如果需要支持JPEG则需要执行这一步,建议执行。(JPEG v1 --with-jpeg=yes yes )yum install -y libjpeg-devel libjpeg安装软件:tar xf GraphicsMagick-1.3.18.tar.g Read More
posted @ 2013-12-17 14:44 奋斗中的毛毛虫 Views(1072) Comments(0) Diggs(0) Edit