Google C + + programming style guide: Notes
While comments are painful to write, they are essential to ensure code readability The following rules describe how and where to comment Of course, keep in mind that comments are important, but the best code itself should be self - documenting Meaningful type names and variable names are far better than ambiguous names to be interpreted with co ...
Added by nazariah on Thu, 03 Mar 2022 05:42:21 +0200
Google C + + programming style guide: format
The code style and format are indeed quite random, but it is very easy for everyone in a project to follow the same style Individuals may not agree with each of the following format rules, but it is important that the whole project obey a unified programming style. Only in this way can everyone easily read and understand the codeIn addition, we ...
Added by j_miguel_y on Thu, 03 Mar 2022 05:40:10 +0200
fdfs command summary
supplement
/bin stores commands that can be operated in single user mode
/Software / command / script that will not be used when usr/sbin Linux system starts up
/Under usr/bin are all executable programs pre installed by the system, and the system upgrade may be overwritten
/The usr/local/bin directory is where users can place t ...
Added by bampot on Thu, 03 Mar 2022 05:31:12 +0200
10 database and identity authentication
10. Database and identity authentication
1. Steps to operate the database in the project
Install the third-party module (MySQL) that operates the MySQL databaseConnect to MYSQL database through MYSQL moduleExecute SQL statements through mysql module
2. The code realizes the connection to the database
//1. Import mysql module
//import mysql ...
Added by Branden Wagner on Thu, 03 Mar 2022 05:29:00 +0200
Development Notes for embedded linux Driver
1, Mapping from linux physical address to virtual address
linux cannot directly operate the physical address. If you need to operate the hardware, you need to convert the physical address into a virtual address first. Because linux enables MMU, you cannot directly operate the physical address. 1. What are the benefits of enabling MMU? (1) Make ...
Added by CashBuggers on Thu, 03 Mar 2022 05:28:51 +0200
JavaScript 04 DOM programming (how to get the parent and child elements of HTML tags)
Today, we welcome the Fourth Lecture of JS. Today, I'll give my family a brief talk on how to obtain the parent and child elements of HTML tags in JS. If you don't understand anything, you can send me a private letter or comment below, and you will reply when you see it. Oh, I also hope the family who have been learning JS with me will continue ...
Added by Zero20two on Thu, 03 Mar 2022 05:13:44 +0200
Front end html analysis -- Analysis of dom operation table
Today, let's share the article "front-end html analysis - Analysis of dom operation table". The article introduces it in detail according to the example code. It may have a certain reference space and use value for everyone's programming road. Friends in need will learn from Yunnan Qianlong Mark next.
1, To create a table using HTML ...
Added by nigeledge on Thu, 03 Mar 2022 05:03:14 +0200
Sorting out several network request modes of js -- getting rid of callback hell
abstract This paper introduces three writing methods of asynchronous network requests based on XMLHttpRequest, Promise and async/await. async/await allows us to write asynchronous programs in a way similar to synchronization and get rid of cumbersome callback functions.
1, Background
In order to meet more and more testing requirements and r ...
Added by GoodWill on Thu, 03 Mar 2022 04:59:28 +0200
Java learning notes 2.3.1 operators and expressions - arithmetic operators
Zero. Learning objectives of this lecture
Master addition operatorMaster subtraction operatorsMaster multiplication operatorsMaster division operatorMaster self increasing and self decreasing operators
1, Operator overview
An operator is a symbol specifically used to tell a program to perform a specific operation or logical operation. An ...
Added by sfmnetsys on Thu, 03 Mar 2022 04:44:20 +0200
Qiming cloud sharing | ESP32 learning notes reference RTC_GPIO operation and troubleshooting
Tip: as a partner of Espressif in Greater China and a partner of sigmastar VAD, we not only carefully sorted out the problems you may encounter in the development process, but also a concise tutorial to get started quickly for the reference of development partners. At the same time, it also carefully sorted out the main characteristics and appl ...
Added by Rangel on Thu, 03 Mar 2022 04:29:52 +0200