Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Engineering & Applied Sciences 372
- Computer Science 300
- Development 251
- Application software 244
- Java (Computer program language) 193
- Web site development 149
- XML (Document markup language) 132
- Web sites 125
- Database management 123
- Design 114
- Computer programs 104
- Internet programming 93
- Microsoft .NET Framework 88
- XML (Lenguaje de marcas) 86
- Electrical & Computer Engineering 76
- Telecommunications 75
- C# (Computer program language) 60
- Computer programming 59
- Android (Electronic resource) 55
- SQL server 54
- Programming languages (Electronic computers) 51
- Data processing 50
- Python (Computer program language) 48
- Computer software 47
- Programming 47
- Client/server computing 46
- Web services 44
- Management 42
- Relational databases 41
- Mobile computing 40
-
1101Publicado 2014Tabla 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 -
1102Publicado 2004Tabla de Contenidos: “…Technology options -- 7.1 Selecting an integration technology -- 7.2 XML -- 7.2.1 Defining XML documents…”
Libro electrónico -
1103por Roldan, Maria C.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…”
Publicado 2013
Libro electrónico -
1104por Wootton, CliffTabla 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…”
Publicado 2007
Libro electrónico -
1105por Bakos, GáborTabla 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. …”
Publicado 2013
Libro electrónico -
1106por DuVander, AdamTabla 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!…”
Publicado 2010
Libro electrónico -
1107Publicado 2015Tabla de Contenidos: “…Downloading and Converting Files; 2.2. Formatting the MusicXML; 3. Parsing musicXML-training and test pieces; 3.1. …”
Libro electrónico -
1108por Guerrero Pérez, RamónTabla de Contenidos: “…Origen de los lenguajes de marcado generales: SGML y XML -- 3. Características generales de los lenguajes de marcado -- 4. …”
Publicado 2023
Libro electrónico -
1109Publicado 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 -
1110por Allsopp, John“…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. …”
Publicado 2007
Libro electrónico -
1111por Mak, Gary“…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). …”
Publicado 2010
Libro electrónico -
1112Publicado 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 -
1113Publicado 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 -
1114Publicado 2018Tabla 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 -
1115por Hamill, Paul, 1970-Tabla de Contenidos: “…TestSuiteBuilderTestSuiteFactory; TextOutputter; TextTestProgressListener; TextTestResult; XmlOutputter; XmlOutputter::Node; Colophon…”
Publicado 2005
Libro electrónico -
1116por Hashimi, Sayed IbrahimTabla 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…”
Publicado 2009
Libro electrónico -
1117por Wojcieszyn, Filip. authorTabla 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. …”
Publicado 2014
Libro electrónico -
1118por Choate, MarkTabla 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…”
Publicado 2008
Libro electrónico -
1119por Rhodes, Jeffrey M. authorTabla 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.…”
Publicado 2019
Libro electrónico -
1120Publicado 2021Tabla de Contenidos: “…Metadata and classification 4b. Markup: XML, TEI, KML, JSON and other standards Chapter 5 Database Design 5a. …”
Libro