- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 633 for initAll (0.05 sec)
-
docs/ko/docs/virtual-environments.md
/// //// tab | `pip` <div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> //// //// tab | `uv` <a href="https://github.com/astral-sh/uv" class="external-link" target="_blank">`uv`</a>를 사용하는 경우: <div class="termy"> ```console $ uv pip install "fastapi[standard]" ---> 100% ``` </div> ////
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:10:41 UTC 2025 - 25.8K bytes - Viewed (0) -
docs/zh-hant/docs/tutorial/index.md
確保你建立一個[虛擬環境](../virtual-environments.md){.internal-link target=_blank},啟用它,然後**安裝 FastAPI**: <div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> /// note 當你使用 `pip install "fastapi[standard]"` 安裝時,會包含一些預設的可選標準依賴項。 如果你不想包含那些可選的依賴項,你可以使用 `pip install fastapi` 來安裝。 /// ## 進階使用者指南 還有一個**進階使用者指南**你可以稍後閱讀。 **進階使用者指南**建立在這個教學之上,使用相同的概念,並教你一些額外的功能。
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 17 21:16:46 UTC 2024 - 5.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 Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 8.8K bytes - Viewed (0) -
src/test/java/jcifs/util/SecureKeyManagerTest.java
String sessionId = "rotation-test"; keyManager.storeSessionKey(sessionId, testKey, "AES"); // Initial version should be 0 assertEquals(0, keyManager.getKeyVersion(sessionId), "Initial version should be 0"); // Rotate key int newVersion = keyManager.rotateSessionKey(sessionId); assertEquals(1, newVersion, "New version should be 1");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.2K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/MessageBuilderFactory.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Jan 08 10:37:09 UTC 2024 - 1.8K bytes - Viewed (0) -
buildscripts/minio-iam-ldap-upgrade-import-test.sh
if which curl &>/dev/null; then echo "curl is already installed" else echo "Installing curl:" sudo apt install curl -y fi export GOPATH=/tmp/gopath export PATH="${PATH}":"${GOPATH}"/bin if which mc &>/dev/null; then echo "mc is already installed" else echo "Installing mc:" go install github.com/minio/mc@latest fi if [ ! -x ./minio.${OLD_VERSION} ]; then
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Nov 11 15:01:29 UTC 2024 - 3.4K bytes - Viewed (0) -
docs/distributed/README.md
### 1. Prerequisites Install MinIO either on Kubernetes or Distributed Linux. Install MinIO on Kubernetes: - [MinIO Quickstart Guide for Kubernetes](https://docs.min.io/community/minio-object-store/operations/deployments/kubernetes.html).
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/assemblies/files/service.bat
if /i %SERVICE_CMD% == install goto doInstall if /i %SERVICE_CMD% == remove goto doRemove if /i %SERVICE_CMD% == start goto doStart if /i %SERVICE_CMD% == stop goto doStop if /i %SERVICE_CMD% == manager goto doManagment echo Unknown option "%SERVICE_CMD%" :displayUsage echo. echo Usage: service.bat install^|remove^|start^|stop^|manager [SERVICE_ID] goto:eof :doStart
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/plugin/InstallForm.java
@Size(max = 400) public String id; /** * Default constructor. */ public InstallForm() { // Default constructor } /** JAR file containing the plugin to install */ public MultipartFormFile jarFile;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.3K bytes - Viewed (0) -
src/main/java/jcifs/SmbFileHandle.java
* Releases this file handle without closing it * * @throws CIFSException if an error occurs while releasing the handle */ void release() throws CIFSException; /** * Returns the initial size of the file when it was opened * * @return the file size when it was opened */ long getInitialSize();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2K bytes - Viewed (0)