shaoeChen
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    2
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    Book_Python Flask實作記錄 === 這是一本關於flask的實作book! 跟著一步一步向前走就可以進入flask的世界 Flask_基礎 --- - [編輯記錄](https://hackmd.io/s/S1dY8vepQ) - [Flask實作_基礎_00_前言](https://hackmd.io/s/rkgXYoBeG) - [Flask實作_基礎_01_建立第一個app](https://hackmd.io/s/SyP4YEnef) - [Flask實作_基礎_02_透過url傳值](https://hackmd.io/s/H1CMTVheG) - [Flask實作_基礎_03_簡述url_for與route](https://hackmd.io/s/BkApyHhgf) - [Flask實作_基礎_04_什麼是app.debug?](https://hackmd.io/s/H10_LR2gz) - [Flask實作_基礎_05_render_template](https://hackmd.io/s/HJkOuSagf) - [Flask實作_基礎_06_render_template + 參數](https://hackmd.io/s/SJpXnBTez) - [Flask實作_基礎_07_POST and GET](https://hackmd.io/s/SytJ0WTxG) - [Flask實作_基礎_08_form action url_for](https://hackmd.io/s/Bk2QpUAlG) - [Flask實作_基礎_09_redirect after some action](https://hackmd.io/s/rkpy9CGZz) - [Flask實作_基礎_10_flash message](https://hackmd.io/s/BkkbvYIff) - [Flask實作_基礎_11_jinja2_樣板繼承](https://hackmd.io/s/B1Fg-6j-z) - [Flask實作_基礎_12_jinja2_樣板繼承_保留父類樣板資訊](https://hackmd.io/s/S1ujRT2ZM) Flask_建立使用者註冊頁面 --- - [Flask實作_建置一個使用者註冊頁面_00_說明](https://hackmd.io/s/S1xPnNgqQ) - [Flask實作_建置一個使用者註冊頁面_01_基板](https://hackmd.io/s/SJmhFpXmf) - [Flask實作_建置一個使用者註冊頁面_02_專案架構說明](https://hackmd.io/s/HyP-nW9mf) - [Flask實作_建置一個使用者註冊頁面_03_調整專案架構](https://hackmd.io/s/ryGTXNsQG) - [Flask實作_建置一個使用者註冊頁面_04_調整系統配置](https://hackmd.io/s/ryXdT527z) - [Flask實作_建置一個使用者註冊頁面_05_密碼加密](https://hackmd.io/s/SkSeIBii7) - [Flask實作_建置一個使用者註冊頁面_06_註冊確認信寄出](https://hackmd.io/s/BkRcq_sNf) - [Flask實作_建置一個使用者註冊頁面_07產生一個用戶認證連結](https://hackmd.io/s/ryhSwsOBM) - [Flask實作_建置一個使用者註冊頁面_08_註冊驗證_完成註冊功能](https://hackmd.io/s/rkHVRxqSM) Flask_建立使用者登入功能 --- - [Flask實作_使用者登入功能_00_使用者登入篇導論](https://hackmd.io/s/ry_HjCZIG) - [Flask實作_使用者登入功能_01_優化Html版面_設置base基版](https://hackmd.io/s/rkWaEdd8M) - [Flask實作_使用者登入功能_02_調整register頁面](https://hackmd.io/s/BJM_IAzC7) - [Flask實作_使用者登入功能_03_使用者登入_完成login功能](https://hackmd.io/s/HJLHA-JPf) - [Flask實作_使用者登入功能_04_使用者登入_結合flask-login](https://hackmd.io/s/HyIArp-wG) - [Flask實作_使用者登入功能_05_重新發送驗證](https://hackmd.io/s/SylGkUnPz) - [Flask實作_使用者登入功能_06_密碼變更](https://hackmd.io/s/BJYUlmudM) - [Flask實作_使用者登入功能_07_密碼遺失申請](https://hackmd.io/s/Hkvs1Dpuz) Flask_開始建置頁面內容__調整中 --- - [Flask實作_開始建置頁面內容_00_開始建置頁面內容導論](https://hackmd.io/s/rJgkf2NKz) - [Flask實作_開始建置頁面內容_01_專案加入blueprint](https://hackmd.io/s/SyLs8i8Yz) - [Flask實作_開始建置頁面內容_02_blog](https://hackmd.io/UoBZiq_MR1uCvkSit-h6Sg) - [Flask實作_開始建置頁面內容_03_UserInfo_首頁調整](https://hackmd.io/s/BkZ8GLtFM) - [Flask實作_開始建置頁面內容_04_UserInfo_使用者資訊編輯](https://hackmd.io/s/ryBBbXjKz) - [Flask實作_開始建置頁面內容_05_UserInfo_作者關於我](https://hackmd.io/s/SJhOZt0tz) - [Flask實作_開始建置頁面內容_06_UserInfo_如何處理abort](https://hackmd.io/s/ry90iF0FM) - [Flask實作_開始建置頁面內容_07_blog_main](https://hackmd.io/s/H1yjIFfcf) - [Flask實作_開始建置頁面內容_08_blog_post_建立文章](https://hackmd.io/s/B17shT3sz) - [Flask實作_開始建置頁面內容_09_blog_post_文章呈現](https://hackmd.io/s/HJVGY2Enf) - [Flask實作_開始建置頁面內容_10_blog_post_加入markdown](https://hackmd.io/s/HJ_qhKepz) - [Flask實作_開始建置頁面內容_11_blog_post_加入編輯功能](https://hackmd.io/s/HkWQMF46f) - [Flask實作_開始建置頁面內容_12_blog_post_加入分頁功能](https://hackmd.io/s/rJriVGpCz) - [Flask實作_開始建置頁面內容_13_替blog加上一個封面](https://hackmd.io/s/B1mbjGglm) - [Flask實作_開始建置頁面內容_14_變更blog封面](https://hackmd.io/s/r1zBIoRlX) - [Flask實作_開始建置頁面內容_15_加入多語系](https://hackmd.io/s/Sydgiqsz7) Flask_權限控管 --- - [Flask實作_權限控管_01_規劃](https://hackmd.io/s/B1xz60EQm) - [Flask實作_權限控管_02_建置相關資料表](https://hackmd.io/s/HyciF3_XQ) - [Flask實作_權限控管_03_取得使用者權限](https://hackmd.io/s/H1BuRGgEX) - [Flask實作_權限控管_04_判斷是否擁有權限](https://hackmd.io/s/SJ1RXK347) - [Flask實作_權限控管_05_ViewFunction管理](https://hackmd.io/s/SJuk0nFB7) - [Flask實作_權限控管_06_ViewFunction管理_建置分頁macro](https://hackmd.io/s/r1RIcek87) - [Flask實作_權限控管_07_角色管理](https://hackmd.io/s/HkclwSeUm) - [Flask實作_權限控管_08_角色權限管理](https://hackmd.io/s/SJBEX4dIX) - [Flask實作_權限控管_09_使用者角色管理](https://hackmd.io/s/B1nKzi0wQ) Flask_WEB API --- - [Flask實作_WEB API_01_初探WEB API](https://hackmd.io/@shaoeChen/BkL3oACzU) - [Flask實作_WEB API_02_續談WEB API](https://hackmd.io/@shaoeChen/rk8YdMzmI) - [Flask實作_WEB API_03_身份驗證](https://hackmd.io/@shaoeChen/SJBofCz7I) - [Flask實作_WEB API_04_資源請求](https://hackmd.io/@shaoeChen/rkGpGPtXU) Flask_消息隊列 --- - [Flask實作_消息隊列_RabbitMQ_01_Hello_World](https://hackmd.io/s/HkglJHa8X) - [Flask實作_消息隊列_RabbitMQ_02_工作隊列](https://hackmd.io/s/HykgUTgwX) - [Flask實作_消息隊列_RabbitMQ_03_發佈與訂閱](https://hackmd.io/s/ryWhSVGvQ) - [Flask實作_消息隊列_RabbitMQ_04_路由(Routing)](https://hackmd.io/s/r10yFUGw7) - [Flask實作_消息隊列_RabbitMQ_05_主題交換機(Topic exchange)](https://hackmd.io/s/HkrWZ_GD7) - [Flask實作_消息隊列_RabbitMQ_06_遠端呼叫Remote procedure call (RPC)\_建置中](https://hackmd.io/s/SkTEF_zPQ) - [Flask實作_消息隊列_Celery_01_初探](https://hackmd.io/s/H1Q-3YMDm) - [Flask實作_消息隊列_Celery_02_入門](https://hackmd.io/s/ry2dZ9QP7) - [Flask實作_消息隊列_Celery_03_入門_WorkFlow](https://hackmd.io/s/H1RF8RXwX) - [Flask實作_消息隊列_Celery_04_Application](https://hackmd.io/s/ByYa4GRuX) - [Flask實作_消息隊列_Celery_05_Tasks](https://hackmd.io/s/BJkMPVRuX) - [Flask實作_消息隊列_Celery_06_Calling Tasks](https://hackmd.io/s/rJohmuDFQ) - [Flask實作_消息隊列_Celery_07_Canvas: Designing Work-flows](https://hackmd.io/@shaoeChen/SyXXjJvMr) - [Flask實作_消息隊列_Celery_08_Workers Guide](https://hackmd.io/@shaoeChen/B1sVUrZ4r) - [Flask實作_消息隊列_Celery_09_Daemonization](https://hackmd.io/@shaoeChen/SJz1SdjNH) - [Flask實作_消息隊列_Celery_10_Periodic Tasks](https://hackmd.io/s/rJELMAEwm) - [Flask實作_消息隊列_Celery_11_Routing Tasks](https://hackmd.io/@shaoeChen/rk8eqgaNH) - [Flask實作_消息隊列_Celery_12_Monitoring and Management Guide](https://hackmd.io/@shaoeChen/Hy-pYg5SH) - [Flask實作_消息隊列_Celery_13_Security](https://hackmd.io/@shaoeChen/BkQBxtjrB) - [Flask實作_消息隊列_Celery_14_Optimizing](https://hackmd.io/s/Hk8zMDuY7) - [Flask實作_消息隊列_Celery_15_Debugging](https://hackmd.io/@shaoeChen/Sy2o0ZIwS) - [Flask實作_消息隊列_Celery_16_Concurrency](https://hackmd.io/@shaoeChen/HkG1L0fFr) - [Flask實作_消息隊列_Celery_17_Signals](https://hackmd.io/@shaoeChen/ryAmcZPPS) - [Flask實作_消息隊列_Celery_18_Testing with Celery](https://hackmd.io/@shaoeChen/ryFmGubhB) - [Extensions and Bootsteps] - [Configuration and defaults] - [Documenting Tasks with Sphinx] - [Flask實作_Celery_推薦連結_李兵的專欄](https://blog.csdn.net/libing_thinking) Flask_其它 --- - [Flask實作_其它_01_瞭解資料庫效能瓶頸](https://hackmd.io/s/B1UKshNjX) - [Flask實作_其它_02_幫flash_message加入不同等級的辨識](https://hackmd.io/s/BywzjAfC7) - [Flask實作_其它_02_加入log記錄_待建置]() Flask_擴展 --- - [Flask實作_ext_01_Flask-SQLAchemy_初探](https://hackmd.io/s/SJ9x3N9zz) - [Flask實作_ext_02_Flask-SQLAchemy_關聯](https://hackmd.io/s/S1Pj3fCMz) - [Flask實作_ext_03_Flask-WTF_表單建立](https://hackmd.io/s/ByofdR1XG) - [Flask實作_ext_04_Flask-WTF_表單建立_進階](https://hackmd.io/s/r1pPM7ZXz) - [Flask實作_ext_05_Flask-Script_命令列調式專案](https://hackmd.io/s/Hy9Xfb6mM) - [Flask實作_ext_06_Flask-Migrate_資料庫搬移](https://hackmd.io/s/r1luGOkVf) - [Flask實作_ext_07_Flask-Bcrypt_密碼加密](https://hackmd.io/s/SkgIaEf4f) - [Flask實作_ext_08_Flask-Bcrypt_密碼加密_練習_取消,編入Flask實作_建置一個使用者註冊頁面_05_密碼加密](https://hackmd.io/s/BkTw39XEz) - [Flask實作_ext_09_Flask-Mail_郵件發送](https://hackmd.io/s/BytvGKs4M) - [Flask實作_ext_10_Flask-Mail_利用模板渲染](https://hackmd.io/s/BkYRYDmBf) - [Flask實作_ext_11_Flask-Login_登入狀態處理](https://hackmd.io/s/ryvr_ly8f) - [Flask實作_ext_12_Flast-BluePrint_藍圖](https://hackmd.io/s/H1HIg0kqW) - [Flask實作_ext_13_Flask-MarkDown與Flask-PageDown](https://hackmd.io/s/HJSpC9l6f) - [Flask實作_ext_14_Flask_Uploads](https://hackmd.io/s/BJPLnPHJX) - [Flask實作_ext_15_Flask_Uploads_搭配Flask-wtf](https://hackmd.io/s/BJ0Ue_a1m) - [Flask實作_ext_16_Flask_babel_日期時間](https://hackmd.io/s/Sy0bRGaWX) - [Flask實作_ext_17_Flask_babel_多語系](https://hackmd.io/s/SyX5xZWz7) - [Flask實作_ext_18_Flask-SQLAchemy_Query](https://hackmd.io/s/rkFtMQg47) - [Flask實作_ext_19_Flask-Moment](https://hackmd.io/s/SkJA6qqy4) - [Flask實作_ext_20_Flask-websocket_(splasky提供)](https://hackmd.io/s/B1BvevzHE) - [Flask實作_ext_21_Flask+XEditable](https://hackmd.io/s/r1xbJCmDE) - [Flask實作_ext_22_Flask+Plotly.js](https://hackmd.io/@shaoeChen/rkQCpzqkL) 基礎(Flask與jinia2) --- - [Flask-基礎說明](https://hackmd.io/s/HyY5Rq5kG) - [Flask_變量與請求](https://hackmd.io/s/rJnJWaq1z) - [Flask+jinja2](https://hackmd.io/s/SJ0X-PnkG) - [Flask endpoint說明](https://hackmd.io/s/SyiNhFTvz) - [Flask_基礎_信號] Flask相關依賴套件 --- - [Flask實作_依賴套件_01_Click] - [Flask實作_依賴套件_02_Blinker]

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully