- Sort Score
- Num 10 results
- Language All
Results 111 - 120 of 1,165 for umajin (0.04 seconds)
-
docs/ru/docs/advanced/settings.md
Например, у вас может быть файл `config.py` со следующим содержимым: {* ../../docs_src/settings/app01_py310/config.py *} А затем использовать его в файле `main.py`: {* ../../docs_src/settings/app01_py310/main.py hl[3,11:13] *} /// tip | Совет Вам также понадобится файл `__init__.py`, как в разделе [Большие приложения — несколько файлов](../tutorial/bigger-applications.md). ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 16.5K bytes - Click Count (0) -
docs/zh-hant/docs/deployment/manually.md
``` </div> /// note 指令 `uvicorn main:app` 指的是: * `main`:檔案 `main.py`(Python「模組」)。 * `app`:在 `main.py` 中以 `app = FastAPI()` 建立的物件。 等同於: ```Python from main import app ``` /// 其他 ASGI 伺服器也有類似的指令,詳見各自的文件。 /// warning Uvicorn 與其他伺服器支援 `--reload` 選項,對開發期間很有幫助。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 6.2K bytes - Click Count (0) -
docs/pt/docs/advanced/async-tests.md
``` . ├── app │ ├── __init__.py │ ├── main.py │ └── test_main.py ``` O arquivo `main.py` teria: {* ../../docs_src/async_tests/app_a_py310/main.py *} O arquivo `test_main.py` teria os testes para para o arquivo `main.py`, ele poderia ficar assim: {* ../../docs_src/async_tests/app_a_py310/test_main.py *} ## Executá-lo { #run-it }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 4.3K bytes - Click Count (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>
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Mon Aug 25 14:34:10 GMT 2025 - 12.1K bytes - Click Count (0) -
docs/tr/docs/advanced/settings.md
Örneğin `config.py` adında bir dosyanız şu şekilde olabilir: {* ../../docs_src/settings/app01_py310/config.py *} Ve ardından bunu `main.py` dosyasında kullanabilirsiniz: {* ../../docs_src/settings/app01_py310/main.py hl[3,11:13] *} /// tip | İpucuCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.8K bytes - Click Count (0) -
docs/tr/docs/tutorial/testing.md
[Daha Büyük Uygulamalar](bigger-applications.md)'te anlatılan şekilde bir dosya yapınız olduğunu varsayalım: ``` . ├── app │ ├── __init__.py │ └── main.py ``` `main.py` dosyasında **FastAPI** uygulamanız bulunuyor olsun: {* ../../docs_src/app_testing/app_a_py310/main.py *} ### Test Dosyası { #testing-file }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 6.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/MavenUpCling.java
* circumstances. */ public static void main(String[] args) throws IOException { int exitCode = new MavenUpCling().run(args, null, null, null, false); System.exit(exitCode); } /** * ClassWorld Launcher "enhanced" entry point: returning exitCode and accepts Class World. */ public static int main(String[] args, ClassWorld world) throws IOException {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jun 11 13:14:09 GMT 2025 - 3K bytes - Click Count (0) -
docs/fr/docs/tutorial/bigger-applications.md
{* ../../docs_src/bigger_applications/app_an_py310/main.py hl[1,3,7] title["app/main.py"] *} ### Importer les `APIRouter` { #import-the-apirouter } Nous importons maintenant les autres sous-modules qui ont des `APIRouter` : {* ../../docs_src/bigger_applications/app_an_py310/main.py hl[4:5] title["app/main.py"] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 21.4K bytes - Click Count (0) -
docs/es/docs/tutorial/bigger-applications.md
{* ../../docs_src/bigger_applications/app_an_py310/main.py hl[1,3,7] title["app/main.py"] *} ### Importar el `APIRouter` { #import-the-apirouter } Ahora importamos los otros submódulos que tienen `APIRouter`s: {* ../../docs_src/bigger_applications/app_an_py310/main.py hl[4:5] title["app/main.py"] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 20.2K bytes - Click Count (0) -
docs/pt/docs/tutorial/bigger-applications.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 20.3K bytes - Click Count (0)