All Projects → jrhu05 → Jerryutil

jrhu05 / Jerryutil

java常用工具类集合

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Jerryutil

Tools
C# 工具箱,提供Socket(TCP、UDP协议)、Redis、activemq、数据库访问等技术的封装实现
Stars: ✭ 34 (-66.67%)
Mutual labels:  utils
Countdowntask
⌛️A countdown library for Android.
Stars: ✭ 64 (-37.25%)
Mutual labels:  utils
Changelog Linker
[READ-ONLY] Make CHANGELOG.md Useful with Links
Stars: ✭ 85 (-16.67%)
Mutual labels:  utils
Dnsforwarder
Just a DNS utility.
Stars: ✭ 1,029 (+908.82%)
Mutual labels:  utils
Bash Utils
utils for shell
Stars: ✭ 58 (-43.14%)
Mutual labels:  utils
Statusbarutil
A util for setting status bar style on Android App.
Stars: ✭ 8,726 (+8454.9%)
Mutual labels:  utils
Apnsutil
APNSUtil is makes code simple using apple push notification service
Stars: ✭ 31 (-69.61%)
Mutual labels:  utils
Torchelie
Torchélie is a set of utility functions, layers, losses, models, trainers and other things for PyTorch.
Stars: ✭ 98 (-3.92%)
Mutual labels:  utils
Css In Js Utils
Useful utility functions for CSS in JS solutions
Stars: ✭ 61 (-40.2%)
Mutual labels:  utils
Mpermissionutils
Android6.0 运行时权限处理工具类
Stars: ✭ 84 (-17.65%)
Mutual labels:  utils
Cfrs
Child Frame Read String
Stars: ✭ 46 (-54.9%)
Mutual labels:  utils
Rambda
Faster and smaller alternative to Ramda
Stars: ✭ 1,066 (+945.1%)
Mutual labels:  utils
Hr
A horizontal 📏 for your terminal
Stars: ✭ 1,195 (+1071.57%)
Mutual labels:  utils
Pitaya
A simple general-purpose utility library for Java 6+
Stars: ✭ 38 (-62.75%)
Mutual labels:  utils
Shareutil
社会化登录分享工具库
Stars: ✭ 1,275 (+1150%)
Mutual labels:  utils
Tina
a powerful android network library base on okhttp
Stars: ✭ 32 (-68.63%)
Mutual labels:  utils
Schematics Utilities
🛠️ Useful exported utilities for working with Schematics
Stars: ✭ 73 (-28.43%)
Mutual labels:  utils
Ionic Collection
🤘 Looking for about Ionic Framework?
Stars: ✭ 101 (-0.98%)
Mutual labels:  utils
Bash Utility
Bash library which provides utility functions and helpers for functional programming in Bash.
Stars: ✭ 92 (-9.8%)
Mutual labels:  utils
Favicon Switcher
Make favicon react on media queries
Stars: ✭ 76 (-25.49%)
Mutual labels:  utils

JerryUtil

JerryUtil是一个java常用工具类集合,在平时的开发工作中,由于业务需要,实现或收集整理了不少的工具类,主要涉及字符串操作、文件操作和常用的网络操作等。

都是些很基础的东西,希望能给各位提供一些帮助。

主要包括19个子类:

captchaCode:验证码图片的生成

dateAndTime:各种常用日期操作、格式转换等

decodeAndEncode:常用加解密工具类(AES/DES/RAS/MD5/SHA/BASE64等)

download:网络下载文件辅助工具

excel:excel表格文件处理(读取、解析)

file:文件及文件夹工具

ftp:与ftp上传、下载等操作有关

http:常见post、get以及客户端信息获取工具

json:json有关(如json-map互转)

math:BigDecimal及byte串转换

qRCode:二维码生成工具

random:常用随机码生成工具

string:常用字符串及中文拼音工具

validate:各种各样的合法性验证工具(身份证、手机号、邮编、URL等)

xml:xml与map转换

zip:tar.gz以及zip文件压缩与解压缩

用法:clone或下载到本地后导入eclipse即可,请按需裁剪

欢迎补充,如有错误也请多多指教。

另base64decoder、rsa3des、QRCode这几个jar包在maven的中央仓库找不到,所以放到了lib目录下。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].