Mostrando 401 - 420 Resultados de 909 Para Buscar '"JSON"', tiempo de consulta: 0.09s Limitar resultados
  1. 401
    Publicado 2015
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Set Up to Gain Business Intelligence; Introduction; Installing Anaconda; Learn about the Python libraries we will be using; Installing, configuring, and running MongoDB; Installing Rodeo; Starting Rodeo; Installing Robomongo; Using Robomongo to query MongoDB; Downloading the UK Road Safety Data dataset; Chapter 2: Making Your Data All It Can Be; Importing a CSV file into MongoDB; Importing an Excel file into MongoDB; Importing a JSON file into MongoDB…”
    Libro electrónico
  2. 402
    Publicado 2021
    Tabla de Contenidos: “…Chapter 4: Power Apps -- Canvas and Model-Driven Apps -- Getting Started with Canvas Apps -- Understanding the Canvas Better -- Multiple Edit Screens -- Validation -- Connecting the Screens -- Making a Power App Responsive -- Power Apps List Forms -- Tabbed Forms -- Summary -- Chapter 5: Power Automate -- Creating Your First Flow -- Expressions -- Additional Approval -- Variables -- Document Generation -- Preparing a Word Template -- Solutions -- Populating and Creating a Word Document -- Date and Time Expressions -- Creating and Updating the Document -- Child Flows -- Exporting and Importing Solutions -- Error Handling -- Timeout -- Power Talk -- Summary -- Chapter 6: SharePoint Framework -- App Catalog -- Development Environment -- Service Portal Web Part -- SPFx Solution Files -- CloudhadiServicePortalWebPart.ts -- CloudhadiServicePortalWebPart.manifest.json -- Components -- Config -- Running the Web Part -- Planning the Solution -- Introduction to React -- Service Portal Design -- Props and State -- Creating the Request Component -- Working with Multiple Components -- Communicating with SharePoint -- Reading Multiple Items -- Component Interaction -- Personalized Components -- Handling Updates -- App Deployment -- Overview of SPFx Extensions -- Summary -- Chapter 7: Modern Search -- Out-of-the-Box Searches -- Search Objective -- PnP Modern Search -- Search Schema -- Filters -- Search Box -- Summary -- Chapter 8: Teams and Power Virtual Agents -- What Are Team Apps? …”
    Libro electrónico
  3. 403
    Publicado 2015
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: A Few Basics -- REST principles -- Uniform interface -- Client-Server -- Stateless -- Cacheable -- Layered system -- Code on demand -- The Spring Framework and REST -- Our RESTful web service -- Architecture -- Data model -- Summary -- Chapter 2: Building RESTful Web Services with Maven and Gradle -- Apache Maven -- Dependency management in Apache Maven -- Gradle -- Dependency management in Gradle -- The structure of our sample web service -- The anatomy of a Service Module -- Local versus Remote Service Invocations -- Developing RESTful web services -- Working with your favorite IDE -- Making services executable -- Starting services with Maven -- Summary -- Chapter 3: The First Endpoint -- The Inventory service -- REST and the MVC pattern -- Request mapping -- Path mapping -- HTTP method mapping -- Request parameter mapping -- Running the service -- A few words on data representation -- Summary -- Chapter 4: Data Representation -- The Data-Transfer-Object design pattern -- The API response format -- The envelope format -- Error management -- Pagination support -- Customizing JSON responses -- API evolutions -- HATEOAS -- Versioning strategies -- URI versioning -- Representation versioning -- Other approaches -- Summary -- Chapter 5: CRUD Operations in REST -- Mapping CRUD operations to HTTP methods -- Creating resources -- Quickly testing endpoints -- JSON versus form data -- Updating resources -- The update endpoint -- Testing update requests -- Deleting resources -- Overriding the HTTP method -- Summary -- Chapter 6: Performance -- HTTP compression -- Content negotiation -- gzip or deflate? …”
    Libro electrónico
  4. 404
    Publicado 2018
    Tabla de Contenidos: “…Writing Angular templates with Bootstrap -- Adding template bindings to the navigation component -- Adding template bindings to the login page -- Adding template bindings to the register page -- Adding template bindings to the bike-detail page -- Adding template bindings to the bike-list page -- Adding template bindings to the builder-detail page -- Adding template bindings to the builder-list page -- Setting up CORS on a Laravel backend -- Setting up Laravel CORS -- Connecting Angular services with application components -- Adding environment configuration -- Creating the navigation methods -- Creating the bike-detail methods -- Creating the bike-list methods -- Creating the builder-detail methods -- Creating the builder-list methods -- Dealing with Angular pipes, forms, and validation -- Creating a pipe filter -- Intoducing Angular forms -- Understanding Angular template-driven forms -- Reviewing the login form template and component -- Understanding Angular reactive/model-driven forms -- Reviewing the register form template and component -- Adding frontend form validation -- Dealing with form validation on template-driven forms -- Dealing with form validation on model-driven forms -- Summary -- Chapter 11: Building and Deploying Angular Tests -- Preparing the baseline code -- Setting application linters -- Adding stylelint for SCSS files -- Adding new scripts to the package.json file -- Adding the .stylelintrc configuration -- Installing the Stylelint plugin for VS Code -- Setting VS Code for the new linter -- Applying stylelint rules on style.scss -- Fixing SCSS errors -- Adding TSLint-angular to the package.json file -- Creating linter tasks in package.json -- Understanding Angular tests -- Writing unit and e2e tests -- Fixing unit tests -- Fixing authGuard tests -- Fixing authService tests -- Fixing login tests -- Fixing register tests…”
    Libro electrónico
  5. 405
    Publicado 2021
    Tabla de Contenidos: “…The Standard Library -- io and Friends -- time -- Monotonic Time -- Timers and Timeouts -- encoding/json -- Use Struct Tags to Add Metadata -- Unmarshaling and Marshaling -- JSON, Readers, and Writers -- Encoding and Decoding JSON Streams -- Custom JSON Parsing -- net/http -- The Client -- The Server -- Wrapping Up…”
    Libro electrónico
  6. 406
    Publicado 2021
    Tabla de Contenidos: “…-- Performing SQL Queries on CSV -- Extracting and Reordering Columns -- Filtering Rows -- Merging Columns -- Combining Multiple CSV Files -- Working with XML/HTML and JSON -- Summary -- For Further Exploration -- Chapter 6. …”
    Libro electrónico
  7. 407
    por Nelli, Fabio. author
    Publicado 2014
    Tabla de Contenidos: “…""Contents at a Glance""; ""Contents""; ""About the Author""; ""About the Technical Reviewer""; ""Acknowledgments""; ""Introduction""; ""Chapter 1: Charting Technology Overview""; ""Elements in a Chart""; ""Most Common Charts""; ""How to Realize Charts on the Web""; ""HTML5""; ""Charting with SVG and CANVAS""; ""Canvas vs SVG""; ""The DOM""; ""Developing in JavaScript""; ""Running and Debugging JavaScript""; ""Data Types in JavaScript""; ""Arrays""; ""Objects""; ""Firebug and DevTools""; ""JSON""; ""Summary""; ""Chapter 2: jQuery Basics""; ""Including the jQuery Library""; ""Selections""…”
    Libro electrónico
  8. 408
    Publicado 2021
    Tabla de Contenidos: “…Pop quiz - leveling up -- Chapter 11: Introducing Stacks, Queues, and HashSets -- Introducing stacks -- Popping and peeking -- Common methods -- Working with queues -- Adding, removing, and peeking -- Common methods -- Using HashSets -- Performing operations -- Intermediate collections roundup -- Summary -- Pop quiz - intermediate collections -- Chapter 12: Saving, Loading, and Serializing Data -- Introducing data formats -- Breaking down XML -- Breaking down JSON -- Understanding the filesystem -- Working with asset paths -- Creating and deleting directories -- Creating, updating, and deleting files -- Working with streams -- Managing your Stream resources -- Using a StreamWriter and StreamReader -- Creating an XMLWriter -- Automatically closing streams -- Serializing data -- Serializing and deserializing XML -- Serializing and deserializing JSON -- Data roundup -- Summary -- Pop quiz - data management -- Chapter 13: Exploring Generics, Delegates, and Beyond -- Introducing generics -- Generic objects -- Generic methods -- Constraint type parameters -- Adding generics to Unity objects -- Delegating actions -- Creating a debug delegate -- Delegates as parameter types -- Firing events -- Creating and invoking events -- Handling event subscriptions -- Cleaning up event subscriptions -- Handling exceptions -- Throwing exceptions -- Using try-catch -- Summary -- Pop quiz - intermediate C# -- Chapter 14: The Journey Continues -- Diving deeper -- Remembering your object-oriented programming -- Design patterns primer -- Approaching Unity projects -- Unity features we didn't cover -- Next steps -- C# resources -- Unity resources -- Unity certifications -- Hero's trial - putting something out into the world -- Summary -- Pop Quiz Answers -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  9. 409
    por McNavage, Terry
    Publicado 2010
    “…Closure, lazy loading, advance conditional loading, chaining, currying, memoization, modules, callbacks, recursion, and other powerful function techniques. Encoding data with JSON or XML. Remote scripting with JSON-P or XMLHttpRequest Drag-and-drop, animated scrollers, skin swappers, and other cool behaviors. …”
    Libro electrónico
  10. 410
    Publicado 2011
    Tabla de Contenidos: “…-- Service Requirements -- The Ruby Tool Set -- Sinatra -- ActiveRecord -- JSON -- Typhoeus -- Rspec -- The User Service Implementation -- Using GET -- POSTing a User -- PUTing a User -- Deleting a User -- Verifying a User -- Implementing the Client Library -- Finding a User -- Creating a User -- Updating a User -- Destroying a User -- Verifying a User -- Putting It All Together -- Conclusion -- 2 An Introduction to Service-Oriented Design -- Use of Service-Oriented Design in the Wild -- Service-Oriented Design Versus Service-Oriented Architecture Versus RESTful-Oriented Architecture -- Making the Case for Service-Oriented Design -- Isolation -- Robustness -- Scalability -- Agility -- Interoperability -- Reuse -- Conclusion -- 3 Case Study: Social Feed Reader -- A Typical Rails Application -- The Rails Social Feed Reader Application -- Features -- Current Setup -- Converting to Services -- Segmenting into Services -- Breaking Up the Application into Services -- Conclusion -- 4 Service and API Design -- Partitioning Functionality into Separate Services -- Partitioning on Iteration Speed -- Partitioning on Logical Function -- Partitioning on Read/Write Frequencies -- Partitioning on Join Frequency -- Versioning Services -- Including a Version in URIs -- Using Accept Headers for Versioning -- URIs and Interface Design -- Successful Responses -- HTTP Status Codes -- HTTP Caching -- Successful Response Bodies -- Error Responses -- HTTP Status Codes -- Error Response Bodies -- Handling Joins -- Storing References -- Joining at the Highest Level -- Beware of Call Depth -- API Complexity -- Atomic APIs -- Multi-Gets -- Multiple Models -- Conclusion -- 5 Implementing Services -- The Vote Service…”
    Libro electrónico
  11. 411
    por Lawhead, Joel
    Publicado 2013
    Tabla de Contenidos: “…Geospatial Python Toolbox -- Installing third-party Python modules -- Installing GDAL -- Windows -- Linux -- Mac OS X -- Python networking libraries for acquiring data -- Python urllib module -- FTP -- ZIP and TAR files -- Python markup and tag-based parsers -- The minidom module -- ElementTree -- Building XML -- WKT -- Python JSON libraries -- json module -- geojson module -- OGR -- PyShp -- dbfpy -- Shapely -- GDAL -- NumPy -- PIL -- PNGCanvas -- PyFPDF -- Spectral Python -- Summary -- 5. …”
    Libro electrónico
  12. 412
    por Guilmette, Aaron
    Publicado 2024
    Tabla de Contenidos: “…-- Sending prompts to ChatGPT -- HTTP -- OpenAI GPT-3 completions -- Retrieving data from ChatGPT -- So, what exactly is JSON? -- Working with ChatGPT's JSON output in Power Automate -- Summary -- Chapter 4: Using ChatGPT and Copilot to Create Flows and Apps -- Working with Power Automate -- Using ChatGPT to create flows -- Using ChatGPT Plus to create flows -- Using Copilot to create flows -- Working with Power Apps -- Using ChatGPT to build an app -- Using Copilot to build an app -- Summary -- Chapter 5: Bootstrapping a Power App with Copilot -- Configuring prerequisites -- Creating identities in Entra ID -- Creating a Dataverse environment -- Building a new Power App with Copilot -- Configuring the data elements -- Creating the model-driven backend app -- Creating the canvas frontend app -- Enabling automation -- Further exploration -- Summary -- Chapter 6: Processing Data with Sentiment Analysis…”
    Libro electrónico
  13. 413
    Publicado 2017
    Tabla de Contenidos: “…-- Appendix A: PythonAnywhere -- Appendix B: Django class-based views -- Appendix C: Provisioning with ansible -- Appendix D: Testing database migrations -- Appendix E: Behaviour-driven development (BDD) -- Appendix F: Building a REST API : JSON, Ajax, and mocking with JavaScript -- Appendix G : Django-rest-framework -- Appendix H : Cheat sheet -- Appendix I : What to do ndext -- Appendix J : Source code examples…”
    Libro electrónico
  14. 414
    por Uphill, Thomas
    Publicado 2015
    Tabla de Contenidos: “…Personal branchesSummary; Chapter 3: Modules and Templates; Metaparameters; Autorequires; Explicit ordering; Defined types; Custom facts; Pry; Environment; Files; Templates; Debugging templates; Summary; Chapter 4: Hiera and External Node Classifiers; YAML files; JSON; Hiera; Permissions; PuppetDB; Debug; strace; puppet apply; External node classifiers - ENCs; The Foreman; The Foreman proxy; Puppet Enterprise; LDAP; Summary; Chapter 5: The Marionette Collective; Architecture; ActiveMQ configuration; JMX; ActiveMQ and resource limits; Using mco; Ping works, nothing else; Facts…”
    Libro electrónico
  15. 415
    por Munro, Mark Conway. author
    Publicado 2017
    Tabla de Contenidos: “….-15 Text Functions -- 16 Text Functions (JSON) -- 17 Text Formatting Functions -- 18 Number Functions.-.-19 Date, Time & Timestamp Functions -- 20 Container Functions -- 21 Aggregate, Summary & Repeating Functions -- 22 Financial & Trigonometric Functions -- 23 Logical Functions -- 24 Get Functions -- 25 Design Functions -- 26 Mobile Functions -- PART 4 — Designing User Interfaces -- 27 Introducing Layout Mode -- 28 Getting Started with Layouts -- 29 Exploring Layout Palettes -- 30 Creating Layout Objects -- 31 Configuring Objects -- 32 Using Themes and Styles -- 33 Customizing the Menu Bar -- PART 5 — Automating Tasks with Scripts -- 34 Introduction to Scripting -- 35 Common Scripting Tasks -- 36 Debugging Scripts -- 37 Reacting to Script Triggers -- 38 Extending Features with Plug-ins -- PART 6 — Sharing Databases on a Network -- 39 Introducing Network Sharing -- 40 Securing Database Access -- 41 Advanced Sharing and Analysis Tools -- 42 Getting Connected…”
    Libro electrónico
  16. 416
    por Resig, John
    Publicado 2006
    “…The book is organized into four sections: Modern JavaScript development using JavaScript the object-oriented way, creating reusable code, plus testing and debugging DOM scripting updating content and styles, plus events, and effect and event libraries How Ajax works, overcoming problems, and using libraries to speed up development of Ajax applications The future of JavaScript looking at cutting edge topics like JSON, HTML5, and more All concepts are backed up by real-world examples and case studies, and John provides numerous reusable functions and classes to save you time in your development. …”
    Libro electrónico
  17. 417
    Publicado 2020
    “…You'll learn how to: •Combine commands, control flow, handle errors, write scripts, run scripts remotely, and test scripts with the PowerShell testing framework, Pester •Parse structured data like XML and JSON, work with common domains (like Active Directory, Azure, and Amazon Web Services), and create a real-world server inventory script •Design and build a PowerShell module to demonstrate PowerShell isn’t just about ad-hoc scripts •Use PowerShell to create a hands-off, completely automated Windows deployment •Build an entire Active Directory forest from nothing but a Hyper-V host and a few ISO files •Create endless Web and SQL servers with just a few lines of code! …”
    Libro electrónico
  18. 418
    por Bell, Charles. author
    Publicado 2019
    “…The book includes a look at the supporting technologies and concepts such as JSON, schema-less documents, NoSQL, MySQL Replication, Group Replication, InnoDB Cluster, and more. …”
    Libro electrónico
  19. 419
    Publicado 2023
    Tabla de Contenidos: “…-- Setting up our server -- Plugging in our existing modules -- Implementing Rocket traits -- Plugging in our existing views -- Accepting and returning JSON -- Returning raw HTML -- Returning status with JSON -- Returning multiple statuses -- Registering our views with Rocket -- Plugging in our existing tests -- Summary…”
    Libro electrónico
  20. 420
    Publicado 2023
    Tabla de Contenidos: “…Chapter 10: Using Azure Active Directory to Secure a Blazor WebAssembly Application -- Technical requirements -- Understanding the difference between authentication and authorization -- Authentication -- Authorization -- Working with authentication -- Controlling the user interface using authorization -- The Authorize attribute -- The AuthorizeView component -- Creating the claims viewer project -- Project overview -- Create the claims viewer project -- Add the application to Azure AD -- Add a user and a group to Azure AD -- Add the required NuGet packages -- Enable authentication -- Add an Authentication component -- Add a LoginDisplay component -- Add a Secure component -- Add a WhoAmI component -- View the JSON Web Token (JWT) -- Add an authentication policy -- Summary -- Questions -- Further reading -- Chapter 11: Building a Task Manager Using ASP.NET Web API -- Technical requirements -- Understanding hosted applications -- Client project -- Server project -- Shared project -- Using the HttpClient service -- Using JSON helper methods -- GetFromJsonAsync -- PostAsJsonAsync -- PutAsJsonAsync -- HttpClient.DeleteAsync -- Creating the TaskManager project -- Project overview -- Create the TaskManager project -- Adding the TaskItem class -- Adding the TaskItem API controller -- Setting up SQL Server -- Install Bootstrap -- Displaying the tasks -- Completing the tasks -- Deleting tasks -- Adding new tasks -- Summary -- Questions -- Further reading -- Chapter 12: Building an Expense Tracker Using the EditForm Component -- Technical requirements -- Creating a data entry form -- Binding a form -- Submitting a form -- Using the built-in input components -- InputCheckbox -- InputDate -- InputFile -- InputNumber -- InputRadio -- InputRadioGroup -- InputSelect -- InputText -- InputTextArea -- Using the validation components -- Locking navigation…”
    Libro electrónico