摘要:
在学python多线程的时候,照着网上的代码,一模一样的!!别人多线程,我一直单线程,很离谱。 代码如下 import threading import time def job_1(): print('This is a new threading') for i in range(10): ti 阅读全文
摘要:
在安装环境变量时,可能会遇上 The CATALINA_HOME environment variable is not defined correctlyThis environment variable is needed to run this program 这时候要在环境变量里配置好 CA 阅读全文