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 driver does javascript use?
- JavaScript is event driven. JavaScript is an object- and event-driven scripting language with security features. It uses an event-driven mechanism to respond to user operations. When the user operates on an HTML element, an event will be generated, which will drive an functions to handle it.
- Front-end Q&A . nodejs 2211 2022-02-07 11:18:48
-
- Recommended to collect! Take you step by step and teach you how to get started with express
- This article brings you relevant knowledge about express. Express is a fast, open, and minimalist web development framework based on the Node.js platform. I hope it will be helpful to everyone.
- Front-end Q&A . nodejs 2603 2022-01-25 17:49:15
-
- What development can be done with nodejs
- Development that nodejs can do: 1. Front-end efficiency improvement and engineering tools; 2. BFF (Back-end For Front-end) middleware; 3. Client products. Electron allows the front-end to write some complex cross-platform client applications. ; 4. Web applications, etc.
- Front-end Q&A . nodejs 4256 2022-01-25 14:49:26
-
- How to restart service in nodejs
- How to restart the nodejs service: 1. Press "Ctrl+C" in the command console to terminate the currently running code; 2. Execute the "node filename.js" command to restart the node service.
- Front-end Q&A . nodejs 7203 2022-01-25 14:33:10
-
- Vue technical notes: Vue technology stack (detailed picture and text explanation)
- This article brings you relevant knowledge about the Vue technology stack, and I hope it will be helpful to you.
- Vue.js . nodejs 11226 2022-01-24 17:40:16
-
- In-depth analysis of the dual-thread model in mini programs
- This article will help you understand the dual-thread model in WeChat mini programs. Let’s talk about what is the dual-thread model of mini programs? Why does the applet not use the browser's threading model, but uses the dual-threading model? I hope it will be helpful to everyone!
- Mini Program Development . nodejs 4131 2022-01-30 09:00:31
-
- Let's talk about how to convert a small program project into a uni-app project
- How to convert a mini program project to a uni-app project? The following article will introduce to you the method of converting WeChat applet into uni-app project. I hope it will be helpful to you!
- uni-app . nodejs 8953 2022-02-01 09:00:31
-
- A brief analysis of res.send() and res.end() in the node Express framework
- This article will talk about the node Express framework and learn about res.send() and res.end() in Express. I hope it will be helpful to you!
- JS Tutorial . nodejs 2103 2022-01-27 18:17:28
-
- What is the difference between node.js and java
- Differences: 1. Java is a programming language, and "node.js" is a JavaScript running environment based on the Chrome V8 engine; 2. Java is a server-side language, and "node.js" can be used on both the client and the server. Both ends are used effectively.
- Front-end Q&A . nodejs 6377 2022-01-20 16:26:47
-
- A brief analysis of locks in Redis, let's talk about Redlock (redis distributed lock)
- This article will talk about locks in Redis and introduce why locks are used. Do you really need Redlock (redis distributed lock)? I hope it will be helpful to you!
- Redis . nodejs 13761 2022-01-20 10:07:30
-
- How to improve the stability of nodejs
- Methods to improve the stability of nodejs: 1. Maintain a good code structure; 2. Use "try~catch" to catch exceptions; 3. Use the domain module to handle program exceptions; 4. Use the log4js module to record logs; 5. Use forever Modules manage nodejs.
- Front-end Q&A . nodejs 2306 2022-01-13 17:03:51
-
- A brief analysis of why Redis is fast? Where are you soon?
- Why is Redis fast? Where is Redis? The following article will help you analyze the reasons why Redis is so fast. I hope it will be helpful to you!
- Redis . nodejs 2539 2022-01-13 09:56:24
-
- How to install the node version management tool (nvm) under windows and how to avoid pitfalls?
- How to install node version management tool (nvm) under windows? The following article will introduce you to some pitfalls when installing nvm tools, as well as solutions. I hope it will be helpful to you!
- JS Tutorial . nodejs 4094 2022-01-12 19:17:01
-
- JavaScript type conversion (detailed explanation and examples)
- This article brings you knowledge about type conversion in JavaScript. Converting values to primitive values, converting to numbers and converting to strings corresponds to the three abstract operations inside the engine: ToPrimitive(), ToNumber( ), ToString(), I hope it will be helpful to everyone.
- Front-end Q&A . nodejs 1889 2022-01-12 18:05:50
-
- Explore heap memory allocation in Node and talk about memory limits!
- This article will take you to explore the heap memory allocation in Node and gain an in-depth understanding of the memory limitations in Node.js. I hope it will be helpful to you!
- JS Tutorial . nodejs 4220 2022-01-11 19:21:11