- Sort Score
- Num 10 results
- Language All
Results 231 - 235 of 235 for Alternative (0.3 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/util/concurrent/FluentFuture.java
* .transform(User::getId, directExecutor()) * .transform(ActivityService::isLoggedIn, threadPool) * .catching(RpcException.class, e -> false, directExecutor()); * } * * <h3>Alternatives</h3> * * <h4>Frameworks</h4> * * <p>When chaining together a graph of asynchronous operations, you will often find it easier to
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 19.8K bytes - Click Count (0) -
docs/zh-hant/docs/virtual-environments.md
// 啟用 prisoner-of-azkaban/.venv 中的虛擬環境 🚀 $ source .venv/bin/activate // 現在當你執行 python 時,它會在這個虛擬環境中找到已安裝的 sirius 套件 ✨ $ python main.py I solemnly swear 🐺 ``` </div> ## 替代方案 { #alternatives } 這是一個簡單的指南,幫助你入門並教會你如何理解一切**底層**的原理。 有許多**替代方案**來管理虛擬環境、套件依賴(requirements)、專案。 當你準備好並想要使用一個工具來**管理整個專案**、套件依賴、虛擬環境等,建議你嘗試 [uv](https://github.com/astral-sh/uv)。 `uv` 可以執行許多操作,它可以:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 21K bytes - Click Count (0) -
docs/zh/docs/virtual-environments.md
// 激活 prisoner-of-azkaban/.venv 中的虚拟环境 🚀 $ source .venv/bin/activate // 现在当你运行 python 时,它会在这个虚拟环境中找到安装的 sirius 包 ✨ $ python main.py I solemnly swear 🐺 ``` </div> ## 替代方案 { #alternatives } 这是一个简单的指南,可以帮助你入门并教会你如何理解一切**底层**的东西。 有许多**替代方案**来管理虚拟环境、包依赖(requirements)、工程。 一旦你准备好并想要使用一个工具来**管理整个工程**、包依赖、虚拟环境等,建议你尝试 [uv](https://github.com/astral-sh/uv)。 `uv` 可以做很多事情,它可以:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 21.4K bytes - Click Count (0) -
docs/ja/docs/virtual-environments.md
$ source .venv/bin/activate // Now when you run python, it will find the package sirius installed in this virtual environment ✨ $ python main.py I solemnly swear 🐺 ``` </div> ## 代替手段 { #alternatives } これは、あらゆる仕組みを**根本から**学ぶためのシンプルな入門ガイドです。 仮想環境、パッケージの依存関係(requirements)、プロジェクトの管理には、多くの**代替手段**があります。 準備が整い、パッケージの依存関係、仮想環境など**プロジェクト全体の管理**ツールを使いたいと考えたら、[uv](https://github.com/astral-sh/uv) を試してみることをおすすめします。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 28.5K bytes - Click Count (0) -
doc/go_spec.html
double quotes <code>""</code> or back quotes <code>``</code>. </p> <p> The form <code>a … b</code> represents the set of characters from <code>a</code> through <code>b</code> as alternatives. The horizontal ellipsis <code>…</code> is also used elsewhere in the spec to informally denote various enumerations or code snippets that are not further specified. The character <code>…</code>
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1)