- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 628 for kuwait (0.06 sec)
-
docs/em/docs/tutorial/dependencies/index.md
โซ๏ธ ๐ซ ๐ค. **FastAPI** ๐ ๐ญ โซ๏ธโ. /// note ๐ฅ ๐ ๐ซ ๐ญ, โ [๐: *"๐ โ" *](../../async.md){.internal-link target=_blank} ๐ ๐ `async` & `await` ๐ฉบ. /// ## ๐ ๏ธ โฎ๏ธ ๐ ๐ ๐จ ๐, ๐ฌ & ๐ ๐ ๐ (& ๐ง-๐) ๐ ๐ ๏ธ ๐ ๐ ๐. , ๐ ๐ฉบ ๐ โ๏ธ ๐ โน โช๏ธโก๏ธ ๐ซ ๐ ๐โโ๏ธ: <img src="/img/tutorial/dependencies/image01.png"> ## ๐ โ๏ธ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.7K bytes - Viewed (0) -
docs/ko/docs/tutorial/background-tasks.md
๋ฐฑ๊ทธ๋ผ์ด๋ ์์ ์ผ๋ก ์คํํ ํจ์๋ฅผ ์ ์ํฉ๋๋ค. ์ด๊ฒ์ ๋จ์ํ ๋งค๊ฐ๋ณ์๋ฅผ ๋ฐ์ ์ ์๋ ํ์ค ํจ์์ผ ๋ฟ์ ๋๋ค. **FastAPI**๋ ์ด๊ฒ์ด `async def` ํจ์์ด๋ , ์ผ๋ฐ `def` ํจ์์ด๋ ๋ด๋ถ์ ์ผ๋ก ์ด๋ฅผ ์ฌ๋ฐ๋ฅด๊ฒ ์ฒ๋ฆฌํฉ๋๋ค. ์ด ๊ฒฝ์ฐ, ์๋ ์์ ์ ํ์ผ์ ์ฐ๋ ํจ์์ ๋๋ค. (์ด๋ฉ์ผ ๋ณด๋ด๊ธฐ ์๋ฌผ๋ ์ด์ ) ๊ทธ๋ฆฌ๊ณ ์ด ์์ ์ `async`์ `await`๋ฅผ ์ฌ์ฉํ์ง ์์ผ๋ฏ๋ก ์ผ๋ฐ `def` ํจ์๋ก ์ ์ธํฉ๋๋ค. ```Python hl_lines="6-9" {!../../docs_src/background_tasks/tutorial001.py!} ``` ## ๋ฐฑ๊ทธ๋ผ์ด๋ ์์ ์ถ๊ฐ _๊ฒฝ๋ก ์๋ ํจ์_ ๋ด์์ ์์ ํจ์๋ฅผ `.add_task()` ํจ์ ํตํด _๋ฐฑ๊ทธ๋ผ์ด๋ ์์ _ ๊ฐ์ฒด์ ์ ๋ฌํฉ๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.7K bytes - Viewed (0) -
docs/metrics/prometheus/alerts.md
2. Start Prometheus server and AlertManager 3. Bring down couple of MinIO instances to bring down the Erasure Set tolerance to -1 and verify the same with `mc admin prometheus metrics ALIAS | grep minio_cluster_health_erasure_set_status` 4. Wait for 5 mins (as alert is configured to be firing after 5 mins), and verify that you see an entry in webhook for the alert as well as in Prometheus console as shown below ```json { "receiver": "web\\.hook",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Jan 28 20:53:59 UTC 2024 - 4.4K bytes - Viewed (0) -
internal/store/batch_test.go
wg.Add(1) go func(key int) { defer wg.Done() if err := batch.Add(testItem); err != nil { t.Errorf("failed to add item %v; %v", key, err) return } }(i) } wg.Wait() batchLen := batch.Len() if batchLen != int(limit) { t.Fatalf("Expected batch.Len() %v; but got %v", limit, batchLen) } keys := store.List() if len(keys) > 0 {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 23:06:30 UTC 2024 - 5.6K bytes - Viewed (0) -
docs/config/README.md
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Aug 16 08:43:49 UTC 2024 - 17.9K bytes - Viewed (1) -
docs/nl/docs/index.md
return {"item_id": item_id, "q": q} ``` <details markdown="1"> <summary>Of maak gebruik van <code>async def</code>...</summary> Als je code gebruik maakt van `async` / `await`, gebruik dan `async def`: ```Python hl_lines="9 14" from typing import Union from fastapi import FastAPI app = FastAPI() @app.get("/") async def read_root():
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 21.2K bytes - Viewed (0) -
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/service/impl/OpenSearchDataServiceTest.java
settingsBuilder.put("http.cors.enabled", true); settingsBuilder.put("discovery.type", "single-node"); }).build(newConfigs().clusterName(clusterName).numOfNode(1)); // wait for yellow status runner.ensureYellow(); System.setProperty(FesenClient.HTTP_ADDRESS, "localhost:" + runner.node().settings().get("http.port", "9201")); super.setUp(); } @Override
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 6.8K bytes - Viewed (0) -
docs/az/docs/index.md
def read_item(item_id: int, q: Union[str, None] = None): return {"item_id": item_id, "q": q} ``` <details markdown="1"> <summary>Vษ ya <code>async def</code>...</summary> ฦgษr kodunuzda `async` vษ ya `await` vardฤฑrsa `async def` istifadษ edษ bilษrik: ```Python hl_lines="9 14" from typing import Union from fastapi import FastAPI app = FastAPI() @app.get("/") async def read_root():
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 22.8K bytes - Viewed (0) -
internal/config/scanner/scanner.go
// Alert upon this many excess object versions ExcessVersions int64 // 100 // Alert upon this many excess sub-folders per folder in an erasure set. ExcessFolders int64 // 50000 // MaxWait is maximum wait time between operations MaxWait time.Duration // Cycle is the time.Duration between each scanner cycles Cycle time.Duration } // DefaultKVS - default KV config for heal settings var DefaultKVS = config.KVS{
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 5.5K bytes - Viewed (0) -
.teamcity/mvnw.cmd
@REM @REM Optional ENV vars @REM M2_HOME - location of maven2's installed home dir @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven @REM e.g. to debug Maven itself, use @REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Feb 26 01:48:39 UTC 2020 - 6.5K bytes - Viewed (0)