
【工具类】
Mainstream_Code
作者专注于Java、架构、Linux、小程序、爬虫、自动化等技术。 工作期间含泪整理出一些资料,微信搜索【程序有道】,回复 【java】【黑客】【爬虫】【小程序】【面试】等关键字免费获取资料。技术交流、项目合作可私聊。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
集合工具类
package com.temobi.cds.tool; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.apache.commons.beanutils.转载 2011-11-24 09:45:34 · 663 阅读 · 0 评论 -
文件工具类FileUtil
/* * FileUtil.java * Copyright (C) 2007-3-19 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pub转载 2012-01-31 15:13:07 · 759 阅读 · 0 评论 -
Java的Properties文件操作类
package cn.edu.hbcit.util; /** * Description: Properties文件操作 * * Copyright: Copyright (c) 2009 * */ import java.io.BufferedInputStream; import java.io.FileInputStream; import java.io.F转载 2012-01-31 15:08:05 · 560 阅读 · 0 评论 -
URL标识的资源读取工具
package com.temobi.cds.tool; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java.net.URL; import java.net.URLDecoder; import java.net.URLEncoder; i转载 2011-11-24 09:50:37 · 1160 阅读 · 2 评论