硬件操作系统国产化路漫漫,由此可见华为的厉害。
今天在香橙派上用自己编译的python导入pandas时,报错:
from _bz2 import BZ2Compressor, BZ2Decompressor ImportError: No module named '_bz2'ImportError: No module named '_bz2'。
但是用apt-get install python3就不会。自己处理python的依赖非常的麻烦,但是可以学到很多东西。也很感谢公司给的机会。
A 边界上的蚂蚁 模拟 class Solution {
public:int returnToBoundaryCount(vector<int> &nums) {int s 0;int res 0;for (auto x: nums) {s x;if (s 0)res;}return res;}
};B 将单词恢复初始状态所需的最短时间 I 枚举:若经过 i i i 秒后 w o r d w…