- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 297 for module$i (0.16 sec)
-
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) -
LICENSE
included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0) -
src/cmd/api/main_test.go
// extra care when printing them - ignore since it is not // going to change w/o a language change. // - Internal and vendored packages do not contribute to our // API surface. (If we are running within the "std" module, // vendored dependencies appear as themselves instead of // their "vendor/" standard-library copies.) // - 'go list std' does not include commands, which cannot be // imported anyway.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 04 18:16:59 UTC 2024 - 31.4K bytes - Viewed (0)