Mostrando 1,101 - 1,120 Resultados de 1,883 Para Buscar '"XML"', tiempo de consulta: 0.09s Limitar resultados
  1. 1101
    Publicado 2014
    Tabla de Contenidos: “…Java Enterprise Edition Performance -- Basic Web Container Performance -- HTTP Session State -- Thread Pools -- Enterprise Java Session Beans -- Tuning EJB Pools -- Tuning EJB Caches -- Local and Remote Instances -- XML and JSON Processing -- Data Size -- An Overview of Parsing and Marshalling -- Choosing a Parser -- XML Validation -- Document Models -- Java Object Models -- Object Serialization -- Transient Fields -- Overriding Default Serialization -- Compressing Serialized Data -- Keeping Track of Duplicate Objects -- Java EE Networking APIs -- Sizing Data Transfers -- Summary -- Chapter 11. …”
    Libro electrónico
  2. 1102
    Publicado 2004
    Tabla de Contenidos: “…Technology options -- 7.1 Selecting an integration technology -- 7.2 XML -- 7.2.1 Defining XML documents…”
    Libro electrónico
  3. 1103
    por Roldan, Maria C.
    Publicado 2013
    Tabla de Contenidos: “…-- PDI transformation files -- Getting data from XML files -- XPath -- Configuring the Get data from XML step -- Kettle variables -- How and when you can use variables -- Summary -- Chapter 4: Filtering, Searching, and Performing Other Useful Operations with Data -- Sorting data -- Time for action - sorting information about matches with the Sort rows step -- Calculations on groups of rows -- Time for action - calculating football match statistics by grouping data -- Group by Step -- Numeric fields -- Filtering -- Time for action - counting frequent words by filtering -- Time for action - refining the counting task by filtering even more…”
    Libro electrónico
  4. 1104
    por Wootton, Cliff
    Publicado 2007
    Tabla de Contenidos: “…Chapter 14 Rights IssuesChapter 15 Integrating with Enterprise Systems; Chapter 16 Data Exchange Formats; Chapter 17 XML-Based Tools and Processes; Chapter 18 Interfaces and APIs; Chapter 19 Scripting Layers; Chapter 20 UNIX Command Line Tools; Chapter 21 Power Tools; Chapter 22 Automation with Shell Scripts; Chapter 23 Automation with AppleScript; Chapter 24 Script Automation in Windows; Chapter 25 Compiled and Interpreted Languages; Chapter 26 GUI Tools and Processes; Chapter 27 Building Tools; Chapter 28 Keep It Moving; Chapter 29 Publishing Systems…”
    Libro electrónico
  5. 1105
    por Bakos, Gábor
    Publicado 2013
    Tabla de Contenidos: “…Generic transformations -- Java snippets -- The Math Formula node -- Conversion between types -- Binning -- Normalization -- Text normalization -- Regular expressions -- Multiple columns -- XML transformation -- Time transformation -- Smoothing -- Data generation -- Generating the grid -- Constraints -- Loops -- Workflow customization -- Case study - finding min-max in the next n rows -- Case study - ranks within groups -- Summary -- 3. …”
    Libro electrónico
  6. 1106
    por DuVander, Adam
    Publicado 2010
    Tabla de Contenidos: “…#45: Check Whether a Point Is Within a Shape #46: Get Nearest Locations from Your Own Database; Chapter 7: User Location; #47: Ask Users Where They Are; #48: Get Location Using JavaScript; #49: Use Fire Eagle to Get Location; #50: Get Location by IP; #51: Roll Your Own IP Database; Chapter 8: Data Formats; #52: Use XML; #53: Use JSON; #54: Use GeoRSS; #55: Use KML; #56: Use GPX; #57: Convert from XML to JSON; #58: Filter, Merge, and Sort Data with Yahoo Pipes!…”
    Libro electrónico
  7. 1107
    Publicado 2015
    Tabla de Contenidos: “…Downloading and Converting Files; 2.2. Formatting the MusicXML; 3. Parsing musicXML-training and test pieces; 3.1. …”
    Libro electrónico
  8. 1108
    por Guerrero Pérez, Ramón
    Publicado 2023
    Tabla de Contenidos: “…Origen de los lenguajes de marcado generales: SGML y XML -- 3. Características generales de los lenguajes de marcado -- 4. …”
    Libro electrónico
  9. 1109
    Publicado 2006
    “…Along the way, you'll find extensive coverage of all the program's new features: drag-and-drop integration of XML data feeds, improved CSS support, advanced style rendering toolbar, the industry’s first integrated Web accessibility evaluation tool for Section 508 and WCAG 2 checkpoints, and more!…”
    Libro electrónico
  10. 1110
    por Allsopp, John
    Publicado 2007
    “…Microformats provide a more formalized technology for adding commonly used semantics (such as contact details, location, and reviews) to today's Web. Unlike XML or the semantic Web, microformats use ubiquitous technologies like HTML and XHTML, existing developer skills, and current web tools, and, perhaps most important, they work in all of today's web browsers. …”
    Libro electrónico
  11. 1111
    por Mak, Gary
    Publicado 2010
    “…With the introduction of annotation-centric frameworks and XML schemas, SpringSource has built frameworks that effectively model the domain of a specific problem, in effect creating domain-specific languages (DSLs). …”
    Libro electrónico
  12. 1112
    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
  13. 1113
    Publicado 2020
    “…Instantly view the changes you make to an app with stateful hot reload and define a declarative UI in the same language as the app logic, without having to use separate XML UI files. You can also reuse existing platform-specific Android and iOS code and interact with it in an efficient and simple way. …”
    Libro electrónico
  14. 1114
    Publicado 2018
    Tabla de Contenidos: “…Chapter 7: Working with pluginlib, Nodelets, and Gazebo Plugins -- Understanding pluginlib -- Creating plugins for the calculator application using pluginlib -- Working with the pluginlib_calculator package -- Step 1 - Creating the calculator_base header file -- Step 2 - Creating the calculator_plugins header file -- Step 3 - Exporting plugins using the calculator_plugins.cpp -- Step 4 - Implementing the plugin loader using the calculator_loader.cpp -- Step 5 - Creating the plugin description file: calculator_plugins.xml -- Step 6 - Registering the plugin with the ROS package system -- Step 7 - Editing the CMakeLists.txt file -- Step 8 - Querying the list of plugins in a package -- Step 9 - Running the plugin loader -- Understanding ROS nodelets -- Creating a nodelet -- Step 1 - Creating a package for a nodelet -- Step 2 - Creating the hello_world.cpp nodelet -- Step 3 - Explanation of hello_world.cpp -- Step 4 - Creating the plugin description file -- Step 5 - Adding the export tag in package.xml -- Step 6 - Editing CMakeLists.txt -- Step 7 - Building and running nodelets -- Step 8 - Creating launch files for nodelets -- Understanding the Gazebo plugins -- Creating a basic world plugin -- Questions -- Summary -- Chapter 8: Writing ROS Controllers and Visualization Plugins -- Understanding ros_control packages -- The controller_interface package -- Initializating the controller -- Starting the ROS controller -- Updating the ROS controller -- Stopping the controller -- The controller_manager -- Writing a basic joint controller in ROS -- Step 1 - Creating the controller package -- Step 2 - Creating the controller header file -- Step 3 - Creating the controller source file -- Step 4 - Explaining the controller source file -- Step 5 - Creating the plugin description file -- Step 6 - Updating package.xml -- Step 7 - Updating CMakeLists.txt…”
    Libro electrónico
  15. 1115
    por Hamill, Paul, 1970-
    Publicado 2005
    Tabla de Contenidos: “…TestSuiteBuilderTestSuiteFactory; TextOutputter; TextTestProgressListener; TextTestResult; XmlOutputter; XmlOutputter::Node; Colophon…”
    Libro electrónico
  16. 1116
    por Hashimi, Sayed Ibrahim
    Publicado 2009
    Tabla de Contenidos: “…Extending ToolTaskToolTask Methods; ToolTask Properties; Debugging Tasks; Chapter 5: Custom Loggers; Overview; Console Logger; File Logger; ILogger Interface; Creating Custom Loggers; Extending the Logger Abstract Class; Extending Existing Loggers; FileLoggerBase and XmlLogger; Debugging Loggers; Part III: Advanced MSBuild Topics; Chapter 6: Batching and Incremental Builds; Batching Overview; Task Batching; Target Batching; Combining Task and Target Batching; Multi-batching; Using Batching to Build Multiple Configurations; Batching Using Multiple Expressions; Batching Using Shared Metadata…”
    Libro electrónico
  17. 1117
    por Wojcieszyn, Filip. author
    Publicado 2014
    Tabla de Contenidos: “…ASP.NET MVC-style Parameter Bindingin ASP.NET Web API; Problem; Solution; How It Works; The Code; 4-5. Customize XML and JSON Responses; Problem; Solution; How It Works; The Code; JSON; XML; 4-6. …”
    Libro electrónico
  18. 1118
    por Choate, Mark
    Publicado 2008
    Tabla de Contenidos: “…Chapter 8: Magic Words, Templates, and SkinsMagic Words; Templates; User Interface; Summary; Chapter 9: Extensions; MediaWiki Hooks; XML Tag Extensions; Parser Functions; Parser Functions with Messages; Hook Extensions; Special Pages; Summary; Chapter 10: The MediaWiki API; Bots: pywikipedia.py; API.php; Summary; Chapter 11: Wiki Performance; Wikipedia Architecture; Caching; Improving Performance; Maintenance Scripts; Summary; Index…”
    Libro electrónico
  19. 1119
    por Rhodes, Jeffrey M. author
    Publicado 2019
    Tabla de Contenidos: “…-Chapter 10: Creating a Survey Response Dashboard with Microsoft Power BI -- Chapter 11: Creating a Survey Solution with Microsoft Forms, Flow, SharePoint, and Power BI -- Chapter 12: Power BI Challenges with JSON, XML, and Yes/No Data -- Chapter 13: Power BI Case Study: Monitoring BMC Remedy Help Tickets -- Chapter 14: Displaying and Working with Office Documents.…”
    Libro electrónico
  20. 1120
    Publicado 2021
    Tabla de Contenidos: “…Metadata and classification 4b. Markup: XML, TEI, KML, JSON and other standards Chapter 5 Database Design 5a. …”
    Libro