- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 420 for DIV (0.02 sec)
-
docs/em/docs/advanced/behind-a-proxy.md
& โคด๏ธ โซ๏ธ ๐ โ ๐ฎ ๐จ ๐ Uvicorn ๐โโ ๐ `http://127.0.0.1:8000`. ๐ โถ๏ธ Traefik: <div class="termy"> ```console $ ./traefik --configFile=traefik.toml INFO[0000] Configuration loaded from file: /home/user/awesomeapi/traefik.toml ``` </div> & ๐ โถ๏ธ ๐ ๐ฑ โฎ๏ธ Uvicorn, โ๏ธ `--root-path` ๐: <div class="termy"> ```console $ uvicorn main:app --root-path /api/v1
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
final String data = "<html><body><br/><div>foo</div><div id=\"barid\">bar</div></body></html>"; final Document document = getDocument(data); ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() { private static final long serialVersionUID = 1L; @Override public String getCrawlerDocumentHtmlPrunedTags() { return "div#barid"; } });
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 41.3K bytes - Viewed (0) -
docs/zh/docs/tutorial/debugging.md
`__name__ == "__main__"` ็ไธป่ฆ็ฎ็ๆฏไฝฟ็จไปฅไธไปฃ็ ่ฐ็จๆไปถๆถๆง่กไธไบไปฃ็ ๏ผ <div class="termy"> ```console $ python myapp.py ``` </div> ่ๅฝๅ ถๅฎๆไปถๅฏผๅ ฅๅฎๆถๅนถไธไผ่ขซ่ฐ็จ๏ผๅ่ฟๆ ท๏ผ ```Python from myapp import app ``` #### ๆดๅค็ป่ ๅ่ฎพไฝ ็ๆไปถๅฝๅไธบ `myapp.py`ใ ๅฆๆไฝ ่ฟๆ ท่ฟ่ก๏ผ <div class="termy"> ```console $ python myapp.py ``` </div> ้ฃไนๆไปถไธญ็ฑ Python ่ชๅจๅๅปบ็ๅ ้จๅ้ `__name__`๏ผไผๅฐๅญ็ฌฆไธฒ `"__main__"` ไฝไธบๅผใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.4K bytes - Viewed (0) -
docs/pt/docs/tutorial/index.md
--- ## Instale o FastAPI O primeiro passo รฉ instalar o FastAPI. Para o tutorial, vocรช deve querer instalรก-lo com todas as dependรชncias e recursos opicionais. <div class="termy"> ```console $ pip install "fastapi[all]" ---> 100% ``` </div> ...isso tambรฉm inclui o `uvicorn`, que vocรช pode usar como o servidor que rodarรก seu cรณdigo. /// note | "Nota" Vocรช tambรฉm pode instalar parte por parte.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.7K bytes - Viewed (0) -
docs/ja/docs/index.md
<div style="text-align: right; margin-right: 10%;">Kabir Khan - <strong>Microsoft</strong> <a href="https://github.com/fastapi/fastapi/pull/26" target="_blank"><small>(ref)</small></a></div> --- "_FastAPIใฉใคใใฉใชใๆก็จใใใฏใจใชใง**ไบๆธฌๅค**ใๅๅพใงใใ**REST**ใตใผใใๆง็ฏใใพใใใ [for Ludwig]_"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 21K bytes - Viewed (0) -
docs/ko/docs/tutorial/debugging.md
<div class="termy"> ```console $ python myapp.py ``` </div> ๊ทธ๋ฌ๋ ๋ค์๊ณผ ๊ฐ์ด ๋ค๋ฅธ ํ์ผ์ ๊ฐ์ ธ์ฌ ๋๋ ํธ์ถ๋์ง ์์ต๋๋ค. ```Python from myapp import app ``` #### ์ถ๊ฐ ์ธ๋ถ์ฌํญ ํ์ผ ์ด๋ฆ์ด `myapp.py`๋ผ๊ณ ๊ฐ์ ํด ๋ณด๊ฒ ์ต๋๋ค. ๋ค์๊ณผ ๊ฐ์ด ์คํํ๋ฉด <div class="termy"> ```console $ python myapp.py ``` </div>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.8K bytes - Viewed (0) -
docs/em/docs/contributing.md
๐ ๐ช โ ๐น ๐ ๐ โ๏ธ ๐ `venv` ๐น: <div class="termy"> ```console $ python -m venv env ``` </div> ๐ ๐ โ ๐ `./env/` โฎ๏ธ ๐ ๐ฑ & โคด๏ธ ๐ ๐ ๐ช โ ๐ฆ ๐ โ ๐. ### ๐ ๐ ๐ ๐ ๐ โฎ๏ธ: //// tab | ๐พ, ๐ธ๐ป <div class="termy"> ```console $ source ./env/bin/activate ``` </div> //// //// tab | ๐ช ๐ <div class="termy"> ```console
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.4K bytes - Viewed (0) -
docs/pt/docs/deployment/manually.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Sep 20 11:10:02 UTC 2024 - 8.2K bytes - Viewed (0) -
docs/em/docs/deployment/server-workers.md
& โคด๏ธ ๐-๐ **Uvicorn ๐จโ๐ญ** ๐ ๐ ๐ ๐ญ ๐ ๐จ ๐ ๐ซ ๐ฉ FastAPI โ๏ธ โซ๏ธ. ## โ ๐ & Uvicorn <div class="termy"> ```console $ pip install "uvicorn[standard]" gunicorn ---> 100% ``` </div> ๐ ๐ โ ๐ฏโโ๏ธ Uvicorn โฎ๏ธ `standard` โ ๐ฆ (๐ค โ ๐ญ) & ๐. ## ๐ ๐ โฎ๏ธ Uvicorn ๐จโ๐ญ โคด๏ธ ๐ ๐ช ๐ ๐ โฎ๏ธ: <div class="termy"> ```console
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8.2K bytes - Viewed (0) -
docs/em/docs/advanced/settings.md
๐ ๐ช โ & โ๏ธ ๐ ๐ข ๐, ๐ต ๐โโ ๐: //// tab | ๐พ, ๐ธ๐ป, ๐ช ๐ <div class="termy"> ```console // You could create an env var MY_NAME with $ export MY_NAME="Wade Wilson" // Then you could use it with other programs, like $ echo "Hello $MY_NAME" Hello Wade Wilson ``` </div> //// //// tab | ๐ช ๐ <div class="termy"> ```console // Create an env var MY_NAME
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.3K bytes - Viewed (0)