- Sort Score
- Result 10 results
- Languages All
Results 571 - 580 of 858 for maine (0.05 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/DependencyCoordinates.java
import org.apache.maven.api.annotations.Nullable; /** * {@code ArtifactCoordinates} completed with information about how the artifact will be used. * This information include the dependency type (main classes, test classes, <i>etc.</i>), * a scope (compile-time, run-time <i>etc.</i>), an obligation (whether the dependency * is optional or mandatory), and possible exclusions for transitive dependencies.
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Sat Sep 28 09:03:24 UTC 2024 - 2.5K bytes - Viewed (0) -
docs/em/docs/tutorial/index.md
๐ ๐ ๐ ๐ ๐ โฎ๏ธ ๐, โ๏ธ โซ๏ธ ๐ ๐ โ, ๐ ๐ ๐ช ๐ถ ๐ ๐ ๐ฏ 1๏ธโฃ โ ๐ ๐ฏ ๐ ๏ธ ๐ช. โซ๏ธ ๐ ๐ท ๐ฎ ๐. ๐ ๐ช ๐ ๐ & ๐ โซ๏ธโ โซ๏ธโ ๐ ๐ช. ## ๐ ๐ ๐ ๐ ๐ซ ๐ช ๐ & โ๏ธ ๐ (๐ซ ๐ค ๐ฏ ๐ ๐). ๐ ๐ ๐ผ, ๐ ๐ ๐ `main.py`, & โถ๏ธ `uvicorn` โฎ๏ธ: <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.2K bytes - Viewed (0) -
docs/en/docs/advanced/behind-a-proxy.md
### Providing the `root_path` To achieve this, you can use the command line option `--root-path` like: <div class="termy"> ```console $ fastapi run main.py --root-path /api/v1 <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> If you use Hypercorn, it also has the option `--root-path`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 16:49:49 UTC 2024 - 11.6K bytes - Viewed (0) -
docs/fr/docs/index.md
<details markdown="1"> <summary>ร propos de la commande <code>uvicorn main:app --reload</code> ...</summary> La commande `uvicorn main:app` fait rรฉfรฉrence ร : * `main` : le fichier `main.py` (le "module" Python). * `app` : l'objet crรฉรฉ ร l'intรฉrieur de `main.py` avec la ligne `app = FastAPI()`. * `--reload` : fait redรฉmarrer le serveur aprรจs des changements de code. ร n'utiliser que pour le dรฉveloppement. </details>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 22K bytes - Viewed (0) -
docs/zh-hant/docs/index.md
INFO: Application startup complete. ``` </div> <details markdown="1"> <summary>้ๆผๆไปค <code>uvicorn main:app --reload</code>...</summary> ่ฉฒๆไปค `uvicorn main:app` ๆ็ๆฏ๏ผ - `main`๏ผ`main.py` ๆชๆก๏ผไธๅ python ็ "ๆจก็ต"๏ผใ - `app`๏ผๅจ `main.py` ๆชๆกไธญ๏ผไฝฟ็จ `app = FastAPI()` ๅปบ็ซ็็ฉไปถใ - `--reload`๏ผ็จๅผ็ขผๆดๆนๅพๆ่ชๅ้ๆฐๅๅ๏ผ่ซๅ ๅจ้็ผๆไฝฟ็จๆญคๅๆธใ </details> ### ๆชขๆฅ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 18.8K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ExecutionError.java
/* * Ideally, this class would have exposed only constructors that require a non-null cause. See * https://github.com/jspecify/jspecify-reference-checker/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecTransfer.java#L789 * and https://github.com/jspecify/jspecify/issues/490. * * (That would also have ensured that its cause was always an Error, rather than possibly another
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Mar 07 17:52:19 UTC 2024 - 3.8K bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateInitPluginTemplateVersionFile.kt
findLatest("slf4j", "org.slf4j:slf4j-api:(1.7,)", versionProperties) // Starting with ScalaTest 3.1.0, the third party integration were moved out of the main JAR findLatest("scalatest", "org.scalatest:scalatest_${versionProperties["scala"]}:(3.0,)", versionProperties)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jun 28 08:29:29 UTC 2024 - 5.1K bytes - Viewed (0) -
docs/em/docs/advanced/sub-applications.md
๐ ๐-๐ ๐ธ, `app`, ๐ป ๐ง-๐ธ, `subapi`. ๐ ๐ผ, โซ๏ธ ๐ ๐ โก `/subapi`: ```Python hl_lines="11 19" {!../../docs_src/sub_applications/tutorial001.py!} ``` ### โ ๐ง ๐ ๏ธ ๐ฉบ ๐, ๐ `uvicorn` โฎ๏ธ ๐ ๐ฑ, ๐ฅ ๐ ๐ `main.py`, โซ๏ธ ๐: <div class="termy"> ```console $ uvicorn 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 - 2.4K bytes - Viewed (0) -
compat/maven-toolchain-model/pom.xml
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.9K bytes - Viewed (0) -
dbflute_fess/dfprop/esfluteMap.dfprop
map:{ # base package of generated classes ; basePackage = org.codelibs.fess.es # base path to JSON resource, URL or relative path ; basePath = ../src/main/config/es # settings for indexes ; indexMap = map:{ # Index: fess_user ; fess_user.group = map:{ ; package = user ; esclientDiFile = esclient.xml ; esfluteDiFile = esflute_user.xml }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 6.3K bytes - Viewed (0)