First, XML basics
The main purpose of XML (I think these three points):
XML to separate data from HTML
XML simplifies data sharing
XML simplifies data transmission p> XML syntax r
First, XML basics
The main purpose of XML (I think these three points):
XML to separate data from HTML
XML simplifies data sharing
XML simplifies data transmission p> XML syntax r
xml (EXtensible Markup L anguage) Extensible Markup Language
1. Use entity references
2. Use CDATA tags p> CDATA is text data that should not be parsed by an XML parser
The CDATA
I usually use JQuery for development. I recently learned about Dojo when I have time, and I have a simple understanding, so record it;
DOJO official website address: dojotoolkit, which can be
Official website download address: https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/zip/elasticsearch/2.2.1/elasticsearch-2.2.1.zip
then run the followi
function css() {
if (arguments.length == 2) {
//Get the style
if (getComputedStyle(arguments[0], false)) {
//Standard browser
var attr = arguments[1];
return getComputedStyle(arguments[
1 DOCTYPE html>
2 < html lang="en">
3
4 < head>
5 < meta charset="UTF-8">
6 < meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <
Since the beginning of Windows XP, the [full shape and half shape] functions we have known have been put together with the start toolbar, but with the progress and changes of the times, today’s Win
1. Install and configure Mosquitto
1. yum install Mosquitto
yum< /span> install epel-release -y
yum search mosquitto
yum install mosquitto-devel mosquitto -y pre> 2. Configuration Mo
I have a project to do, which needs to make an operating system. Our goal is to make our own version of Google Glass. The glasses parts are very simple, we plan to use Raspberry Pi in the system Bu
I want to match Twitter grammar with regular expressions.
How do I match any “@______”, that is, start with the @ symbol and nothing after it Spaces, only letters and numbers, until the end o