ubuntu系統開機報錯處理
問題描述:
問題處理:
ubuntu修復工具:
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
1- boot your linux distribution on usb or cd
2- live boot your system on the usb or cd key
3- in command line type: mount /dev/sda1(or your dist partition) /mnt
4- chroot /mnt
5- nano /etc/resolv.conf (in this file, put this line: nameserver 8.8.8.8)
6- apt-get install init
ldd是list, dynamic, dependencies的縮寫, 意思是, 列出動態庫依賴關係。
ldd /sbin/init使用命令檢視依賴的庫檔案是否都存在
ZF報錯處理
fatal error uncaught exception zend controller response exception with message cannot send headers headers already sent inind xampp php pear z end con...
oracle報錯處理
這裡的序號 1.2.3.不是步驟,而是每個單獨問題。1.不登入鏈結資料庫 sqlplus nolog 2.oracle檢視並修改最大連線數 alter system set processes 1000 scope spfile alter system set session 1105 scope...
python 報錯處理
寫了個helloword程式,執行出錯了 file f python helloword helloword.py line 2 syntaxerror non ascii character xe5 in file f python helloword helloword.py on line 3...