Skip to content

Commit 06c3517

Browse files
authored
Revise the official website document for minor issues (#422)
1 parent 13eb283 commit 06c3517

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

src/UserGuide/Master/API/Programming-OPC-UA.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ insert into root.test.db(time, s2) values(now(), 2)
151151
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):
152152

153153
<div align="center">
154-
<img src="https://alioss.timecho.com/docs/img/OPCUA03.png" alt="" style="width: 60%;"/>
154+
<img src="https://alioss.timecho.com/docs/img/OPCUA18.png" alt="" style="width: 60%;"/>
155155
</div>
156156

157157
<div align="center">
@@ -165,7 +165,7 @@ insert into root.test.db(time, s2) values(now(), 2)
165165
</div>
166166

167167
<div align="center">
168-
<img src="https://alioss.timecho.com/docs/img/OPCUA06.png" alt="" style="width: 60%;"/>
168+
<img src="https://alioss.timecho.com/docs/img/OPCUA17.png" alt="" style="width: 60%;"/>
169169
</div>
170170

171171
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;
254254

255255
### Notes
256256

257-
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.
257+
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.
258258

259259
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.
260260

src/UserGuide/latest/API/Programming-OPC-UA.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ insert into root.test.db(time, s2) values(now(), 2)
151151
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):
152152

153153
<div align="center">
154-
<img src="https://alioss.timecho.com/docs/img/OPCUA03.png" alt="" style="width: 60%;"/>
154+
<img src="https://alioss.timecho.com/docs/img/OPCUA18.png" alt="" style="width: 60%;"/>
155155
</div>
156156

157157
<div align="center">
@@ -165,7 +165,7 @@ insert into root.test.db(time, s2) values(now(), 2)
165165
</div>
166166

167167
<div align="center">
168-
<img src="https://alioss.timecho.com/docs/img/OPCUA06.png" alt="" style="width: 60%;"/>
168+
<img src="https://alioss.timecho.com/docs/img/OPCUA17.png" alt="" style="width: 60%;"/>
169169
</div>
170170

171171
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;
254254

255255
### Notes
256256

257-
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.
257+
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.
258258

259259
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.
260260

src/zh/UserGuide/Master/API/Programming-OPC-UA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ start pipe p1;
249249

250250
### 注意事项
251251

252-
1. **单机与集群**建议使用1C1D单机版,如果集群中有多个 DataNode,可能数据会分散发送在各个 DataNode 上,无法收听到全量数据。
252+
1. **单机与集群**建议使用1C1D单机版,如果集群中有多个 DataNode,可能数据会分散发送在各个 DataNode 上,无法收听到全量数据。
253253

254254
2. **无需操作根目录下证书**:在证书操作过程中,无需操作 IoTDB security 根目录下的 `iotdb-server.pfx` 证书和 client security 目录下的 `example-client.pfx` 目录。Client 和 Server 双向连接时,会将根目录下的证书发给对方,对方如果第一次看见此证书,就会放入 reject dir,如果该证书在 trusted/certs 里面,则能够信任对方。
255255

src/zh/UserGuide/Master/Tools-System/Data-Export-Tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1. 导出工具介绍
44

5-
导出工具可以将 SQL 查询的数据导出为指定的格式,包含用于导出 TsFile 文件的 export-tsfile.sh/bat 脚本和支持 CSV 和 SQL 格式的导出的 export-data.sh/bat 脚本。
5+
导出工具可以将 SQL 查询的数据导出为指定的格式,包含用于导出 TsFile 文件的 `export-tsfile.sh/bat` 脚本和支持 CSV 和 SQL 格式的导出的 `export-data.sh/bat` 脚本。
66

77
## 2. 支持的数据类型
88

src/zh/UserGuide/latest/API/Programming-OPC-UA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ start pipe p1;
249249

250250
### 注意事项
251251

252-
1. **单机与集群**建议使用1C1D单机版,如果集群中有多个 DataNode,可能数据会分散发送在各个 DataNode 上,无法收听到全量数据。
252+
1. **单机与集群**建议使用1C1D单机版,如果集群中有多个 DataNode,可能数据会分散发送在各个 DataNode 上,无法收听到全量数据。
253253

254254
2. **无需操作根目录下证书**:在证书操作过程中,无需操作 IoTDB security 根目录下的 `iotdb-server.pfx` 证书和 client security 目录下的 `example-client.pfx` 目录。Client 和 Server 双向连接时,会将根目录下的证书发给对方,对方如果第一次看见此证书,就会放入 reject dir,如果该证书在 trusted/certs 里面,则能够信任对方。
255255

src/zh/UserGuide/latest/Tools-System/Data-Export-Tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1. 导出工具介绍
44

5-
导出工具可以将 SQL 查询的数据导出为指定的格式,包含用于导出 TsFile 文件的 export-tsfile.sh/bat 脚本和支持 CSV 和 SQL 格式的导出的 export-data.sh/bat 脚本。
5+
导出工具可以将 SQL 查询的数据导出为指定的格式,包含用于导出 TsFile 文件的 `export-tsfile.sh/bat` 脚本和支持 CSV 和 SQL 格式的导出的 `export-data.sh/bat` 脚本。
66

77
## 2. 支持的数据类型
88

0 commit comments

Comments
 (0)