mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-13 20:53:49 +08:00
发布v2.8.4版本,更新内容请查看:https://github.com/bufanyun/hotgo/tree/v2.0/docs/guide-zh-CN/addon-version-upgrade.md
This commit is contained in:
20
docs/guide-zh-CN/sys-utility.md
Normal file
20
docs/guide-zh-CN/sys-utility.md
Normal file
@@ -0,0 +1,20 @@
|
||||
## 工具方法
|
||||
|
||||
HotGo还提供一些系统中常用的工具库方法,在这里简单说明:
|
||||
|
||||
```
|
||||
/server
|
||||
├── utility
|
||||
│ ├── charset # 字符串处理
|
||||
│ ├── convert # 数据类型转换
|
||||
│ ├── encrypt # 数据加密/解密
|
||||
│ ├── excel # 电子表格导出/导入
|
||||
│ ├── file # 文件/目录处理
|
||||
│ ├── format # 数据格式化
|
||||
│ ├── simple # 一些简捷函数
|
||||
│ ├── tree # 树形结构
|
||||
│ ├── url # URL处理
|
||||
│ ├── useragent # 请求头代理处理
|
||||
└── └── validate # 数据验证
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user