python 報錯處理

2021-09-24 18:59:10 字數 465 閱讀 4198

寫了個helloword程式,執行出錯了

file "f:\python\helloword\helloword.py", line 2

syntaxerror: non-ascii character '\xe5' in file f:\python\helloword\helloword.py on line 3, but no encoding declared; see for details

網上查詢了解決辦法,在python原始檔的最開始一行,加入一句:#coding=utf-8,完整的**可以執行如下:

#coding=utf-8

'''created on 2023年6月27日

@author: administrator

'''print("helloword");

print("你好世界");

報錯處理系列(python篇)

1.unicodedecodeerror gbk codec can t decode byte 0xa2 in position 2338 illegal multibyte sequence 關於編碼錯誤,我一開始是試著添乙個encoding utf 8 引數,最後發現也不可以,會報utf 8無...

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...