- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 267 for virtual (0.1 sec)
-
docs/de/docs/tutorial/request-forms.md
/// info | Info Um Formulare zu verwenden, installieren Sie zuerst <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. Erstellen Sie unbedingt eine [virtuelle Umgebung](../virtual-environments.md){.internal-link target=_blank}, aktivieren Sie diese und installieren Sie dann das Paket, zum Beispiel: ```console $ pip install python-multipart ``` /// ## `Form` importieren { #import-form }
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 15:10:09 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/IndexingHelper.java
return deleteByQueryBuilder(searchEngineClient, index, queryBuilder); } /** * Deletes all documents associated with the specified virtual host. * * @param virtualHost the virtual host to delete documents for * @return the number of documents that were deleted */ public long deleteByVirtualHost(final String virtualHost) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 26.1K bytes - Viewed (0) -
docs/es/docs/tutorial/request-files.md
/// info | Información Para recibir archivos subidos, primero instala <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. Asegúrate de crear un [entorno virtual](../virtual-environments.md){.internal-link target=_blank}, activarlo y luego instalarlo, por ejemplo: ```console $ pip install python-multipart ``` Esto es porque los archivos subidos se envían como "form data". ///
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 7.9K bytes - Viewed (0) -
docs/ru/docs/environment-variables.md
<div class="termy"> ```console $ C:\opt\custompython\bin\python ``` </div> //// Эта информация будет полезна при изучении [Виртуальных окружений](virtual-environments.md){.internal-link target=_blank}. ## Вывод { #conclusion } Благодаря этому вы должны иметь базовое представление о том, что такое **переменные окружения** и как использовать их в Python.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Sep 30 11:24:39 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaMemoryRegion.java
/** Local key for accessing this memory region */ protected final int localKey; /** Remote key for remote RDMA access */ protected final int remoteKey; /** Virtual address of the memory region */ protected final long address; /** Flag indicating if the memory region is still valid */ protected volatile boolean valid; /** * Create new RDMA memory regionRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 4.3K bytes - Viewed (0) -
docs/ru/docs/advanced/templates.md
## Установка зависимостей { #install-dependencies } Убедитесь, что вы создали [виртуальное окружение](../virtual-environments.md){.internal-link target=_blank}, активировали его и установили `jinja2`: <div class="termy"> ```console $ pip install jinja2 ---> 100% ``` </div>Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 5.1K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/first-steps.md
Entretanto, se você usar o comando `pip install fastapi`, o pacote `python-multipart` não é incluído por padrão. Para instalá-lo manualmente, certifique-se de criar um [ambiente virtual](../../virtual-environments.md){.internal-link target=_blank}, ativá-lo e então instalá-lo com: ```console $ pip install python-multipart ```
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Nov 12 16:23:57 UTC 2025 - 8.9K bytes - Viewed (0) -
docs/es/docs/tutorial/security/first-steps.md
Sin embargo, si usas el comando `pip install fastapi`, el paquete `python-multipart` no se incluye por defecto. Para instalarlo manualmente, asegúrate de crear un [entorno virtual](../../virtual-environments.md){.internal-link target=_blank}, activarlo, y luego instalarlo con: ```console $ pip install python-multipart ```
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 8.9K bytes - Viewed (0) -
docs/en/docs/contributing.md
### Virtual environment Follow the instructions to create and activate a [virtual environment](virtual-environments.md){.internal-link target=_blank} for the internal code of `fastapi`. ### Install requirements After activating the environment, install the required packages:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Sep 21 11:29:04 UTC 2025 - 15.1K bytes - Viewed (0) -
docs/ko/docs/environment-variables.md
다음과 같이 입력하는 것과 거의 같습니다: <div class="termy"> ```console $ C:\opt\custompython\bin\python ``` </div> //// 이 정보는 [가상 환경](virtual-environments.md){.internal-link target=\_blank} 에 대해 알아볼 때 유용할 것입니다. ## 결론 이 문서를 읽고 **환경 변수**가 무엇이고 파이썬에서 어떻게 사용하는지 기본적으로 이해하셨을 겁니다.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 8.7K bytes - Viewed (0)