Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 164 for Production (0.07 sec)

  1. docs/de/docs/deployment/manually.md

    Die Option `--reload` verbraucht viel mehr Ressourcen, ist instabiler, usw.
    
    Sie hilft sehr während der **Entwicklung**, aber Sie sollten sie **nicht** in der **Produktion** verwenden.
    
    ///
    
    ## Hypercorn mit Trio
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.7.md

    ## **Major Themes**
    
    Kubernetes 1.7 is a milestone release that adds security, stateful application, and extensibility features motivated by widespread production use of Kubernetes.
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  3. docs/es/docs/tutorial/sql-databases.md

    * Microsoft SQL Server, etc.
    
    En este ejemplo, usaremos **SQLite**, porque utiliza un solo archivo y Python tiene soporte integrado. Así que puedes copiar este ejemplo y ejecutarlo tal cual.
    
    Más adelante, para tu aplicación en producción, es posible que desees usar un servidor de base de datos como **PostgreSQL**.
    
    /// tip | Consejo
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    prime
    
    // prod : Charleston Road Registry Inc.
    // https://www.iana.org/domains/root/db/prod.html
    prod
    
    // productions : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/productions.html
    productions
    
    // prof : Charleston Road Registry Inc.
    // https://www.iana.org/domains/root/db/prof.html
    prof
    
    // progressive : Progressive Casualty Insurance Company
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

    [SIG Cluster Lifecycle]: https://github.com/kubernetes/community/tree/master/sig-cluster-lifecycle
    
    ### SIG Instrumentation
    
    [SIG Instrumentation][] is responsible for metrics production and
    collection.
    
    For the 1.8 release, SIG Instrumentation focused on stabilizing the APIs
    and components that are required to support the new version of the Horizontal Pod
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.12.md

    * ACTION REQUIRED: Removes defaulting of CSI file system type to ext4. All the production drivers listed under https://kubernetes-csi.github.io/docs/drivers.html were inspected and should not be impacted after this change. If you are using a driver not in that list, please test the drivers on an updated test cluster first. ([#65499]...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  7. docs/es/docs/features.md

    * Código completamente <abbr title="Anotaciones de tipos en Python, con esto tu editor y herramientas externas pueden ofrecerte mejor soporte">anotado con tipos</abbr>.
    * Usado en aplicaciones en producción.
    
    ## Funcionalidades de Starlette
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/riscv64.s

    	VREDXORVS	V1, V2, V0, V3			// d7a1200c
    
    	// 31.14.2: Vector Widening Integer Reduction Instructions
    	VWREDSUMUVS	V1, V2, V3			// d78120c2
    	VWREDSUMUVS	V1, V2, V0, V3			// d78120c0
    	VWREDSUMVS	V1, V2, V3			// d78120c6
    	VWREDSUMVS	V1, V2, V0, V3			// d78120c4
    
    	// 31.14.3: Vector Single-Width Floating-Point Reduction Instructions
    	VFREDOSUMVS	V1, V2, V3			// d791200e
    	VFREDOSUMVS	V1, V2, V0, V3			// d791200c
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed May 21 14:19:19 UTC 2025
    - 49.1K bytes
    - Viewed (0)
  9. docs/es/docs/advanced/generate-clients.md

    cliente, te dará error si tienes algún **desajuste** en los datos utilizados.
    
    Así que, **detectarás muchos errores** muy temprano en el ciclo de desarrollo en lugar de tener que esperar a que los errores se muestren a tus usuarios finales en producción para luego intentar depurar dónde está el problema. ✨...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Jun 17 11:53:56 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  10. docs/de/docs/advanced/generate-clients.md

    kommt es zu einer Fehlermeldung, wenn die verwendeten Daten **nicht übereinstimmen**.
    
    Sie würden also sehr früh im Entwicklungszyklus **viele Fehler erkennen**, anstatt darauf warten zu müssen, dass die Fehler Ihren Endbenutzern in der Produktion angezeigt werden, und dann zu versuchen, zu debuggen, wo das Problem liegt. ✨...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Jun 17 11:53:56 UTC 2025
    - 11.4K bytes
    - Viewed (0)
Back to top