Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 181 - 190 of 1,380 for startup (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. CHANGELOG/CHANGELOG-1.26.md

    - Kubelet: Fixed a startup crash in devicemanager. ([#113021](https://github.com/kubernetes/kubernetes/pull/113021), [@rphillips](https://github.com/rphillips))
    - Kubelet: fixed log spam from kubelet_getters.go `Path does not exist`. ([#112650](https://github.com/kubernetes/kubernetes/pull/112650), [@rphillips](https://github.com/rphillips))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Tue Sep 02 13:51:56 GMT 2025
    - 425.7K bytes
    - Click Count (0)
  2. docs/es/docs/deployment/concepts.md

    ---
    
    Ahora que conocemos la diferencia entre los términos **proceso** y **programa**, sigamos hablando sobre implementaciones.
    
    ## Ejecución al Iniciar { #running-on-startup }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 20K bytes
    - Click Count (0)
  3. fastapi/applications.py

                Doc(
                    """
                    The default status code to be used for the response.
    
                    You could override the status code by returning a response directly.
    
                    Read more about it in the
                    [FastAPI docs for Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/).
                    """
                ),
            ] = None,
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 178.6K bytes
    - Click Count (0)
  4. docs/tr/docs/tutorial/sql-databases.md

    ### Startup’ta Veritabanı Table’larını Oluşturma { #create-database-tables-on-startup }
    
    Uygulama başlarken veritabanı table’larını oluşturacağız.
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[32:37] hl[35:37] *}
    
    Burada bir uygulama startup event’inde table’ları oluşturuyoruz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 16.8K bytes
    - Click Count (0)
  5. docs/fr/docs/deployment/concepts.md

    ---
    
    Maintenant que nous connaissons la différence entre les termes **processus** et **programme**, continuons à parler des déploiements.
    
    ## Exécuter au démarrage { #running-on-startup }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  6. docs/ko/docs/_llm-test.md

    * 함수 body
    
    * parameter
    * body parameter
    * path parameter
    * query parameter
    * cookie parameter
    * header parameter
    * form parameter
    * function parameter
    
    * event
    * startup event
    * 서버 startup
    * shutdown event
    * lifespan event
    
    * handler
    * event handler
    * exception handler
    * 처리하다
    
    * model
    * Pydantic model
    * data model
    * database model
    * form model
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11.7K bytes
    - Click Count (0)
  7. .bazelrc

    # the pip package on Windows without an intermediate data-file archive, as the
    # build_pip_package script in its current form (as of Aug 2023) uses the
    # runfiles symlink tree to decide what to put into the Python wheel.
    startup --windows_enable_symlinks
    common:windows --enable_runfiles
    common:windows --nobuild_python_zip
    common:windows --dynamic_mode=off
    
    # Default paths for TF_SYSTEM_LIBS
    common:linux --define=PREFIX=/usr
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 58.9K bytes
    - Click Count (0)
  8. docs/ko/docs/advanced/async-tests.md

    MotorClient](https://stackoverflow.com/questions/41584243/runtimeerror-task-attached-to-a-different-loop)를 사용할 때) `RuntimeError: Task attached to a different loop`를 마주친다면, 이벤트 루프가 필요한 객체는 async 함수 안에서만 인스턴스화해야 한다는 점을 기억하세요. 예를 들어 `@app.on_event("startup")` 콜백에서 인스턴스화할 수 있습니다.
    
    ///...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 4.5K bytes
    - Click Count (0)
  9. docs/pt/docs/deployment/concepts.md

    ---
    
    Agora que sabemos a diferença entre os termos **processo** e **programa**, vamos continuar falando sobre implantações.
    
    ## Executando na inicialização { #running-on-startup }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  10. docs/ko/docs/deployment/concepts.md

    ### 시작 시 자동 실행 { #run-automatically-on-startup }
    
    일반적으로 서버 프로그램(예: Uvicorn)은 서버가 시작될 때 자동으로 시작되고, **사람의 개입** 없이도 FastAPI 앱을 실행하는 프로세스가 항상 실행 중이도록(예: FastAPI 앱을 실행하는 Uvicorn) 구성하고 싶을 것입니다.
    
    ### 별도의 프로그램 { #separate-program }
    
    이를 위해 보통 애플리케이션이 시작 시 실행되도록 보장하는 **별도의 프로그램**을 둡니다. 그리고 많은 경우, 데이터베이스 같은 다른 컴포넌트나 애플리케이션도 함께 실행되도록 보장합니다.
    
    ### 시작 시 실행을 위한 도구 예시 { #example-tools-to-run-at-startup }
    
    이 역할을 할 수 있는 도구 예시는 다음과 같습니다:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 21.2K bytes
    - Click Count (0)
Back to Top