# JavaUtils **Repository Path**: li_kun_zang/JavaUtils ## Basic Information - **Project Name**: JavaUtils - **Description**: Java工具集 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-01 - **Last Updated**: 2025-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 注意: 需要定时更新API的版本,因为很多安全性的漏洞,不断的暴露出来,官方会不断的修复漏洞,发布新的版本 # Apache Commons Apache Commons是 Apache 软件基金会下的一个项目,提供了一系列可重用的 Java 组件和库,旨在简化 Java 开发过程。以下是一些常用的 Apache Commons 组件及其官方文档链接: ## 核心组件 ### 1. Apache Commons Collections 4 - **官方文档**: [https://commons.apache.org/proper/commons-collections/](https://commons.apache.org/proper/commons-collections/) - **API文档**: [https://commons.apache.org/proper/commons-collections/apidocs/](https://commons.apache.org/proper/commons-collections/apidocs/) ### 2. Apache Commons Lang 3 - **官方文档**: [https://commons.apache.org/proper/commons-lang/](https://commons.apache.org/proper/commons-lang/) - **API文档**: [https://commons.apache.org/proper/commons-lang/apidocs/](https://commons.apache.org/proper/commons-lang/apidocs/) ### 3. Apache Commons IO - **官方文档**: [https://commons.apache.org/proper/commons-io/](https://commons.apache.org/proper/commons-io/) - **API文档**: [https://commons.apache.org/proper/commons-io/apidocs/](https://commons.apache.org/proper/commons-io/apidocs/) ### 4. Apache Commons BeanUtils - **官方文档**: [https://commons.apache.org/proper/commons-beanutils/](https://commons.apache.org/proper/commons-beanutils/) - **API文档**: [https://commons.apache.org/proper/commons-beanutils/apidocs/](https://commons.apache.org/proper/commons-beanutils/apidocs/) ### 5. Apache Commons Codec - **官方文档**: [https://commons.apache.org/proper/commons-codec/](https://commons.apache.org/proper/commons-codec/) - **API文档**: [https://commons.apache.org/proper/commons-codec/apidocs/](https://commons.apache.org/proper/commons-codec/apidocs/) ### 6. Apache Commons CSV - **官方文档**: [https://commons.apache.org/proper/commons-csv/](https://commons.apache.org/proper/commons-csv/) - **API文档**: [https://commons.apache.org/proper/commons-csv/apidocs/](https://commons.apache.org/proper/commons-csv/apidocs/) ### 7. Apache Commons DbUtils - **官方文档**: [https://commons.apache.org/proper/commons-dbutils/](https://commons.apache.org/proper/commons-dbutils/) - **API文档**: [https://commons.apache.org/proper/commons-dbutils/apidocs/](https://commons.apache.org/proper/commons-dbutils/apidocs/) ### 8. Apache Commons FileUpload - **官方文档**: [https://commons.apache.org/proper/commons-fileupload/](https://commons.apache.org/proper/commons-fileupload/) - **API文档**: [https://commons.apache.org/proper/commons-fileupload/apidocs/](https://commons.apache.org/proper/commons-fileupload/apidocs/) ## 主站地址 - **Apache Commons 主站**: [https://commons.apache.org/](https://commons.apache.org/) ## 常用推荐 - **Collections 4**: 集合操作工具类 - **Lang 3**: 字符串、数组、日期等基础工具类 - **IO**: 文件和流操作工具类 - **BeanUtils**: Java Bean 操作工具类