🍕
是py不是pi
  • Python學習筆記
  • 命名規則
  • terminal中執行
  • 版本管理
  • 虛擬環境
  • python套件管理工具
    • pip指令集
  • 引用.py
  • suite(程式碼區塊)
  • 全域變數
  • String
  • Boolean
  • dict(Object) & list(Array)
  • Tuple(元組)
  • byte
  • function
  • 迴圈
  • datetime
  • 常用方法
  • Try-Catch
  • open 檔案相關應用
  • os 檔案相關應用
  • 裝飾函数
  • 封裝
  • 打包
  • pickle
    • 存取
  • pandas
    • DataFrame
      • Other data edit
      • 判斷
      • Transfer data format
  • FastAPI
    • 安裝
    • 啟動
    • 啟動 in Pycharm
    • swagger.example
    • CORS
    • .ini
    • path做參數
    • user IP
  • radis
    • 常用指令
  • sqlalchemy
    • create_engine
    • oracle - 中文亂碼
    • 參考s
  • PyCharm
    • 排版
    • root設定
    • git相關設定
    • TODO
    • 使用小技巧
  • VScode
    • Page 2
  • 參考資料
Powered by GitBook
On this page
  1. PyCharm

root設定

根目錄位置指定

情境:因為跟web放在一塊兒,python環境root不是專案資料夾(多一層)。

  1. 上方menu:settings...

  2. Project:[projectName]

  3. Project Structure

  4. 右鍵點目標資料夾,選sources

Previous排版Nextgit相關設定

Last updated 2 years ago