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:
-
- What are the official docker images?
- The official docker images include: 1. nginx, a high-performance HTTP and reverse proxy service; 2. alpine, a lightweight Linux distribution for security applications; 3. busybox, which integrates more than 300 commonly used Linux commands and tool software; 4. ubuntu; 5. PHP, etc.
- Docker . nodejs 9321 2022-05-12 14:24:03
-
- An in-depth analysis of common built-in modules in Node.js
- This article will take you through the common built-in modules (path, file system, Events) in Node.js. I hope it will be helpful to you!
- JS Tutorial . nodejs 2271 2022-05-16 21:00:54
-
- What are the PHP environment building tools?
- PHP environment building tools include: 1. phpStudy, which is a program integration package for PHP debugging environment; 2. WampServer, which is an integrated software package of server, PHP interpreter and MySQL database; 3. XAMPP, which is an integrated software package for website building. ; 4. Pagoda Panel is a server management software.
- PHP Problem . nodejs 5395 2023-03-16 07:02:01
-
- Let's talk in depth about EventEmitter in node.js
- This article will take you through the EventEmitter in node, and briefly talk about asynchronous operations, error events, and the EventEmitter class. I hope it will be helpful to you!
- JS Tutorial . nodejs 2232 2022-05-09 21:33:59
-
- What is a stream? How to understand streams in Nodejs
- What is a stream? How to understand flow? The following article will give you an in-depth understanding of streams in Nodejs. I hope it will be helpful to you!
- JS Tutorial . nodejs 2096 2022-05-16 20:56:23
-
- Will npm be automatically installed when installing node?
- npm will be installed automatically when installing node; npm is the default package management tool of the nodejs platform. The new version of nodejs has integrated npm, so npm will be installed together with nodejs. After the installation is completed, you can use the "npm -v" command to check whether the installation is successful. .
- Front-end Q&A . nodejs 3699 2022-04-27 15:51:04
-
- Is fs a built-in module in node?
- In node, fs is a built-in module, which refers to the file system module and is used to read and write files; the fs module provides methods and attributes to meet the user's file operation needs, including the creation, deletion, query and file content of file directories. Reading and writing, etc., and provides both asynchronous and synchronous methods.
- Front-end Q&A . nodejs 2251 2022-04-27 15:40:27
-
- Node has been updated, let's take a look at the new features of Node18!
- Node has released a new version. This article will take you through the new features of Node18. I hope it will be helpful to you!
- JS Tutorial . nodejs 4316 2022-04-21 21:15:05
-
- How to obtain Node performance monitoring indicators? Get method sharing
- How to obtain Node performance monitoring indicators? This article will talk to you about how to obtain Node performance monitoring indicators. I hope it will be helpful to you!
- JS Tutorial . nodejs 4474 2022-04-20 21:06:40
-
- What does multer mean in node?
- In node, multer is a middleware used to process "multipart/form-data" type data format, mainly used to upload files; after parsing the request body, the middleware will add a body object and a body object to the Request object. A file or files object.
- Front-end Q&A . nodejs 2740 2022-04-15 15:57:25
-
- What is the use of buffer in node?
- In node, buffer is used to store binary data in memory. It can be used as a cache area when processing TCP streams or file streams, and is specially used to store the binary data used; nodejs cannot control the time of data transmission. If the sending time is not reached, , the data will be stored in the Buffer until the data is sent.
- Front-end Q&A . nodejs 1811 2022-04-15 15:14:19
-
- Take you step by step to develop a mobile phone backup gadget using Node.js and adb
- This article will share with you a practical Node experience and introduce how to develop a mobile phone backup gadget using Node.js and adb. I hope it will be helpful to you!
- JS Tutorial . nodejs 3378 2022-05-05 21:13:06
-
- What is the difference between postgresql and mysql
- Differences: 1. MySQL starts an instance by executing a command, while PG is started by executing a process; 2. PG supports materialized views, but MySQL does not support materialized views; 3. MySQL does not support scalability, while PG is highly scalable; 4 . The function support of PG stored procedures is better than that of MySQL, and it has the ability to cache execution plans locally.
- Mysql Tutorial . nodejs 30897 2022-04-12 14:43:58
-
- Record a process of developing Fimga plug-in using Vue 3
- How to develop Figma plug-in with Vue 3? The following article will introduce you to the principle of Figma plug-in, record the process of developing Fimga plug-in using Vue 3, and attach the out-of-box code. I hope it will be helpful to you!
- Vue.js . nodejs 4193 2022-04-11 20:53:52
-
- Understand the module mechanism of Node.js Nestjs framework and talk about the implementation principles
- This article will take you to understand the Node.js back-end framework Nest.js, and introduce the concept and implementation principle of the Nestjs module mechanism. I hope it will be helpful to you!
- JS Tutorial . nodejs 3189 2022-04-25 20:59:03