- Sort Score
- Num 10 results
- Language All
Results 621 - 630 of 705 for imagem (0.06 seconds)
-
docs/fr/docs/_llm-test.md
* [Lien externe](https://sqlmodel.tiangolo.com/) * [Lien vers une feuille de style](https://fastapi.tiangolo.com/css/styles.css) * [Lien vers un script](https://fastapi.tiangolo.com/js/logic.js) * [Lien vers une image](https://fastapi.tiangolo.com/img/foo.jpg) Le texte du lien doit être traduit, l’adresse du lien doit pointer vers la traduction : * [Lien FastAPI](https://fastapi.tiangolo.com/fr/) //// //// tab | Info
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<aside class="main-sidebar sidebar-dark-primary"> <la:link href="/admin/" styleClass="brand-link text-center"> <span class="brand-text"> <c:if test="${empty param.brandName or empty param.logoPath}"><img src="${fe:url('/images/logo-head.png')}" alt="<la:message key="labels.header_brand_name" />" /></c:if ><c:if test="${not empty param.brandName and not empty param.logoPath}"><img src="${fe:url(param.logoPath)}" alt="${f:h(param.brandName)}" /></c:if> </span>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 21K bytes - Click Count (0) -
docs/en/docs/async.md
--- Common examples of CPU bound operations are things that require complex math processing. For example: * **Audio** or **image processing**. * **Computer vision**: an image is composed of millions of pixels, each pixel has 3 values / colors, processing that normally requires computing something on those pixels, all at the same time.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 23.4K bytes - Click Count (0) -
docs/en/docs/_llm-test.md
* [External link](https://sqlmodel.tiangolo.com/) * [Link to a style](https://fastapi.tiangolo.com/css/styles.css) * [Link to a script](https://fastapi.tiangolo.com/js/logic.js) * [Link to an image](https://fastapi.tiangolo.com/img/foo.jpg) The link text should get translated, the link address should point to the translation: * [FastAPI link](https://fastapi.tiangolo.com/) //// //// tab | Info
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 11K bytes - Click Count (0) -
docs/en/docs/advanced/openapi-callbacks.md
You will see your docs including a "Callbacks" section for your *path operation* that shows how the *external API* should look like:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 7.7K bytes - Click Count (0) -
docs/pt/docs/advanced/openapi-callbacks.md
Você verá sua documentação incluindo uma seção "Callbacks" para sua *operação de rota* que mostra como a *API externa* deveria ser:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 8.1K bytes - Click Count (0) -
docs/zh/docs/tutorial/dependencies/classes-as-dependencies.md
``` //// ..就像: {* ../../docs_src/dependencies/tutorial003_an_py310.py hl[19] *} 但是声明类型是被鼓励的,因为那样你的编辑器就会知道将传递什么作为参数 `commons` ,然后它可以帮助你完成代码,类型检查,等等: <img src="/img/tutorial/dependencies/image02.png"> ## 快捷方式 { #shortcut } 但是你可以看到,我们在这里有一些代码重复了,编写了`CommonQueryParams`两次: //// tab | Python 3.10+ ```Python commons: Annotated[CommonQueryParams, Depends(CommonQueryParams)] ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:37:57 GMT 2026 - 6.8K bytes - Click Count (0) -
docs/zh/docs/advanced/path-operation-advanced-configuration.md
{* ../../docs_src/path_operation_advanced_configuration/tutorial005_py310.py hl[6] *} 当你打开自动 API 文档时,你的扩展会显示在该 *路径操作* 的底部。 <img src="/img/tutorial/path-operation-advanced-configuration/image01.png"> 如果你查看最终生成的 OpenAPI(在你的 API 的 `/openapi.json`),你也会看到你的扩展作为该 *路径操作* 的一部分: ```JSON hl_lines="22" { "openapi": "3.1.0", "info": { "title": "FastAPI", "version": "0.1.0"Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 6.7K bytes - Click Count (0) -
docs/tr/docs/tutorial/dependencies/index.md
Bu nedenle interaktif dokümanlar, bu dependency'lerden gelen tüm bilgileri de içerir: <img src="/img/tutorial/dependencies/image01.png"> ## Basit Kullanım { #simple-usage }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 10.2K bytes - Click Count (0) -
docs/es/docs/tutorial/path-params.md
## Documentación { #documentation } Y cuando abras tu navegador en [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs), verás una documentación de API automática e interactiva como: <img src="/img/tutorial/path-params/image01.png"> /// check | Revisa Nuevamente, solo con esa misma declaración de tipo de Python, **FastAPI** te ofrece documentación automática e interactiva (integrando Swagger UI).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 9.4K bytes - Click Count (0)