NGV换源

This commit is contained in:
2026-01-14 15:13:44 +08:00
parent 1ef81def0f
commit 25795f4a2d
9 changed files with 1964 additions and 66 deletions
+4 -4
View File
@@ -551,8 +551,8 @@
{
"metadata": {
"ExecuteTime": {
"end_time": "2025-08-21T02:06:22.956060Z",
"start_time": "2025-08-21T02:06:22.797879Z"
"end_time": "2026-01-13T03:20:16.053485200Z",
"start_time": "2026-01-13T03:20:15.845522200Z"
}
},
"cell_type": "code",
@@ -577,7 +577,7 @@
"} # 衡时数据库链接配置-mysql\n",
"\n",
"# 表名\n",
"table_name = \"test\" # 请替换为实际的表名\n",
"table_name = \"jdy_ngv_data_source\" # 请替换为实际的表名\n",
"\n",
"# 连接数据库\n",
"connection = mysql.connector.connect(\n",
@@ -605,7 +605,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"成功删除表 test\n"
"成功删除表 jdy_ngv_data_source\n"
]
}
],