- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 267 for Wain (0.02 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/Project.java
default ProducedArtifact getPomArtifact() { return getArtifacts().get(0); } /** * {@return the project main artifact}, which is the artifact produced by this project build, if applicable. * This artifact MAY be absent if the project is actually not producing any main artifact (i.e. "pom" packaging). * * @see #getPackaging() * @see org.apache.maven.api.services.ArtifactManager#getPath(Artifact)
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 07 13:11:07 UTC 2025 - 15.3K bytes - Viewed (0) -
docs/en/docs/tutorial/bigger-applications.md
/// ## The main `FastAPI` { #the-main-fastapi } Now, let's see the module at `app/main.py`. Here's where you import and use the class `FastAPI`. This will be the main file in your application that ties everything together. And as most of your logic will now live in its own specific module, the main file will be quite simple. ### Import `FastAPI` { #import-fastapi }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 10 08:55:32 UTC 2025 - 18.6K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
cd dbflute_fess ./manage.sh # On Linux/Mac manage.bat # On Windows # Select option 23 (generate) ``` This will regenerate: - `src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java` - `src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java` - `src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java` ### 5. Rebuild the Project ```bash mvn clean package ```
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (0) -
docs/ru/docs/tutorial/testing.md
``` . ├── app │ ├── __init__.py │ └── main.py ``` В файле `main.py` находится Ваше приложение **FastAPI**: {* ../../docs_src/app_testing/app_a_py39/main.py *} ### Файл тестов { #testing-file }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 10K bytes - Viewed (0) -
docs/zh/docs/tutorial/bigger-applications.md
因此,为了能够在同一个文件中使用它们,我们直接导入子模块: ```Python hl_lines="5" title="app/main.py" {!../../docs_src/bigger_applications/app/main.py!} ``` ### 包含 `users` 和 `items` 的 `APIRouter` 现在,让我们来包含来自 `users` 和 `items` 子模块的 `router`。 ```Python hl_lines="10-11" title="app/main.py" {!../../docs_src/bigger_applications/app/main.py!} ``` /// info `users.router` 包含了 `app/routers/users.py` 文件中的 `APIRouter`。
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 18.4K bytes - Viewed (0) -
pom.xml
<exclude>META-INF/**</exclude> <exclude>src/main/java/jcifs/dcerpc/msrpc/netdfs.java</exclude> <exclude>src/main/java/jcifs/dcerpc/msrpc/srvsvc.java</exclude> <exclude>src/main/java/jcifs/dcerpc/msrpc/samr.java</exclude> <exclude>src/main/java/jcifs/dcerpc/msrpc/lsarpc.java</exclude> <exclude>src/main/java/jcifs/dcerpc/rpc.java</exclude> <exclude>src/main/java/jcifs/smb1/**</exclude>
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 12.1K bytes - Viewed (0) -
docs/ru/docs/tutorial/bigger-applications.md
/// ## Модуль main в `FastAPI` { #the-main-fastapi } Теперь давайте посмотрим на модуль `app/main.py`. Именно сюда вы импортируете и именно здесь вы используете класс `FastAPI`. Это основной файл вашего приложения, который объединяет всё в одно целое. И теперь, когда большая часть логики приложения разделена на отдельные модули, основной файл `app/main.py` будет достаточно простым.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Dec 11 21:25:03 UTC 2025 - 30.4K bytes - Viewed (0) -
tests/test_dependency_overrides.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:19:10 UTC 2025 - 11.2K bytes - Viewed (0) -
docs/ru/docs/advanced/settings.md
Например, у вас может быть файл `config.py` со следующим содержимым: {* ../../docs_src/settings/app01_py39/config.py *} А затем использовать его в файле `main.py`: {* ../../docs_src/settings/app01_py39/main.py hl[3,11:13] *} /// tip | СоветRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 18.3K bytes - Viewed (0) -
docs/de/docs/tutorial/bigger-applications.md
{* ../../docs_src/bigger_applications/app_an_py39/main.py hl[1,3,7] title["app/main.py"] *} ### Den `APIRouter` importieren { #import-the-apirouter } Jetzt importieren wir die anderen Submodule, die `APIRouter` haben: {* ../../docs_src/bigger_applications/app_an_py39/main.py hl[4:5] title["app/main.py"] *}Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 10 13:54:34 UTC 2025 - 21.3K bytes - Viewed (0)