Mostrando 29,501 - 29,520 Resultados de 33,382 Para Buscar 'JAXA~', tiempo de consulta: 0.91s Limitar resultados
  1. 29501
  2. 29502
  3. 29503
  4. 29504
  5. 29505
  6. 29506
  7. 29507
  8. 29508
    Publicado 2023
    Tabla de Contenidos: “…Adding forms for creating and editing entities -- Creating Grids -- Handling deletions -- Creating the FO controllers and displaying the data -- Summary -- Chapter 12: A Cash Payment Module -- Technical requirements -- Defining our module design -- Defining a PrestaShop payment module -- Creating our module structure -- Implementing the hookPaymentOptions(params) method -- Implementing the hookDisplayPaymentReturn(params) method -- Creating a new order status for orders pending cash payment -- Creating the payment validation controller -- Testing our module -- Summary -- Chapter 13: A Drive Delivery Module -- Technical requirements -- Defining our module design -- Defining a PrestaShop Carrier module -- Creating our module structure -- Creating a WHRelayCart entity to save our chosen relay points -- Creating a Carrier programmatically -- Displaying the relay pickup points list during the checkout -- Handling a relay pickup point choice via an Ajax FO controller -- Displaying the pickup point on the order view BO controller -- Creating a Widget to promote our module anywhere on the FO -- Testing our module -- Summary -- Part 3 - Customizing Your Theme -- Chapter 14: How to Create a Child Theme -- Technical requirements -- Discovering what a child theme is -- Creating a child theme structure -- Installing and testing our child theme example -- Summary -- Chapter 15: Overriding Some Templates -- Technical requirements -- Overriding a module template from a (child) theme -- Overriding a module CSS asset from a (child) theme -- Overriding a module JavaScript asset from a (child) theme -- Summary -- Chapter 16: Assets Compiling with Webpack -- Technical requirements -- Understanding what Webpack does and its prerequisites -- Discovering the structure of a Webpack config file -- Building assets with Webpack -- Summary…”
    Libro electrónico
  9. 29509
    Tabla de Contenidos: “…1770-1788, Nürtingen, Denkendorf, Maulbronn : Erste Gedichte ; Homer -- 1788-1790, Tübingen : Oden und Hymnen ; Geschichte der schönen Künste ; Salomo und Hesiod -- 1790-1793, Tübingen : Hymnen und andere Formen ; Jacobi-Spinoza ; Lucan ; Hyperion-Entwurf -- 1794-1795, Waltershausen, Jena, Nürtingen : Gedichte ; Fragment von Hyperion, Hyperion, metrischer Entwurf ; Hyperions Jugend ; Philosophische Entwürfe ; Phaëton ; Hyperion, vorletzte Fassung -- 1796.1797, Frankfurt : Fragment philosophischer Briefe Gedichte ; Vorstufen Hyperion I, Hyperion, Band I, Ovid, Vergil, Euripides, Horaz -- 1797-1799, Frankfurt, Homburg : Erster Plan zum Empedokles ; Oden ; Horaz ; Hyperion II -- 1799-1800, Homburg : Oden, Grund zum Empedokles, Empedokles III, Das untergehende Vaterland_ ; Poetologische Entwürfe, Der Archipelagus -- 1800-1802, Stuttgart, Hauptwil, Nürtingen, Bordeaux : Sophokles ; Euripides ; Wie wenn am Feiertage_ ; Oden ; Elegien, Gesangentwürfe -- 1802-1804, Nürtingen : Gesänge ; Die Trauerspiele des Sophokles ; Nachtgesänge -- 1804-1805, Nürtingen, Homburg : Elegien ; Segmente ; Gesänge I/II, Pindar-Kommentare ; Ajax -- 1806-1843, Homburg, Tübingen : Im lieblicher Bläue_ ; Hyperion III ; Turmgedichte…”
    Libro
  10. 29510
    por Ceballos Villach, Jordi
    Publicado 2010
    Tabla de Contenidos: “…Introducción; 2. WinForms para dispositivos móviles; 3. Aplicaciones web para dispositivos móviles; IX Windows Communication; 1. …”
    Libro electrónico
  11. 29511
    Publicado 2011
    Tabla de Contenidos: “…Introducció; 2. Controls; 3. AJAX; VII WPF; 1. Introducció; 2. Controls…”
    Libro electrónico
  12. 29512
    por Tate, Bruce, 1965-
    Publicado 2011
    Tabla de Contenidos: “…Plug-ins; 5.3. RJS (Ruby JavaScript); 5.4. Active Record…”
    Libro electrónico
  13. 29513
    por Kosev, Gorgi
    Publicado 2013
    Tabla de Contenidos: “…Creating autocomplete for input -- Creating a custom single-selection list -- Creating a multiple selection list -- Geographic location input using maps -- Chapter 6: Data Validation -- Introduction -- Validating text by length -- Validating numbers by range -- Using the built-in pattern validation -- Advanced use of built-in constraints and custom validations -- Calculating password strength -- Validating US zip codes -- Using asynchronous server-side validation -- Combining client-side and server-side validation -- Chapter 7: Data Serialization -- Introduction -- Deserializing JSON to JavaScript objects -- Serializing objects to JSON string -- Decoding base64 encoded binary data -- Encoding binary data or text into base64 -- Serializing binary data into JSON -- Serializing and deserializing cookies -- Serializing a form into request strings -- Reading XML documents with DOMParser -- Serialization of XML document at the client side -- Chapter 8: Communicating With Servers -- Creating an HTTP GET request to fetch JSON -- Creating a request with custom headers -- Versioning your API -- Fetching JSON data with JSONP -- Reading XML data from server -- Using the FormData interface -- Posting a binary file to the server -- Creating an SSL connection with Node.js -- Making real-time updates with Ajax Push -- Exchanging real-time messages using WebSockets -- Chapter 9: Client-side templates -- Introduction -- Rendering objects using Handlebars -- Rendering objects using EJS -- Rendering objects using Jade -- Rendering arrays using Handlebars -- Rendering arrays using EJS -- Rendering arrays using Jade -- Simplifying templates with helpers in Handlebars -- Reusing templates with partials in Handlebars -- Reusing templates with partials in EJS -- Using filters in Jade -- Using mixins in Jade -- Using layouts and blocks in Jade…”
    Libro electrónico
  14. 29514
    Publicado 2018
    Tabla de Contenidos: “…Field widgets -- Buttons -- Smart buttons -- Dynamic views -- On change events -- Dynamic attributes -- List views -- Search views -- Calendar views -- Graph and pivot views -- Other view types -- Summary -- Chapter 10: Kanban Views and Client-Side QWeb -- About Kanban boards -- Kanban views -- Designing Kanban views -- Priority, kanban state, and color -- Kanban card elements -- The Kanban card layout -- Adding a Kanban card option menu -- Actions in Kanban views -- The QWeb templating language -- The QWeb JavaScript evaluation context -- Dynamic attributes by string substitution - t-attf -- Dynamic attributes by expressions - t-att -- Loops - t-foreach -- Conditionals - t-if -- Rendering values - t-esc and t-raw -- Set values on variables - t-set -- Call and reuse other templates - t-call -- Dynamic attributes using dicts and lists -- Inheritance on Kanban views -- Custom CSS and JavaScript assets -- Summary -- Chapter 11: Reports and Server-Side QWeb -- Installing wkhtmltopdf -- Creating business reports -- QWeb report templates -- Presenting data in reports -- Rendering images -- Report totals -- Defining paper formats -- Enabling language translation in reports -- Reports based on custom SQL -- Summary -- Chapter 12: Creating Website Frontend Features -- Roadmap -- Our first web page -- Hello World! …”
    Libro electrónico
  15. 29515
    Publicado 2018
    Tabla de Contenidos: “…Monitoring connection events -- Recovering from lost connections -- Publishing sensor data -- Choosing relevant values -- Choosing a quality of service -- Publishing the light field -- Checking encrypted communication -- Adding MQTT support to the actuator -- Subscribing to topics -- Handling incoming commands -- Testing MQTT -- Security considerations -- Managing authentication -- Managing privacy -- Managing interoperability -- Managing authorization -- Summary -- Chapter 5: Publishing Data Using HTTP -- Introducing the HTTP protocol -- Locating a resource -- Understanding the Request/Response pattern -- Handling sessions -- Limiting connectivity -- Choosing a connection direction -- Understanding methods -- Updating resources -- Interacting with resources -- Encoding content -- Applying headers -- Optimizing requests -- Sending content -- Understanding status codes -- Using encryption -- Validating certificates -- Redefining the web -- Preparing our project -- Creating an HTTP server -- Adding dynamic synchronous resources -- Choosing representation -- Returning an XMLresponse -- Adding a schema reference -- Adding momentary values -- Returning an image response -- Explicitly encoding your content -- Adding dynamic asynchronous resources -- Decoding content -- Performing control action -- Summary -- Chapter 6: Creating Web Pages for Your Devices -- Adding file-based resources to your projects -- Converting Markdown to HTML in real time -- Adding simple Markdown content to the sensor project -- Calling our sensor API from JavaScript -- Adding simple Markdown content to the actuator project -- Calling our actuator API from JavaScript -- Adding default redirections -- Plotting graphs -- Reading historical values from the database -- Plotting historical values -- Displaying the plot -- Generalizing the page -- Creating a menu system…”
    Libro electrónico
  16. 29516
    Publicado 2018
    Tabla de Contenidos: “…-- Alerting -- Recovering -- Building a failing microservice -- SpringBoot Actuator -- Enabling SpringBoot Actuator -- Understanding Actuator's endpoints -- Health endpoint -- Metrics endpoint -- Trace endpoint -- Defining health indicators -- Protecting Actuator endpoints -- Java Managing Extensions -- Understanding JMX -- Using JMX -- Create management beans -- Summary -- Chapter 11: Deploying Microservices -- Setting things up -- Creating a GitHub account -- Installing Git -- Create an OpenShift account -- Downloading the OpenShift client -- Building our application -- Creating an example microservice -- Adding tests -- Uploading to GitHub -- Publishing to OpenShift -- Creating an application -- Managing our application -- Updating the application -- Summary -- Chapter 12: Best Practices -- Using Kotlin idioms -- Inferred types -- Expressions -- Default parameters -- Lambda -- Managing the Spring context -- Constructor injection -- Explicit context configuration -- Decouple services -- Layering the application -- Understanding our classes -- Domains -- Splitting -- Testing effectively -- Understanding type of tests -- Unit tests -- Integration tests -- E2E tests -- Other tests -- Testing pyramid -- Test Driven Development -- Behavior-Driven Development -- Handling CI and CD -- Continuous Integration -- Continuous Delivery -- Pipeline -- Dashboard -- Summary -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  17. 29517
    Publicado 2018
    Tabla de Contenidos: “…Installing PostgreSQL -- Simple search lookups -- Searching against multiple fields -- Building a search view -- Stemming and ranking results -- Weighting queries -- Searching with trigram similarity -- Other full-text search engines -- Summary -- Chapter 4: Building a Social Website -- Creating a social website project -- Starting your social website project -- Using the Django authentication framework -- Creating a login view -- Using Django authentication views -- Login and logout views -- Changing password views -- Resetting password views -- User registration and user profiles -- User registration -- Extending the user model -- Using a custom user model -- Using the messages framework -- Building a custom authentication backend -- Adding social authentication to your site -- Authentication using Facebook -- Authentication using Twitter -- Authentication using Google -- Summary -- Chapter 5: Sharing Content in Your Website -- Creating an image bookmarking website -- Building the image model -- Creating many-to-many relationships -- Registering the image model in the administration site -- Posting content from other websites -- Cleaning form fields -- Overriding the save() method of a ModelForm -- Building a bookmarklet with jQuery -- Creating a detail view for images -- Creating image thumbnails using sorl-thumbnail -- Adding AJAX actions with jQuery -- Loading jQuery -- Cross-Site Request Forgery in AJAX requests -- Performing AJAX requests with jQuery -- Creating custom decorators for your views -- Adding AJAX pagination to your list views -- Summary -- Chapter 6: Tracking User Actions -- Building a follower system -- Creating many-to-many relationships with an intermediary model -- Creating list and detail views for user profiles -- Building an AJAX view to follow users -- Building a generic activity stream application…”
    Libro electrónico
  18. 29518
    por Shalloway, Alan
    Publicado 2004
    Tabla de Contenidos: “…Relationships Within a Pattern -- Design Patterns and Agile Coding Practices -- Field Notes -- Summary -- Review Questions -- Chapter 26 Bibliography -- Design Patterns Explained: The Web Site Companion -- Recommended Reading -- Recommended Reading for Java Programmers -- Recommended Reading for C++ Programmers -- Recommended Reading for COBOL Programmers -- Recommended Reading on eXtreme Programming -- Recommended Reading on General Programming -- Personal Favorites -- Index…”
    Libro electrónico
  19. 29519
    por Pfeiffer, Silvia
    Publicado 2010
    Tabla de Contenidos: “…6.1 Video in CanvasdrawImage(); Extended drawImage(); getImageData(), putImageData(); getImageData(), simple putImageData(); Scratch Canvas; 6.2 Styling; Pixel Transparency to Replace the Background; Scaling Pixel Slices for a 3D Effect; Ambient CSS Color Frame; Video as Pattern; 6.3 Compositing; Gradient Transparency Mask; Clipping a Region; 6.4 Drawing Text; 6.5 Transformations; Reflections; Spiraling Video; 6.6 Animations and Interactivity; 6.7 Summary; CHAPTER 7 HTML5 Media and Web Workers; 7.1 Using Web Workers on Video; 7.2 Motion Detection with Web Workers; Gray-Scaling…”
    Libro electrónico
  20. 29520
    Publicado 2014
    Tabla de Contenidos: “…Pedro Giacomini / Mateo Martinic Beros -- Martín Rücker Sotomayor y la problemática social de la Gobernación Eclesiástica y el Obispado de Chillán (1924-1935) / Marco Antonio León León -- Orígenes del obispado de Linares 1925-1960 / Silvio Jara Ramírez (Pbro.) -- Testimonios de Santidad en Chile a partir de 1920 hasta la actualidad / Mauro Matthei Puttkamer O.S.B -- Gracias por los favores concedidos ; la devoción de 'Santa' Petronila Neira en Concepción a lo largo del siglo XX / Rubén Elgueta Reyes -- Pueblos, capillas y devoción popular de los chilotes : 1950-1960 / Rodolfo Urbina Burgos -- Iglesias protestantes en Chile y su inserción como actor social / David Muñoz Condell -- Del sueño de una Machi a una pesadilla nacional : los terremotos de mayo de 1960 / Alfredo Palacios Roa…”
    Acceso restringido con credenciales, usuarios UPSA
    Libro electrónico