- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 409 for instala (0.04 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactInstaller.java
* @throws IllegalArgumentException in case {@code request} is {@code null} */ void install(@Nonnull ArtifactInstallerRequest request); /** * @param session the repository session * @param artifact the {@link ProducedArtifact} to install * @throws ArtifactInstallerException in case of an error which can be a given artifact cannot be found or the
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 2.9K bytes - Viewed (0) -
docs/pt/docs/advanced/generate-clients.md
### Gerar um Cliente TypeScript Agora que temos o app com os modelos, podemos gerar o código do cliente para o frontend. #### Instalar o `openapi-ts` Você pode instalar o `openapi-ts` no seu código frontend com: <div class="termy"> ```console $ npm install @hey-api/openapi-ts --save-dev ---> 100% ``` </div> #### Gerar o Código do Cliente
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jun 17 11:53:56 UTC 2025 - 11K bytes - Viewed (0) -
docs/pt/docs/tutorial/request-forms-and-files.md
/// info | Informação Para receber arquivos carregados e/ou dados de formulário, primeiro instale <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. Por exemplo: `pip install python-multipart`. /// ## Importe `File` e `Form` {* ../../docs_src/request_forms_and_files/tutorial001.py hl[1] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ThemeHelper.java
public ThemeHelper() { // Default constructor } /** * Installs a theme from the given artifact. * Extracts theme files from the JAR and deploys them to appropriate directories. * * @param artifact the theme artifact to install * @throws ThemeException if installation fails */ public void install(final Artifact artifact) { final Path jarPath = getJarFile(artifact);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
docs/es/docs/advanced/websockets.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 5.6K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/oauth2-jwt.md
## Instalar `PyJWT` Nós precisamos instalar o `PyJWT` para criar e verificar os tokens JWT em Python. Certifique-se de criar um [ambiente virtual](../../virtual-environments.md){.internal-link target=_blank}, ativá-lo e então instalar o `pyjwt`: <div class="termy"> ```console $ pip install pyjwt ---> 100% ``` </div> /// info | Informação
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 11K bytes - Viewed (0) -
docs/es/docs/advanced/custom-response.md
/// info | Información Esto requiere instalar `orjson`, por ejemplo, con `pip install orjson`. /// ### `UJSONResponse` Un response JSON alternativo usando <a href="https://github.com/ultrajson/ultrajson" class="external-link" target="_blank">`ujson`</a>. /// info | Información Esto requiere instalar `ujson`, por ejemplo, con `pip install ujson`. /// /// warning | Advertencia
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 12.5K bytes - Viewed (0) -
docs/pt/docs/tutorial/response-model.md
Para usar `EmailStr`, primeiro instale <a href="https://github.com/JoshData/python-email-validator" class="external-link" target="_blank">`email-validator`</a>. Certifique-se de criar um [ambiente virtual](../virtual-environments.md){.internal-link target=_blank}, ative-o e instale-o, por exemplo: ```console $ pip install email-validator ``` ou com: ```console $ pip install "pydantic[email]" ``` ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Nov 26 22:51:05 UTC 2024 - 16.5K bytes - Viewed (0) -
docs/fr/docs/deployment/manually.md
//// tab | Uvicorn * <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>, un serveur ASGI rapide comme l'éclair, basé sur uvloop et httptools. <div class="termy"> ```console $ pip install "uvicorn[standard]" ---> 100% ``` </div> /// tip | Astuce En ajoutant `standard`, Uvicorn va installer et utiliser quelques dépendances supplémentaires recommandées.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 5.3K bytes - Viewed (0) -
docs/pt/docs/advanced/templates.md
Existem utilitários para configurá-lo facilmente que você pode usar diretamente em sua aplicação **FastAPI** (fornecidos pelo Starlette). ## Instalação de dependências Para instalar o `jinja2`, siga o código abaixo: <div class="termy"> ```console $ pip install jinja2 ``` </div> ## Usando `Jinja2Templates` * Importe `Jinja2Templates`. * Crie um `templates` que você possa reutilizar posteriormente.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.3K bytes - Viewed (0)