
试错
文章平均质量分 52
体系结构论文研讨会
开源、开放、开拓!
展开
-
Linux系统的安装与卸载
ubuntu22.04的安装和卸载一些试错,参考资料的都在参考中原创 2022-09-09 16:42:14 · 1625 阅读 · 0 评论 -
[一直出错] Ubuntu22.04 系统添加中文输入法
Ubuntu22.04 系统添加中文输入法步骤没错,但输入不了中文,试试截图所示的 keyboaed inout method stystem选择none原创 2022-09-08 15:12:28 · 890 阅读 · 1 评论 -
#02 python运行程序报错:‘>‘ not supported between instances of ‘NoneType‘ and ‘int‘
```pythonimport openpyxlimport numpy as npimport matplotlib.pyplot as pltimport mathimport randomimport sympyimport os def array_frequent(lst): from collections import Counter HF = Counter(lst).most_common(1) return HF[0][0] #数据打开文.原创 2021-10-05 20:55:42 · 8362 阅读 · 1 评论