VUE Express (Basic)

1. Vue Environment Setup and Creation Project You first need to install nodejs. # Check if nodejs are installed successfully (vue does not require a high nodejs version as long as v10+ node -v # The package management tool of nodejs is npm, and the mirror cnpm of NPM is the national endoscope UTF-8...

Posted by abhishekphp6 on Thu, 13 May 2021 01:54:22 +0930

Publishing subscriber mode of javascript Design Pattern

preface The last one talked about observer mode, and this one will talk about publish subscribe mode. Someone may say: aren't these two the same thing? It is true that there is no essential difference in the core idea and operation mechanism of the two models. But there are still some differencUTF-8...

Posted by gat on Thu, 13 May 2021 07:55:38 +0930

Wechat app commonly used interface api and case, access to user information, access to mobile phone number, WeUI component library, wechat app cloud development, cloud function, cloud storage

3, Common interface api and cases Common interface API: wx.showToast(), wx.showLoading(), wx.hideLoading(), wx.setNavigationBarTitle() Case requirements: request interface, obtain data, render data, add click events, jump to the page, dynamically display navigation, use interactive api, improveUTF-8...

Posted by JeremyTiki on Fri, 14 May 2021 06:55:56 +0930

HDL4SE: software engineers learning Verilog

Data type and program structure Last time, we introduced the lexical structure of verilog language, and gave the formal description file of verilog lexical, which can generate lexical analysis program through flex tool. Running the program, we can read the words in the source code one by one. OUTF-8...

Posted by loveitandhateit on Fri, 14 May 2021 07:35:26 +0930

[Web Front End HTML5&CSS3] 01-Introduction to Front End

Note Source: Silicon Valley Web Front End HTML5&CSS3 Beginner Zero Basic Starter Complete Edition Introduction to Front End 1. Classification of software 1.1. System Software WindowsLinuxmacOS 1.2. Application software OfficeQQ 1.3. Game Software Jedi SurvivalGlory of Kings 2. Client and ServerUTF-8...

Posted by Hypnos on Sat, 15 May 2021 06:39:34 +0930

Event bubbling, event capture and event delegation (event agent)

Go straight to the topic, take a look at the code, bind them with click events, and observe the output > > a b c Event capture One thing to note here: dom.addEventListener('eventname ', func,[boolean]) Contains three parametUTF-8...

Posted by ibo on Sun, 16 May 2021 05:30:43 +0930

It's not a dream to compile a set of code into 10 platforms. Seeing is believing (the most detailed explanation of uni APP) (with the second supplement)

Framework overview 1. Overview of uni app uni-app It's a use Vue.js Development of all front-end application framework, developers write a set of code, can be published to iOS,Android,Web(And various small programs (wechat)/Alipay/Baidu/Headlines/QQ/Nailing/Taobao), fast application and other pUTF-8...

Posted by tapupartforpres on Mon, 17 May 2021 04:45:42 +0930

Navigation, navigation bar, form and custom form in bootstrap

Navigation: In bootstrap, list is used to encapsulate horizontal navigation Class namedescribe.navGive ul or ol to clear the default style of the list and arrange the list items horizontally.nav-itemTo li, for layout.nav-linkLet a in li be used for a layout.justify-content-centerUsed to center UTF-8...

Posted by lucianoes on Mon, 17 May 2021 06:14:23 +0930

Understanding of encryption algorithm and common encryption algorithm

preface Data encryption is a technology with a long history, which means that plaintext is transformed into ciphertext by encryption algorithm and encryption key, while decryption is to recover ciphertext into plaintext by decryption algorithm and decryption key. Data encryption is still the moUTF-8...

Posted by limao on Fri, 21 May 2021 04:55:49 +0930

[breakthrough point by point] summary of JavaScript array: introduction of array, definition of array, assignment and use, common methods, etc

preface Before learning, we want to tell you that this article is a summary of the array part of JavaScript language knowledge. If you have mastered the following knowledge, you can skip this link and go directly to the exercise Introduction to arraysDefine arrayArray assignment and useCommon mUTF-8...

Posted by tonypr100 on Fri, 21 May 2021 07:25:47 +0930