Mostrando 48,621 - 48,640 Resultados de 54,464 Para Buscar 'NPBL~', tiempo de consulta: 1.22s Limitar resultados
  1. 48621
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Hello Qt -- Installing Qt -- Maintaining your installation -- Qt Creator -- Scratchpad project -- qmake -- Summary -- Chapter 2: Project Structure -- Projects, MVC, and unit testing -- Project creation -- cm-lib -- cm-tests -- cm-ui -- Mastering MVC -- QObject -- QML -- Project output -- Summary -- Chapter 3: User Interface -- UX -- Creating views -- StackView -- Anchors -- Sizing -- Navigation -- Fixing conflicts -- Summary -- Chapter 4: Style -- Style resource -- Font Awesome -- Components -- Styling the navigation bar -- Clicking -- Commands -- Command bar -- Summary -- Chapter 5: Data -- JSON -- Object hierarchy -- DataDecorators -- Entities -- Entity collections -- Data models -- Custom TextBox -- Summary -- Chapter 6: Unit Testing -- Unit testing -- The default Qt approach -- Custom approach -- DataDecorator tests -- Entity Tests -- Mocking -- Summary -- Chapter 7: Persistence -- SQLite -- Primary keys -- Creating clients -- Panels -- Finding clients -- Editing clients -- Deleting clients -- Summary -- Chapter 8: Web Requests -- Network access -- Web Requests -- RSS View -- RSS -- Summary -- Chapter 9: Wrapping Up -- Object factory -- UI scaling -- Dashboard -- Enumerator selectors -- Contacts -- Deployment preparation -- OS X -- Linux -- Windows -- Qt Installer framework -- Installation -- Summary -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  2. 48622
    Publicado 2021
    “…It features unique designs that you can use to build robots, and also enable you to perform activities using the robot inventor application. …”
    Libro electrónico
  3. 48623
    Publicado 2014
    “…The FlashSystem 840 is optimized for the data center to enable organizations of all sizes to strategically harness the value of stored data. …”
    Libro electrónico
  4. 48624
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Qt -- What is Qt? …”
    Libro electrónico
  5. 48625
    Publicado 2022
    “…By retroactively expanding research data to the pre-statistical era, the method enables long-duration comparison of different periods and areas. …”
    Libro electrónico
  6. 48626
    Publicado 2016
    “…Relevant conceptual diagrams, flowcharts and screen-captures enable in-depth comprehension of the concepts. Also, the concise writing style makes this book a very easy read. …”
    Libro electrónico
  7. 48627
    Publicado 2015
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Behind Every Successful Project Is a Plan; Why infrastructure is important; Background; How to do it; Environments and architecture; Background; How to do it; Building a reusable, maintainable environment; Background; How to do it; QlikView projects need discipline too!…”
    Libro electrónico
  8. 48628
    Publicado 2019
    Tabla de Contenidos: “…Leveraging the Full Power of Tableau.Starting an Adventure with Calculations ; Diving Deep with Table Calculations ; Making Visualizations That Look Great and Work Well ; Telling a Data Story with Dashboards ;Digging Deeper - Trends, Clustering, Distributions, and Forecasting -- Section 3. …”
    Libro electrónico
  9. 48629
    Publicado 2016
    Tabla de Contenidos: “…Title Page; Table of Contents; Foreword; Introduction; About This Book; Foolish Assumptions; Icons Used in This Book; Beyond the Book; Where to Go from Here; Part 1: Getting Started with Account-Based Marketing; Chapter 1: Introducing the Basics of Account-Based Marketing; Defining Account-Based Marketing; Flipping the Funnel; Chapter 2: Making the Case for Account-Based Marketing; Understanding Why B2B Companies Need Account-Based Marketing; Starting the Conversation about ABM; Driving More Revenue from Account-Based Marketing; Chapter 3: Aligning Sales and Marketing…”
    Libro electrónico
  10. 48630
    Publicado 2016
    “…quizzes open each chapter and enable you to decide how much time you need to spend on each section. …”
    Libro electrónico
  11. 48631
    Publicado 2016
    “…What You Will Learn Develop visually stunning applications using FireMonkey Deploy LiveBinding effectively with the right OOP approach Create server-side programs to serve RESTful web services and provide data to your mobile apps Use well-defined GUI design patterns to build mobile applications that provide a great user experience Build mobile apps that read data from a remote server efficiently Call the platform native API on Android and iOS even for an unpublished API Manage software customization for your customer by making better use of an extended RTTI Implement the most popular design pattern without wasting too much time on debugging and bug fixing In Detail Delphi is a cross-platform Integrated Development Environment (IDE) that supports rapid application development for Microsoft Windows, Apple Mac OS X, Google Android, and Apple iOS. It helps you to concentrate on the real business and save yourself the pain of wandering amid GUI widget details, or having to tackle inter-platform incompatibilities. …”
    Libro electrónico
  12. 48632
    Publicado 2016
    “…What You Will Learn Get to know about the basic data structures and how to use the Swift REPL Use the Swift Standard Library collections bridging to Objective-C collections, and find out about protocol-oriented programming Find out about Swift generators and sequences, and see how to use them to implement advanced data structures such as Stack, StackList, Queue, and LinkedList Implement sorting algorithms such as Insertion Sort, Merge Sort, and Quick Sort and understand the performance trade-offs between them See how to implement various binary trees, B-Tree, and Splay Trees Perform advanced searching methods using Red-Black trees, AVL trees, and Trie trees, and take a look at several substring search algorithms Get to know about the data structures used in graphs and how to implement graphs such as depth-first search, breadth-first search, directed graphs, spanning tree, and shortest path Explore algorithm efficiency and see how to measure it In Detail Apple's Swift language has expressive features that are familiar to those working with modern functional languages, but also provides backward support for Objective-C and Apple's legacy frameworks. …”
    Libro electrónico
  13. 48633
    Publicado 2016
    “…What You Will Learn Understand how the core architecture of Cassandra enables highly available applications Use replication and tunable consistency levels to balance consistency, availability, and performance Set up multiple data centers to enable failover, load balancing, and geographic distribution Add capacity to your cluster with zero downtime Take advantage of high availability features in the native driver Create data models that scale well and maximize availability Understand common anti-patterns so you can avoid them Keep your system working well even during failure scenarios In Detail Apache Cassandra is a massively scalable, peer-to-peer database designed for 100 percent uptime, with deployments in the tens of thousands of nodes, all supporting petabytes of data. …”
    Libro electrónico
  14. 48634
    Publicado 2019
    “…By the end of this book, you'll be able to develop advanced computer vision applications to meet your customers' demands. …”
    Libro electrónico
  15. 48635
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Swift Building Blocks -- Introduction -- Your first Swift program -- Getting ready -- Downloading Xcode -- How to do it... -- There's more... -- See also -- Strings, Ints, Floats, and Bools -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Optionals, unwrap, and force unwrap -- Getting started -- How to do it... -- How it works... -- There's more... -- See also -- Functions -- How to do it... -- How it works... -- There's more... -- Default parameter values -- Parameter overloading -- See also -- Object classes -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Structs -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Enumerations -- Getting ready -- How to do it... -- How it works... -- There's more... -- Methods and computed variables -- Associated values -- See also -- Closures -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Protocols -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 2: Building on the Building Blocks -- Introduction -- Bundling variables into tuples -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Ordering your data with arrays -- How to do it... -- How it works... -- There's more... -- See also -- Containing your data with sets -- How to do it... -- How it works... -- Union -- Intersection -- Symmetric difference -- Subtracting -- There's more... -- See also -- Storing key-value pairs with Dictionaries -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also…”
    Libro electrónico
  16. 48636
    Publicado 2018
    “…Among the many topics Scholle covers are new Finder features such as Dark Mode, stacks, and Gallery view; system-wide tools like Quick Actions (which let you perform common functions without opening an app), Mojave's enhanced screenshot features, and new capabilities built into Siri; revisions to Apple apps such as the App Store, Mail, and Safari; and features that span macOS and iOS platforms, such as Continuity Camera (using your iPhone's camera to insert a picture on your Mac) and updates to the Dock. …”
    Libro electrónico
  17. 48637
    Publicado 2020
    “…You'll gain unique insights into the internal behavior of processors that execute the code developed in high-level languages and enable you to design more efficient and scalable software systems. …”
    Libro electrónico
  18. 48638
    Publicado 2015
    “…VMware vRealize Orchestrator is a tool that enables you to automate not only your VMware environments, but also the surrounding hardware and software infrastructure. …”
    Libro electrónico
  19. 48639
    por Wallace, Kevin, 1965-
    Publicado 2015
    “…CCNP Routing and Switching ROUTE 300-101 Official Cert Guide from Cisco Press enables you to succeed on the exam the first time and is the only self-study resource approved by Cisco. …”
    Libro electrónico
  20. 48640
    Publicado 2015
    “…CCNA Data Center DCICN 640-911 Official Cert Guide from Cisco Press enables you to succeed on the exam the first time and is the only self-study resource approved by Cisco. …”
    Libro electrónico