摘要: 64位系统应将pthreadVC2.dll复制到C:\Windows\System32中,不然会出现报错:由于找不到pthreadVC2.dll 无法继续执行代码 重新安装程序可能会解决此问题 配置pthread多线程库的时候需要注意结构体timespec,这个结构体在time.h库中已经被声明,因 阅读全文
posted @ 2025-06-28 13:09 日暮_途远 阅读(51) 评论(0) 推荐(0)
摘要: Linux 执行文件的4种方式:test.txt(注意进程) ① source test.txt ② .test.txt ③ bash text.txt ④ ./test.txt Linux 文件目录说明: ① /usr:系统级的目录,可以理解为C:/Windows/,/usr/lib理解为C:/W 阅读全文
posted @ 2025-06-28 12:33 日暮_途远 阅读(4) 评论(0) 推荐(0)
摘要: import xlrd import os from configparser import ConfigParser wb = xlrd.open_workbook('Directory.xlsx') ws = wb.sheet_by_name('Class 14') row = ws.nrows 阅读全文
posted @ 2025-06-28 12:20 日暮_途远 阅读(11) 评论(0) 推荐(0)