提交 72077f27 编写于 作者: D dingbo 提交者: gccgdb1234

docs: refine a statement

上级 330aec37
......@@ -20,4 +20,4 @@ func main() {
// use
// var taosDSN = "root:taosdata@tcp(localhost:6030)/dbName"
// if you want to connect to a default database.
// if you want to connect a specified database named "dbName".
......@@ -18,6 +18,6 @@ func main() {
defer taos.Close()
}
// use
// use
// var taosDSN = "root:taosdata@http(localhost:6041)/dbName"
// if you want to connect to a default database.
// if you want to connect a specified database named "dbName".
......@@ -22,4 +22,4 @@ public class JNIConnectExample {
// use
// String jdbcUrl = "jdbc:TAOS://localhost:6030/dbName?user=root&password=taosdata";
// if you want to connect to a default database.
\ No newline at end of file
// if you want to connect a specified database named "dbName".
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册