- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 468 for consulte (0.71 sec)
-
cmd/testdata/config/1.yaml
version: v1 address: ':9000' console-address: ':9001' certs-dir: '/home/user/.minio/certs/' pools: # Specify the nodes and drives with pools - - 'https://server-example-pool1:9000/mnt/disk{1...4}/' - 'https://server{1...2}-pool1:9000/mnt/disk{1...4}/' - 'https://server3-pool1:9000/mnt/disk{1...4}/' - 'https://server4-pool1:9000/mnt/disk{1...4}/' - - 'https://server-example-pool2:9000/mnt/disk{1...4}/'
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Dec 07 09:33:56 UTC 2023 - 881 bytes - Viewed (0) -
docs/em/docs/tutorial/security/oauth2-jwt.md
๐ฅ ๐ ๐ ๐คพ โฎ๏ธ ๐ฅ ๐ค & ๐ โ ๐ซ ๐ท, โ <a href="https://jwt.io/" class="external-link" target="_blank">https://jwt.io</a>. ## โ `python-jose` ๐ฅ ๐ช โ `python-jose` ๐ & โ ๐ฅ ๐ค ๐: <div class="termy"> ```console $ pip install "python-jose[cryptography]" ---> 100% ``` </div> <a href="https://github.com/mpdavis/python-jose" class="external-link" target="_blank">๐-๐ฉ๐ฌ</a> ๐ ๐ ๐ฉโ๐ป โ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.6K bytes - Viewed (0) -
docs/ko/docs/advanced/websockets.md
## `WebSockets` ์ค์น [๊ฐ์ ํ๊ฒฝ](../virtual-environments.md){.internal-link target=_blank)๋ฅผ ์์ฑํ๊ณ ํ์ฑํํ ๋ค์, `websockets`๋ฅผ ์ค์นํ์ธ์: <div class="termy"> ```console $ pip install websockets ---> 100% ``` </div> ## WebSockets ํด๋ผ์ด์ธํธ ### ํ๋ก๋์ ํ๊ฒฝ์์ ์ฌ๋ฌ๋ถ์ ํ๋ก๋์ ์์คํ ์์๋ React, Vue.js ๋๋ Angular์ ๊ฐ์ ์ต์ ํ๋ ์์ํฌ๋ก ์์ฑ๋ ํ๋ฐํธ์๋๋ฅผ ์ฌ์ฉํ๊ณ ์์ ๊ฐ๋ฅ์ฑ์ด ๋์ต๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Nov 27 20:03:29 UTC 2024 - 6.3K bytes - Viewed (0) -
docs/ru/docs/tutorial/first-steps.md
ะกะฐะผัะน ะฟัะพััะพะน FastAPI ัะฐะนะป ะผะพะถะตั ะฒัะณะปัะดะตัั ัะฐะบ: {* ../../docs_src/first_steps/tutorial001.py *} ะกะบะพะฟะธััะนัะต ะฒ ัะฐะนะป `main.py`. ะะฐะฟัััะธัะต ัะตัะฒะตั ะฒ ัะตะถะธะผะต ัะตะฐะปัะฝะพะณะพ ะฒัะตะผะตะฝะธ: <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) <span style="color: green;">INFO</span>: Started reloader process [28720]
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 12.9K bytes - Viewed (0) -
docs/id/docs/tutorial/index.md
Untuk menjalankan setiap contoh, salin kode ke file `main.py`, dan jalankan `uvicorn` dengan: <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) <span style="color: green;">INFO</span>: Started reloader process [28720]
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 2.9K bytes - Viewed (0) -
docs/em/docs/tutorial/first-steps.md
<div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> ๐ฅ ๐ โ ๐ ๐ฑ ๐: {* ../../docs_src/first_steps/tutorial002.py hl[3] *} & ๐ฎ โซ๏ธ ๐ `main.py`, โคด๏ธ ๐ ๐ ๐ค `uvicorn` ๐: <div class="termy"> ```console $ uvicorn main:my_awesome_api --reload
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.9K bytes - Viewed (0) -
docs/en/docs/advanced/websockets.md
## Install `WebSockets` { #install-websockets } Make sure you create a [virtual environment](../virtual-environments.md){.internal-link target=_blank}, activate it, and install `websockets`: <div class="termy"> ```console $ pip install websockets ---> 100% ``` </div> ## WebSockets client { #websockets-client } ### In production { #in-production }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/JobExecutorTest.java
} public void test_execute_differentScriptTypes() { // Test different script types Object result = jobExecutor.execute("javascript", "console.log('test')"); assertEquals("Executed: javascript console.log('test')", result); result = jobExecutor.execute("python", "print('test')"); assertEquals("Executed: python print('test')", result);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.1K bytes - Viewed (0) -
docs/en/docs/tutorial/index.md
All the code blocks can be copied and used directly (they are actually tested Python files). To run any of the examples, copy the code to a file `main.py`, and start `fastapi dev` with: <div class="termy"> ```console $ <font color="#4E9A06">fastapi</font> dev <u style="text-decoration-style:solid">main.py</u> <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting development server ๐
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5.1K bytes - Viewed (0) -
okcurl/okcurl
#!/bin/sh -e ../gradlew -q --console plain nativeBuild
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 19 08:48:55 UTC 2025 - 83 bytes - Viewed (0)