01 2023 档案
摘要:原因: 默认工程的日志缓存较小,缓存满后CANoe就自动停止了 解决办法:
阅读全文
摘要:windows下time.sleep(0.001) 会耗时15ms,最小精确到15ms ubuntu下time.sleep(0.001)会耗时1ms,最小可精确到0.1ms windows下解决办法: QueryPerformanceFrequency是操作系统的性能统计分辨率,也就是每秒钟统计多少
阅读全文
摘要:VirtualBox 新建虚拟机 Ubuntu 20.04 LTS 桌面版详细安装指南 系统分区: 1./swap交换分区,一般为你机器内存的两倍,少于这个容量,系统无法进入休眠。实质是硬盘上的交换空间而非分区,所以没有格式,默认休眠将数据储存于此,可以取消(如不用swap必须再设定方可休眠)——多
阅读全文
摘要:《CANoe开发入门到精通》源码: # # Example: Test Feature Set via Python # # This sample demonstrates how to start the test modules and test # configurations via CO
阅读全文