- Sort Score
- Result 10 results
- Languages All
Results 1281 - 1290 of 1,405 for rIndex (0.19 sec)
-
android/guava/src/com/google/common/util/concurrent/Futures.java
* * <p>"In the order that they complete" means, for practical purposes, about what you would * expect, but there are some subtleties. First, we do guarantee that, if the output future at * index n is done, the output future at index n-1 is also done. (But as usual with futures, some * listeners for future n may complete before some for future n-1.) However, it is possible, if
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 25 13:13:32 UTC 2024 - 64.7K bytes - Viewed (0) -
docs/ko/docs/async.md
파이썬이 **데이터 사이언스**, 머신러닝과 특히 딥러닝에 의 주된 언어라는 간단한 사실에 더해서, 이것은 FastAPI를 데이터 사이언스 / 머신러닝 웹 API와 응용프로그램에 (다른 것들보다) 좋은 선택지가 되게 합니다. 배포시 병렬을 어떻게 가능하게 하는지 알고싶다면, [배포](deployment/index.md){.internal-link target=_blank}문서를 참고하십시오. ## `async`와 `await` 최신 파이썬 버전에는 비동기 코드를 정의하는 매우 직관적인 방법이 있습니다. 이는 이것을 평범한 "순차적" 코드로 보이게 하고, 적절한 순간에 당신을 위해 "대기"합니다.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 26.7K bytes - Viewed (0) -
api/go1.txt
pkg image/png, type UnsupportedError string pkg index/suffixarray, func New([]uint8) *Index pkg index/suffixarray, method (*Index) Bytes() []uint8 pkg index/suffixarray, method (*Index) FindAllIndex(*regexp.Regexp, int) [][]int pkg index/suffixarray, method (*Index) Lookup([]uint8, int) []int pkg index/suffixarray, method (*Index) Read(io.Reader) error pkg index/suffixarray, method (*Index) Write(io.Writer) error
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
src/main/resources/suggest_indices/_cloud/suggest_analyzer.json
{ "index": { "refresh_interval": "1s", "number_of_shards": 1, "number_of_replicas": 0, "auto_expand_replicas": "0-1" }, "analysis" : { "tokenizer" : { "fess_japanese_normal" : { "type" : "kuromoji_tokenizer", "mode" : "normal", "discard_punctuation" : "false" }, "fess_korean_normal": { "type": "nori_tokenizer", "decompound_mode": "mixed",
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Feb 27 09:26:16 UTC 2021 - 57.4K bytes - Viewed (0) -
docs/uk/docs/alternatives.md
Основний веб-сервер для запуску програм **FastAPI**. Ви можете поєднати його з Gunicorn, щоб мати асинхронний багатопроцесний сервер. Додаткову інформацію див. у розділі [Розгортання](deployment/index.md){.internal-link target=_blank}. /// ## Орієнтири та швидкість
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 38.1K bytes - Viewed (0) -
src/main/resources/fess_indices/_aws/fess.json
{ "settings": { "index": { "codec": "${fess.index.codec}", "refresh_interval": "1s", "number_of_shards": "${fess.index.number_of_shards}", "number_of_replicas": 0, "auto_expand_replicas": "${fess.index.auto_expand_replicas}" }, "analysis": { "char_filter": { "mapping_fa_filter": { "type": "mapping",
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Mar 23 12:38:28 UTC 2021 - 117.3K bytes - Viewed (0) -
src/main/resources/fess_indices/_cloud/fess.json
{ "settings": { "index": { "codec": "${fess.index.codec}", "refresh_interval": "1s", "number_of_shards": "${fess.index.number_of_shards}", "number_of_replicas": 0, "auto_expand_replicas": "${fess.index.auto_expand_replicas}" }, "analysis": { "char_filter": { "mapping_fa_filter": { "type": "mapping",
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Feb 27 09:26:16 UTC 2021 - 117.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: Failed to send the test mail. */ public static final String ERRORS_failed_to_send_testmail = "{errors.failed_to_send_testmail}"; /** The key of the message: Could not find index for backup. */ public static final String ERRORS_could_not_find_backup_index = "{errors.could_not_find_backup_index}"; /** The key of the message: The current password is incorrect. */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 119.9K bytes - Viewed (0) -
docs/pt/docs/tutorial/bigger-applications.md
``` //// /// tip | "Dica" Estamos usando um cabeçalho inventado para simplificar este exemplo. Mas em casos reais, você obterá melhores resultados usando os [Utilitários de Segurança](security/index.md){.internal-link target=_blank} integrados. /// ## Outro módulo com `APIRouter` Digamos que você também tenha os endpoints dedicados a manipular "itens" do seu aplicativo no módulo em `app/routers/items.py`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 19.6K bytes - Viewed (0) -
README.md
- [Use `minio-go` SDK with MinIO Server](https://min.io/docs/minio/linux/developers/go/minio-go.html) - [The MinIO documentation website](https://min.io/docs/minio/linux/index.html) ## Contribute to MinIO Project Please follow MinIO [Contributor's Guide](https://github.com/minio/minio/blob/master/CONTRIBUTING.md) ## License
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Oct 13 13:34:11 UTC 2024 - 18.2K bytes - Viewed (0)