Can't you learn Vue Router? Then don't miss this article!

introductionCreating a single page application with Vue + Vue Router is very simple: through Vue JS, the application has been composed of components. When joining the Vue Router, map the components to the route so that the Vue Router knows where to render them.HTML<script src="https://unpkg.com/vue@3"></script> <script src="https ...

Added by djBuilder on Sat, 05 Mar 2022 08:38:27 +0200

Final review of routing and switching

preface Our routing and switching final exam is a computer test, which uses eNSP to complete the test questions. The final examination questions are as follows. They are basically the same, with only a little change in details. Finally, the PC host can ping each other, and the server can ping PC3 and PC3, but not PC1 and PC2. Experimental re ...

Added by icarpenter on Fri, 28 Jan 2022 03:34:20 +0200

HDLC, PPP, FR principle and configuration

1, HDLC principle and configuration 1. HDLC principle HDLC (high level data link control) advanced data link control protocol, which is an IOS standard data link control protocol and a bit oriented link layer protocol. The protocols in the standard HDLC protocol family run and synchronize on the serial line. 1.1.1 HDLC frame structure Flag ...

Added by pakmannen on Thu, 20 Jan 2022 22:36:12 +0200

BGP routing policy - Advertise map ORF - route splitting

Note: the BGP routing strategy notes are mainly distributed in prefix list, distribute list and route map And new knowledge points, * advertisement map condition advertisement, * ORF and * route splitting Reference video: Three cups of black tea Front 0x01: prefix list operation BGP routing >After operating the abov ...

Added by keakathleen on Thu, 20 Jan 2022 07:54:33 +0200

Section 47 comprehensive network configuration experiment (including IP, RIP, VLAN, VTP, HSRP, ACL, NAT and other configuration complete commands) - based on packettracer8 0 simulation experiment

1. Network planning 1.1 network topology 1.2 network planning Overall planning: the company is headquartered in Beijing and has branches in Shanghai and Guangzhou, which are connected to the headquarters through special lines. It is assumed that the internal and external network segments are planned as follows. Department Network: V ...

Added by leon_nerd on Mon, 10 Jan 2022 09:06:55 +0200

BGP routing reflector

Note: this note is used for BGP routing reflector theory and Command Reference explanation Reference video: Three cups of black tea Front Let's review the first day of BGP: By directly observing the above figure, we find that there is a transit as, which can be determined directly. If D and C cannot afford BGP routing protocol, it will ...

Added by Arnerd on Wed, 05 Jan 2022 12:49:25 +0200

Static routing configuration

Principle description: 1. Static routing: refers to the routing information manually configured by users or network administrators. When the network topology or link state changes, the network administrator needs to manually configure the static routing information. Compared with dynamic routing protocols, static routing does not need to exc ...

Added by beyzad on Wed, 22 Dec 2021 14:57:25 +0200

Huawei MSTP Multiple Spanning Tree Protocol configuration implementation

  In STP, because STP has suboptimal path and other factors, we use MSTP protocol to complete this experiment. MSTP can better solve some problems in the network, and MSTP is also compatible with STP and RSTP. Next, we see the configuration implementation: Step 1: first, we add a P address to the PC I believe you all know the basi ...

Added by Matt Parsons on Mon, 22 Nov 2021 06:31:57 +0200

vite+route+less+ts+axios+vuex integration and testing of VUE

1 vite installation The red operation procedure shall prevail The steps described in 1.1 are: npm install -g create-vite-app    // Install global create vite app create-vite-app vue3-vite           // Use the tool create vite app to create a vue3 project named vue3 vite   1. ...

Added by hoolahoops on Wed, 27 Oct 2021 11:48:57 +0300