03 2020 档案

摘要:问题,python2在运行时提示如下错误中的一种: 1. UnicodeDecodeError: 'ascii' codec can't decode byte 0x1a in position 0: ordinal not in range(128) 2. UnicodeDecodeError:' 阅读全文
posted @ 2020-03-19 16:07 sciapex 阅读(215) 评论(0) 推荐(0)
摘要:TAB for more information Boot Entry Linux >root=(hd0,1) #linux img/linux root(hd0, gpt1), (hd1, msdos1) >linux /boot/linuz-X.X.X.img root=/dev/sdb1 >i 阅读全文
posted @ 2020-03-15 10:40 sciapex 阅读(256) 评论(0) 推荐(0)
摘要:1. download kernel(5.5.9) mirror:https://mirrors.tuna.tsinghua.edu.cn/kernel/v5.x/ 2. install other soft soft-devel... a. open-ssl, ncurses, ncurses-d 阅读全文
posted @ 2020-03-13 23:21 sciapex 阅读(189) 评论(0) 推荐(0)
摘要:fatal error: gnu/stubs-32.h: No such file or directory or cannot find -lgcc_s 1. sudo dnf install libstdc++-devel.i686 2. sudo dnf install glibc-devel 阅读全文
posted @ 2020-03-09 21:53 sciapex 阅读(265) 评论(0) 推荐(0)