current location:Home > Technical Articles > Backend Development > XML/RSS Tutorial

  • XML—XML introduction and basic syntax
    XML—XML introduction and basic syntax
    This article introduces the history of the XML language, as well as its functions and common applications. Focuses on the syntax rules of XML files
    XML/RSS Tutorial 1492 2017-02-24 14:53:43
  • ajax xmlHttpRequest object
    ajax xmlHttpRequest object
    The XMLHttpRequest object is the core of ajax. It has many properties, methods and events to facilitate script processing and control http request responses. If you have been using native javascript for development, you need to know this object very well when using ajax. If you use jquery...SyntaxHighlighter.
    XML/RSS Tutorial 1508 2017-02-23 14:56:49
  • Compile Tinyxml into a static library under Linux
    Compile Tinyxml into a static library under Linux
    An application needs to run on a Linux server. It cannot be guaranteed that each server has the libraries that the application depends on, and it is not practical to be too lazy to install it on every server. Therefore, all the libraries used by the application are compiled into static libraries. Just throw it to the server and run. This is an example of an application calling an xml configuration file that depends on the tinyxml library.
    XML/RSS Tutorial 2212 2017-02-23 14:55:22
  • xml learning (8) xml addition, deletion, modification and query
    xml learning (8) xml addition, deletion, modification and query
    In project development, we often add, delete, modify and check a table. We put the data in the brush selection table into the gridview and display it in the form of a list based on the conditions. At the same time, we add various styles to the gridview, such as the generally necessary mouse passing, mouse leaving color change, row selection, etc. color deepening, and assigning values ​​to the list data items. , click the Save button to modify an existing piece of data or add a new piece of data, click the Add button to clear the list data items, and click Delete to delete a piece of data.
    XML/RSS Tutorial 2105 2017-02-23 14:42:35
  • xml learning (7) .net obtains the maximum value of xml node or attribute
    xml learning (7) .net obtains the maximum value of xml node or attribute
    In the previous section, we introduced some XML xpath attributes and functions. Now we will introduce two special uses: 1. Get the maximum value of the same node 2. Get the maximum value of a certain attribute of the same node
    XML/RSS Tutorial 2234 2017-02-23 14:40:26
  • xml learning (6) in c#Xpath example
    xml learning (6) in c#Xpath example
    In c#, we often search and traverse nodes. This is where we can use XPath syntax. XPath syntax is very simple, but powerful enough. XPath can quickly locate nodes or attributes in Xml. It is also the basic knowledge of using xslt.
    XML/RSS Tutorial 1742 2017-02-23 14:37:40
  • xml learning (5) xml configuration gridview column
    xml learning (5) xml configuration gridview column
    Sometimes we are not sure which columns our gridview should display, or we want to dynamically configure the gridview column display and width. In this case, we can use a database that can store column messages and dynamically bind columns by reading the database. This can be achieved by configuring xml. Of course, you can also read the xml for the first time and then insert the column message into the database. Then next time you will determine whether the database has stored the column data. If it has not been stored, then read the xml.
    XML/RSS Tutorial 1885 2017-02-23 14:36:04
  • xml learning (4) Create xml file
    xml learning (4) Create xml file
    The basic principle of binocular ranging is shown in the figure above. Binocular ranging mainly uses the direct difference (i.e. parallax) between the lateral coordinates of the target point imaged on the left and right views and the distance Z between the target point and the imaging plane. There is an inverse proportional relationship: Z=fT/d. "@scyscyao: In OpenCV, the dimension of f is a pixel point, and the dimension of T is determined by the actual size of the calibration board checkerboard and the user input value, usually in millimeters (of course it can also be set to in order to improve accuracy) 0.1 millimeters), the dimension of d=xl-xr is also a pixel point. Therefore, the dimension of Z is the same as that of T. "Assume that the coordinates of the target point in the left view are (x, y), in The parallax formed on the left and right views is d.
    XML/RSS Tutorial 1767 2017-02-23 14:34:09
  • xml learning (3) html display xml
    xml learning (3) html display xml
    Sometimes we need to display xml in html. For example, if we modify the xml and click save, we need to display the xml source code on the page to let us know that the xml has been modified. The best way is to put the xml in the pre element, but you will find There is no line break, and it is definitely ugly to display all one line, so I made a function that iterates over xmlDOM to format and display xml.
    XML/RSS Tutorial 2223 2017-02-23 14:33:05
  • xml learning (2) xml document tree structure diagram
    xml learning (2) xml document tree structure diagram
    XML documents form a tree structure. XML documents must contain a root element. This element is the parent element of all other elements. The elements in an XML document form a document tree. The tree starts at the root and expands to the very bottom of the tree. All elements can have child elements:
    XML/RSS Tutorial 2303 2017-02-23 14:31:08
  • xml learning (1) several file formats of xml
    xml learning (1) several file formats of xml
    Using SSM (spring, SpringMVC and Mybatis) 1. Let’s briefly introduce XML. XML is a text-based markup language, similar to HTML, which can easily store data.
    XML/RSS Tutorial 2372 2017-02-23 14:29:47
  • Java&Xml Tutorial (11) JAXB implements XML and Java object conversion
    Java&Xml Tutorial (11) JAXB implements XML and Java object conversion
    JAXB is the abbreviation of Java Architecture for XML Binding. It is used to establish mapping between Java classes and XML, and can help developers easily convert XML and Java objects to each other.
    XML/RSS Tutorial 2065 2017-02-22 15:05:51
  • Java object, Json, Xml conversion tool Jackson is used
    Java object, Json, Xml conversion tool Jackson is used
    It is very common to convert an object into a string in Json format in Java projects. There are many toolkits that can achieve this requirement, such as Gson, JSON-lib, Jackson, etc. This article mainly introduces the use of Jackson. In addition to converting Java objects and Json strings, Jackson can also convert Java objects into Xml format. It is relatively simple to use and is said to be relatively efficient.
    XML/RSS Tutorial 4048 2017-02-22 15:02:36
  • Java&Xml tutorial (10) Using XML as a properties file
    Java&Xml tutorial (10) Using XML as a properties file
    We usually save the configuration parameters of Java applications in properties files. The properties files of Java applications can be a normal file based on key-value pairs with properties as the extension, or it can be an XML file.
    XML/RSS Tutorial 2004 2017-02-22 14:58:35
  • Java&Xml tutorial (8) Convert Java objects to XML using JDOM
    Java&Xml tutorial (8) Convert Java objects to XML using JDOM
    In the previous tutorial, we learned how to use JDOM to parse and modify the content of XML files. This section describes how to convert Java objects into XML data and generate files.
    XML/RSS Tutorial 1841 2017-02-22 14:55:02

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28