- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 103 for 8021 (0.02 sec)
-
docs/metrics/prometheus/grafana/minio-dashboard.json
], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true,Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Mon Aug 04 01:46:49 UTC 2025 - 93.1K bytes - Viewed (0) -
docs/zh/docs/deployment/docker.md
# (4) RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt # (5) COPY ./app /code/app # (6) CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"] ``` 1. 从官方Python基础镜像开始。 2. 将当前工作目录设置为`/code`。 这是我们放置`requirements.txt`文件和`app`目录的位置。 3. 将符合要求的文件复制到`/code`目录中。 首先仅复制requirements.txt文件,而不复制其余代码。
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 31.2K bytes - Viewed (0) -
docs/en/docs/deployment/docker.md
# (4)! RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt # (5)! COPY ./app /code/app # (6)! CMD ["fastapi", "run", "app/main.py", "--port", "80"] ``` 1. Start from the official Python base image. 2. Set the current working directory to `/code`. This is where we'll put the `requirements.txt` file and the `app` directory.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 12:58:04 UTC 2025 - 29.5K bytes - Viewed (1) -
android/guava-tests/test/com/google/common/base/PreconditionsTest.java
} public void testCheckPositionIndexes_endTooHigh() { IndexOutOfBoundsException expected = assertThrows(IndexOutOfBoundsException.class, () -> checkPositionIndexes(0, 2, 1)); assertThat(expected) .hasMessageThat() .isEqualTo("end index (2) must not be greater than size (1)"); } public void testCheckPositionIndexes_reversed() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19K bytes - Viewed (0) -
src/main/config/openapi/openapi-user.yaml
query_id: type: string example: bd60f9579a494dfd8c03db7c8aa905b0 exec_time: type: number example: 0.21 query_time: type: integer format: int64 example: 0 page_size: type: integerRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu May 09 06:31:27 UTC 2024 - 21.6K bytes - Viewed (0) -
docs/pt/docs/deployment/docker.md
# (4)! RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt # (5)! COPY ./app /code/app # (6)! CMD ["fastapi", "run", "app/main.py", "--port", "80"] ``` 1. Inicie a partir da imagem base oficial do Python. 2. Defina o diretório de trabalho atual para `/code`. Esse é o diretório onde colocaremos o arquivo `requirements.txt` e o diretório `app`.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Nov 12 16:23:57 UTC 2025 - 32.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/filter/UrlFilterTest.java
} /** * Test internationalized domain names (IDN) */ public void test_internationalizedDomainNames() { String sessionId = "test-session-021"; urlFilter.init(sessionId); urlFilter.addInclude(".*日本.*"); assertTrue(urlFilter.match("https://日本.example.com/")); assertTrue(urlFilter.match("https://example.com/日本/page"));Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 19K bytes - Viewed (0) -
docs/de/docs/deployment/docker.md
# (4)! RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt # (5)! COPY ./app /code/app # (6)! CMD ["fastapi", "run", "app/main.py", "--port", "80"] ``` 1. Beginne mit dem offiziellen Python-Basisimage. 2. Setze das aktuelle Arbeitsverzeichnis auf `/code`. Hier platzieren wir die Datei `requirements.txt` und das Verzeichnis `app`.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 17:32:56 UTC 2025 - 33.6K bytes - Viewed (0) -
docs/es/docs/deployment/docker.md
# (4)! RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt # (5)! COPY ./app /code/app # (6)! CMD ["fastapi", "run", "app/main.py", "--port", "80"] ``` 1. Comenzar desde la imagen base oficial de Python. 2. Establecer el directorio de trabajo actual a `/code`. Aquí es donde pondremos el archivo `requirements.txt` y el directorio `app`.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 32K bytes - Viewed (0) -
docs/ko/docs/deployment/docker.md
# (4) RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt # (5) COPY ./app /code/app # (6) CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"] ``` 1. 공식 파이썬 베이스 이미지에서 시작합니다. 2. 현재 워킹 디렉터리를 `/code`로 설정합니다. 여기에 `requirements.txt` 파일과 `app` 디렉터리를 위치시킬 것입니다. 3. 요구 조건과 파일을 `/code` 디렉터리로 복사합니다.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 42.7K bytes - Viewed (0)