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/04/22 05:12:02 UTC

[dubbo-website] branch asf-site updated: Automated deployment: Wed Apr 22 05:11:54 UTC 2020 34d50f902b9910121fe7352c68ebb1b79a8c05cb

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 82af424  Automated deployment: Wed Apr 22 05:11:54 UTC 2020 34d50f902b9910121fe7352c68ebb1b79a8c05cb
82af424 is described below

commit 82af424252505e3503fabf2133d1446a055ec04e
Author: htynkn <ht...@users.noreply.github.com>
AuthorDate: Wed Apr 22 05:11:54 2020 +0000

    Automated deployment: Wed Apr 22 05:11:54 UTC 2020 34d50f902b9910121fe7352c68ebb1b79a8c05cb
---
 en-us/docs/user/references/telnet.html | 2 ++
 en-us/docs/user/references/telnet.json | 2 +-
 zh-cn/docs/user/references/telnet.html | 2 ++
 zh-cn/docs/user/references/telnet.json | 2 +-
 4 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/en-us/docs/user/references/telnet.html b/en-us/docs/user/references/telnet.html
index 060a933..2daad56 100644
--- a/en-us/docs/user/references/telnet.html
+++ b/en-us/docs/user/references/telnet.html
@@ -64,6 +64,8 @@
 <li><code>invoke XxxService.xxxMethod(1234, &quot;abcd&quot;, {&quot;prop&quot; : &quot;value&quot;})</code>: invoke particular method for the given service</li>
 <li><code>invoke com.xxx.XxxService.XxxService.xxxMethod(1234, &quot;abcd&quot;, {&quot;prop&quot; : &quot;value&quot;})</code>: invoke particular method for the given service</li>
 <li><code>invoke xxxMethod(1234, &quot;abcd&quot;, {&quot;prop&quot; : &quot;value&quot;})</code>: invoke particular method for the default service</li>
+<li><code>invoke xxxMethod({&quot;name&quot;:&quot;zhangsan&quot;,&quot;age&quot;:12,&quot;class&quot;:&quot;org.apache.dubbo.qos.legacy.service.Person&quot;})</code> :When there is parameter overload, or the type conversion fails, you can specify the class to be converted by adding the class attribute</li>
+<li>When the parameter is Map&lt;Integer, T&gt; and the key type is Integer, it is recommended to specify the type. E.g:<code>invoke com.xxx.xxxApiService({&quot;3&quot;:0.123, &quot;class&quot;:&quot;java.util.HashMap&quot;})</code></li>
 </ol>
 <h3><code>select</code> <sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup></h3>
 <ol start="0">
