Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 207 for servicios (0.25 sec)

  1. docs/es/docs/deployment/cloud.md

    Y muestra su verdadero compromiso con FastAPI y su **comunidad** (tú), ya que no solo quieren proporcionarte un **buen servicio**, sino también asegurarse de que tengas un **framework bueno y saludable**, FastAPI. 🙇
    
    Podrías querer probar sus servicios y seguir sus guías:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 15:19:49 UTC 2025
    - 962 bytes
    - Viewed (0)
  2. docs/es/docs/tutorial/dependencies/index.md

    # Dependencias
    
    **FastAPI** tiene un sistema de **<abbr title="también conocido como componentes, recursos, proveedores, servicios, inyectables">Inyección de Dependencias</abbr>** muy poderoso pero intuitivo.
    
    Está diseñado para ser muy simple de usar, y para hacer que cualquier desarrollador integre otros componentes con **FastAPI** de forma muy sencilla.
    
    ## Qué es la "Inyección de Dependencias"
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  3. docs/pt/docs/deployment/cloud.md

    E isso mostra seu verdadeiro comprometimento com o FastAPI e sua **comunidade** (você), pois eles não querem apenas fornecer a você um **bom serviço**, mas também querem ter certeza de que você tenha uma **estrutura boa e saudável**, o FastAPI. 🙇
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 15:19:49 UTC 2025
    - 842 bytes
    - Viewed (0)
  4. compat/maven-compat/src/main/java/org/apache/maven/internal/compat/interactivity/LegacyPlexusInteractivity.java

     * It simply delegates to Maven4 API {@link org.apache.maven.api.services.Prompter}.
     */
    @Experimental
    @Named
    @Singleton
    @Priority(10)
    public class LegacyPlexusInteractivity implements Prompter, InputHandler, OutputHandler {
        private final org.apache.maven.api.services.Prompter prompter;
    
        @Inject
        public LegacyPlexusInteractivity(org.apache.maven.api.services.Prompter prompter) {
            this.prompter = prompter;
        }
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Apr 03 13:48:41 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  5. compat/maven-compat/src/main/java/org/apache/maven/toolchain/ToolchainManagerFactory.java

    import org.apache.maven.api.di.Provides;
    import org.apache.maven.api.di.Singleton;
    import org.apache.maven.api.di.Typed;
    import org.apache.maven.api.services.Lookup;
    import org.apache.maven.api.services.ToolchainFactoryException;
    import org.apache.maven.api.services.ToolchainManagerException;
    import org.apache.maven.execution.MavenSession;
    import org.apache.maven.impl.MappedList;
    import org.apache.maven.toolchain.model.ToolchainModel;
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sat May 31 07:20:31 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/ProducedArtifact.java

     *     <li>{@linkplain Project#getMainArtifact() the main artifact}</li>
     *     <li>{@linkplain org.apache.maven.api.services.ProjectManager#attachArtifact(Session, Project, Path) artifacts to be attached to a project}</li>
     * </ul>
     *
     * <p>For the main artifact and attached artifacts, the
     * {@link org.apache.maven.api.services.ArtifactManager ArtifactManager} service must be used
     * to point the artifact to a {@link Path} during the packaging phase.</p>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Tue Aug 27 21:13:34 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. api/maven-api-spi/src/main/java/org/apache/maven/api/spi/SpiService.java

     * Java ServiceLoader mechanism, allowing plugins and extensions to contribute functionality
     * to the Maven build process.
     * <p>
     * SPI services are typically registered in {@code META-INF/services/} files corresponding to
     * the specific service interface being implemented.
     * <p>
     * All SPI services should be annotated with {@link Consumer} to indicate they are meant to be
     * implemented by plugins and extensions rather than used by them.
     *
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Apr 03 13:33:59 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  8. api/maven-api-core/src/main/java/org/apache/maven/api/services/xml/package-info.java

     * under the License.
     */
    
    /**
     * Provides XML-specific services for reading and writing Maven's configuration files
     * and descriptors. These services handle XML parsing, transformation, and serialization
     * while maintaining Maven's model integrity.
     *
     * @since 4.0.0
     */
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Tue Mar 04 14:17:18 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  9. api/maven-api-core/src/main/java/org/apache/maven/api/services/xml/XmlReaderException.java

     * KIND, either express or implied.  See the License for the
     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.api.services.xml;
    
    import org.apache.maven.api.annotations.Experimental;
    import org.apache.maven.api.services.MavenException;
    
    /**
     * An exception thrown while reading an XML file.
     *
     * @since 4.0.0
     */
    @Experimental
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sat Apr 05 11:52:05 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. docs/es/docs/deployment/index.md

    Hay varias maneras de hacerlo dependiendo de tu caso de uso específico y las herramientas que utilices.
    
    Podrías **desplegar un servidor** tú mismo utilizando una combinación de herramientas, podrías usar un **servicio en la nube** que hace parte del trabajo por ti, u otras opciones posibles.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top