码迷,mamicode.com
首页 > 其他好文 > 详细

这难道不是套路?哈哈

时间:2016-09-26 17:46:43      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:

    private static final String STORE_DIR = "session";
    String rootPath=this.getClass().getClassLoader().getResource("").getPath().toString(); 
    private  String tmpdir=rootPath.substring(1, rootPath.length())+"tmp";
    private  String filePath = tmpdir+"/"+STORE_DIR;

  

这难道不是套路?哈哈

标签:

原文地址:http://www.cnblogs.com/Baronboy/p/5909981.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!