- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 220 for DEVELOPMENT (0.05 seconds)
-
docs/ja/docs/features.md
**FastAPI** では **Pydantic** のすべての機能が利用できます(FastAPI はデータ処理のすべてで Pydantic に基づいています): * **brainfuck なし**: * スキーマ定義のための新しいマイクロ言語を学ぶ必要はありません。 * Python の型を知っていれば、Pydantic の使い方もわかります。 * **<abbr title="Integrated Development Environment - 統合開発環境: コードエディタに類似">IDE</abbr>/<dfn title="コードのエラーを検査するプログラム">リンター</dfn>/思考** と気持ちよく連携します: * Pydantic のデータ構造は、あなたが定義するクラスの単なるインスタンスなので、オートコンプリート、リンティング、mypy、そしてあなたの直感が、検証済みデータに対して適切に機能します。 * **複雑な構造** を検証:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 11.6K bytes - Click Count (0) -
docs/zh/docs/advanced/generate-clients.md
# 生成 SDK { #generating-sdks } 因为 **FastAPI** 基于 **OpenAPI** 规范,它的 API 可以用许多工具都能理解的标准格式来描述。 这让你可以轻松生成最新的**文档**、多语言的客户端库(<abbr title="Software Development Kits - 软件开发工具包">**SDKs**</abbr>),以及与代码保持同步的**测试**或**自动化工作流**。 本指南将带你为 FastAPI 后端生成一个 **TypeScript SDK**。 ## 开源 SDK 生成器 { #open-source-sdk-generators } 一个功能多样的选择是 [OpenAPI Generator](https://openapi-generator.tech/),它支持**多种编程语言**,可以根据你的 OpenAPI 规范生成 SDK。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 8.9K bytes - Click Count (0) -
src/main/java/jcifs/audit/SecurityAuditLogger.java
} /** * Enable or disable skipping masking for debug level logs * * When enabled, DEBUG level logs will skip sensitive data masking entirely * to improve performance in development and debugging scenarios. * * @param enable true to skip masking for debug level */ public void setSkipMaskingForDebugLevel(boolean enable) { this.skipMaskingForDebugLevel = enable;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 26.6K bytes - Click Count (0) -
docs/en/docs/tutorial/query-params-str-validations.md
Keep in mind that different tools might have different levels of OpenAPI support. Some of them might not show all the extra information declared yet, although in most of the cases, the missing feature is already planned for development. /// You can add a `title`: {* ../../docs_src/query_params_str_validations/tutorial007_an_py310.py hl[10] *} And a `description`:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 16.3K bytes - Click Count (0) -
docs/zh-hant/docs/advanced/generate-clients.md
# 產生 SDK { #generating-sdks } 由於 **FastAPI** 建立在 **OpenAPI** 規格之上,其 API 能以許多工具都能理解的標準格式來描述。 這讓你能輕鬆產生最新的**文件**、多語言的用戶端程式庫(<abbr title="Software Development Kits - 軟體開發套件">**SDKs**</abbr>),以及與程式碼保持同步的**測試**或**自動化工作流程**。 在本指南中,你將學會如何為你的 FastAPI 後端產生 **TypeScript SDK**。 ## 開源 SDK 產生器 { #open-source-sdk-generators } 其中一個相當萬用的選擇是 [OpenAPI Generator](https://openapi-generator.tech/),它支援**多種程式語言**,並能從你的 OpenAPI 規格產生 SDK。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 9.1K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/enterprise/enterprise-workers" /> <option value="$PROJECT_DIR$/platforms/extensibility/plugin-development" /> <option value="$PROJECT_DIR$/platforms/extensibility/plugin-use" /> <option value="$PROJECT_DIR$/platforms/extensibility/test-kit" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0) -
docs/sts/ldap.md
user_dn_search_filter: (&(memberOf:1.2.840.113556.1.4.1941:=CN=group,DC=dc,DC=net)(sAMAccountName=%s)) ``` ### Sample settings Here are some (minimal) sample settings for development or experimentation: ```shell export MINIO_IDENTITY_LDAP_SERVER_ADDR=myldapserver.com:636 export MINIO_IDENTITY_LDAP_LOOKUP_BIND_DN='cn=admin,dc=min,dc=io' export MINIO_IDENTITY_LDAP_LOOKUP_BIND_PASSWORD=admin
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 18.9K bytes - Click Count (0) -
apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1 1. Definitions. 1.1. "Contributor" means each individual or entity that creates or contributes to the creation of Modifications. 1.2. "Contributor Version" means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor.
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri May 17 19:14:22 GMT 2024 - 38.5K bytes - Click Count (0) -
cmd/build-constants.go
GOROOT = "" // Version - version time.RFC3339. Version = "DEVELOPMENT.GOGET" // ReleaseTag - release tag in TAG.%Y-%m-%dT%H-%M-%SZ. ReleaseTag = "DEVELOPMENT.GOGET" // CommitID - latest commit id. CommitID = "DEVELOPMENT.GOGET" // ShortCommitID - first 12 characters from CommitID. ShortCommitID = "DEVELOPMENT.GOGET" // CopyrightYear - dynamic value of the copyright end year
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed May 01 17:57:52 GMT 2024 - 2.2K bytes - Click Count (0) -
cmd/update_test.go
expectedStr: fmt.Sprintf("MinIO (%s; %s; %s; source DEVELOPMENT.GOGET DEVELOPMENT.GOGET DEVELOPMENT.GOGET", runtime.GOOS, runtime.GOARCH, globalMinioModeFS), }, { envName: "MESOS_CONTAINER_NAME", envValue: "mesos-11111", mode: globalMinioModeErasure,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Feb 18 16:25:55 GMT 2025 - 10.4K bytes - Click Count (0)