- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 289 for module$i (0.17 sec)
-
docs/tr/docs/alternatives.md
Kullanımı çok kolay ve sezgisel, kolaylıkla genişletilebilecek ve modüler bileşenlere sahip olacak şekilde tasarlandı. Sahip olduğu bir kaç özellik: * Cidden etkileyici bir performans. * WebSocket desteği. * İşlem-içi arka plan görevleri. * Başlatma ve kapatma olayları.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 28.8K bytes - Viewed (0) -
docs/pt/docs/tutorial/bigger-applications.md
``` A segunda versão é uma "importação absoluta": ```Python from app.routers import items, users ``` Para saber mais sobre pacotes e módulos Python, leia <a href="https://docs.python.org/3/tutorial/modules.html" class="external-link" target="_blank">a documentação oficial do Python sobre módulos</a>. /// ### Evite colisões de nomes
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 19.6K bytes - Viewed (0) -
docs/vi/docs/index.md
</div> <details markdown="1"> <summary>Về lệnh <code>uvicorn main:app --reload</code>...</summary> Lệnh `uvicorn main:app` tham chiếu tới những thành phần sau: * `main`: tệp tin `main.py` (một Python "module"). * `app`: object được tạo trong tệp tin `main.py` tại dòng `app = FastAPI()`. * `--reload`: chạy lại server sau khi code thay đổi. Chỉ sử dụng trong quá trình phát triển. </details> ### Kiểm tra
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 21.9K bytes - Viewed (0) -
docs/fr/docs/contributing.md
### Environnement virtuel avec `venv` Vous pouvez créer un environnement virtuel dans un répertoire en utilisant le module `venv` de Python : <div class="termy"> ```console $ python -m venv env ``` </div>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 16.2K bytes - Viewed (0) -
android/guava/src/com/google/common/reflect/ClassPath.java
* the {@linkplain ClassLoader#getSystemClassLoader() system class loader}. This means it does * not look for classes in the <i>module path</i>. * <li>It understands only {@code file:} URLs. This means that it does not understand <a * href="https://openjdk.java.net/jeps/220">{@code jrt:/} URLs</a>, among <a
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Jan 05 17:43:40 UTC 2022 - 24.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
#### API Machinery - `k8s.io/kubernetes` and published components (such as `k8s.io/client-go` and `k8s.io/api`) now contain go module files including dependency version information. See [go-modules](http://git.k8s.io/client-go/INSTALL.md#go-modules) for details on consuming `k8s.io/client-go` using go modules. ([#74877](https://github.com/kubernetes/kubernetes/pull/74877), [@liggitt](https://github.com/liggitt)) #### Apps
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
src/main/webapp/js/jquery-3.7.1.min.js
/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 85.5K bytes - Viewed (0) -
docs/pt/docs/virtual-environments.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Sep 10 10:37:13 UTC 2024 - 22.6K bytes - Viewed (0) -
docs/fr/docs/index.md
</div> <details markdown="1"> <summary>À propos de la commande <code>uvicorn main:app --reload</code> ...</summary> La commande `uvicorn main:app` fait référence à : * `main` : le fichier `main.py` (le "module" Python). * `app` : l'objet créé à l'intérieur de `main.py` avec la ligne `app = FastAPI()`. * `--reload` : fait redémarrer le serveur après des changements de code. À n'utiliser que pour le développement. </details>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 22K bytes - Viewed (0) -
docs/yo/docs/index.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 24.1K bytes - Viewed (0)