vue-cli5.0 + vue3 + ts + less + prettier + eslint + commitlint + stylelint

catalogue 1. Building projects using Vue cli 5.0 2. Associated remote warehouse 3. Add commitlint to verify git submission information 4. Add Eslint verification code specification and submit interception 5. Add to the root directory eslintignore files, ignoring some file Eslint detection 6. Add Prettier and fix the error reported by esli ...

Added by doox00 on Tue, 08 Mar 2022 06:59:50 +0200

Java Web library management system, old programmers spend day and night recalling their student days

Java library management system, old programmers spent a day and a night Popular column recommendation [1] Java games (Tetris, aircraft war, plant war, zombie, etc.) [2] JavaWeb project practice (library management, online examination, dormitory management, etc.) [3] Wonderful examples of JavaScript (aircraft war, snake, verification code, etc ...

Added by mjl4975 on Tue, 08 Mar 2022 05:13:41 +0200

Monitoring task life cycle: observer mode in multithreading

The content of this paper is summarized in< Java Detailed explanation of high concurrency programming multithreading and architecture design Observer mode review As for the specific implementation, this article will not introduce it. You can view the link ->Observer mode case. The core of the observer model can be summarized as f ...

Added by mariocesar on Tue, 08 Mar 2022 04:32:56 +0200

A summary of the new features of es6

1.let & const let, similar to var, is used to declare variables characteristic: let cannot declare variables repeatedly, var can declare variables repeatedly;Block level scope: there are global scope, function scope and eval scope in es5; Block level scope is introduced in es6, and the variables declared by let are valid in the block l ...

Added by twigletmac on Sat, 05 Mar 2022 22:12:50 +0200

45 GIT classic operation scenarios, specializing in code

Hello, I'm Xiaofu~Technology exchange pays attention to official account: something inside programmersPortal: Original address Git should be familiar to everyone. Skillfully using git has become a basic skill of programmers. Although there are cow X client tools such as Sourcetree at work, which makes it convenient to merge code. But job interv ...

Added by mitch.craig on Fri, 04 Mar 2022 23:40:57 +0200

git command line window common commands

git command line window common commands Configure user name and mailbox git config --list View configuration information git config --global user.name="hello" Set user name git config --global user.email="XXXX@qq.com" Set mailbox git init initialization git Project (build) .git Directory (actually a hidden folder) git clone Clone address cl ...

Added by tommix on Fri, 04 Mar 2022 21:42:39 +0200

"Transform" VS Code editor and write a plug-in together!

Author: HelloGitHub- Xiaoxia (first official account of HelloGitHub) As a developer who relies on code as a "livelihood", whether the bug is written well or not, the editor is really important! Then the name Visual Studio Code will be familiar to you. As an old and powerful editor, its excellence is as follows: First of all, i ...

Added by garry_224 on Fri, 04 Mar 2022 04:12:42 +0200

Web API knowledge in JavaScript

catalogue 1. What is web API 2. Basic concepts in DOM 2.1 DOM tree (document object type) 3. Get elements and events 3.1. Get elements ? 3.2 events 4. Operation element 4.1. Get / modify the content in the element 4.2. Get / modify attributes in elements 4.3. Get / modify attributes in form elements 4.4. Get and modify style attribut ...

Added by Pudgemeister on Thu, 03 Mar 2022 09:43:42 +0200

Synchronize native code to gitee and github

Synchronize native code to gitee and githubToday, I'd like to introduce how to use it and push our local warehouse to gitee and github. Now there are two remote warehouses. One is gitee and github remote warehouse. The address corresponds to my local, that is, work space.The first step is to establish the warehouse address in gitee and githubRe ...

Added by alexvgtb on Wed, 02 Mar 2022 16:45:58 +0200

Getting started with gitee

Getting started with gitee Reference website: https://mp.weixin.qq.com/s/taKtlOGSQKjVBJUMRJzNng git basic command http://www.shaoming.club/archives/git%E5%91%BD%E4%BB%A4%E6%95%B4%E7%90%86md explain I wanted to sort out the process of gitee uploading code before. Later, I happened to see this article because I didn't have time ...

Added by Fantast on Tue, 01 Mar 2022 04:30:23 +0200