./configure && make && make install详解 2010-08-03 23:30:05 标签:休闲 ./configure && make && make install详解 职场 原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 .作者信息和本声明.否则将追究法律责任.http://wangqiyong.blog.51cto.com/500227/367049 在Linux中利用源码包安装
查看文件: vim ~/.bash_profile 在bash_profile文件下以编辑模式插入以下代码:其中,/xxx/myname即为要设置的默认路径 SYSTEM=`uname -s` case $SYSTEM in Linux) alias ls="ls --color" esac cd /xxx/myname 退出编辑模式:按esc,在编辑模式插入如下代码 :wq 退出后,写入如下代码: source ~/.bash_profile 完美~
1.截取linux文件存储路径方法 package com.tydic.eshop.action.freemarker; public class dddd { public static void main(String[] args) { String strParentUrl = "/home/tomcat7/ecp/t8086/webapps/ecp/FreeMarker/1463766670142/error/html/index.html"; String[] s = st