- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 242 for interactiva (0.17 seconds)
-
docs/zh/docs/index.md
``` `fastapi dev` 服务器会自动重载。 ### 交互式 API 文档升级 { #interactive-api-docs-upgrade } 现在访问 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)。 * 交互式 API 文档会自动更新,并包含新的请求体:  * 点击「Try it out」按钮,它允许你填写参数并直接与 API 交互: Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 20.7K bytes - Click Count (0) -
docs/ru/docs/index.md
 * Затем нажмите кнопку «Execute», интерфейс свяжется с вашим API, отправит параметры, получит результаты и отобразит их на экране: 
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 30.4K bytes - Click Count (0) -
docs/pt/docs/tutorial/first-steps.md
Você verá essa resposta em JSON: ```JSON {"message": "Hello World"} ``` ### Documentação Interativa de APIs { #interactive-api-docs } Agora vá para [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). Você verá a documentação interativa automática da API (fornecida por [Swagger UI](https://github.com/swagger-api/swagger-ui)):Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 14.2K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java
.longOpt("batch-mode") .desc("Run in non-interactive mode. Alias for --non-interactive (kept for backwards compatability)") .build()); options.addOption(Option.builder() .longOpt(NON_INTERACTIVE) .desc("Run in non-interactive mode. Alias for --batch-mode") .build()); options.addOption(Option.builder()
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Aug 06 04:56:48 GMT 2025 - 17.8K bytes - Click Count (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvnsh/package-info.java
/** * Provides the API for the Maven Shell tool ({@code mvnsh}). * * <p>This package contains interfaces and classes for the interactive Maven shell, * which provides a command-line interface for executing Maven commands and * managing build environments.</p> * * <p>Key features include:</p> * <ul> * <li>Interactive command-line interface</li> * <li>Command history and completion</li> * <li>Built-in shell commands</li>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Mar 04 14:17:18 GMT 2025 - 1.4K bytes - Click Count (0) -
CODE_OF_CONDUCT.md
**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior. **Consequence**: A temporary ban from any interaction or public communication with the community for a specified period. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Thu Oct 17 06:18:13 GMT 2024 - 5K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/goals/InteractiveGoalSupport.java
} @Override public int execute(EncryptContext context) throws Exception { if (!context.interactive) { context.terminal.writer().println("This tool works only in interactive mode!"); context.terminal .writer() .println("Tool purpose is to configure password management on developer workstations."); context.terminalCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Dec 11 09:13:06 GMT 2024 - 2.1K bytes - Click Count (0) -
docs/de/docs/tutorial/first-steps.md
```JSON {"message": "Hello World"} ``` ### Interaktive API-Dokumentation { #interactive-api-docs } Gehen Sie als Nächstes auf [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). Sie werden die automatisch erzeugte, interaktive API-Dokumentation sehen (bereitgestellt durch [Swagger UI](https://github.com/swagger-api/swagger-ui)):Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 14.9K bytes - Click Count (0) -
docs/en/docs/tutorial/security/index.md
**FastAPI** is based on **OpenAPI**. That's what makes it possible to have multiple automatic interactive documentation interfaces, code generation, etc. OpenAPI has a way to define multiple security "schemes". By using them, you can take advantage of all these standard-based tools, including these interactive documentation systems. OpenAPI defines the following security schemes:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Aug 31 10:49:48 GMT 2025 - 4.4K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/index.md
**FastAPI** est basé sur **OpenAPI**. C'est ce qui rend possibles plusieurs interfaces de documentation interactive automatiques, la génération de code, etc. OpenAPI propose une manière de définir plusieurs « schémas » de sécurité. En les utilisant, vous pouvez tirer parti de tous ces outils basés sur des standards, y compris ces systèmes de documentation interactive. OpenAPI définit les schémas de sécurité suivants :
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 5.2K bytes - Click Count (0)