多线程:写入数据库并主动绘制来自同一数据库的数据

时间:2018-09-10 13:01:26

标签: python-3.x multithreading tkinter sqlite

我使用Switch between two frames in tkinter创建多个页面。一页显示了数据库中数据的活动图。同时,我需要继续将数据写入同一数据库。我试图理解Python中的多线程概念,但是到目前为止还远远不够。这是我的单线程代码。(循环10次以在代码中写入数据,但理想情况下应该是location / { root /usr/share/nginx/html; index index.html index.htm; expires -1; add_header Pragma "no-cache"; add_header Cache-Control "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"; try_files $uri$args $uri$args/ $uri $uri/ /test/index.html =404; } 之类的东西,而write_db是布尔值,可以使用键盘上的按钮将其设置为True / False。页。)

注意:现在可以关闭此问题。使用WAL模式来解决。

while write_db==True:

0 个答案:

没有答案