current location:Home > Technical Articles > Backend Development > XML/RSS Tutorial
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- XML Http Request latest alternative technology - Fetch
- In web applications, JavaScript performs asynchronous requests through XMLHttpRequest (XHR), which is a technology that effectively improves page communication. When we talk about Ajax technology, we usually mean Ajax based on XMLHttpRequest. Although Ajax is useful, it is not the best API. It is not designed to comply with the principle of separation of duties, mixing input, output, and state tracked with events into a single object. Moreover, the event-based model runs counter to the popular Promise and generator-based asynchronous programming models in JavaScript today. What this article will introduce is XMLHttp
- XML/RSS Tutorial 2108 2017-02-25 13:58:08
-
- PHP uses simplexml to parse xml
- We can see that the result is in the format of an object or array, so that we can easily obtain the value of each element in XML
- XML/RSS Tutorial 2441 2017-02-24 15:29:43
-
- AJAX xmlHttp
- Javascript: AJAX xmlHttp, Javascript tutorial
- XML/RSS Tutorial 1674 2017-02-24 15:27:28
-
- Solving the garbled problem of php_xmlhttp
- Recently, I have been testing php_xmlhttp garbled code problem. There is no other reason. I just don’t want to use those messy frameworks, or if I am happy, I may not organize a group. Resin has actually started to support PHP in the new version. I find it more interesting, but I am too lazy to configure a set of apache_php_mysql and the like on my machine. After all, I mainly do things in Java. So I put one of my own"><LINK href="http:/
- XML/RSS Tutorial 1794 2017-02-24 15:24:16
-
- XML—XPATH syntax introduction
- When using dom4j, we cannot obtain an element across layers. We must obtain it layer by layer, which is very troublesome.
- XML/RSS Tutorial 1622 2017-02-24 15:19:04
-
- XML—DOM4J for XML parsing
- Dom4j is a simple, flexible open source library. Dom4j was split off from the early developers of JDOM and then developed independently. Unlike JDOM, dom4j uses interfaces and abstract base classes. Although Dom4j's API is relatively complex, it provides better flexibility than JDOM.
- XML/RSS Tutorial 1647 2017-02-24 15:14:51
-
- XML-DOM parsing case
- This article introduces a small case of DOM parsing XML
- XML/RSS Tutorial 1485 2017-02-24 15:12:24
-
- XML—SAX for XML parsing
- When using DOM to parse an XML document, you need to read the entire XML document, build the Document object of the entire DOM tree in memory, and then operate on the XML document. In this case, if the XML document is particularly large, it will consume a lot of computer memory, and in severe cases may even cause memory overflow.
- XML/RSS Tutorial 1655 2017-02-24 15:06:59
-
- XML—DOM for XML parsing
- This article introduces the basic concepts of XML parsing, and focuses on the use of JAXP's DOM technology to parse XML documents.
- XML/RSS Tutorial 1942 2017-02-24 15:04:53
-
- XML—Detailed explanation of DTD for XML document constraints
- We write documents to constrain the writing specifications of an XML document. This is called an XML constraint.
- XML/RSS Tutorial 1924 2017-02-24 15:02:10
-
- 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 1491 2017-02-24 14:53:43
-
- 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 1504 2017-02-23 14:56:49
-
- 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 2209 2017-02-23 14:55:22
-
- 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 2088 2017-02-23 14:42:35
-
- 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 2232 2017-02-23 14:40:26