Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Upload (0.26 sec)

  1. docs/zh/docs/tutorial/sql-databases.md

        ```
    
    ## 执行项目
    
    您可以复制这些代码并按原样使用它。
    
    !!! info
    
        事实上,这里的代码只是大多数测试代码的一部分。
    
    你可以用 Uvicorn 运行它:
    
    
    <div class="termy">
    
    ```console
    $ uvicorn sql_app.main:app --reload
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 27K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/sql-databases.md

    ## ✅ ⚫️
    
    👆 💪 📁 👉 📟 &amp; ⚙️ ⚫️.
    
    !!! info
    
        👐, 📟 🎦 📥 🍕 💯. 🌅 📟 👉 🩺.
    
    ⤴️ 👆 💪 🏃 ⚫️ ⏮️ Uvicorn:
    
    
    <div class="termy">
    
    ```console
    $ uvicorn sql_app.main:app --reload
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 25.2K bytes
    - Viewed (1)
  3. docs/en/docs/tutorial/sql-databases.md

    !!! info
    
        In fact, the code shown here is part of the tests. As most of the code in these docs.
    
    Then you can run it with Uvicorn:
    
    
    <div class="termy">
    
    ```console
    $ uvicorn sql_app.main:app --reload
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 29.6K bytes
    - Viewed (0)
Back to top