1
0

项目:更新版本2.0.1,完善目录结构。

This commit is contained in:
周中平 2022-08-01 17:56:20 +08:00
parent 9d18d5deff
commit 1a329b8197
No known key found for this signature in database
GPG Key ID: B1DF9DD42D8E00DC
132 changed files with 674 additions and 1076 deletions

View File

@ -4,17 +4,23 @@
## 目录
- 博客(blog)
- 维基
- 开发(dev)
- 算法(algo)
- 运维(ops)
- 安全(safe)
- 其他(docs)
- 社区(org)
- 职业(work)
- 生活(life)
- 艺术(art)
```markdown
Docuasurus
├─ art艺术
├─ blog博客
├─ docs文档
├─ group组织
│ ├─ 公司
│ └─ 社区
├─ life生活
├─ wiki维基
│ ├─ algo算法
│ ├─ dev开发
│ ├─ docs其他
│ ├─ ops运维
│ └─ safe安全
└─ work职业
```
## 协议

View File

@ -71,6 +71,85 @@ const config = {
],
],
plugins: [
[
"@docusaurus/plugin-content-docs",
{
id: "dev",
path: "wiki/dev",
routeBasePath: "dev",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
id: "algo",
path: "wiki/algo",
routeBasePath: "algo",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
id: "ops",
path: "wiki/ops",
routeBasePath: "ops",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
id: "safe",
path: "wiki/safe",
routeBasePath: "safe",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
id: "org",
path: "group/organization",
routeBasePath: "org",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
id: "com",
path: "group/company",
routeBasePath: "com",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
@ -97,84 +176,7 @@ const config = {
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
id: "dev",
path: "dev",
routeBasePath: "dev",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
id: "algo",
path: "algo",
routeBasePath: "algo",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
id: "ops",
path: "ops",
routeBasePath: "ops",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
id: "safe",
path: "safe",
routeBasePath: "safe",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
id: "othe",
path: "othe",
routeBasePath: "othe",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
id: "org",
path: "org",
routeBasePath: "org",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
},
],
[
"@docusaurus/plugin-content-docs",
{
@ -189,20 +191,6 @@ const config = {
},
]
],
// themes: [
// [
// require.resolve("@easyops-cn/docusaurus-search-local"),
// {
// // ... Your options.
// // `hashed` is recommended as long-term-cache of index file is possible.
// hashed: true,
// // For Docs using Chinese, The `language` is recommended to set to:
// // ```
// language: ["en", "zh"],
// // ```
// },
// ],
// ],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
@ -261,7 +249,20 @@ const config = {
},
],
},
{ to: "/org", label: "🤶 社区", position: "right" },
{
position: "right",
label: "💼 组织",
items: [
{
label: "社区",
to: "/org",
},
{
label: "企业",
to: "/com",
},
]
},
{ to: "/work", label: "👨‍💻 职业", position: "right" },
{ to: "/life", label: "🚴🏻‍♀️ 生活", position: "right" },
{ to: "/art", label: "👨‍🎨 艺术", position: "right" },

9
group/company/home.md Normal file
View File

@ -0,0 +1,9 @@
---
slug: /
sidebar_position: 1
id: home
title: 企业
---
现代化企业规范

View File

@ -0,0 +1,22 @@
---
id: CMS内容管理系统
title: CMS内容管理系统
sidebar_position: 1
data: 2022年8月1日
---
内容管理系统Content Management System缩写 CMS是协助组织和个人借助信息技术实现内容的创建、储存、分享、应用、检索并在企业个人、组织、业务、战略等诸方面产生价值的过程。而内容管理系统就是能够支撑内容管理的一种工具或一套工具的软件系统。
目的是为了使“内容”能够在正确的时间、以正确的形式传递到正确的地点和人,常见表现形式:公司官网、博客、新闻网站、
### 常见平台
- [WordPress](https://wordpress.com/zh-cn/)开源以PHP和MySQL为平台的自由开源的博客软件和内容管理系统。
- [Halo](https://halo.run/)(开源):一款现代化的开源博客/CMS系统
- [SSCMS](https://sscms.com/)商业开源、跨平台、企业级的CMS内容管理系统。
- [DedeCMS](https://www.dedecms.com/)商业国产PHP网站内容管理系统。
### 常见问题
主要涉及授权问题,务必拥有完整授权合同!

View File

@ -0,0 +1,32 @@
---
id: CRM客户关系管理
title: CRM客户关系管理
sidebar_position: 2
data: 2022年8月1日
---
客户关系管理Customer Relationship Management缩写 CRM是一种企业与现有客户及潜在客户之间关系互动的管理系统。通过对客户数据的历史积累和分析CRM可以增进企业与客户之间的关系从而最大化增加企业销售收入和提高客户留存。
客户关系管理系统CRM 系统)为企业从各种不同的角度来了解及区别顾客,以发展出适合顾客个别需要之产品/服务P/S的一种企业程序与信息技术的组合模式其目的在于管理企业与顾客的关系以使他们达到最高的满意度、忠诚度、维系率及利润贡献度并同时有效率、选择性地找出与吸引好的新顾客。
## CRM 系统的分类
### 应用功能
CRM系统若依照其应用功能的不同则可以分为下列三大类操作型CRM系统、分析型CRM系统以及协同型CRM系统。
- 操作型CRM帮助企业集成前、后台所有业务流程时用套装方式提供各种直接面对顾客需求的自动化服务功能与应用。主要业者包括过去协助企业后台集成进而提供订单承诺与订单追踪等管理功能的企业资源规划系统与供应链管理系统的业者以及致力于前端的销售、营销与顾客服务自动化、套装化的业者。
- 分析型CRM根据借由上述各种沟通管道所搜集到的顾客资料进而分析顾客行为作为企业决策判断依据的功能。目前资料分析型CRM业者主要是以传统的数据库、从事数据仓库与资料挖矿的业者为主。
- 协同型CRM企业与其顾客不同的接触方式与沟通的管道促使彼此间更易于交流交互的功能。目前通路交互型CRM业者主要是以提供电脑化电话语音客户服务中心computer telephony integration centerCTI call center及提供网页、电子邮件、传真、面对面等沟通管道集成方案的业者为主。
### 客户类别
CRM系统亦可按客户的类别进行区分比如B2B的CRM与B2C的CRM。我们在市场上常见的一般是B2C的CRM这个是面向消费者的客户关系管理系统。B2B的CRM则面对渠道或终端客户而非直接购买企业产品或服务的直接消费者。
### 业务架构
CRM系统还可分为传统型CRM和在线CRM两种。随着CRM的逐渐完善在开发过程中成熟的CRM系统根据系统的架构设计的不同被拆分成两个系统则可以分为业务架构系统和平台化架构系统。
- CRM业务架构系统针对行业的通用基本业务架构。
- CRM平台化架构系统对系统的业务架构系统配置更好的适应使用系统的企业的个性化需求。

View File

@ -1,12 +0,0 @@
---
slug: /
sidebar_position: 1
---
# Home
其他其他 ~ 🤩🤩🤩

1446
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,17 +14,16 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.0.0-rc.1",
"@docusaurus/preset-classic": "2.0.0-rc.1",
"@easyops-cn/docusaurus-search-local": "^0.23.2",
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.1",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-rc.1"
"@docusaurus/module-type-aliases": "2.0.1"
},
"browserslist": {
"production": [
@ -37,5 +36,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.14"
}
}

Some files were not shown because too many files have changed in this diff Show More