飞鱼蓝空

导航

2016年9月22日 #

文件上传下载/文件格式转换

摘要: 路径:request.getSession().getServletContext().getRealPath(path) 常用类:File,String 常用方法: String name=fileStr.substring(0, fileStr.indexOf("."));//获取文件名 Pro 阅读全文

posted @ 2016-09-22 16:05 飞鱼蓝空 阅读(276) 评论(0) 推荐(0) 编辑

2016年8月4日 #

集合遍历

摘要: 1.ArrayList遍历删除 Iterator<App> iter = arrayList.iterator(); while(iter.hasNext()){ App app = iter.next(); if(app.getScan() 2){ iter.remove(); } } 2.Has 阅读全文

posted @ 2016-08-04 17:42 飞鱼蓝空 阅读(91) 评论(0) 推荐(0) 编辑

2016年6月17日 #

log4j日志-liu

摘要: log4j日志级别: http://michales003.iteye.com/blog/1160605 log4j日志配置详解: http://www.cnblogs.com/ITtangtang/p/3926665.html 阅读全文

posted @ 2016-06-17 19:26 飞鱼蓝空 阅读(89) 评论(0) 推荐(0) 编辑