- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 299 for virtual (0.06 seconds)
-
docs/docker/README.md
quay.io/minio/minio server /data --console-address ":9001" ``` To create a MinIO container with persistent storage, you need to map local persistent directories from the host OS to virtual config. To do this, run the below commands ### GNU/Linux and macOS ```sh mkdir -p ~/minio/data docker run \ -p 9000:9000 \ -p 9001:9001 \ --name minio1 \ -v ~/minio/data:/data \
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 8.2K bytes - Click Count (0) -
docs/es/docs/advanced/websockets.md
## Instalar `websockets` { #install-websockets } Asegúrate de crear un [entorno virtual](../virtual-environments.md){.internal-link target=_blank}, activarlo e instalar `websockets` (un paquete de Python que facilita usar el protocolo "WebSocket"): <div class="termy"> ```console $ pip install websocketsCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 5.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java
return map; } /** * Generates a unique document ID from the provided data map. * Constructs an ID string from URL, roles, and virtual hosts, then generates a hash. * * @param dataMap the document data map containing URL, roles, and virtual host information * @return a unique hashed ID string for the document */ public String generateId(final Map<String, Object> dataMap) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 15.2K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb1/com/ServerData.java
*/ public boolean signaturesEnabled; /** * Whether message signing is required. */ public boolean signaturesRequired; /** * Maximum number of virtual circuits. */ public int maxNumberVcs; /** * Maximum raw buffer size for raw read/write operations. */ public int maxRawSize; /** * Server's system time. */Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/QueryHelper.java
return queryContext; } /** * Builds virtual host query filters to restrict search results to the current virtual host. * This method adds filters based on the virtual host key, except for admin searches. * * @param queryContext the query context to modify * @param searchRequestType the type of search request to determine if virtual host filtering should be applied */Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 19.9K bytes - Click Count (0) -
docs/ja/docs/environment-variables.md
これは、次のコマンドを入力した場合とほとんど同等です: <div class="termy"> ```console $ C:\opt\custompython\bin\python ``` </div> /// この情報は、[Virtual Environments](virtual-environments.md) について学ぶ際にも役立ちます。 ## まとめ これで、**環境変数**とは何か、Pythonでどのように使用するかについて、基本的な理解が得られたはずです。
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Jan 27 15:39:04 GMT 2025 - 9.4K bytes - Click Count (0) -
docs/ko/docs/tutorial/request-form-models.md
FastAPI에서 **Pydantic 모델**을 이용하여 **폼 필드**를 선언할 수 있습니다. /// info | 정보 폼(Form)을 사용하려면, 먼저 <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>를 설치하세요. [가상 환경](../virtual-environments.md){.internal-link target=_blank}을 생성하고 활성화한 다음, 아래와 같이 설치할 수 있습니다: ```console $ pip install python-multipart ``` /// /// note | 참고 이 기능은 FastAPI 버전 `0.113.0` 이후부터 지원됩니다. 🤓 ///
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Dec 09 12:44:27 GMT 2024 - 2.3K bytes - Click Count (0) -
docs/zh/docs/tutorial/request-form-models.md
# 表单模型 您可以使用 **Pydantic 模型**在 FastAPI 中声明**表单字段**。 /// info 要使用表单,需预先安装 <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a> 。 确保您创建、激活一个[虚拟环境](../virtual-environments.md){.internal-link target=_blank}后再安装。 ```console $ pip install python-multipart ``` /// /// note 自 FastAPI 版本 `0.113.0` 起支持此功能。🤓 /// ## 表单的 Pydantic 模型
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 10 20:36:08 GMT 2024 - 2.1K bytes - Click Count (0) -
doc/asm.html
<code>foo+4(SB)</code> is four bytes past the start of <code>foo</code>. </p> <p> The <code>FP</code> pseudo-register is a virtual frame pointer used to refer to function arguments. The compilers maintain a virtual frame pointer and refer to the arguments on the stack as offsets from that pseudo-register. Thus <code>0(FP)</code> is the first argument to the function,
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Nov 14 19:09:46 GMT 2025 - 36.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/relatedquery/CreateForm.java
public String term; /** * The related queries to be suggested (one per line). */ @Required @Size(max = 10000) public String queries; /** * The virtual host for which these related queries apply. */ @Size(max = 1000) public String virtualHost; /** * The username who created these related queries. */ @Size(max = 1000)Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.2K bytes - Click Count (0)