- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 714 for SETTINGS (0.08 sec)
-
docs/de/docs/advanced/settings.md
```Python hl_lines="10" {!../../docs_src/settings/app02/config.py!} ``` Beachten Sie, dass wir jetzt keine Standardinstanz `settings = Settings()` erstellen. ### Die Haupt-Anwendungsdatei Jetzt erstellen wir eine Abhängigkeit, die ein neues `config.Settings()` zurückgibt. //// tab | Python 3.9+ ```Python hl_lines="6 12-13" {!> ../../docs_src/settings/app02_an_py39/main.py!} ``` ////
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 17.7K bytes - Viewed (0) -
docs/em/docs/advanced/settings.md
## ⚒ 🔗 🍾 ⚫️ 5️⃣📆 ⚠ 🚚 ⚒ ⚪️➡️ 🔗, ↩️ ✔️ 🌐 🎚 ⏮️ `settings` 👈 ⚙️ 🌐. 👉 💪 ✴️ ⚠ ⏮️ 🔬, ⚫️ 📶 ⏩ 🔐 🔗 ⏮️ 👆 👍 🛃 ⚒. ### 📁 📁 👟 ⚪️➡️ ⏮️ 🖼, 👆 `config.py` 📁 💪 👀 💖: ```Python hl_lines="10" {!../../docs_src/settings/app02/config.py!} ``` 👀 👈 🔜 👥 🚫 ✍ 🔢 👐 `settings = Settings()`. ### 👑 📱 📁 🔜 👥 ✍ 🔗 👈 📨 🆕 `config.Settings()`. ```Python hl_lines="5 11-12"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.3K bytes - Viewed (0) -
apache-maven/src/assembly/maven/conf/settings.xml
| | 1. User Level. This settings.xml file provides configuration for a single user, | and is normally provided in ${user.home}/.m2/settings.xml. | | NOTE: This location can be overridden with the CLI option: | | -s /path/to/user/settings.xml | | 2. Installation Level. | This settings.xml file provides configuration for all Maven
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Oct 24 15:53:41 UTC 2024 - 11.1K bytes - Viewed (0) -
docs/pt/docs/advanced/settings.md
### O arquivo principal da aplicação Agora criamos a dependência que retorna um novo objeto `config.Settings()`. //// tab | Python 3.9+ ```Python hl_lines="6 12-13" {!> ../../docs_src/settings/app02_an_py39/main.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="6 12-13" {!> ../../docs_src/settings/app02_an/main.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 17K bytes - Viewed (0) -
compat/maven-embedder/src/examples/simple-project/settings.xml
KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <settings> <pluginGroups> <pluginGroup>org.codehaus.tycho</pluginGroup> <pluginGroup>org.sonatype.pwt</pluginGroup> </pluginGroups>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 945 bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
xml.namespace="http://maven.apache.org/SETTINGS/${version}" xml.schemaLocation="http://maven.apache.org/xsd/settings-${version}.xsd"> <id>settings</id> <name>Settings</name> <description> <![CDATA[ <p>This is a reference for the user-specific configuration for Maven.</p>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Oct 08 13:46:42 UTC 2024 - 33.5K bytes - Viewed (0) -
.teamcity/settings.kts
Bo Zhang <******@****.***> 1715586305 +0800
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon May 13 07:45:05 UTC 2024 - 1.2K bytes - Viewed (0) -
.vscode/settings.json
Yuri Schimke <******@****.***> 1713104645 +0100
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Apr 14 14:24:05 UTC 2024 - 52 bytes - Viewed (0) -
docs/en/docs/advanced/settings.md
## Pydantic `Settings` Fortunately, Pydantic provides a great utility to handle these settings coming from environment variables with <a href="https://docs.pydantic.dev/latest/concepts/pydantic_settings/" class="external-link" target="_blank">Pydantic: Settings management</a>. ### Install `pydantic-settings`
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 12.9K bytes - Viewed (0) -
docs/zh/docs/advanced/settings.md
```Python hl_lines="2 5-8 11" {!../../docs_src/settings/tutorial001.py!} ``` /// tip 如果您需要一个快速的复制粘贴示例,请不要使用此示例,而应使用下面的最后一个示例。 /// 然后,当您创建该 `Settings` 类的实例(在此示例中是 `settings` 对象)时,Pydantic 将以不区分大小写的方式读取环境变量,因此,大写的变量 `APP_NAME` 仍将为属性 `app_name` 读取。 然后,它将转换和验证数据。因此,当您使用该 `settings` 对象时,您将获得您声明的类型的数据(例如 `items_per_user` 将为 `int` 类型)。 ### 使用 `settings` 然后,您可以在应用程序中使用新的 `settings` 对象:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.8K bytes - Viewed (0)