- Sort Score
- Num 10 results
- Language All
Results 571 - 580 of 650 for lowest (0.05 seconds)
-
docs/en/docs/virtual-environments.md
/// If you are using `pip` to install packages (it comes by default with Python), you should **upgrade** it to the latest version. Many exotic errors while installing a package are solved by just upgrading `pip` first. /// tip You would normally do this **once**, right after you create the virtual environment. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 22.1K bytes - Click Count (0) -
docs/ko/docs/tutorial/bigger-applications.md
## 같은 router를 다른 `prefix`로 여러 번 포함하기 { #include-the-same-router-multiple-times-with-different-prefix } `.include_router()`를 사용해 *같은* router를 서로 다른 prefix로 여러 번 포함할 수도 있습니다. 예를 들어 `/api/v1`과 `/api/latest`처럼 서로 다른 prefix로 동일한 API를 노출할 때 유용할 수 있습니다. 이는 고급 사용 방식이라 실제로 필요하지 않을 수도 있지만, 필요할 때를 위해 제공됩니다. ## `APIRouter`에 다른 `APIRouter` 포함하기 { #include-an-apirouter-in-another }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 21.5K bytes - Click Count (0) -
android/guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedArrayBlockingQueue.java
/** * A bounded {@linkplain BlockingQueue blocking queue} backed by an array. This queue orders * elements FIFO (first-in-first-out). The head of the queue is that element that has been * on the queue the longest time. The tail of the queue is that element that has been on * the queue the shortest time. New elements are inserted at the tail of the queue, and the queue * retrieval operations obtain elements at the head of the queue.Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 22.4K bytes - Click Count (0) -
src/main/java/jcifs/smb/DfsImpl.java
log.trace("No match for domain based root, checking standalone " + domain); } /* * We did not match a domain based root. Now try to match the * longest path in the list of stand-alone referrals. */ CacheEntry<DfsReferralDataInternal> refs; synchronized (this.referralsLock) { refs = this.referrals;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 29.7K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/sql-databases.md
這裡我們在應用的啟動事件中建立資料表。 在正式環境中,你大概會在啟動應用前使用遷移腳本來處理。🤓 /// tip | 提示 SQLModel 之後會提供包裝 Alembic 的遷移工具,但目前你可以直接使用 [Alembic](https://alembic.sqlalchemy.org/en/latest/)。 /// ### 建立 Hero { #create-a-hero } 因為每個 SQLModel 模型同時也是一個 Pydantic 模型,你可以在「型別標註」中像使用 Pydantic 模型一樣使用它。 例如,如果你宣告一個參數型別為 `Hero`,它會從「JSON body」中讀取。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 14.8K bytes - Click Count (0) -
docs/ja/docs/tutorial/sql-databases.md
ここでは、アプリケーションのスタートアップイベントでテーブルを作成しています。 本番では、アプリを起動する前にマイグレーションスクリプトを実行するのが一般的でしょう。🤓 /// tip | 豆知識 SQLModel は Alembic をラップしたマイグレーションユーティリティを提供予定ですが、現時点では [Alembic](https://alembic.sqlalchemy.org/en/latest/) を直接使えます。 /// ### Hero の作成 { #create-a-hero } 各 SQLModel モデルは Pydantic モデルでもあるため、Pydantic モデルと同じように型アノテーションで使えます。 例えば、`Hero` 型のパラメータを宣言すると、JSON ボディから読み込まれます。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 18K bytes - Click Count (0) -
docs/smb3-features/06-witness-protocol-design.md
this.shareName = shareName; this.serverAddress = serverAddress; this.serviceType = serviceType; this.version = WitnessVersion.VERSION_2; // Use latest by default this.registrationTime = System.currentTimeMillis(); this.sequenceNumber = new AtomicLong(0); this.state = WitnessRegistrationState.REGISTERING; this.lastHeartbeat = registrationTime;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 42K bytes - Click Count (0) -
doap_Maven.rdf
ies/apache-maven-4.0.0-alpha-2-bin.tar.gz http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-2/source/apache-maven-4.0.0-alpha-2-src.zip http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-2/source/apache-maven-4.0.0-alpha-2-src.tar.gz Latest stable release 2026-03-12 3.9.14 https://archive.apache.org/dist/maven/maven-3/3.9.14/binaries/apache-maven-3.9.14-bin.zip https://archive.apache.org/dist/maven/maven-3/3.9.14/binaries/apache-maven-3.9.14-bin.tar.gz https://archive.apache.org/dis...
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Mar 14 15:05:35 GMT 2026 - 38K bytes - Click Count (0) -
docs/en/docs/tutorial/sql-databases.md
/// tip SQLModel will have migration utilities wrapping Alembic, but for now, you can use [Alembic](https://alembic.sqlalchemy.org/en/latest/) directly. /// ### Create a Hero { #create-a-hero } Because each SQLModel model is also a Pydantic model, you can use it in the same **type annotations** that you could use Pydantic models.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 15.3K bytes - Click Count (0) -
docs/de/docs/tutorial/sql-databases.md
/// tip | Tipp SQLModel wird Migrationstools haben, die Alembic wrappen, aber im Moment können Sie [Alembic](https://alembic.sqlalchemy.org/en/latest/) direkt verwenden. /// ### Einen Helden erstellen { #create-a-hero }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 17.7K bytes - Click Count (0)