提交 8c9dc519 编写于 作者: D dingbo

docs: remove title id

上级 1bfe5571
......@@ -3,7 +3,7 @@ sidebar_label: Python
title: Connect with Python Connector
---
## Install Connector {#install}
## Install Connector
First, you need to install the `taospy` module version >= `2.3.3`. Run the command below in your terminal.
......@@ -13,7 +13,7 @@ pip3 install taospy>=2.3.3
You'll need to have Python3 installed.
## Config {#config}
## Config
Run this command in your terminal to save your URL and token as variables:
......@@ -29,7 +29,7 @@ You should replace above placeholders as real values. To obtain these values, pl
:::
<!-- exclude-end -->
## Connect {#connect}
## Connect
```python
import taosrest
......
......@@ -3,7 +3,7 @@ sidebar_label: Java
title: Connect with Java Connector
---
## Add Dependency {#install}
## Add Dependency
Build with Maven
......@@ -23,7 +23,7 @@ dependencies {
}
```
## Config {#config}
## Config
Run this command in your terminal to save your url and token as variables:
......@@ -40,7 +40,7 @@ You should replace above placeholders as real values. To obtain these values, pl
:::
<!-- exclude-end -->
## Connect {#connect}
## Connect
```java
import com.taosdata.jdbc.rs.RestfulConnection;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册