<br />I have summarized the annotation writing standards used in my work. There is no technical content, it is just used to unify the production method and facilitate maintenance. It includes four parts: " Regional Comments ", " Single-Line Comments ", " Comment Levels " and " Assisted Comments ". Most students use the method of area annotation, which starts with "annotation content begins" or "annotation content ends", "start" or "end", etc. In comparison, starting with "S" or "E" can be used faster. For example, you only need to write the start or end comment once, then copy it, and change "S" or "E" to quickly complete the area annotation. Area annotation <br />In actual work, it is sometimes unclear whether the annotation should be above or below the label. To avoid this situation, the annotation information is uniformly written before and after the start and end of the area label, and starts with "S" or "E" to indicate the start or end of the area annotation. example: <!--=S Comment content--> <div> ... </div> <!--=E Comment content--> /*=S Comment content*/ .class{ ... } .class{ ... } /*=E Comment content*/ Single-line comment <br />Comment information should be written in the content area to be commented on. Example: <div> <!--Comment content--> ... </div> .class{ /*Comment content*/ ... } Previous Page 1 2 Next Page Read Full Article |
<<: MySQL high availability cluster deployment and failover implementation
>>: Detailed explanation of Apache SkyWalking alarm configuration guide
Today, the error "No input file specified&qu...
1. Create a runner container mk@mk-pc:~/Desktop$ ...
Uninstall the old version of MySQL (skip this ste...
1. Question: I have been doing insert operations ...
Table of contents Algorithmic Strategy Single-nod...
I. Overview When writing HTML templates, spaces a...
Operating system win10 MySQL is the 64-bit zip de...
Install the latest stable version of MySQL on Lin...
Summary This article will introduce the following...
HTML implements 2-column layout, with fixed width...
When it comes to pictures, the first thing we thi...
1. Introduction I won’t go into details about apo...
mysql installer community 8.0.16.0 installation g...
Horizontal Line Use the <hr /> tag to draw ...
To display the JSON data in a beautiful indented ...