You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gi...@apache.org on 2020/01/02 08:43:29 UTC

[dubbo-website] branch asf-site updated: Automated deployment: Thu Jan 2 08:43:21 UTC 2020 03b1371e62dc99dbac315507a9b0fd64ad411283

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b47ef3d  Automated deployment: Thu Jan  2 08:43:21 UTC 2020 03b1371e62dc99dbac315507a9b0fd64ad411283
b47ef3d is described below

commit b47ef3de3593d5bc81efb213e5f5ce12d3d1b99f
Author: beiwei30 <be...@users.noreply.github.com>
AuthorDate: Thu Jan 2 08:43:21 2020 +0000

    Automated deployment: Thu Jan  2 08:43:21 UTC 2020 03b1371e62dc99dbac315507a9b0fd64ad411283
---
 build/ecology.js                        | 2 +-
 md_json/docs.json                       | 6 +++++-
 zh-cn/docs/user/preface/background.html | 8 ++++----
 zh-cn/docs/user/preface/background.json | 8 ++++++--
 4 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/build/ecology.js b/build/ecology.js
index f6c4980..8cfd024 100644
--- a/build/ecology.js
+++ b/build/ecology.js
@@ -8,4 +8,4 @@ object-assign
 (c) Sindre Sorhus
 @license MIT
 */
-var c=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmn [...]
\ No newline at end of file
+var c=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmn [...]
\ No newline at end of file
diff --git a/md_json/docs.json b/md_json/docs.json
index 846775f..47efda6 100644
--- a/md_json/docs.json
+++ b/md_json/docs.json
@@ -1918,7 +1918,11 @@
     {
       "filename": "background.md",
       "link": "/zh-cn/docs/user/preface/background.html",
-      "meta": {}
+      "meta": {
+        "title": "背景",
+        "keywords": "单一应用架构,垂直应用架构,分布式服务架构,流动计算架构",
+        "description": "本文介绍了网站应用的演进"
+      }
     },
     {
       "filename": "index.md",
diff --git a/zh-cn/docs/user/preface/background.html b/zh-cn/docs/user/preface/background.html
index ac02140..5e5afc5 100644
--- a/zh-cn/docs/user/preface/background.html
+++ b/zh-cn/docs/user/preface/background.html
@@ -4,10 +4,10 @@
 <head>
 	<meta charset="UTF-8">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
-	<meta name="keywords" content="background" />
-	<meta name="description" content="background" />
+	<meta name="keywords" content="单一应用架构,垂直应用架构,分布式服务架构,流动计算架构" />
+	<meta name="description" content="本文介绍了网站应用的演进" />
 	<!-- 网页标签标题 -->
-	<title>background</title>
+	<title>背景</title>
 	<link rel="shortcut icon" href="/img/dubbo.ico"/>
 	<link rel="stylesheet" href="/build/documentation.css" />
 </head>
@@ -18,7 +18,7 @@
 <h4>单一应用架构</h4>
 <p>当网站流量很小时,只需一个应用,将所有功能都部署在一起,以减少部署节点和成本。此时,用于简化增删改查工作量的数据访问框架(ORM)是关键。</p>
 <h4>垂直应用架构</h4>
-<p>当访问量逐渐增大,单一应用增加机器带来的加速度越来越小,将应用拆成互不相干的几个应用,以提升效率。此时,用于加速前端页面开发的Web框架(MVC)是关键。</p>
+<p>当访问量逐渐增大,单一应用增加机器带来的加速度越来越小,提升效率的方法之一是将应用拆成互不相干的几个应用,以提升效率。此时,用于加速前端页面开发的Web框架(MVC)是关键。</p>
 <h4>分布式服务架构</h4>
 <p>当垂直应用越来越多,应用之间交互不可避免,将核心业务抽取出来,作为独立的服务,逐渐形成稳定的服务中心,使前端应用能更快速的响应多变的市场需求。此时,用于提高业务复用及整合的分布式服务框架(RPC)是关键。</p>
 <h4>流动计算架构</h4>
diff --git a/zh-cn/docs/user/preface/background.json b/zh-cn/docs/user/preface/background.json
index d4af0a8..d63442e 100644
--- a/zh-cn/docs/user/preface/background.json
+++ b/zh-cn/docs/user/preface/background.json
@@ -1,6 +1,10 @@
 {
   "filename": "background.md",
-  "__html": "<h1>背景</h1>\n<p>随着互联网的发展,网站应用的规模不断扩大,常规的垂直应用架构已无法应对,分布式服务架构以及流动计算架构势在必行,亟需一个治理系统确保架构有条不紊的演进。</p>\n<p><img src=\"../sources/images/dubbo-architecture-roadmap.jpg\" alt=\"image\"></p>\n<h4>单一应用架构</h4>\n<p>当网站流量很小时,只需一个应用,将所有功能都部署在一起,以减少部署节点和成本。此时,用于简化增删改查工作量的数据访问框架(ORM)是关键。</p>\n<h4>垂直应用架构</h4>\n<p>当访问量逐渐增大,单一应用增加机器带来的加速度越来越小,将应用拆成互不相干的几个应用,以提升效率。此时,用于加速前端页面开发的Web框架(MVC)是关键。</p>\n<h4>分布式服务架构</h4>\n<p>当垂直应用越来越多,应用之间交互不可避免,将核心业务抽取出来,作为独立的服务,逐�
 �形成稳定的服务中心,使前端应用能更快速的响应多变的市场需求。此时,用于提 [...]
+  "__html": "<h1>背景</h1>\n<p>随着互联网的发展,网站应用的规模不断扩大,常规的垂直应用架构已无法应对,分布式服务架构以及流动计算架构势在必行,亟需一个治理系统确保架构有条不紊的演进。</p>\n<p><img src=\"../sources/images/dubbo-architecture-roadmap.jpg\" alt=\"image\"></p>\n<h4>单一应用架构</h4>\n<p>当网站流量很小时,只需一个应用,将所有功能都部署在一起,以减少部署节点和成本。此时,用于简化增删改查工作量的数据访问框架(ORM)是关键。</p>\n<h4>垂直应用架构</h4>\n<p>当访问量逐渐增大,单一应用增加机器带来的加速度越来越小,提升效率的方法之一是将应用拆成互不相干的几个应用,以提升效率。此时,用于加速前端页面开发的Web框架(MVC)是关键。</p>\n<h4>分布式服务架构</h4>\n<p>当垂直应用越来越多,应用之间交互不可避免,将核心业务抽取出来�
 �作为独立的服务,逐渐形成稳定的服务中心,使前端应用能更快速的响应多变的市 [...]
   "link": "/zh-cn/docs/user/preface/background.html",
-  "meta": {}
+  "meta": {
+    "title": "背景",
+    "keywords": "单一应用架构,垂直应用架构,分布式服务架构,流动计算架构",
+    "description": "本文介绍了网站应用的演进"
+  }
 }
\ No newline at end of file