diff --git a/en-us/docs/user/references/telnet.json b/en-us/docs/user/references/telnet.json
index 7414082..c21d35e 100644
--- a/en-us/docs/user/references/telnet.json
+++ b/en-us/docs/user/references/telnet.json
@@ -1,6 +1,6 @@
 {
   "filename": "telnet.md",
-  "__html": "<h1>Telnet Command Reference</h1>\n<p>Since <code>2.0.5</code> dubbo starts supporting to use telnet command to govern services.</p>\n<h2>How To Use</h2>\n<pre><code class=\"language-sh\">telnet localhost 20880\n</code></pre>\n<p>Or:</p>\n<pre><code class=\"language-sh\"><span class=\"hljs-built_in\">echo</span> status | nc -i 1 localhost 20880\n</code></pre>\n<p>It is possible to extend command <code>status</code> to check more resources, pls. refer to <a href=\"http://dubb [...]
+  "__html": "<h1>Telnet Command Reference</h1>\n<p>Since <code>2.0.5</code> dubbo starts supporting to use telnet command to govern services.</p>\n<h2>How To Use</h2>\n<pre><code class=\"language-sh\">telnet localhost 20880\n</code></pre>\n<p>Or:</p>\n<pre><code class=\"language-sh\"><span class=\"hljs-built_in\">echo</span> status | nc -i 1 localhost 20880\n</code></pre>\n<p>It is possible to extend command <code>status</code> to check more resources, pls. refer to <a href=\"http://dubb [...]
   "link": "/en-us/docs/user/references/telnet.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/user/references/telnet.html b/zh-cn/docs/user/references/telnet.html
index 85a91b0..c20d6b6 100644
--- a/zh-cn/docs/user/references/telnet.html
+++ b/zh-cn/docs/user/references/telnet.html
@@ -63,6 +63,8 @@
 <li><code>invoke XxxService.xxxMethod(1234, &quot;abcd&quot;, {&quot;prop&quot; : &quot;value&quot;})</code>: 调用服务的方法</li>
 <li><code>invoke com.xxx.XxxService.XxxService.xxxMethod(1234, &quot;abcd&quot;, {&quot;prop&quot; : &quot;value&quot;})</code>: 调用全路径服务的方法</li>
 <li><code>invoke xxxMethod(1234, &quot;abcd&quot;, {&quot;prop&quot; : &quot;value&quot;})</code>: 调用服务的方法(自动查找包含此方法的服务)</li>
+<li><code>invoke xxxMethod({&quot;name&quot;:&quot;zhangsan&quot;,&quot;age&quot;:12,&quot;class&quot;:&quot;org.apache.dubbo.qos.legacy.service.Person&quot;})</code> :当有参数重载,或者类型转换失败的时候,可以通过增加class属性指定需要转换类</li>
+<li>当参数为Map&lt;Integer,T&gt;,key的类型为Integer时,建议指定类型。例如<code>invoke com.xxx.xxxApiService({&quot;3&quot;:0.123, &quot;class&quot;:&quot;java.util.HashMap&quot;})</code></li>
 </ol>
 <h3><code>select</code> <sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup></h3>
 <ol start="0">
diff --git a/zh-cn/docs/user/references/telnet.json b/zh-cn/docs/user/references/telnet.json
index 2781ffd..5723940 100644
--- a/zh-cn/docs/user/references/telnet.json
+++ b/zh-cn/docs/user/references/telnet.json
@@ -1,6 +1,6 @@
 {
   "filename": "telnet.md",
-  "__html": "<h1>Telnet 命令参考手册</h1>\n<p>从 <code>2.0.5</code> 版本开始,dubbo 开始支持通过 telnet 命令来进行服务治理。</p>\n<h2>使用</h2>\n<pre><code class=\"language-sh\">telnet localhost 20880\n</code></pre>\n<p>或者:</p>\n<pre><code class=\"language-sh\"><span class=\"hljs-built_in\">echo</span> status | nc -i 1 localhost 20880\n</code></pre>\n<p>status命令所检查的资源也可以扩展,参见:<a href=\"../../dev/impls/status-checker.md\">扩展参考手册</a>。</p>\n<h2>命令</h2>\n<p>以下展示了 dubbo 内建的 telnet 命令的说明和用法,此外,telnet 命令还支持用户自行扩展,参见:<a href [...]
+  "__html": "<h1>Telnet 命令参考手册</h1>\n<p>从 <code>2.0.5</code> 版本开始,dubbo 开始支持通过 telnet 命令来进行服务治理。</p>\n<h2>使用</h2>\n<pre><code class=\"language-sh\">telnet localhost 20880\n</code></pre>\n<p>或者:</p>\n<pre><code class=\"language-sh\"><span class=\"hljs-built_in\">echo</span> status | nc -i 1 localhost 20880\n</code></pre>\n<p>status命令所检查的资源也可以扩展,参见:<a href=\"../../dev/impls/status-checker.md\">扩展参考手册</a>。</p>\n<h2>命令</h2>\n<p>以下展示了 dubbo 内建的 telnet 命令的说明和用法,此外,telnet 命令还支持用户自行扩展,参见:<a href [...]
   "link": "/zh-cn/docs/user/references/telnet.html",
   "meta": {}
 }
\ No newline at end of file