From d745a0c9ef5fd5925e1c106bd84b9ccbb5a2171c Mon Sep 17 00:00:00 2001 From: chen jinqian Date: Mon, 22 Apr 2024 15:26:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=81=E6=B3=A2=E4=B8=AD?= =?UTF-8?q?=E4=BB=8B=E8=B6=85=E5=B8=82=E6=8F=90=E5=8F=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crawler.py | 1 + dbsearch.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/crawler.py b/crawler.py index 8be7f2b..1dff33f 100644 --- a/crawler.py +++ b/crawler.py @@ -1,6 +1,7 @@ #!/usr/bin/python3 """ =========================================================================================== +文件名称:crawler.py 这是一个用于爬取采购信息的模块 要处理采购公告信息。主要涉及sc_cggg, calalog, catalogdata, readlog四张表 =========================================================================================== diff --git a/dbsearch.py b/dbsearch.py index f4f94c8..ea372b4 100644 --- a/dbsearch.py +++ b/dbsearch.py @@ -1,4 +1,6 @@ #!/usr/bin/python3 +# dbsearch.py +# import pymysql from properties import Properties