# com.yangc.utils
**Repository Path**: ooccoob/com.yangc.utils
## Basic Information
- **Project Name**: com.yangc.utils
- **Description**: 工作中积累的工具类
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2015-04-02
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
com.yangc.utils
===============
### java工具类
作为程序猿一枚,热爱开源,这里是自己在工作中积累的工具类,均可用,若发现bug,请联系QQ:511636835,感激不尽。
### cache
EhCacheUtils - 基于ehcache的工具类
LruCacheUtils - 基于LinkedHashMap实现LRU缓存的工具类
MemcachedUtils - 基于memcached的工具类
RedisUtils - 基于redis的工具类,与redis的集群配置无缝结合
### email
EmailUtils - 邮件工具类,支持发送带附件的邮件
### encryption
AesUtils - 实现AES加密解密
Base64Utils - 实现Base64加密解密
Md5Utils - 获取字符串或文件的md5
### excel
ReadExcel2003 - 以model方式读2003版Excel(大数据)
ReadExcel2007 - 以sax方式读2007版Excel(大数据)
WriteExcel - 写Excel
### image
CaptchaUtils - 生成验证码
ImageUtils - 图片压缩、截图
QRCodeUtils - 生成二维码、解析二维码
### io
SerializeUtils - 序列化、反序列化对象
ZipUtils - 压缩、解压文件
### jdbc
JdbcUtils - 基于jdbc的工具类
### json
JsonUtils - json格式转换
### lang
CharsetDetectorUtils - 获取文本文件编码格式
ChineseCalendar - 农历日历
ConvertUtils - 高低字节转换
DateUtils - 日期工具类
HtmlFilterUtils - 过滤html标签
JsoupUtils - 基于jsoup过滤html标签
MoneyUtils - 获取大写金额
NumberUtils - 数字工具类
PinyinUtils - 汉字转拼音
### media
MediaUtils - 基于ffmpeg,qtfaststart,yamdi的多媒体工具类
### net
FtpUtils - 操作FTP的工具类
FtpUtilsApache - 基于apache操作FTP的工具类
HttpUtils - 发送HTTP请求
IpUtils - 获取IP
SFtpUtils - 操作SFTP的工具类
### prop
PropertiesUtils - 操作properties配置文件