Getting started with Nginx (not involving installation)

Getting started with Nginx (not involving installation) Installation, please see: not written yet 1. What is nginx Lightweight web server software ps: don't worry about a bunch of messy prefixes. Don't worry about a bunch of extensions that can't be used now and may not be used in the future. WUTF-8...

Posted by wmhop on Mon, 20 Sep 2021 11:15:21 +0530

Preparation before vim becomes IDE

Environment required before configuring nvim IDE: gitpython3nvim+pynvimnode.jsrangerunzip For the installation methods of different distributions, this article can be used as a help manual. Just find the part you need. CentOS7 Automatic installation script Because I use CentOS7 most, I directlyUTF-8...

Posted by RobMs on Sat, 25 Sep 2021 04:26:50 +0530

POI operation, Excel import and export, template printing, tool encapsulation, million data OOM solution

1, Excel and POI overview At present, excel in the world is divided into two major versions, Excel 2003 and Excel 2007 Distinguishing pointsExcel2003Excel2007suffixxlsxlsxstructureBinary format, whose core structure is the structure of composite document typeXML type structureSingle sheet dataUTF-8...

Posted by rndilger on Mon, 18 Oct 2021 05:24:15 +0530

Using matplotlib to draw a beautiful multi subgraph experimental result analysis diagram

Using matplotlib to draw a beautiful multi subgraph experimental result analysis diagram this paper mainly summarizes my recent scientific research experience. When I finally wrote the experimental analysis of the paper, I was asked by my tutor to draw a 2 * 8 16 subgraph hyperparametric analysUTF-8...

Posted by dardsemail on Wed, 27 Oct 2021 09:39:51 +0530

MyBatis reverse engineering Generator and IDE Plugin

reverse engineering mybatis reverse engineering is used to automatically generate entity classes, mapping files, and interfaces according to the table structure in the database. Contrary to hibernate's automatic table creation. jar packages required for reverse engineering: mybatis-3.2.3.jarmybUTF-8...

Posted by Alzir on Thu, 28 Oct 2021 16:02:37 +0530

Introduction to PlantUML drawing software

In my daily work, I often encounter the need to draw sequence diagram and flow chart. When the requirements are not high, we can choose tools such as ProcessOn and Xmind to draw, but sometimes it may be more efficient to draw with code. After all, there is nothing more familiar with code than pUTF-8...

Posted by supposedlysupposed on Fri, 29 Oct 2021 22:37:25 +0530

Learn java from scratch and learn records

java learning from scratch, daily learning notes. Day 1 ~~ java learning starts with jdk: Since oracle download requires login, you can download it here Classic java8 Click to send (it is recommended not to change the default download location. If you change the address, you will suffer a loUTF-8...

Posted by anler on Thu, 04 Nov 2021 21:09:23 +0530

The SpringBoot project is deployed to the docker environment

idea manual deployment 1. Create a springboot project 1.1 POM.xml

Posted by broann on Sat, 06 Nov 2021 10:56:09 +0530

Dynamic memory error detection sharp tool ASan

ASan, Address Sanitizer, is a dynamic memory error detector for c/c++ programs. It consists of a compiler detection module (LLVM pass) and a runtime library that replaces malloc functions. It is better than Valgrind in performance and memory error detection. You deserve it. 1. Suitable PlatformUTF-8...

Posted by abo28 on Sun, 07 Nov 2021 04:45:09 +0530

Calculation of ring ratio and N kinds of posture year-on-year

When doing data analysis, we often hear the concepts of year-on-year and month on month. When publishing statistical data, enterprises and organizations usually like to compare the previous historical data with the year-on-year and month on month data to illustrate the changes of the data. For UTF-8...

Posted by joe__ on Wed, 09 Mar 2022 10:22:51 +0530