diff --git a/src/UserGuide/Master/API/Programming-OPC-UA.md b/src/UserGuide/Master/API/Programming-OPC-UA.md index e5bbaee26..703b47c68 100644 --- a/src/UserGuide/Master/API/Programming-OPC-UA.md +++ b/src/UserGuide/Master/API/Programming-OPC-UA.md @@ -151,7 +151,7 @@ insert into root.test.db(time, s2) values(now(), 2) 3. Configure the connection to IoTDB in UAExpert, where the password should be set to the one defined in the sink.password parameter (using the default password "root" as an example):
- +
@@ -165,7 +165,7 @@ insert into root.test.db(time, s2) values(now(), 2)
- +
5. You can drag the node on the left to the center and display the latest value of that node: @@ -254,7 +254,7 @@ start pipe p1; ### Notes -1. **stand alone and cluster:**It is recommended to use a 1C1D (one coordinator and one data node) single machine version. If there are multiple DataNodes in the cluster, data may be sent in a scattered manner across various DataNodes, and it may not be possible to listen to all the data. +1. **stand alone and cluster:**It is recommended to use a 1C1D (one coordinator and one data node) single machine version. If there are multiple DataNodes in the cluster, data may be sent in a scattered manner across various DataNodes, and it may not be possible to listen to all the data. 2. **No Need to Operate Root Directory Certificates:** During the certificate operation process, there is no need to operate the `iotdb-server.pfx` certificate under the IoTDB security root directory and the `example-client.pfx` directory under the client security directory. When the Client and Server connect bidirectionally, they will send the root directory certificate to each other. If it is the first time the other party sees this certificate, it will be placed in the reject dir. If the certificate is in the trusted/certs, then the other party can trust it. diff --git a/src/UserGuide/latest/API/Programming-OPC-UA.md b/src/UserGuide/latest/API/Programming-OPC-UA.md index e5bbaee26..703b47c68 100644 --- a/src/UserGuide/latest/API/Programming-OPC-UA.md +++ b/src/UserGuide/latest/API/Programming-OPC-UA.md @@ -151,7 +151,7 @@ insert into root.test.db(time, s2) values(now(), 2) 3. Configure the connection to IoTDB in UAExpert, where the password should be set to the one defined in the sink.password parameter (using the default password "root" as an example):
- +
@@ -165,7 +165,7 @@ insert into root.test.db(time, s2) values(now(), 2)
- +
5. You can drag the node on the left to the center and display the latest value of that node: @@ -254,7 +254,7 @@ start pipe p1; ### Notes -1. **stand alone and cluster:**It is recommended to use a 1C1D (one coordinator and one data node) single machine version. If there are multiple DataNodes in the cluster, data may be sent in a scattered manner across various DataNodes, and it may not be possible to listen to all the data. +1. **stand alone and cluster:**It is recommended to use a 1C1D (one coordinator and one data node) single machine version. If there are multiple DataNodes in the cluster, data may be sent in a scattered manner across various DataNodes, and it may not be possible to listen to all the data. 2. **No Need to Operate Root Directory Certificates:** During the certificate operation process, there is no need to operate the `iotdb-server.pfx` certificate under the IoTDB security root directory and the `example-client.pfx` directory under the client security directory. When the Client and Server connect bidirectionally, they will send the root directory certificate to each other. If it is the first time the other party sees this certificate, it will be placed in the reject dir. If the certificate is in the trusted/certs, then the other party can trust it. diff --git a/src/zh/UserGuide/Master/API/Programming-OPC-UA.md b/src/zh/UserGuide/Master/API/Programming-OPC-UA.md index 74db4c9d2..ea23ccfbc 100644 --- a/src/zh/UserGuide/Master/API/Programming-OPC-UA.md +++ b/src/zh/UserGuide/Master/API/Programming-OPC-UA.md @@ -249,7 +249,7 @@ start pipe p1; ### 注意事项 -1. **单机与集群:**建议使用1C1D单机版,如果集群中有多个 DataNode,可能数据会分散发送在各个 DataNode 上,无法收听到全量数据。 +1. **单机与集群**:建议使用1C1D单机版,如果集群中有多个 DataNode,可能数据会分散发送在各个 DataNode 上,无法收听到全量数据。 2. **无需操作根目录下证书**:在证书操作过程中,无需操作 IoTDB security 根目录下的 `iotdb-server.pfx` 证书和 client security 目录下的 `example-client.pfx` 目录。Client 和 Server 双向连接时,会将根目录下的证书发给对方,对方如果第一次看见此证书,就会放入 reject dir,如果该证书在 trusted/certs 里面,则能够信任对方。 diff --git a/src/zh/UserGuide/Master/Tools-System/Data-Export-Tool.md b/src/zh/UserGuide/Master/Tools-System/Data-Export-Tool.md index ef57e0c12..5cc617de8 100644 --- a/src/zh/UserGuide/Master/Tools-System/Data-Export-Tool.md +++ b/src/zh/UserGuide/Master/Tools-System/Data-Export-Tool.md @@ -2,7 +2,7 @@ ## 1. 导出工具介绍 -导出工具可以将 SQL 查询的数据导出为指定的格式,包含用于导出 TsFile 文件的 export-tsfile.sh/bat 脚本和支持 CSV 和 SQL 格式的导出的 export-data.sh/bat 脚本。 +导出工具可以将 SQL 查询的数据导出为指定的格式,包含用于导出 TsFile 文件的 `export-tsfile.sh/bat` 脚本和支持 CSV 和 SQL 格式的导出的 `export-data.sh/bat` 脚本。 ## 2. 支持的数据类型 diff --git a/src/zh/UserGuide/latest/API/Programming-OPC-UA.md b/src/zh/UserGuide/latest/API/Programming-OPC-UA.md index 74db4c9d2..ea23ccfbc 100644 --- a/src/zh/UserGuide/latest/API/Programming-OPC-UA.md +++ b/src/zh/UserGuide/latest/API/Programming-OPC-UA.md @@ -249,7 +249,7 @@ start pipe p1; ### 注意事项 -1. **单机与集群:**建议使用1C1D单机版,如果集群中有多个 DataNode,可能数据会分散发送在各个 DataNode 上,无法收听到全量数据。 +1. **单机与集群**:建议使用1C1D单机版,如果集群中有多个 DataNode,可能数据会分散发送在各个 DataNode 上,无法收听到全量数据。 2. **无需操作根目录下证书**:在证书操作过程中,无需操作 IoTDB security 根目录下的 `iotdb-server.pfx` 证书和 client security 目录下的 `example-client.pfx` 目录。Client 和 Server 双向连接时,会将根目录下的证书发给对方,对方如果第一次看见此证书,就会放入 reject dir,如果该证书在 trusted/certs 里面,则能够信任对方。 diff --git a/src/zh/UserGuide/latest/Tools-System/Data-Export-Tool.md b/src/zh/UserGuide/latest/Tools-System/Data-Export-Tool.md index ef57e0c12..5cc617de8 100644 --- a/src/zh/UserGuide/latest/Tools-System/Data-Export-Tool.md +++ b/src/zh/UserGuide/latest/Tools-System/Data-Export-Tool.md @@ -2,7 +2,7 @@ ## 1. 导出工具介绍 -导出工具可以将 SQL 查询的数据导出为指定的格式,包含用于导出 TsFile 文件的 export-tsfile.sh/bat 脚本和支持 CSV 和 SQL 格式的导出的 export-data.sh/bat 脚本。 +导出工具可以将 SQL 查询的数据导出为指定的格式,包含用于导出 TsFile 文件的 `export-tsfile.sh/bat` 脚本和支持 CSV 和 SQL 格式的导出的 `export-data.sh/bat` 脚本。 ## 2. 支持的数据类型