摘要:
4 bytes #define MOD 0x7fffffff int ELFhash(char*key) { unsigned long h=0; while(*key) { h = (h << 4) + *key++; unsigned long g = h & 0xF0000000L; if(g 阅读全文
摘要:
问题,python2在运行时提示如下错误中的一种: 1. UnicodeDecodeError: 'ascii' codec can't decode byte 0x1a in position 0: ordinal not in range(128) 2. UnicodeDecodeError:' 阅读全文
摘要:
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 阅读全文