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...@gitbox.apache.org, , bo...@gitbox.apache.org, , ""...@apache.org on 2019/09/27 14:14:55 UTC

[dubbo-website] branch asf-site updated: Automated deployment: Fri Sep 27 14:14:49 UTC 2019 757f92f418807f42fba17829c5721531311a614e

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

github-actions[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 6fded0b  Automated deployment: Fri Sep 27 14:14:49 UTC 2019 757f92f418807f42fba17829c5721531311a614e
6fded0b is described below

commit 6fded0bb1284b152abe312c4856f7c5a5992b80d
Author: htynkn <ht...@users.noreply.github.com>
AuthorDate: Fri Sep 27 14:14:50 2019 +0000

    Automated deployment: Fri Sep 27 14:14:49 UTC 2019 757f92f418807f42fba17829c5721531311a614e
---
 zh-cn/docs/dev/code-smell.html             | 2 +-
 zh-cn/docs/dev/code-smell.json             | 2 +-
 zh-cn/docs/user/demos/logger-strategy.html | 2 +-
 zh-cn/docs/user/demos/logger-strategy.json | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/zh-cn/docs/dev/code-smell.html b/zh-cn/docs/dev/code-smell.html
index 8cd82a2..b37bf99 100644
--- a/zh-cn/docs/dev/code-smell.html
+++ b/zh-cn/docs/dev/code-smell.html
@@ -125,7 +125,7 @@ public class &lt;扩展点接口名&gt;$Adpative implements &lt;扩展点接口&
 <p>实现细节:参数的传递采用 URL,但 URL 中没有支持 string-object,所以将实例方法存储在 staticMap 中,此处实现需要进行改造。</p>
 <h2>Lazy连接</h2>
 <p>DubboProtocol 特有功能,默认关闭。</p>
-<p>当客户端与服务端创建代理时,暂不建立 tcp 长连接,当有数据请求时在做连接初始化。</p>
+<p>当客户端与服务端创建代理时,暂不建立 tcp 长连接,当有数据请求时再做连接初始化。</p>
 <p>此项功能自动关闭连接重试功能,开启发送重试功能(即发送数据时如果连接已断开,尝试重新建立连接)</p>
 <h2>共享连接</h2>
 <p>DubboProtocol 特有功能,默认开启。</p>
diff --git a/zh-cn/docs/dev/code-smell.json b/zh-cn/docs/dev/code-smell.json
index 6ef3a87..4e80b22 100644
--- a/zh-cn/docs/dev/code-smell.json
+++ b/zh-cn/docs/dev/code-smell.json
@@ -1,6 +1,6 @@
 {
   "filename": "code-smell.md",
-  "__html": "<h1>坏味道</h1>\n<p>这里记录的是 Dubbo 设计或实现不优雅的地方。</p>\n<h2>URL 转换</h2>\n<h3>1. 点对点暴露和引用服务</h3>\n<p>直接暴露服务:</p>\n<pre><code>EXPORT(dubbo://provider-address/com.xxx.XxxService?version=1.0.0&quot;)\n</code></pre>\n<p>点对点直连服务:</p>\n<pre><code>REFER(dubbo://provider-address/com.xxx.XxxService?version=1.0.0)\n</code></pre>\n<h3>2. 通过注册中心暴露服务</h3>\n<p>向注册中心暴露服务:</p>\n<pre><code>EXPORT(registry://registry-address/org.apache.dubbo.registry.RegistrySerevice?registry=dubbo&amp;export=ENCODE(d [...]
+  "__html": "<h1>坏味道</h1>\n<p>这里记录的是 Dubbo 设计或实现不优雅的地方。</p>\n<h2>URL 转换</h2>\n<h3>1. 点对点暴露和引用服务</h3>\n<p>直接暴露服务:</p>\n<pre><code>EXPORT(dubbo://provider-address/com.xxx.XxxService?version=1.0.0&quot;)\n</code></pre>\n<p>点对点直连服务:</p>\n<pre><code>REFER(dubbo://provider-address/com.xxx.XxxService?version=1.0.0)\n</code></pre>\n<h3>2. 通过注册中心暴露服务</h3>\n<p>向注册中心暴露服务:</p>\n<pre><code>EXPORT(registry://registry-address/org.apache.dubbo.registry.RegistrySerevice?registry=dubbo&amp;export=ENCODE(d [...]
   "link": "/zh-cn/docs/dev/code-smell.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/user/demos/logger-strategy.html b/zh-cn/docs/user/demos/logger-strategy.html
index 5102b1b..95bad3c 100644
--- a/zh-cn/docs/user/demos/logger-strategy.html
+++ b/zh-cn/docs/user/demos/logger-strategy.html
@@ -13,7 +13,7 @@
 </head>
 <body>
 	<div id="root"><div class="documentation-page" data-reactroot=""><header class="header-container header-container-normal"><div class="header-body"><a href="/zh-cn/index.html"><img class="logo" src="/img/dubbo_colorful.png"/></a><div class="search search-normal"><span class="icon-search"></span></div><span class="language-switch language-switch-normal">En</span><div class="header-menu"><img class="header-menu-toggle" src="/img/menu_gray.png"/><ul><li class="menu-item menu-item-normal"><a [...]
-<p>自 <code>2.2.1</code> 开始,dubbo 开始内置 log4j、slf4j、jcl、jdk 这些日志框架的适配[1],也可以通过以下方式显示配置日志输出策略:</p>
+<p>自 <code>2.2.1</code> 开始,dubbo 开始内置 log4j、slf4j、jcl、jdk 这些日志框架的适配[1],也可以通过以下方式显式配置日志输出策略:</p>
 <ol start="0">
 <li>
 <p>命令行</p>
diff --git a/zh-cn/docs/user/demos/logger-strategy.json b/zh-cn/docs/user/demos/logger-strategy.json
index 6f43c77..2329fba 100644
--- a/zh-cn/docs/user/demos/logger-strategy.json
+++ b/zh-cn/docs/user/demos/logger-strategy.json
@@ -1,6 +1,6 @@
 {
   "filename": "logger-strategy.md",
-  "__html": "<h1>日志适配</h1>\n<p>自 <code>2.2.1</code> 开始,dubbo 开始内置 log4j、slf4j、jcl、jdk 这些日志框架的适配[1],也可以通过以下方式显示配置日志输出策略:</p>\n<ol start=\"0\">\n<li>\n<p>命令行</p>\n<pre><code class=\"language-sh\">  java -Ddubbo.application.logger=log4j\n</code></pre>\n</li>\n<li>\n<p>在 <code>dubbo.properties</code> 中指定</p>\n<pre><code>  dubbo.application.logger=log4j\n</code></pre>\n</li>\n<li>\n<p>在 <code>dubbo.xml</code> 中配置</p>\n<pre><code class=\"language-xml\">  <span class=\"hljs-tag\">&lt;<span clas [...]
+  "__html": "<h1>日志适配</h1>\n<p>自 <code>2.2.1</code> 开始,dubbo 开始内置 log4j、slf4j、jcl、jdk 这些日志框架的适配[1],也可以通过以下方式显式配置日志输出策略:</p>\n<ol start=\"0\">\n<li>\n<p>命令行</p>\n<pre><code class=\"language-sh\">  java -Ddubbo.application.logger=log4j\n</code></pre>\n</li>\n<li>\n<p>在 <code>dubbo.properties</code> 中指定</p>\n<pre><code>  dubbo.application.logger=log4j\n</code></pre>\n</li>\n<li>\n<p>在 <code>dubbo.xml</code> 中配置</p>\n<pre><code class=\"language-xml\">  <span class=\"hljs-tag\">&lt;<span clas [...]
   "link": "/zh-cn/docs/user/demos/logger-strategy.html",
   "meta": {}
 }
\ No newline at end of file