(CHER you up) Vue router

vue:Router route Cognitive routing Simple understanding 1. Terms in network engineering 2. Routing (Wikipedia): the activity of transmitting information from the source address to the destination address through the Internet Back-end routing The back end processes the mapping relationship betwee ...

Posted by Thuy on Fri, 06 Mar 2020 12:19:14 +0100

Basic skills of Vue [VII. Vue router routing knowledge]

1. The concept of routing Concept of Routing: Back end Routing: for a normal website, all hyperlinks are URL addresses, and all URL addresses correspond to the corresponding resources on the server Front end Routing: for single page applications, the main way to switch between different pages is th ...

Posted by integravtec on Tue, 18 Feb 2020 11:18:05 +0100

[vue.js] use of axios

Article directory 1, axios native JavaScript request 2, Use of axios in vue axios Chinese document|axios Chinese net http://www.axios-js.com/zh-cn/docs/ 1, axios native JavaScript request get method request random joke post mode request registration interface Request results to be printed o ...

Posted by thimble on Wed, 12 Feb 2020 16:20:56 +0100

nodejs crawler -- grabs all articles of a user in CSDN

Recently, I'm learning node.js. It's like playing with something, so this simple reptile is born. Preparation node.js crawler must be installed first node.js Environmental Science Create a folder Open the command line in the folder and execute the npm init initialization project Begin formally Installation dependency express is used to buil ...

Posted by may on Tue, 11 Feb 2020 10:23:02 +0100

Node.js learning Note 6 - network request and API call

Network requests and API calls It will take about 10 minutes to read this blog Network programming is a very important part of web development. JS, as the closest part of web development, is very powerful in network programming. Then Node ecology also provides various convenient tools to send and rece ...

Posted by live_ex3me on Fri, 07 Feb 2020 06:44:22 +0100

Vue+mavonEditor+spring Boot image upload and echo

1. Preface Recently, we are using vue and springboot to develop a project, which has a function of using markdown editor to write articles. In it, images will be uploaded. At the beginning, the images can't be displayed. However, by looking at all kinds of data, we have finally made it. Now I'll talk ...

Posted by fordiman on Fri, 31 Jan 2020 06:15:04 +0100

Learning while using -- using the Material UI framework under React to develop a simple web version Ethereum wallet imitating MetaMask

In the previous article, we learned the use of route in React and created an import interface; this time, we learned the specific implementation of wallet and the development of login interface, and connected the three UI s of login interface, create wallet and import wallet through wallet. 1, Further ...

Posted by rage123456 on Sun, 26 Jan 2020 12:21:24 +0100

Introduction of axios in Vue project

axios introduction axios official website : easy to use, concise and efficient http library. axios official website The core of axios is a promise based HTTP library, which can be used in browsers and node.js. Characteristics of axios Create XMLHttpRequests from the browser Create http request fro ...

Posted by Imad on Sat, 18 Jan 2020 17:44:33 +0100

After the webpack is packed, it cannot be called. Instead, use uglifyjs to pack and compress

Background: The project is based on native js and does not use any scaffolding or framework, but it also needs to be packaged and compressed. Some global variables are declared in the js of the project for other js to call. At this time, if we use the web pack, based on the web Pack feature, we will nest a layer of large functions, which will t ...

Posted by jwmessiah on Fri, 17 Jan 2020 14:01:51 +0100

http request parameter mode type Query String Parameters, Form Data, Request Payload usage record and qs usage

Article directory The origin of the article Request parameter type introduction Query String Parameters Form Data Request Payload Introduction to the use of qs qs.parse() qs.stringify() The difference between qs.parse() qs.stringify() and JSON.stringify() JSON.parse(): The difference between para ...

Posted by vladibo on Mon, 13 Jan 2020 10:05:34 +0100