随笔分类 -  JAVA

所有关于java的技术
获取web项目根目录下的文件,读取web项目根目录下的某个文件
摘要:方法一: String path = this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath();path = path.substring(0,path.indexOf("/WEB-INF"));Str 阅读全文
posted @ 2017-11-06 14:21 Godfrey富高贵 阅读(4777) 评论(0) 推荐(1)
JAVA调用linux命令
摘要:java调用shell http://www.cnblogs.com/Seamanm/archive/2010/10/04/1842059.html java程序中调用linux命令 http://wangbaoaiboy.blog.163.com/blog/static/5211191020111 阅读全文
posted @ 2016-12-18 18:15 Godfrey富高贵 阅读(250) 评论(0) 推荐(0)
MAC 安装j2ee.sh的办法
摘要:It says it needs the DISPLAY variable set - what do I need to set it to? Instead of saying: say: Alternatively, you could get the tarball installer in 阅读全文
posted @ 2016-07-15 09:33 Godfrey富高贵 阅读(316) 评论(0) 推荐(0)