Mostrando 51,841 - 51,860 Resultados de 52,853 Para Buscar 'Liblar~', tiempo de consulta: 1.33s Limitar resultados
  1. 51841
    Publicado 2006
    “…This third edition of Java and XML covers all major Java XML processing libraries, including full coverage of the SAX, DOM, StAX, JDOM, and dom4j APIs as well as the latest version of the Java API for XML Processing (JAXP) and Java Architecture for XML Binding (JAXB). …”
    Libro electrónico
  2. 51842
    por Walther, Stephen
    Publicado 2009
    “…Understand how to: Build enterprise-scale web applications far more rapidly and effectively Develop web applications that are easier to maintain and extend over time Gain unprecedented control over the appearance of your website or application Expose intuitive URLs that are friendlier to search engines and users alike Create ASP.NET MVC models that contain all your application’s business, validation, and data access logic Make the most of HTML helpers, model binders, action filters, routing, and authentication Efficiently deploy your ASP.NET MVC applications Use the lightweight JQuery JavaScript library to easily find and manipulate HTML elements Create ASP.NET MVC applications using unit test and mock object framework…”
    Libro electrónico
  3. 51843
    por Koepp, Robert W.
    Publicado 2012
    “…Betting on China exposes the complexities and nuances of a vital but underappreciated pillar of modern international finance and offers a window into China's role as a dominant but still modernizing economic superpower. …”
    Libro electrónico
  4. 51844
    Publicado 2008
    “…OpenGL ES 2.0 is the industry’s leading software interface and graphics library for rendering sophisticated 3D graphics on handheld and embedded devices. …”
    Libro electrónico
  5. 51845
    por Barton, Rick
    Publicado 2013
    “…This book is a welcome addition to the small but growing library of Talend Open Studio resources. From working with schemas to creating and validating test data, to scheduling your Talend code, you will get acquainted with the various Talend database handling techniques. …”
    Libro electrónico
  6. 51846
    Publicado 2009
    “…Crashkurs zur Programmierung mit PHP 5.3: Falls Sie noch nicht mit allen objektorientierten Features von PHP 5 oder den Neuerungen der Version 5.3 vertraut sind, bietet Ihnen dieses Buch vorab einen Crashkurs, der Ihnen Sprachkonstrukte wie Interzeptoren, Exceptions und die Standard PHP Library sowie Namespaces und Closures erläutert…”
    Libro electrónico
  7. 51847
    Publicado 2012
    “…In this book you’ll learn how to: • Work efficiently with images shot in the raw or JPEG format • Import photographs with ease and sort them according to your workflow • Create and manage a personal image library • Apply tonal adjustments to multiple images quickly • Integrate Lightroom with Adobe Photoshop • Export images for print or Web as digital contact sheets or personal portfolios • Make the most of new features in Lightroom 4, such as the Camera Raw Process 2012 Basic panel tone controls Photographers will find Lightroom 4–and The Adobe Photoshop Lightroom 4 Book–indispensable tools in their digital darkrooms. …”
    Libro electrónico
  8. 51848
    por Jackson, Chris, 1973-
    Publicado 2010
    “…This book arms you with detailed auditing checklists for each domain, realistic design insights for meeting auditing requirements, and practical guidance for using complementary solutions to improve any company’s security posture. Master the five pillars of security auditing: assessment, prevention, detection, reaction, and recovery. …”
    Libro electrónico
  9. 51849
    Publicado 2020
    “…Regarding the methodology, most articles proposed a two-stage optimization procedure to optimize both the operational and design aspects. Mixed-integer linear programming (MILP) and genetic algorithms were often used to find optimal solutions…”
    Libro electrónico
  10. 51850
    por Nair, Rajendran
    Publicado 2010
    “…The authors Systematically explore power integrity implications, analysis, and management for integrated circuits Present practical examples and industry best practices for a broad spectrum of chip design applications Discuss distributed and high-bandwidth voltage regulation, differential power path design, and the significance of on-chip inductance to power integrity Review both traditional and advanced modeling techniques for integrated circuit power integrity analysis, and introduce continuum modeling Explore chip, package, and board interactions for power integrity and EMI, and bring together industry best practices and examples Introduce advanced concepts for power integrity management, including non-linear capacitance devices, impedance modulation, and active noise regulation Power Integrity Analysis and Management for Integrated Circuits ’ coverage of both fundamentals and advanced techniques will make this book indispensable to all engineers responsible for signal integrity, power integrity, hardware, or system design—especially those working at the nanoscale level…”
    Libro electrónico
  11. 51851
    Publicado 2013
    “…How to apply Java programming language features and libraries to develop reusable and robust object-oriented software. …”
    Video
  12. 51852
    por Manz, Charles C.
    Publicado 2001
    “…They show that a leader truly becomes successful by turning followers into extraordinary self-leaders-pillars of strength that will support the organization at every level. …”
    Libro electrónico
  13. 51853
    Publicado 2010
    “…Readers of this book learn how to Design effective corporate reports that convey complex business information using images, charts, tables, and cross tabs Build reports using data from multiple sources, including databases, spreadsheets, web services, and XML documents Enliven reports with interactive features, such as hyperlinks, tooltips, and highlighting Create reports using a consistent style, and, drawing on templates and libraries of reusable elements, collaborate with other report designers Localize reports for an international audience The third edition, newly revised for BIRT 2.6, adds updated examples, contains close to 1,000 new and replacement screenshots, and covers all the new and improved product features, including Result-set sharing to create dashboard-style reports Data collation conforming to local conventions Using cube data in charts, new chart types, and functionality Displaying bidirectional text, used in right-to-left languages Numerous enhancements to cross tabs, page management, and report layout…”
    Libro electrónico
  14. 51854
    Publicado 2010
    “…In this book you’ll learn how to: • Work efficiently with images shot in the raw or JPEG format • Import photographs with ease and sort them according to your workflow • Create and manage a personal image library • Apply tonal adjustments to multiple images quickly • Integrate Lightroom with Adobe Photoshop • Export images for print or Web as digital contact sheets or personal portfolios • Make the most of new features in Lightroom 3, such as automatic lens correction and improved noise reduction Photographers will find Lightroom 3—and The Adobe Photoshop Lightroom 3 Book —indispensable tools in their digital darkrooms. …”
    Libro electrónico
  15. 51855
    por Stefanov, Stoyan
    Publicado 2013
    “…Think in JavaScript Make object-oriented programming accessible and understandable to web developers Apply design patterns to solve JavaScript coding problems Learn coding patterns that unleash the unique power of the language Write better and more maintainable JavaScript code Type in and play around with examples that can be used in your own scripts In Detail JavaScript is the behavior, the third pillar in today's paradigm that looks at web pages as something that consists of clearly distinguishable parts: content (HTML), presentation (CSS) and behavior (JavaScript). …”
    Libro electrónico
  16. 51856
    Publicado 2017
    “…What You Will Learn Understand the differences between object-oriented programming and protocol-oriented programming Explore the different types that Swift offers and what pitfalls to avoid Delve into generics and generic programming Learn how to implement Copy-On-Write within your custom types Implement several design patterns in a protocol-oriented way Design applications by prioritizing the protocol first and the implementation types second In Detail Swift has become the number one language used in iOS and macOS development. The Swift standard library is developed using protocol-oriented programming techniques, generics, and first-class value semantics; therefore, every Swift developer should understand these powerful concepts and how to take advantage of them in their application design. …”
    Libro electrónico
  17. 51857
    Publicado 2018
    “…Adobe Photoshop Lightroom Classic CC Classroom in a Book® New ways to assemble collections and more search filters make it easier than ever to organize your growing library and find the photos you need. Streamline your editing workflow using intelligent tools trained with thousands of professionally corrected images, and make more selective local adjustments with sophisticated color and tone range masking. …”
    Libro electrónico
  18. 51858
    Publicado 2019
    “…Enhance your SELECT statements by invoking a vast library of built-in features and capabilities that SQL Server exposes in the form of functions. …”
    Video
  19. 51859
    Publicado 2017
    “…Understand how to deploy machine learning models behind a REST API Learn to utilize Docker containers for REST-based microservices architectures Explore methods for exporting models trained in SparkML using a library like Combust MLeap See how Docker builds, deploys, and ships application code for microservices Discover how to deploy a model using exported PMML with a REST API in a Docker container Learn to use the AWS elastic container service to deploy a model hosting server in Docker Pick up techniques that enable a model hosting server to read a model Mikhail Semeniuk is a data engineer with Shift Technologies. …”
    Video
  20. 51860
    Publicado 2015
    “…Use multiple displays at once--even TV screens Give yourself faster access to the apps and files you need the most Protect your privacy and choose which notifications to receive Organize and share your media library Supercharge your productivity with virtual desktops and other shortcuts Improve performance, fix problems, and keep Windows 10 working reliably…”
    Libro electrónico