- Sort Score
- Num 10 results
- Language All
Results 451 - 460 of 1,154 for Web (0.01 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/DataConfig.java
private static final long serialVersionUID = 1L; private static final Logger logger = LogManager.getLogger(DataConfig.class); private static final String CRAWLER_WEB_PREFIX = "crawler.web."; private static final String CRAWLER_WEB_HEADER_PREFIX = CRAWLER_WEB_PREFIX + "header."; private static final String CRAWLER_WEB_AUTH = CRAWLER_WEB_PREFIX + "auth";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 01:38:30 GMT 2026 - 17.7K bytes - Click Count (0) -
docs/zh-hant/docs/index.md
如果你不是在做 Web API,而是要建立一個在終端機中使用的 <abbr title="Command Line Interface - 命令列介面">CLI</abbr> 應用程式,可以看看 [**Typer**](https://typer.tiangolo.com/)。 **Typer** 是 FastAPI 的小老弟。他立志成為命令列世界的 **FastAPI**。⌨️ 🚀 ## 需求 { #requirements } FastAPI 是站在以下巨人的肩膀上: * [Starlette](https://www.starlette.dev/) 負責 Web 部分。 * [Pydantic](https://docs.pydantic.dev/) 負責資料部分。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 20.8K bytes - Click Count (0) -
docs/en/docs/tutorial/security/first-steps.md
* The frontend stores that token temporarily somewhere. * The user clicks in the frontend to go to another section of the frontend web app. * The frontend needs to fetch some more data from the API. * But it needs authentication for that specific endpoint.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 8.3K bytes - Click Count (0) -
docs/ja/docs/advanced/websockets.md
# WebSockets { #websockets } **FastAPI**で[WebSockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API)が使用できます。 ## `websockets`のインストール { #install-websockets } [仮想環境](../virtual-environments.md)を作成し、それを有効化してから、「WebSocket」プロトコルを簡単に使えるようにするPythonライブラリの`websockets`をインストールしてください。 <div class="termy"> ```console $ pip install websockets ---> 100% ``` </div> ## WebSockets クライアント { #websockets-client }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 6.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
import org.codelibs.fess.Constants; import org.codelibs.fess.app.web.base.FessAdminAction; import org.codelibs.fess.app.web.base.login.FessLoginAssist; import org.codelibs.fess.entity.FacetQueryView; import org.codelibs.fess.helper.ViewHelper; import org.codelibs.fess.util.ComponentUtil; import org.lastaflute.di.util.LdiURLUtil; import org.lastaflute.web.LastaWebKey; import org.lastaflute.web.util.LaRequestUtil;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25.4K bytes - Click Count (1) -
docs/ja/docs/tutorial/response-status-code.md
/// tip | 豆知識 それぞれのステータスコードとどのコードが何のためのコードなのかについての詳細は、[<abbr title="Mozilla Developer Network - Mozilla 開発者ネットワーク">MDN</abbr> のHTTPステータスコードに関するドキュメント](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)を参照してください。 /// ## 名前を覚えるための近道 { #shortcut-to-remember-the-names } 先ほどの例をもう一度見てみましょう: {* ../../docs_src/response_status_code/tutorial001_py310.py hl[6] *} `201`は「作成完了」のためのステータスコードです。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 5.6K bytes - Click Count (0) -
docs/zh/docs/tutorial/server-sent-events.md
# 服务器发送事件(SSE) { #server-sent-events-sse } 你可以使用**服务器发送事件**(SSE)向客户端流式发送数据。 这类似于[流式传输 JSON Lines](stream-json-lines.md),但使用 `text/event-stream` 格式,浏览器原生通过 [`EventSource` API](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) 支持。 /// info | 信息 新增于 FastAPI 0.135.0。 /// ## 什么是服务器发送事件? { #what-are-server-sent-events } SSE 是一种通过 HTTP 从服务器向客户端流式传输数据的标准。 每个事件是一个带有 `data`、`event`、`id` 和 `retry` 等“字段”的小文本块,以空行分隔。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:29:48 GMT 2026 - 4.6K bytes - Click Count (0) -
scripts/general-llm-prompt.md
``` Examples: Source (English): ``` <abbr title="JSON Web Tokens">JWT</abbr> <abbr title="Enumeration">Enum</abbr> <abbr title="Asynchronous Server Gateway Interface">ASGI</abbr> ``` Result (German): ``` <abbr title="JSON Web Tokens">JWT</abbr> <abbr title="Enumeration">Enum</abbr> <abbr title="Asynchrones Server-Gateway-Interface">ASGI</abbr> ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Mar 18 10:55:36 GMT 2026 - 14.6K bytes - Click Count (0) -
docs/sts/keycloak.md
``` $ go run docs/sts/web-identity.go -cid account -csec 072e7f00-4289-469c-9ab2-bbe843c7f5a8 -config-ep "http://localhost:8080/auth/realms/minio/.well-known/openid-configuration" -port 8888 2018/12/26 17:49:36 listening on http://localhost:8888/ ```
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 8.1K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/security/oauth2-jwt.md
# 使用密碼(與雜湊)的 OAuth2、以 Bearer 搭配 JWT 權杖 { #oauth2-with-password-and-hashing-bearer-with-jwt-tokens } 現在我們已經有完整的安全流程了,接下來用 <abbr title="JSON Web Tokens - JSON 網路權杖">JWT</abbr> 權杖與安全的密碼雜湊,讓應用真正安全。 這份程式碼可以直接用在你的應用中,把密碼雜湊存進資料庫等等。 我們會從上一章的內容繼續往下擴充。 ## 關於 JWT { #about-jwt } JWT 的意思是「JSON Web Tokens」。 它是一種把 JSON 物件編碼成一段長且緊密(沒有空白)的字串的標準。看起來像這樣: ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10.1K bytes - Click Count (0)