Compare commits
No commits in common. "53c26f859528430d400812233ac6ea263fdf3f64" and "9d59f9f1c33bc09cc1fcfb42d996a82c4b2854a9" have entirely different histories.
53c26f8595
...
9d59f9f1c3
2
main.py
2
main.py
@ -49,7 +49,7 @@ class MyPlugin(Star):
|
|||||||
,db='saipo' # 数据库名称
|
,db='saipo' # 数据库名称
|
||||||
,charset='utf8' # 字符编码
|
,charset='utf8' # 字符编码
|
||||||
)
|
)
|
||||||
cur = conn.cursor()
|
#cur = conn.cursor()
|
||||||
time = [];V = [];a = [];b = []
|
time = [];V = [];a = [];b = []
|
||||||
for i in range(0,10):
|
for i in range(0,10):
|
||||||
time.append(round(random.uniform(1, 600), 2))
|
time.append(round(random.uniform(1, 600), 2))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user