Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 265 for 8800 (0.05 seconds)

  1. docs/uk/docs/advanced/strict-content-type.md

    ## Приклад атаки { #example-attack }
    
    Уявіть, що ви створюєте спосіб запускати локального AI-агента.
    
    Він надає API за адресою
    
    ```
    http://localhost:8000/v1/agents/multivac
    ```
    
    Є також фронтенд за адресою
    
    ```
    http://localhost:8000
    ```
    
    /// tip | Порада
    
    Зауважте, що обидва мають один і той самий хост.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:25:54 GMT 2026
    - 5.5K bytes
    - Click Count (0)
  2. docs/es/README.md

    ### Interfaz de Usuario en el Navegador
    
    - Interfaz de búsqueda: http://localhost:8080/
    
    ![Interfaz de Búsqueda](https://fess.codelibs.org/_images/fess_search_result1.png)
    
    - Interfaz de administración: http://localhost:8080/admin/ (el nombre de usuario/contraseña por defecto es admin/admin)
    
    ![Interfaz de Administración](https://fess.codelibs.org/_images/fess_admin_dashboard.png)
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Nov 11 22:42:32 GMT 2025
    - 7.8K bytes
    - Click Count (0)
  3. docs/es/docs/advanced/strict-content-type.md

    ## Ejemplo de ataque { #example-attack }
    
    Imagina que construyes una forma de ejecutar un agente de IA local.
    
    Provee un API en
    
    ```
    http://localhost:8000/v1/agents/multivac
    ```
    
    También hay un frontend en
    
    ```
    http://localhost:8000
    ```
    
    /// tip | Consejo
    
    Ten en cuenta que ambos tienen el mismo host.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:12:26 GMT 2026
    - 3.4K bytes
    - Click Count (0)
  4. docs/de/docs/advanced/strict-content-type.md

    Stellen Sie sich vor, Sie bauen eine Möglichkeit, lokal einen KI-Agenten auszuführen.
    
    Er stellt eine API bereit unter
    
    ```
    http://localhost:8000/v1/agents/multivac
    ```
    
    Es gibt auch ein Frontend unter
    
    ```
    http://localhost:8000
    ```
    
    /// tip | Tipp
    
    Beachten Sie, dass beide denselben Host haben.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:48:21 GMT 2026
    - 3.6K bytes
    - Click Count (0)
  5. docs/en/docs/advanced/strict-content-type.md

    ## Example Attack { #example-attack }
    
    Imagine you build a way to run a local AI agent.
    
    It provides an API at
    
    ```
    http://localhost:8000/v1/agents/multivac
    ```
    
    There's also a frontend at
    
    ```
    http://localhost:8000
    ```
    
    /// tip
    
    Note that both have the same host.
    
    ///
    
    Then using the frontend you can make the AI agent do things on your behalf.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Feb 23 17:45:20 GMT 2026
    - 3.2K bytes
    - Click Count (0)
  6. docs/pt/docs/advanced/strict-content-type.md

    ## Exemplo de Ataque { #example-attack }
    
    Imagine que você desenvolve uma forma de executar um agente de IA local.
    
    Ele fornece uma API em
    
    ```
    http://localhost:8000/v1/agents/multivac
    ```
    
    Há também um frontend em
    
    ```
    http://localhost:8000
    ```
    
    /// tip | Dica
    
    Observe que ambos têm o mesmo host.
    
    ///
    
    Usando o frontend, você pode fazer o agente de IA executar ações em seu nome.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:13 GMT 2026
    - 3.5K bytes
    - Click Count (0)
  7. docs/ja/docs/tutorial/cors.md

    * `https://localhost`
    * `http://localhost:8080`
    
    すべて `localhost` であっても、異なるプロトコルやポートを使用するので、異なる「オリジン」です。
    
    ## ステップ { #steps }
    
    そして、ブラウザ上で実行されているフロントエンド (`http://localhost:8080`) があり、そのJavaScriptが `http://localhost` で実行されているバックエンドと通信するとします。(ポートを指定していないので、ブラウザはデフォルトの`80`ポートを使用します)
    
    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)
  8. docs/fr/docs/advanced/strict-content-type.md

    Imaginez que vous mettiez au point un moyen d’exécuter un agent IA local.
    
    Il expose une API à l’adresse
    
    ```
    http://localhost:8000/v1/agents/multivac
    ```
    
    Il y a aussi un frontend à l’adresse
    
    ```
    http://localhost:8000
    ```
    
    /// tip | Astuce
    
    Notez qu’ils ont le même hôte.
    
    ///
    
    Vous pouvez alors, via le frontend, amener l’agent IA à effectuer des actions en votre nom.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:33:45 GMT 2026
    - 3.9K bytes
    - Click Count (0)
  9. docs/ko/README.md

    ### 브라우저 UI
    
    - 검색 UI: http://localhost:8080/
    
    ![검색 UI](https://fess.codelibs.org/_images/fess_search_result1.png)
    
    - 관리자 UI: http://localhost:8080/admin/ (기본 사용자 이름/비밀번호는 admin/admin입니다)
    
    ![관리자 UI](https://fess.codelibs.org/_images/fess_admin_dashboard.png)
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Nov 11 22:42:32 GMT 2025
    - 8K bytes
    - Click Count (1)
  10. docs/ko/docs/tutorial/debugging.md

    ```Python
        uvicorn.run(app, host="0.0.0.0", port=8000)
    ```
    
    이 실행됩니다.
    
    ---
    
    해당 모듈(파일)을 가져오면 이런 일이 발생하지 않습니다
    
    그래서 다음과 같은 다른 파일 `importer.py`가 있는 경우:
    
    ```Python
    from myapp import app
    
    # Some more code
    ```
    
    이 경우 `myapp.py` 내부의 자동 변수 `__name__`에는 값이 `"__main__"`이 들어가지 않습니다.
    
    따라서 다음 행
    
    ```Python
        uvicorn.run(app, host="0.0.0.0", port=8000)
    ```
    
    은 실행되지 않습니다.
    
    /// info | 정보
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 2.8K bytes
    - Click Count (0)
Back to Top