提交 7ae4195a 编写于 作者: D dingbo

docs: connect

上级 70da61f4
...@@ -79,4 +79,4 @@ Code bellow get JDBC URL from environment variables first and then create a `Con ...@@ -79,4 +79,4 @@ Code bellow get JDBC URL from environment variables first and then create a `Con
{{#include docs/examples/java/src/main/java/com/taos/example/ConnectCloudExample.java:connect}} {{#include docs/examples/java/src/main/java/com/taos/example/ConnectCloudExample.java:connect}}
``` ```
The client connection is then established. For how to write data and query data using the connection, please refer to [usage-examples](https://docs.tdengine.com/reference/connector/java#usage-examples). <!---The client connection is then established. For how to write data and query data, please refer to [Insert Data](https://docs.tdengine.com/cloud/develop/insert-data#connector-examples) and [Query Data](https://docs.tdengine.com/cloud/develop/query-data/#connector-examples).--->
\ No newline at end of file
...@@ -80,4 +80,6 @@ Finally, test the connection: ...@@ -80,4 +80,6 @@ Finally, test the connection:
``` ```
go run main.go go run main.go
``` ```
\ No newline at end of file
<!---The client connection is then established. For how to write data and query data, please refer to [Insert Data](https://docs.tdengine.com/cloud/develop/insert-data#connector-examples) and [Query Data](https://docs.tdengine.com/cloud/develop/query-data/#connector-examples).--->
...@@ -62,4 +62,5 @@ Copy following code to `main.rs`. ...@@ -62,4 +62,5 @@ Copy following code to `main.rs`.
{{#include docs/examples/rust/cloud-example/src/main.rs}} {{#include docs/examples/rust/cloud-example/src/main.rs}}
``` ```
Then you can execute `cargo run` to test the connection. Then you can execute `cargo run` to test the connection.
\ No newline at end of file <!---The client connection is then established. For how to write data and query data, please refer to [Insert Data](https://docs.tdengine.com/cloud/develop/insert-data#connector-examples) and [Query Data](https://docs.tdengine.com/cloud/develop/query-data/#connector-examples).--->
...@@ -65,3 +65,4 @@ async function test() { ...@@ -65,3 +65,4 @@ async function test() {
test(); test();
``` ```
<!---The client connection is then established. For how to write data and query data, please refer to [Insert Data](https://docs.tdengine.com/cloud/develop/insert-data#connector-examples) and [Query Data](https://docs.tdengine.com/cloud/develop/query-data/#connector-examples).--->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册