Skip to content

Commit 061c54e

Browse files
committed
Update README_CN.md
1 parent 7e2f791 commit 061c54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ conn.run("script");
227227

228228
除了运行脚本之外,run命令还可以直接在远程DolphinDB服务器上执行DolphinDB内置或用户自定义函数。若`run`方法只有一个参数,则该参数为脚本;若`run`方法有两个参数,则第一个参数为DolphinDB中的函数名,第二个参数是该函数的参数。
229229

230-
注意:输入 *function* 参数时请保证前后无多余空格,且确保对应函数存在否则在执行`DBConnection.run(String function, List<Entity> arguments)`时会出现以下报错:
230+
注意:输入 *function* 参数时请保证前后无多余空格,且确保对应函数存在否则在执行`DBConnection.run(String function, List<Entity> arguments)`时会出现以下报错:
231231

232232
```java
233233
Server response: 'Can't recognize function name functionA ' function: 'functionA '

0 commit comments

Comments
 (0)