Build webpack5+vue2.7+ts scaffolding from 0 to 1

Build webpack5 + vue2.7 + ts scaffolding from 0 to 1 Background At present, the company uses scaffolding developed based on vue-cli4. On the basis of vue-cli, it adds multi-language, multi-skin, interface request, permission and other solutions for business development, which can quickly build the basic structure of the project. But with the iteration of […]

Construction and deployment of SpringCloud microservice multi-application scaffolding

SpringBoot has become very popular in recent years, and many IT companies have begun to use SpringBoot to replace traditional SpringMVC projects. So how to build a project structure suitable for development? Here I mainly introduce the two tools used most by Java programmers for construction: 1. MyEclipse; 2. idea MyEclipse build Step 1: Open […]

Excel obtains hierarchical display, folding and expansion, parent-child relationship

Excel obtains hierarchical display, folding and expansion, parent-child relationship apache poi 4.1.2 is provided through the methods Row.getOutlineLevel and Row.getZeroHeight We can iterate through all the rows in the worksheet and have methods that can collect row group information from a row to determine the parent and child of each row. In the following code […]

How to implement a create-vite-like scaffolding and publish it to npm

Foreword Recently I was working on an electron ecology-related project. Since I had to do some project initialization functions, I wrote a scaffolding to do this. Then I learned about and practiced the scaffolding-related functions in detail, and finally succeeded in making it. I think If you need the scaffolding, share your relevant experiences here. […]

Reference folding, universal reference, rvalue reference, move, perfect forwarding

Hello everyone, my name is Xu Jintong, and my personal blog address is www.xujintong.com. I usually record the knowledge gained in the process of learning computers, as well as my daily tossing experience. Everyone is welcome to visit. I will write a note here to record the problems I encountered when writing STL source code. […]

Java file and folder encryption and decryption

Article directory File encryption and decryption encrypt documents File decryption Folder encryption and decryption Encrypt files Decrypt files File encryption and decryption Encryption and decryption using AES algorithm AEC is the abbreviation of Advanced Encryption Standard. It is a symmetric key encryption algorithm commonly used for data encryption and privacy protection. package com.sin.utils; import javax.crypto.*; […]

Publish the C# console program to run on the Linux server – effectively solve A fatal error occurred. The folder [/usr/share/dotnet/host/fxr] does not

Table of Contents Starting point: The console program written in C# contains the function of subscribing to device-side data and storing the data to the local computer. However, the local computer sometimes shuts down. How to deploy the program to run on the server side and save the data for a long time? 1. C# […]

Python code todo comments, folder naming conventions, and bit operation principles

Table of Contents Summary and supplement of day08 knowledge points 1. Knowledge summary 1.1 Name 1.2 Notes 1.3 todo 1.4 Conditional nesting 1.5 Simple logic is dealt with first 1.6 Loop 1.7 Variables and values 2. Knowledge supplement 2.1 pass 2.2 is comparison 2.3 Bit operations 3. Stage summary (mind map version) Summary and supplement […]

Use a class loader or class object to read the file (the reference path is the folder after compilation, out or target folder)

The following content is summarized by me using Maven project, so it will be different from the project directory of ordinary projects. Relative path: The root directory of the project to start the search. (But when we are actually developing, the more files we read are not placed directly in the folder in our project, […]

Reference folding, universal reference, rvalue reference, move, perfect forwarding

Hello everyone, my name is Xu Jintong, and my personal blog address is www.xujintong.com. I usually record the knowledge gained in the process of learning computers, as well as the daily tossing experience. Everyone is welcome to visit. I will write a note here to record the problems I encountered when writing STL source code. […]