add emoji

This commit is contained in:
Looly 2021-04-20 11:51:29 +08:00
parent 58ea134b2c
commit feefd22997
2 changed files with 41 additions and 41 deletions

View File

@ -48,31 +48,31 @@
-------------------------------------------------------------------------------
[**中文说明**](README.md)
[**🌎中文说明**](README.md)
-------------------------------------------------------------------------------
## Introduction
## 📚Introduction
**Hutool** is a small but comprehensive library of Java tools, encapsulation by static methods, reduce the cost of learning related APIs, increase productivity, and make Java as elegant as a functional programming language,let the Java be "sweet" too.
**Hutool** tools and methods from each user's crafted, it covers all aspects of the underlying code of Java development, it is a powerful tool for large project development to solve small problems, but also the efficiency of small projects;
**Hutool** is a project "util" package friendly alternative, it saves developers on the project of common classes and common tool methods of encapsulation time, so that development focus on business, at the same time can minimize the encapsulation is not perfect to avoid the bugs.
### Origin of the 'Hutool' name
### 🎁Origin of the 'Hutool' name
**Hutool = Hu + tool**Is the original company project after the stripping of the underlying code of the open source library , "Hu" is the short name of the company , 'tool' that tool .
Hutool,' Hútú '(Chinese Pinyin)On the one hand, it is simple and easy to understand, on the other hand, it means "hard to be confused".(note: confused means 'Hútú (糊涂)' in china )
### How Hutool is changing the way we code
### 🍺How Hutool is changing the way we code
The goal of **Hutool** is to use a simple function instead of a complex piece of code, thus avoiding the problem of "copy and paste" code as much as possible and revolutionizing the way we write code.
To calculate MD5 for example:
- 【Before】Open a search engine -> search "Java MD5 encryption" -> open a blog -> copy and paste -> change it to work.
- 【Now】import Hutool -> SecureUtil.md5()
- 👴【Before】Open a search engine -> search "Java MD5 encryption" -> open a blog -> copy and paste -> change it to work.
- 👦【Now 】import Hutool -> SecureUtil.md5()
Hutool exists to reduce code search costs and avoid bugs caused by imperfect code on the web.
@ -80,7 +80,7 @@ Hutool exists to reduce code search costs and avoid bugs caused by imperfect cod
> this README is PR by [chengxian-yi](https://gitee.com/yichengxian)
-------------------------------------------------------------------------------
## Module
## 🛠️Module
A Java-based tool class for files, streams, encryption and decryption, transcoding, regular, thread, XML and other JDK methods for encapsulationcomposing various Util tool classes, as well as providing the following modules
| module | description |
@ -108,17 +108,17 @@ Each module can be introduced individually, or all modules can be introduced by
-------------------------------------------------------------------------------
## Doc
## 📝Doc
[Chinese documentation](https://www.hutool.cn/docs/)
[📘Chinese documentation](https://www.hutool.cn/docs/)
[API](https://apidoc.gitee.com/dromara/hutool/)
[📙API](https://apidoc.gitee.com/dromara/hutool/)
[Video](https://www.bilibili.com/video/BV1bQ4y1M7d9?p=2)
[🎬Video](https://www.bilibili.com/video/BV1bQ4y1M7d9?p=2)
-------------------------------------------------------------------------------
## Install
## 📦Install
### Maven
```xml
@ -138,7 +138,7 @@ compile 'cn.hutool:hutool-all:5.6.4'
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.4/)
> note:
> 🔔️note:
> Hutool 5.x supports JDK8+ and is not tested on Android platforms, and cannot guarantee that all tool classes or tool methods are available.
> If your project uses JDK7, please use Hutool 4.x version.
@ -157,9 +157,9 @@ cd ${hutool}
-------------------------------------------------------------------------------
## Other
## 🏗️Other
### Branch Description
### 🎋Branch Description
Hutool's source code is divided into two branches:
@ -168,14 +168,14 @@ Hutool's source code is divided into two branches:
| v5-master | The master branch, the branch used by the release version, is the same as the jar committed to the central repository and does not receive any pr or modifications. |
| v5-dev | Development branch, which defaults to the next SNAPSHOT version, accepts modifications or pr |
### Provide feedback or suggestions on bugs
### 🐞Provide feedback or suggestions on bugs
When submitting feedback, please indicate which JDK version, Hutool version, and related dependency library version you are using.
- [Gitee issue](https://gitee.com/dromara/hutool/issues)
- [Github issue](https://github.com/dromara/hutool/issues)
### Principles of PR(pull request)
### 🧬Principles of PR(pull request)
Hutool welcomes anyone to contribute code to Hutool, but the author suffers from OCD and needs to submit a pr (pull request) that meets some specifications in order to care for the patient.
@ -186,13 +186,13 @@ Hutool welcomes anyone to contribute code to Hutool, but the author suffers from
-------------------------------------------------------------------------------
## Star Hutool
## Star Hutool
[![Giteye chart](https://chart.giteye.net/gitee/dromara/hutool/GMSL7VDA.png)](https://giteye.net/chart/GMSL7VDA)
[![Stargazers over time](https://starchart.cc/dromara/hutool.svg)](https://starchart.cc/dromara/hutool)
## Donate
## 💳Donate
If you think Hutool is good, you can donate to buy tshe author a pack of chili~, thanks in advance ^_^.
@ -200,7 +200,7 @@ If you think Hutool is good, you can donate to buy tshe author a pack of chili~,
[Dromara donate](https://dromara.gitee.io/donate.html)
## WeChat Official Account
## 📌WeChat Official Account
#### Welcome to the official account of Hutool cooperation.

View File

@ -48,35 +48,35 @@
-------------------------------------------------------------------------------
[**English Documentation**](README-EN.md)
[**🌎English Documentation**](README-EN.md)
-------------------------------------------------------------------------------
## 简介
## 📚简介
Hutool是一个小而全的Java工具类库通过静态方法封装降低相关API的学习成本提高工作效率使Java拥有函数式语言般的优雅让Java语言也可以“甜甜的”。
Hutool中的工具方法来自每个用户的精雕细琢它涵盖了Java开发底层代码中的方方面面它既是大型项目开发中解决小问题的利器也是小型项目中的效率担当
Hutool是项目中“util”包友好的替代它节省了开发人员对项目中公用类和公用工具方法的封装时间使开发专注于业务同时可以最大限度的避免封装不完善带来的bug。
### Hutool名称的由来
### 🎁Hutool名称的由来
Hutool = Hu + tool是原公司项目底层代码剥离后的开源库“Hu”是公司名称的表示tool表示工具。Hutool谐音“糊涂”一方面简洁易懂一方面寓意“难得糊涂”。
### Hutool如何改变我们的coding方式
### 🍺Hutool如何改变我们的coding方式
Hutool的目标是使用一个工具方法代替一段复杂代码从而最大限度的避免“复制粘贴”代码的问题彻底改变我们写代码的方式。
以计算MD5为例
- 【以前】打开搜索引擎 -> 搜“Java MD5加密” -> 打开某篇博客-> 复制粘贴 -> 改改好用
- 【现在】引入Hutool -> SecureUtil.md5()
- 👴【以前】打开搜索引擎 -> 搜“Java MD5加密” -> 打开某篇博客-> 复制粘贴 -> 改改好用
- 👦【现在】引入Hutool -> SecureUtil.md5()
Hutool的存在就是为了减少代码搜索成本避免网络上参差不齐的代码出现导致的bug。
-------------------------------------------------------------------------------
## 包含组件
## 🛠️包含组件
一个Java基础工具类对文件、流、加密解密、转码、正则、线程、XML等JDK方法进行封装组成各种Util工具类同时提供以下组件
| 模块 | 介绍 |
@ -104,17 +104,17 @@ Hutool的存在就是为了减少代码搜索成本避免网络上参差不
-------------------------------------------------------------------------------
## 文档
## 📝文档
[中文文档](https://www.hutool.cn/docs/)
[📘中文文档](https://www.hutool.cn/docs/)
[参考API](https://apidoc.gitee.com/dromara/hutool/)
[📙参考API](https://apidoc.gitee.com/dromara/hutool/)
[视频介绍](https://www.bilibili.com/video/BV1bQ4y1M7d9?p=2)
[🎬视频介绍](https://www.bilibili.com/video/BV1bQ4y1M7d9?p=2)
-------------------------------------------------------------------------------
## 安装
## 📦安装
### Maven
在项目的pom.xml的dependencies中加入以下内容:
@ -138,7 +138,7 @@ compile 'cn.hutool:hutool-all:5.6.4'
- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.4/)
> 注意
> 🔔️注意
> Hutool 5.x支持JDK8+对Android平台没有测试不能保证所有工具类或工具方法可用。
> 如果你的项目使用JDK7请使用Hutool 4.x版本
@ -154,9 +154,9 @@ compile 'cn.hutool:hutool-all:5.6.4'
-------------------------------------------------------------------------------
## 添砖加瓦
## 🏗️添砖加瓦
### 分支说明
### 🎋分支说明
Hutool的源码分为两个分支功能如下
@ -165,7 +165,7 @@ Hutool的源码分为两个分支功能如下
| v5-master | 主分支release版本使用的分支与中央库提交的jar一致不接收任何pr或修改 |
| v5-dev | 开发分支默认为下个版本的SNAPSHOT版本接受修改或pr |
### 提供bug反馈或建议
### 🐞提供bug反馈或建议
提交问题反馈请说明正在使用的JDK版本呢、Hutool版本和相关依赖库版本。
@ -173,7 +173,7 @@ Hutool的源码分为两个分支功能如下
- [Github issue](https://github.com/dromara/hutool/issues)
### 贡献代码的步骤
### 🧬贡献代码的步骤
1. 在Gitee或者Github上fork项目到自己的repo
2. 把fork过去的项目也就是你的项目clone到你的本地
@ -182,7 +182,7 @@ Hutool的源码分为两个分支功能如下
5. 登录Gitee或Github在你首页可以看到一个 pull request 按钮,点击它,填写一些说明信息,然后提交即可。
6. 等待维护者合并
### PR遵照的原则
### 📐PR遵照的原则
Hutool欢迎任何人为Hutool添砖加瓦贡献代码不过维护者是一个强迫症患者为了照顾病人需要提交的prpull request符合一些规范规范如下
@ -193,13 +193,13 @@ Hutool欢迎任何人为Hutool添砖加瓦贡献代码不过维护者是
-------------------------------------------------------------------------------
## Star Hutool
## Star Hutool
[![Giteye chart](https://chart.giteye.net/gitee/dromara/hutool/GMSL7VDA.png)](https://giteye.net/chart/GMSL7VDA)
[![Stargazers over time](https://starchart.cc/dromara/hutool.svg)](https://starchart.cc/dromara/hutool)
## 捐赠
## 💳捐赠
如果你觉得Hutool不错可以捐赠请维护者吃包辣条~,在此表示感谢^_^。
@ -209,7 +209,7 @@ Hutool欢迎任何人为Hutool添砖加瓦贡献代码不过维护者是
[捐赠给Dromara组织](https://dromara.gitee.io/donate.html)
## 公众号
## 📌公众号
#### 欢迎关注Hutool合作的公众号