摘要:
The boot sequence of the Raspberry Pi is basically this: Stage 1 boot is in the on-chip ROM. Loads Stage 2 in the L2 cache Stage 2 is bootcode.bin. En 阅读全文
摘要:
有时候不小心把库装到错误的环境里,一个个卸载又很麻烦,使用下面的方法: 第一步:conda list --revisions 第二步:conda install --revision REV_NUM EDIT: be careful though if you execute conda insta 阅读全文