current location:Home > Technical Articles > Backend Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- This article will give you an in-depth understanding of Node.js (detailed explanation with pictures and text)
- This article will give you an in-depth analysis of Node.js through a lot of code and illustrations. The main content includes modular processing, basic application of packages, Express, cross-domain, operating Mysql database, etc. I hope it will be helpful to you!
- JS Tutorial . nodejs 20948 2023-01-13 20:23:18
-
- Node learning how to minimize heap allocation and prevent memory leaks
- How to check memory leaks in Node.js? The following article will introduce you to Nodejs heap allocation and introduce how to minimize heap allocation and prevent memory leaks. I hope it will be helpful to you!
- JS Tutorial . nodejs 2230 2023-01-11 20:25:39
-
- What is the difference between typescript and es6
- Differences: 1. Typescript is a free open source programming language developed and maintained by Microsoft; while ES6 is an ECMA internationally standardized scripting language specification. 2. TypeScript supports all primitive data types, while ES6 does not support all data types. 3. TypeScript has 3 scopes, while ES6 has 2 scopes. 4. Modules in TypeScript are divided into internal modules and external modules, while modules in ES6 are divided into import modules and export modules.
- Front-end Q&A . nodejs 2669 2023-01-11 16:24:01
-
- Let's talk about how to operate MySQL in Node project
- How to operate MySQL in Node project? The following article will talk to you about several SQL statements for managing databases, and introduce how to operate MySQL in Express projects. I hope it will be helpful to you!
- JS Tutorial . nodejs 1758 2023-01-09 10:36:33
-
- Are go and c languages the same author?
- yes. There are three authors of the Go language: Robert Griesemer, Rob Pike and Ken Thompson; among them, Ken Thompson is also the author of the C language. Ken Thompson is a member of the Unix team at Bell Labs and one of the founders of C language, Unix and Plan9. He designed and implemented the original UNIX operating system in the 1970s. From this point of view alone, his contribution to computer science This cannot be overemphasized.
- Golang . nodejs 3635 2023-01-06 10:49:02
-
- This article will take you to learn more about Vue scaffolding
- This article will introduce you to vue scaffolding, talk about how to initialize Vue scaffolding, introduce ref and props, mixin (mixing), etc. I hope it will be helpful to everyone!
- Vue.js . nodejs 3478 2023-01-04 21:17:58
-
- What should I do if node fails to connect to mysql?
- Solution to node failure to connect to mysql: 1. Execute the "mysql -u root -p" command to enter the bin directory of the MySQL folder; 2. Pass "const con = mysql.createConnection({host: '127.0.0.1',user: 'root',password: '...',port: '3306',database: "..."});" Just connect to mysql.
- Front-end Q&A . nodejs 2557 2023-01-04 16:47:50
-
- What to do if vue package refresh error is reported
- Solution to vue package refresh error: 1. Change the "mode" of vue router to "hash"; 2. Modify Nginx to "location / {root ...index ...try_files $uri $uri/ /index.html ;}"; 3. Modify Apache to "RewriteRule . /index.html [L]" and save it.
- Front-end Q&A . nodejs 2473 2022-12-30 15:37:39
-
- How to solve the problem of installing node error 2503
- Solution to error 2503 when installing node: 1. Open the cmd window and execute the "npm uninstall node" command; 2. Enter powershell and place the node installation package mis file in any directory without spaces; 3. Enter via cd in powershell You need to install the directory where node is installed, and then execute the "msiexec /package" command.
- Front-end Q&A . nodejs 4372 2022-12-29 16:27:12
-
- What to do if node server.js reports an error
- The node server.js error is because the path is incorrect. The solution is: 1. Enter the cmd window; 2. Switch to "server.js" under the project path; 3. Re-execute the "node server.js" command to solve the error problem. .
- Front-end Q&A . nodejs 2332 2022-12-29 16:19:20
-
- What to do if node http get is garbled?
- Solution to node http get garbled code: 1. Open the corresponding react file; 2. Pass "var req = http.get(url,function(res){res.setEncoding('utf-8');var html = '' res.on('data',function(data){html+=data.toString();})..." statement can be programmed to "utf-8".
- Front-end Q&A . nodejs 2488 2022-12-29 16:10:15
-
- What is node middleware
- Node middleware mainly refers to the method of encapsulating the detailed processing of http requests. Its essence is to let specific filters handle it before entering specific business processing. For web applications, the introduction of Node middleware can simplify and encapsulate some basic logic. Work on the details.
- Front-end Q&A . nodejs 3021 2022-12-29 15:42:16
-
- What should I do if fs reports an error when webpack packages node?
- Solution to fs error when webpack packages node: 1. Install the babel packaging tool in the Webpack project; 2. Check the packaging failure information; 3. Directly uninstall the original Nodejs and re-download the stable Node version; 4. Use prefetch to cache the upcoming use js module.
- Front-end Q&A . nodejs 3176 2022-12-29 15:08:01
-
- How to solve vue node sass error report
- Solution to vue node sass error: 1. Check the "node-sass" version referenced in the project; 2. Query the "node.js" version corresponding to "node-sass"; 3. Clear npm, and then re-execute "npm install" to install node.
- Front-end Q&A . nodejs 2441 2022-12-29 14:58:02
-
- Is egg.js node?
- egg.js is a node framework, which is a node.js framework inherited from Koa. The egg.js framework is different from basic frameworks such as exporess and koa. Egg.js is refined and encapsulated at the application level, making it closer to business scenarios and faster. Get started.
- Front-end Q&A . nodejs 1939 2022-12-29 14:51:50