diff --git a/.history/README_20220727153717.md b/.history/README_20220727153717.md new file mode 100644 index 0000000..17e180e --- /dev/null +++ b/.history/README_20220727153717.md @@ -0,0 +1,56 @@ +# KPI综合管理系统 + + +```Project +|—— api + └── version1 + └── empower +|—— apirouter +|—— initialization + └── database + └── nosql + └── app + └── route +|identification +|—— config + └── configDatabase + └── configNosql + └── configAapp + └── configJson +|—— models +|—— overall +|—— middleware +``` +## Hr 文件结构说明 + +| 文件夹 | 说明 | 描述| +|--------- |------ |-----| +| `api` | api相关业务 | api业务实现 | +| `--version1` | 业务版本文件夹 | 版本界定 | +| `--empower` |OAuth 2.0 授权 |授权Token| +| `apirouter` | 路由器 | 业务路由设定 | +| `initialization` | 初始化相关业务 | 系统初始化方面的实现 | +| `--database` | 数据库业务 | 数据库业务初始化实现 | +| `--nosql` | nosql数据库业务 | nosql业务初始化实现(例:Redis) | +| `--app` | app数据库业务 | app业务初始化实现 | +| `--route` | 路由初始化 | 路由初始化 | +| `identification` | 授权验证器 | 授权验证器 | +| `config` | 系统配置相关业务 | 系统系统配置方面的实现 | +| `--configDatabase` | 数据库业务 | 数据库业务系统配置实现 | +| `--configNosql` | nosql数据库业务 | nosql业务系统配置实现(例:Redis) | +| `--configAapp` | app系统业务 | app业务系统配置实现 | +| `--configJson` | app JSON业务 | app业务系统配置实现 | +| `models` | 数据模型 | 数据库方面的配置 | +| `overall` | 全局对象 | 全局对象| +| `middleware` | 中间件 | 中间件 | + + +## 加密规则 +``` + 1、分解步骤 + one = md5(CodeString)+md5(AppKey) + two = md5(one)+AppKey + therr = md5(two) + 2、合并 + md5(md5(md5(CodeString)+md5(AppKey))+AppKey) +``` \ No newline at end of file diff --git a/.history/README_20220727153956.md b/.history/README_20220727153956.md new file mode 100644 index 0000000..0891571 --- /dev/null +++ b/.history/README_20220727153956.md @@ -0,0 +1,59 @@ +# KPI综合管理系统 + + +```Project +|—— api + └── version1 + └── empower +|—— apirouter +|—— initialization + └── database + └── nosql + └── app + └── route +|identification +|—— config + └── configDatabase + └── configNosql + └── configAapp + └── configJson +|—— models +|—— overall +|—— middleware +``` +## Hr 文件结构说明 + +| 文件夹 | 说明 | 描述| +|--------- |------ |-----| +| `api` | api相关业务 | api业务实现 | +| `--version1` | 业务版本文件夹 | 版本界定 | +| `--empower` |OAuth 2.0 授权 |授权Token| +| `apirouter` | 路由器 | 业务路由设定 | +| `initialization` | 初始化相关业务 | 系统初始化方面的实现 | +| `--database` | 数据库业务 | 数据库业务初始化实现 | +| `--nosql` | nosql数据库业务 | nosql业务初始化实现(例:Redis) | +| `--app` | app数据库业务 | app业务初始化实现 | +| `--route` | 路由初始化 | 路由初始化 | +| `identification` | 授权验证器 | 授权验证器 | +| `config` | 系统配置相关业务 | 系统系统配置方面的实现 | +| `--configDatabase` | 数据库业务 | 数据库业务系统配置实现 | +| `--configNosql` | nosql数据库业务 | nosql业务系统配置实现(例:Redis) | +| `--configAapp` | app系统业务 | app业务系统配置实现 | +| `--configJson` | app JSON业务 | app业务系统配置实现 | +| `models` | 数据模型 | 数据库方面的配置 | +| `overall` | 全局对象 | 全局对象| +| `middleware` | 中间件 | 中间件 | + + +## 加密规则 +``` + 1、分解步骤 + one = md5(CodeString)+md5(AppKey) + two = md5(one)+AppKey + therr = md5(two) + 2、合并 + md5(md5(md5(CodeString)+md5(AppKey))+AppKey) +``` + + +123 \ No newline at end of file diff --git a/README.md b/README.md index 17e180e..0891571 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,7 @@ therr = md5(two) 2、合并 md5(md5(md5(CodeString)+md5(AppKey))+AppKey) -``` \ No newline at end of file +``` + + +123 \ No newline at end of file diff --git a/key_performance_indicators.code-workspace b/key_performance_indicators.code-workspace new file mode 100644 index 0000000..ef9f5d2 --- /dev/null +++ b/key_performance_indicators.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "." + } + ] +} \ No newline at end of file