Mostrando 621 - 640 Resultados de 1,323 Para Buscar '"Mac OS"', tiempo de consulta: 0.08s Limitar resultados
  1. 621
    Publicado 2004
    CDROM
  2. 622
    Publicado 2018
    Tabla de Contenidos: “…PowerShell 6.0 for Windows, Linux, and macOS -- Index -- List of Figures -- List of Tables -- List of Listings…”
    Libro electrónico
  3. 623
    por Reese, George
    Publicado 2003
    Tabla de Contenidos: “…Contents; MySQL Pocket Reference; Introduction; Installation; Compilation; Configuration; Startup; Mac OS X; Other Unix; Windows 2000/XP; Set the Root Password; Command-Line Tools; Data Types; Numerics; BIGINT; DEC; DECIMAL; DOUBLE; DOUBLE PRECISION; FLOAT; INT; INTEGER; MEDIUMINT; NUMERIC; REAL; SMALLINT; TINYINT; Strings; BLOB; CHAR; CHARACTER; CHARACTER VARYING; LONGBLOB; LONGTEXT; MEDIUMBLOB; MEDIUMTEXT; NCHAR; NATIONAL CHAR; NATIONAL CHARACTER; NATIONAL VARCHAR; TEXT; TINYBLOB; TINYTEXT; VARCHAR; Dates; DATE; DATETIME; TIME; TIMESTAMP; YEAR; Complex Types; ENUM; SET; SQL…”
    Libro electrónico
  4. 624
    Publicado 2022
    Tabla de Contenidos: “…JSON File -- Payload for POST and PUT HTTP Methods -- User Authentication -- Processor -- Model -- Test Framework -- Logger -- Util -- Test Execution -- Debug Config -- Test Driver -- Summary -- Chapter 10: First Test Script -- Developing Your First Test -- Base Test -- Authentication -- Request Processor -- Response Processor -- First Test -- Test Suite -- TestNG XML -- Executing a Test -- Execute a Test Suite -- Execute an Individual Test -- Execution Results -- TestNG Report -- Logging -- log().all() -- Response Time -- Debug -- Summary -- Chapter 11: API Documentation -- Need -- Swagger -- Summary -- Chapter 12: Case Study: Shopping Cart APIs -- Feature List -- QA Responsibility Matrix -- Sprint # -- Goal Setting -- Sprint One -- Sprint Guidelines -- Definition of Done -- Story Pointing -- Backlog Grooming -- Story Grooming -- QA Tasks -- Documentation -- Test Environment -- Setting Up the Application -- QA Tools -- Continuous Integration/Continuous Deployment -- Targeted Features -- API Endpoints -- Unit Testing -- Test Plan Development -- Test Data Preparation -- Manual Test Scripts -- Postman -- Test Automation -- Test Suite -- Parallel Test Execution -- Test Execution -- Front-End Team -- Sprint Nth -- Sprint Demo Feedback Testing -- Hardening Sprint -- Release Testing -- Summary -- Appendix A: Workstation Setup -- Java -- MacOS -- Ubuntu -- Linux -- Windows -- Maven -- MacOS -- Ubuntu -- Linux -- Windows -- Maven Project -- cURL -- MacOS -- Ubuntu -- Linux -- Windows -- Postman -- IDE -- Tomcat -- MacOS/Ubuntu/Linux -- Windows -- Appendix B: Contact Management Application -- Swagger -- Appendix C: Shopping Cart Application -- Swagger -- Index…”
    Libro electrónico
  5. 625
    Publicado 2023
    “…You just define your project in straightforward XAML markup and C#, and MAUI generates the native applications for iOS, Android, Windows, and macOS. .NET Maui in action teaches you how to build cross-platform applications using the .NET MAUI framework. …”
    Otros
  6. 626
    CDROM
  7. 627
    Publicado 2003
    CDROM
  8. 628
    Publicado 2013
    CDROM
  9. 629
    Publicado 2006
    Libro
  10. 630
    Publicado 2005
    Electrónico
  11. 631
    por De Felice, Renzo
    Publicado 2001
    Libro
  12. 632
    Publicado 1999
    CDROM
  13. 633
    Publicado 2018
    “…Learn the fundamentals of QT 5 framework to develop interactive cross-platform applications About This Book A practical guide on the fundamentals of application development with QT 5 Learn to write scalable, robust and adaptable C++ code with QT Deploy your application on different platforms such as Windows, Mac OS, and Linux Who This Book Is For This book is for application developers who want a powerful and flexible framework to create modern, responsive applications on Microsoft Windows, Apple Mac OS X, and Linux desktop platforms. …”
    Libro electrónico
  14. 634
    Publicado 2010
    “…Integrate Macs seamlessly into your Windows network These days, almost every Windows network must include Macs--and not just as second-class citizens with limited connectivity, but as full members of the network. Covering Mac OS X Snow Leopard and Windows Server 2008 R2, Integrating Macs into Windows Networks shows you how to incorporate Macs quickly and easily into your Windows Server network. …”
    Libro electrónico
  15. 635
    por Bellido Quintero, Enrique
    Publicado 2013
    Tabla de Contenidos: “…CARACTERISTICAS Y UTILIZACIÓN; 3.1 Windows 7; 3.2 Ubuntu; 3.3 Mac OS X Lion; 4. DIFERENCIAS…”
    Libro electrónico
  16. 636
    por Brittain, Jason
    Publicado 2003
    Tabla de Contenidos: “…Installing Tomcat on Mac OS X; 1.1.5. Installing Tomcat on OpenBSD; 1.2. …”
    Libro electrónico
  17. 637
    por Foster-Johnson, Eric
    Publicado 2005
    Tabla de Contenidos: “…Combining Files into ArchivesWorking with File Modes; Testing Files with the test Command; Dealing with Mac OS X Files; HFS+ Versus UFS: The Mac OS X Holy War; Working with Here Files and Interactive Programs; Summary; Exercises; Chapter 6: Processing Text with sed; Introducing sed; sed Versions; Installing sed; How sed Works; Selecting Lines to Operate On; Substitution; Advanced sed Invocation; Advanced Addressing; Advanced Substitution; Hold Space; More sed Resources; Summary; Exercises; Chapter 7: Processing Text with awk; What Is awk (Gawk/Mawk/Nawk/Oawk)?…”
    Libro electrónico
  18. 638
    por Orebaugh, Angela
    Publicado 2007
    Tabla de Contenidos: “…Getting and Installing Wireshark; Introduction; Getting Wireshark; Packet Capture Drivers; Installing Wireshark on Windows; Installing Wireshark on Linux; Installing Wireshark on Mac OS X; Installing Wireshark from Source; Summary; Solutions Fast Track…”
    Libro electrónico
  19. 639
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and credits -- Contributors -- Table of Contents -- Preface -- Part 1: Exploring .NET MAUI -- Chapter 1: Getting Started with .NET MAUI -- An overview of cross-platform technologies -- Native applications -- Web applications -- Backend services -- Cross-platform technologies -- A comparison of .NET, Java, and JavaScript -- Exploring the .NET landscape -- .NET Framework -- Mono -- .NET Core -- .NET Standard and portable class libraries -- Using Xamarin for mobile development -- Xamarin.Forms -- Xamarin.Essentials -- Moving to .NET MAUI -- .NET MAUI Blazor apps -- Choosing XAML versus Razor in .NET MAUI -- Development environment setup -- Installing .NET MAUI on Windows -- Installing .NET MAUI on macOS -- What you will learn in this book -- The app that we will build in this book -- Summary -- Further reading -- Chapter 2: Building Our First .NET MAUI App -- Technical requirements -- Managing the source code in this book -- Setting up a new .NET MAUI project -- Creating a new project using Visual Studio -- Creating a new project using the dotnet command -- App startup and lifecycle -- Lifecycle management -- Configuring the resources -- App icon -- Splash screen -- Setting custom font icons -- Building and debugging -- Windows -- Android -- iOS and macOS -- Scaffolding a Model-View-ViewModel project -- Migrating and reusing a Shell template from Xamarin.Forms -- Visual Studio project template -- Summary -- Chapter 3: User Interface Design with XAML -- Technical requirements -- Creating a XAML page -- XAML syntax -- Element -- Attribute -- XML namespaces and XAML namespaces -- XAML markup extensions -- Master-detail UI design -- Side-by-side -- Stacked -- Controls in .NET MAUI -- Layouts in .NET MAUI -- Navigation in the master-detail UI design -- Supporting multiple languages - localization…”
    Libro electrónico
  20. 640
    por Sweigart, Al
    Publicado 2022
    Tabla de Contenidos: “…Programme an der Befehlszeile ausführen -- Befehlszeilenargumente -- Python-Code mit -c an der Befehlszeile ausführen -- Python-Programme an der Befehlszeile ausführen -- Py.exe -- Befehle aus einem Python-Programm heraus ausführen -- Tipparbeit durch Tabulatorvervollständigung sparen -- Der Befehlsverlauf -- Gebräuchliche Befehle -- PATH und andere Umgebungsvariablen -- Umgebungsvariablen anzeigen -- Die Umgebungsvariable PATH -- Die Umgebungsvariable PATH in der Befehlszeile ändern -- Ordner in Windows dauerhaft zu PATH hinzufügen -- Ordner in macOS und Linux dauerhaft zu PATH hinzufügen…”
    Libro electrónico