- Sort Score
- Result 10 results
- Languages All
Results 21 - 27 of 27 for 810 (0.04 sec)
-
docs/em/docs/tutorial/sql-databases.md
/// tip 👉 👑 ⏸ 👈 👆 🔜 ✔️ 🔀 🚥 👆 💚 ⚙️ 🎏 💽. /// ### ✍ 🇸🇲 `engine` 🥇 🔁 ✍ 🇸🇲 "🚒". 👥 🔜 ⏪ ⚙️ 👉 `engine` 🎏 🥉. ```Python hl_lines="8-10" {!../../docs_src/sql_databases/sql_app/database.py!} ``` #### 🗒 ❌: ```Python connect_args={"check_same_thread": False} ``` ...💪 🕴 `SQLite`. ⚫️ 🚫 💪 🎏 💽.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 25K bytes - Viewed (0) -
docs/zh/docs/tutorial/sql-databases.md
...并根据您的数据库数据和相关凭据(也适用于 MySQL、MariaDB 或任何其他)对其进行调整。 /// tip 如果您想使用不同的数据库,这是就是您必须修改的地方。 /// ### 创建 SQLAlchemy 引擎 第一步,创建一个 SQLAlchemy的“引擎”。 我们稍后会将这个`engine`在其他地方使用。 ```Python hl_lines="8-10" {!../../docs_src/sql_databases/sql_app/database.py!} ``` #### 注意 参数: ```Python connect_args={"check_same_thread": False} ``` ...仅用于`SQLite`,在其他数据库不需要它。 /// info | "技术细节"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 27.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
- sigs.k8s.io/json: c049b76 ### Changed - cloud.google.com/go/bigquery: v1.4.0 → v1.8.0 - cloud.google.com/go/storage: v1.6.0 → v1.10.0 - cloud.google.com/go: v0.54.0 → v0.81.0 - github.com/GoogleCloudPlatform/k8s-cloud-provider: [7901bc8 → ea6160c](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/compare/7901bc8...ea6160c)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.22.md
- golang.org/x/net: a5a99cb → 37e1c6a - k8s.io/system-validators: v1.4.0 → v1.5.0 - k8s.io/utils: da69540 → 4b05e18 - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.20 → v0.0.21 - sigs.k8s.io/kustomize/api: v0.8.10 → v0.8.11 - sigs.k8s.io/kustomize/cmd/config: v0.9.12 → v0.9.13 - sigs.k8s.io/kustomize/kustomize/v4: v4.1.3 → v4.2.0 - sigs.k8s.io/kustomize/kyaml: v0.10.20 → v0.11.0
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Dec 13 12:43:45 UTC 2022 - 454.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
- go.opentelemetry.io/contrib/propagators: v0.20.0 - google.golang.org/grpc/cmd/protoc-gen-go-grpc: v1.1.0 ### Changed - bitbucket.org/bertimus9/systemstat: 0eeff89 → v0.5.0 - cloud.google.com/go: v0.81.0 → v0.97.0 - github.com/Azure/go-autorest/autorest/adal: [v0.9.13 → v0.9.20](https://github.com/Azure/go-autorest/autorest/adal/compare/v0.9.13...v0.9.20)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
RELEASE.md
`TF_ENABLE_ONEDNN_OPTS=1`. * We do not recommend using them in GPU systems, as they have not been sufficiently tested with GPUs yet. * TensorFlow pip packages are now built with CUDA11.2 and cuDNN 8.1.0 ## Breaking Changes * The `TF_CPP_MIN_VLOG_LEVEL` environment variable has been renamed to `TF_CPP_MAX_VLOG_LEVEL` which correctly describes its effect. ## Bug Fixes and Other Changes
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0) -
docs/en/docs/release-notes.md
## 0.46.0 * Fix typos and tweak configs. PR [#837](https://github.com/tiangolo/fastapi/pull/837). * Add link to Chinese article in [External Links](https://fastapi.tiangolo.com/external-links/). PR [810](https://github.com/tiangolo/fastapi/pull/810) by [@wxq0309](https://github.com/wxq0309). * Implement `OAuth2AuthorizationCodeBearer` class. PR [#797](https://github.com/tiangolo/fastapi/pull/797) by [@kuwv](https://github.com/kuwv).
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Nov 01 11:25:57 UTC 2024 - 460.3K bytes - Viewed (0)