摘要:
Adjust your python to version no less than 3.7, (use conda do it if your default python is not 3.7) a config error, as: ERROR: Dependency "pixman-1" n 阅读全文
摘要:
Refer To: https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml For Device Section: DEVICE SECTIONThe config file may have multiple Device 阅读全文
摘要:
如下示例, import multiprocessing import random def worker(base_num, queue): for _ in range(1000): queue.put(base_num + random.randint(0, 99)) print('{} en 阅读全文