- Sort Score
- Result 10 results
- Languages All
Results 601 - 610 of 675 for consume (0.22 sec)
-
docs/en/docs/index.md
## Installation Create and activate a <a href="https://fastapi.tiangolo.com/virtual-environments/" class="external-link" target="_blank">virtual environment</a> and then install FastAPI: <div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> **Note**: Make sure you put `"fastapi[standard]"` in quotes to ensure it works in all terminals. ## Example ### Create it
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 20.4K bytes - Viewed (0) -
README.md
## Installation Create and activate a <a href="https://fastapi.tiangolo.com/virtual-environments/" class="external-link" target="_blank">virtual environment</a> and then install FastAPI: <div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> **Note**: Make sure you put `"fastapi[standard]"` in quotes to ensure it works in all terminals. ## Example ### Create it
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 09:13:26 UTC 2024 - 23.6K bytes - Viewed (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt
val groovy = "$groovyGroup:groovy" val groovyAnt = "$groovyGroup:groovy-ant" val groovyAstbuilder = "$groovyGroup:groovy-astbuilder" val groovyConsole = "$groovyGroup:groovy-console" val groovyDateUtil = "$groovyGroup:groovy-dateutil" val groovyDatetime = "$groovyGroup:groovy-datetime" val groovyDoc = "$groovyGroup:groovy-groovydoc" val groovyJson = "$groovyGroup:groovy-json"
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 29 08:06:17 UTC 2024 - 15.5K bytes - Viewed (0) -
docs/en/docs/tutorial/first-steps.md
# First Steps The simplest FastAPI file could look like this: {* ../../docs_src/first_steps/tutorial001.py *} Copy that to a file `main.py`. Run the live server: <div class="termy"> ```console $ <font color="#4E9A06">fastapi</font> dev <u style="text-decoration-style:single">main.py</u> <font color="#3465A4">INFO </font> Using path <font color="#3465A4">main.py</font>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 26 11:48:16 UTC 2024 - 11.8K bytes - Viewed (0) -
docs/em/docs/tutorial/bigger-applications.md
๐ฅ ๐ซ๐ โ ๐ซ & "๐ป" ๐ซ โก ๐, *โก ๐ ๏ธ* "๐" (๐ค-โ), ๐ซ ๐ ๐. /// ## โ ๐ง ๐ ๏ธ ๐ฉบ ๐, ๐ `uvicorn`, โ๏ธ ๐น `app.main` & ๐ข `app`: <div class="termy"> ```console $ uvicorn 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>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.5K bytes - Viewed (0) -
docs/em/docs/tutorial/sql-databases.md
โโโ schemas.py ``` ๐ `__init__.py` ๐ ๐, โ๏ธ โซ๏ธ ๐ฌ ๐ ๐ `sql_app` โฎ๏ธ ๐ ๐ฎ ๐น (๐ ๐) ๐ฆ. ๐ โก๏ธ ๐ โซ๏ธโ ๐ ๐/๐น ๐จ. ## โ `SQLAlchemy` ๐ฅ ๐ ๐ช โ `SQLAlchemy`: <div class="termy"> ```console $ pip install sqlalchemy ---> 100% ``` </div> ## โ ๐ธ๐ฒ ๐ โก๏ธ ๐ ๐ `sql_app/database.py`. ### ๐ ๐ธ๐ฒ ๐ ```Python hl_lines="1-3"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 25K bytes - Viewed (0) -
docs/uk/docs/tutorial/first-steps.md
ะะฐะนะฟัะพััััะธะน ัะฐะนะป FastAPI ะผะพะถะต ะฒะธะณะปัะดะฐัะธ ัะฐะบ: ```Python {!../../docs_src/first_steps/tutorial001.py!} ``` ะกะบะพะฟััะนัะต ัะต ะดะพ ัะฐะนะปั `main.py`. ะะฐะฟัััััั ัะตัะฒะตั: <div class="termy"> ```console $ <font color="#4E9A06">fastapi</font> dev <u style="text-decoration-style:single">main.py</u> <font color="#3465A4">INFO </font> Using path <font color="#3465A4">main.py</font>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.6K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/dag.txt
quarkus/extensions/spring-web/resteasy-reactive/runtime/pom.xml quarkus/test-framework/junit5-internal/pom.xml quarkus/extensions/vertx-http/dev-console-spi/pom.xml quarkus/core/deployment/pom.xml quarkus/extensions/vertx-http/dev-console-runtime-spi/pom.xml quarkus/independent-projects/arc/runtime/pom.xml quarkus/extensions/smallrye-openapi-common/deployment/pom.xml quarkus/core/deployment/pom.xml
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 224K bytes - Viewed (0) -
docs/config/README.md
``` Once set the healer settings are automatically applied without the need for server restarts. ## Environment only settings (not in config) ### Browser Enable or disable access to console web UI. By default it is set to `on`. You may override this field with `MINIO_BROWSER` environment variable. Example: ```sh export MINIO_BROWSER=off minio server /data ``` ### Domain
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Aug 16 08:43:49 UTC 2024 - 17.9K bytes - Viewed (0) -
cmd/endpoint.go
resolvedList[i] = true endpoints[i].IsLocal = true epsResolved++ if !foundLocal { foundLocal = true } continue } // Log the message to console about the host resolving reqInfo := (&logger.ReqInfo{}).AppendTags( "host", endpoints[i].Hostname(), ) if orchestrated && hostResolveToLocalhost(endpoints[i]) { // time elapsed
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jun 21 22:22:24 UTC 2024 - 34.2K bytes - Viewed (0)