AVATAR阿凡達眾籌系統開發說明合約技術

caiayu1234發表於2023-02-17

  AVATAR阿凡達眾籌系統開發,I88 system 1928 development 8024number,Last week,my parents went to Guilin to visit their friends,so I have the chance to go toGuilin with them.I felt so excited,I had heard about Guilin many times,people told me thatthe scenery there was very beautiful


  在PyCharm的最右下角有個的樣子,單擊點開就可看到Power Save Mode選項


  在這個Current inspection profile中可以設定Highlighting Level即檢查程式碼嚴格程度。(過多的不致命波浪線就是這個造成的)


  但是實際上在補全程式碼的時候,我這樣設定以後並不會提示匯入”包”。我也不知道為什麼~


  設定預設PyCharm解析器:


  操作如下:


  Python–>Preferences–>Project Interpreter–>Python Interpreter點選“+”號選擇系統安裝的Python。


  然後再返回Project Interpreter,選擇剛新增的直譯器。####設定編輯器“顏色與字型”主題


  File->Settings->Editor->Colors&Fonts->Scheme name->選擇“Darcula”


  說明:先選擇“Darcula”,再“Save As”一份,命名為“qianyunlai.com”,因為預設的主題是“只讀的”,一些字型大小顏色什麼的都不能修改,複製一份後方可修改!修改字型大小


  File->Settings->Editor->Colors&Fonts->Font->Size->設定為“14”


  “程式碼自動完成”時間延時設定


  File->Settings->Editor->Code Completion


  ->Auto code completion in(ms):0


  ->Autopopup in(ms):500


  PyCharm3.0預設快捷鍵(翻譯的)


  PyCharm Default Keymap


  1、編輯(Editing)


  Ctrl+Space基本的程式碼完成(類、方法、屬性)


  Ctrl+Alt+Space快速匯入任意類


  Ctrl+Shift+Enter語句完成


  Ctrl+P引數資訊(在方法中呼叫引數)


  Ctrl+Q快速檢視檔案


  F1外部檔案


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69973864/viewspace-2935709/,如需轉載,請註明出處,否則將追究法律責任。

相關文章