You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: py/gxpa.py
+4-23Lines changed: 4 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@
20
20
# ping MySQL服务端,检查是否服务可用。# 如:0 = None = never, 1 = default = whenever it is requested, 2 = when a cursor is created, 4 = when a query is executed, 7 = always
21
21
host='127.0.0.1',
22
22
port=3306,
23
-
user='123',
24
-
password='123',
23
+
user='ys',
24
+
password='password',
25
25
database='ys',
26
26
charset='utf8'
27
27
)
@@ -31,31 +31,12 @@ class Ji:
31
31
def__init__(self, name, url):
32
32
self.name=name
33
33
self.url=url
34
-
35
-
proxys=[]
36
34
header= {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'}
Copy file name to clipboardExpand all lines: py/tagpa.py
+25-21Lines changed: 25 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@
19
19
setsession=[], # 开始会话前执行的命令列表。如:["set datestyle to ...", "set time zone ..."]
20
20
ping=0,
21
21
# ping MySQL服务端,检查是否服务可用。# 如:0 = None = never, 1 = default = whenever it is requested, 2 = when a cursor is created, 4 = when a query is executed, 7 = always
0 commit comments