reee
This commit is contained in:
parent
b2fb5b4d75
commit
d8096263c5
1539
10001.html
1539
10001.html
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1,33 +1,10 @@
|
||||
'''
|
||||
"""
|
||||
你可能在这里看到一些匪夷所思的代码,因为有些已经没用的功能,还没来得及删。
|
||||
bugs
|
||||
“设置”是新加的内容,但问题很多,你可以试试。
|
||||
“倒计时”的结束时间必须在今天,如果结束时间是第二天会立刻停止,知道原因,但没来得及改。
|
||||
“查看并复制”如果一项作业太长,就会显示不全,也知道原因,但懒得改(毕竟可以看word)。
|
||||
'''
|
||||
'''
|
||||
* _ooOoo_
|
||||
* o8888888o
|
||||
* 88" . "88
|
||||
* (| -_- |)
|
||||
* O\ = /O
|
||||
* ____/`---'\____
|
||||
* . ' \\| |// `.
|
||||
* / \\||| : |||// \
|
||||
* / _||||| -:- |||||- \
|
||||
* | | \\\ - /// | |
|
||||
* | \_| ''\---/'' | |
|
||||
* \ .-\__ `-` ___/-. /
|
||||
* ___`. .' /--.--\ `. . __
|
||||
* ."" '< `.___\_<|>_/___.' >'"".
|
||||
* | | : `- \`.;`\ _ /`;.`/ - ` : | |
|
||||
* \ \ `-. \_ __\ /__ _/ .-` / /
|
||||
* ======`-.____`-.___\_____/___.-`____.-'======
|
||||
* `=---='
|
||||
*
|
||||
* .............................................
|
||||
* 万分感谢
|
||||
'''
|
||||
"""
|
||||
|
||||
from threading import Thread
|
||||
from tkinter import *
|
||||
@ -651,11 +628,11 @@ def homework():
|
||||
|
||||
def feedback():
|
||||
tkinter.messagebox.showinfo('', '敬请期待')
|
||||
'''
|
||||
"""
|
||||
with open('support/code.txt','r+') as f:
|
||||
for x in f.readlines():
|
||||
tkinter.Label(root,text=x,justify='lest',width=18).grid(column=0)
|
||||
'''
|
||||
"""
|
||||
|
||||
def edit(con):
|
||||
for child in root.grid_slaves():
|
||||
@ -1458,7 +1435,7 @@ def clean():
|
||||
|
||||
def report():
|
||||
pass
|
||||
'''
|
||||
"""
|
||||
wait_window = tkinter.Toplevel(root)
|
||||
b1 = tkinter.Scrollbar(wait_window, width=40)
|
||||
b1.place(relx=0.5,rely=0.5,anchor='center')
|
||||
@ -1476,7 +1453,7 @@ def report():
|
||||
pp = tkinter.Button(wait_window, text="确定", command=wait_window.destroy)
|
||||
pp.place(relx=0.5,rely=1,anchor='s')
|
||||
wait_window.wait_window()
|
||||
'''
|
||||
"""
|
||||
|
||||
|
||||
def ver():
|
||||
@ -1500,7 +1477,7 @@ def taskmgr():
|
||||
|
||||
except Exception as e:
|
||||
log(str(e) + 'line 874', 'error')
|
||||
'''for window_title in windows:
|
||||
"""for window_title in windows:
|
||||
try:
|
||||
window = pygetwindow.getWindowsWithTitle(window_title)[0]
|
||||
except Exception as e:
|
||||
@ -1529,7 +1506,7 @@ def taskmgr():
|
||||
except:
|
||||
pass
|
||||
except Exception as e:
|
||||
log(str(e)+'line 874', 'error')'''
|
||||
log(str(e)+'line 874', 'error')"""
|
||||
time.sleep(1)
|
||||
|
||||
|
||||
@ -1579,7 +1556,7 @@ def check_score():
|
||||
time.sleep(check_resttime())
|
||||
|
||||
|
||||
'''
|
||||
"""
|
||||
for window_title in windows:
|
||||
try:
|
||||
window = pygetwindow.getWindowsWithTitle(window_title)[0]
|
||||
@ -1600,7 +1577,7 @@ def check_score():
|
||||
t5.start()
|
||||
except Exception as e:
|
||||
log(str(e)+'line 899', 'error')
|
||||
'''
|
||||
"""
|
||||
speed = 50
|
||||
t1 = Thread(target=clean, args=())
|
||||
t2 = Thread(target=loading)
|
||||
@ -1610,7 +1587,7 @@ t1.start()
|
||||
t2.start()
|
||||
# t4.start()
|
||||
t5.start()
|
||||
'''
|
||||
"""
|
||||
def verify_password(pwd):
|
||||
if pwd=='xinshijie2002':
|
||||
toplevels.destroy()
|
||||
@ -1651,4 +1628,4 @@ while 1:
|
||||
toplevels.mainloop()
|
||||
else:
|
||||
time.sleep(check_resttime())
|
||||
'''
|
||||
"""
|
Loading…
Reference in New Issue
Block a user