Mostrando 65,501 - 65,520 Resultados de 69,254 Para Buscar 'Réquista~', tiempo de consulta: 2.11s Limitar resultados
  1. 65501
    Publicado 2022
    Tabla de Contenidos: “…Badia i Margarit i l’onomastica / per Albert Turull) -- El llegat de Badia a l’Institut d’Estudis Catalans (Modernitzacio de la Seccio Filologica / per Joan Marti i Castell -- La revista Estudis Romanics / per Joan Veny -- El llegat de Badia a l’Institut d’Estudis Catalans: el Diccionari de la llengua catalana / per Joaquim Rafel) -- El llegat de Badia en l’ambit internacional (L’Associacio Internacional de Llengua i Literatura Catalanes / per Beatrice Schmid -- Antoni M. …”
    Accés lliure
    Libro
  2. 65502
    Publicado 2011
    Tabla de Contenidos: “…Cross-Cultural Pragmatics: Requests and Apologies - Shoshana Blum-Kulka, Julianne House and Gabriele Kasper 7.2. …”
    Libro
  3. 65503
    Publicado 2017
    Tabla de Contenidos: “…. -- 2.4.5 D-Book Connected TV Standards from the Digital Television Group -- 2.4.6 The CoDec Concerns -- 2.5 What is a CDN: A Simple Model -- 2.5.1 Setting the Scene for CDNs -- 2.5.2 CDNs as Money Savers -- 2.5.3 Request Routing -- 2.5.4 CDN Brokerage -- 2.5.5 SaaS Models within the CDN Ecosystems -- 2.6 Cloud Inside -- New Generation -- 2.7 The Three Generations of CDN -- 2.8 Software Definition -- 2.8.1 Multicore CPU and Functional Programming -- 2.8.2 Functional Programming and Containers -- 2.9 "Service Velocity" and the Operator -- Chapter 3 Workflows -- 3.1 Live Event Focus…”
    Libro electrónico
  4. 65504
    Publicado 2014
    Tabla de Contenidos: “…How DynamoDB Works -- Service-oriented architecture -- Design features -- Data replication -- Conflict resolution -- Scalability -- Symmetry -- Flexibility -- Architecture -- Load balancing -- Data replication -- Data versioning and reconciliation -- Logic-based reconciliation -- Time-based reconciliation -- Request handling -- Handling failures -- Ring membership -- Seed nodes -- Functional components -- Request coordinator -- Membership failure and detection -- Local persistence store -- Summary -- 4. …”
    Libro electrónico
  5. 65505
    Publicado 2013
    Tabla de Contenidos: “…-- What Applications Might Have Been Used in Creating the Data? -- Should You Request to Go Beyond the Scope of the Investigation?…”
    Libro electrónico
  6. 65506
    Publicado 2018
    Tabla de Contenidos: “…-- Elasticsearch -- Logstash -- Kibana -- Beats -- Installing the ELK Stack -- Elasticsearch -- Installing Elasticsearch using a TAR file -- Installing Elasticsearch with Homebrew -- Installing Elasticsearch with MSI Windows Installer -- Installing Elasticsearch with the Debian package -- Installing Elasticsearch with the RPM package -- Logstash -- Using apt package repositories -- Using yum package repositories -- Kibana -- Installing Kibana using .tar.gz -- Installing Kibana using the Debian package -- Installing Kibana using rpm -- Installing Kibana on Windows -- Beats -- Packetbeat -- Metricbeat -- Filebeat -- Winlogbeat -- Heartbeat -- ELK use cases -- Log management -- Security monitoring and alerting -- Web scraping -- E-commerce search solutions -- Full text search -- Visualizing data -- Summary -- Chapter 2: Setting Up and Customizing the Kibana Dashboard -- Setting up the stage -- Configuring Logstash to fetch data from the Apache log file -- Outputting the log data into Elasticsearch -- Configuring Kibana to read the Elasticsearch index -- Creating demo visualizations with Apache log data -- Creating the dashboard -- Customizing the dashboard -- Editing the visualization -- Changing the title by customizing the panel -- Moving the visualization to full screen -- Deleting the visualization from the dashboard -- Changing the colors of the visualization -- Dragging and dropping visualizations on a desired location on the dashboard -- Resizing the visualization as per our requirements -- Exporting CSV data from the visualization -- Getting the Elasticsearch request, response, and statistics -- Summary -- Chapter 3: Exploring Your Data -- Kibana Discover…”
    Libro electrónico
  7. 65507
    por Richards, Mark
    Publicado 2020
    Tabla de Contenidos: “…Kapitel 10: Der schichtbasierte Architekturstil -- Topologie -- Voneinander isolierte Schichten -- Schichten hinzufügen -- Zusätzliche Überlegungen -- Gründe für den schichtbasierten Architekturstil -- Bewertung der architektonischen Eigenschaften -- Kapitel 11: Pipeline-Architekturstil -- Topologie -- Pipes -- Filter -- Beispiel -- Bewertung der architektonischen Eigenschaften -- Kapitel 12: Microkernel-Architekturstil -- Topologie -- Kernsystem -- Plug-in-Komponenten -- Registry -- Kontrakte -- Beispiele und Anwendungsfälle -- Bewertung der architektonischen Eigenschaften -- Kapitel 13: Servicebasierter Architekturstil -- Topologie -- Topologische Varianten -- Servicedesign und Granularität -- Datenbank-Partitionierung -- Beispielarchitektur -- Bewertung der architektonischen Eigenschaften -- Wann man diesen Architekturstil verwenden sollte -- Kapitel 14: Eventbasierter Architekturstil -- Topologie -- Broker-Topologie -- Mediator-Topologie -- Asynchrone Fähigkeiten -- Fehlerbehandlung -- Datenverlust verhindern -- Broadcast-Fähigkeiten -- Request-Reply -- Request- oder eventbasiert? -- Hybride eventbasierte Architekturen -- Bewertung der architektonischen Eigenschaften -- Kapitel 15: »Space-based«-Architekturstil -- Allgemeine Topologie -- Verarbeitungseinheit -- Virtualisierte Middleware -- Data Pumps -- Data Writer -- Data Reader -- Datenkollisionen -- Cloudbasierte und On-Premises-Implementierungen im Vergleich -- Repliziertes Caching im Vergleich mit verteiltem Caching -- Überlegungen zu Near-Cache -- Implementierungsbeispiele -- System zum Verkauf von Veranstaltungstickets -- Online-Auktionssysteme -- Bewertung der architektonischen Eigenschaften -- Kapitel 16: Orchestrierter serviceorientierter Architekturstil (SOA) -- Geschichte und Philosophie -- Topologie -- Taxonomie -- Dienste für die Geschäftslogik -- Unternehmensdienste…”
    Libro electrónico
  8. 65508
    Publicado 2023
    Tabla de Contenidos: “…Chapter 13: Desktop Graphical User Interface Coding with Swing and JavaFX -- Technical requirements -- A brief history of Java GUIs -- Financial calculator program design -- Internationalization - i18n -- Using the Swing GUI framework -- Jframe -- Jpanel -- Event handlers -- Document filter -- Pattern matching with regular expressions -- Controls and panels -- Using the JavaFX GUI framework -- Application -- PrimaryStage -- Pane -- Scene -- CSS style sheets -- JavaFX bean -- BigDecimalTextField -- Controls -- Binding -- Summary -- Further reading -- Chapter 14: Server-Side Coding with Jakarta -- Technical requirements -- Understanding the role of the Java application server -- GlassFish 7.0 -- Configuring a web project with Maven -- Changes to the pom.xml file -- Understanding what a servlet does and how it is coded -- What happens when a servlet is requested? -- How does a servlet access the query string in a request? …”
    Libro electrónico
  9. 65509
    Publicado 2023
    Tabla de Contenidos: “…How Transformational Coaching Is Applied without OD -- Key Takeaways -- List of Discussion Questions -- References -- 5 Transformational Coaching and High Performance -- Overview -- Defining Performance -- Performance Means Results -- Performance Means Behaviors -- Performance Can Mean Outcomes as Well as Outputs -- Performance May Include Alignment with Values and/or Ethical Requirements -- Individual, Team, Organizational, and Other Performance Perspectives -- Organizational Performance Includes a Balanced Scorecard -- Performance Can Have a Cultural Dimension -- Defining High Performance -- Describing the High Performance Workplace (HPW) -- Ways to Identify Characteristics of the HPW -- The Role Transformational Coaching Plays in Achieving High Performance -- How Transformational Coaching Relates to Performance Management -- How Transformational Coaching Relates to Performance Enhancement and Improvement -- Applying Performance Improvement When Other People Request Help -- Applying Performance Improvement When Nobody Requests Help -- How Does Transformational Coaching Relate to Performance Improvement -- Key Takeaways -- Discussion Points and Coaching Questions -- References -- 6 Transformational Coaching and Talent Development -- Overview -- What Is Meant by Transformational Coaching and Talent Development? …”
    Libro electrónico
  10. 65510
    Publicado 2024
    Tabla de Contenidos: “…-- Pipes in Golang -- The mechanics of anonymous pipes -- Navigating named pipes (Mkfifo()) -- Best practices - guidelines for using pipes -- Efficient data handling -- Error handling and resource management -- Security considerations -- Performance optimization -- Developing a log processing tool -- Summary -- Chapter 7: Unix Sockets -- Introduction to Unix sockets -- Creating a Unix socket -- Going a little deeper into socket creation -- Creating the client -- Inspecting the socket with lsof -- Building a chat server -- The complete chat client -- Serving HTTP under UNIX domain sockets -- Client -- HTTP request line -- HTTP request header -- Empty line signifying end of headers -- The textproto package -- Performance -- Other common use cases -- Summary -- Part 3: Performance -- Chapter 8: Memory Management -- Technical requirements -- Garbage collection -- Stack and heap allocation -- The GC algorithm -- GOGC -- GC pacer -- GODEBUG -- Memory ballast -- GOMEMLIMIT -- Memory arenas -- Using memory arenas -- Summary -- Chapter 9: Analyzing Performance -- Escape analysis -- Stack and pointers -- Pointers -- Stack -- Heap -- How can we analyze? …”
    Libro electrónico
  11. 65511
    por Morgado García, Arturo
    Publicado 2013
    Tabla de Contenidos: “…LAS CARRERAS ECLESIÁSTICAS 145 1. Los requisitos de ordenación y el acceso al estamento 145 Párrocos y beneficiados 153 3. …”
    Texto completo en Odilo
    Otros
  12. 65512
    Publicado 2013
    Tabla de Contenidos: “…LAS CARRERAS ECLESIÁSTICAS 145 1. Los requisitos de ordenación y el acceso al estamento 145 Párrocos y beneficiados 153 3. …”
    Enlace del recurso
    Electrónico
  13. 65513
    por Lopez Jurado, Marta
    Publicado 2010
    Tabla de Contenidos: “…Los valores morales y su aprendizaje; Requisitos de la acción buena…”
    Libro electrónico
  14. 65514
    por Ortiz, Paola
    Publicado 2008
    Tabla de Contenidos: “…La fundación del sistema electoral y de partidos políticos; 1.1 Prácticas del pasado con reflejos en el presente; 1.2 Requisitos mínimos para formar un partido; 2. La Ley Electoral y de Partidos Políticos (LEPP); 2.1 Breve reseña histórica de la Ley…”
    Libro electrónico
  15. 65515
    por Franchi, Roberto Raul
    Publicado 2009
    Tabla de Contenidos: “…TERCERA TAREA DE LOS LÍDERES: FORMAR LÍDERES PARA ASEGURAR LIDERAZGO ORGANIZACIONAL; LÍDERES EN CADA PUESTO DE CONDUCCIÓN; EL APRENDIZAJE TRADICIONAL; LAS CARRERAS UNIVERSITARIAS; BENEFICIOS DE LA CAPACITACIÓN Y LA FORMACIÓN EN LIDERAZGO; REQUISITOS Y CONDICIONES…”
    Libro electrónico
  16. 65516
    por Kepner, James I.
    Publicado 1992
    Tabla de Contenidos: “…Consideraciones éticas y clínicas en el uso del contacto físicoParte II; Introducción a la parte II; Capítulo 7.0 Sensación y proceso corporal; Sensación y realidad; Alteración de los cimientos sensoriales; La resensibilización del sí mismo; La profundización del sí mismo; Capítulo 8.0 Formación de figuras y proceso corporal; La negación de la experiencia: proyección del cuerpo; Trabajo con la proyección de la experiencia coporal; Proyección y conflicto; Capítulo 9.0 Movilización y proceso corporal; Movilización y adaptación al entorno; Tres requisitos para la movilización…”
    Libro electrónico
  17. 65517
    Publicado 2019
    Tabla de Contenidos: “…CINE DE ACUERDO CON EL PAÍS DE EUROPA Y LOS REQUISITOS PARA PASAR (...) -- TABLA 4. RELACIÓN DE PAÍSES PARTICIPANTES EN EL PROYECTO UEALC -- TABLA 5. …”
    Libro electrónico
  18. 65518
    por Gato Gutiérrez, Felipe
    Publicado 2010
    Tabla de Contenidos: “…PROTECCIÓN POR BAJA FRECUENCIA (UF)LAS PROTECCIONES DE DC; PROTECCIÓN POR SOBREVELOCIDAD (OS); PROTECCIÓN POR BAJA VELOCIDAD (US); PROTECCIONES DE LOS T/R Y DE LAS BATERÍAS; 11.6-8 - ENERGÍA EXTERNA/GENERADA EN TIERRA; PANEL DE POTENCIA EXTERIOR; PANEL DE CONTROL DE BARRAS (BCU) O (BPCU); 11.6-9 - INDICACIONES Y AVISOS; INDICACIÓN POR VISORES MAGNÉTICOS; 11.6-10 - SITUACIÓN DE COMPONENTES; 11.7 - EQUIPO Y MOBILIARIO; 11.7-0 - GENERALIDADES; 112 11.7-1 - REQUISITOS DE EQUIPOS DE EMERGENCIA; DISTRIBUCIÓN DEL EQUIPO DE EMERGENCIA EN LA; RAMPAS DE DESLIZAMIENTO Y ESCAPE…”
    Enlace del recurso
    Libro electrónico
  19. 65519
    por Hillar, Gaston Carlos
    Publicado 2004
    Tabla de Contenidos:
    Libro electrónico
  20. 65520
    por Botassi, Carlos Alfredo
    Publicado 2003
    Tabla de Contenidos: “…ACTO ADMINISTRATIVO: NUEVOS REQUISITOS Y VICIOS DE JURIDICIDAD…”
    Libro electrónico