MySQL database in Linux practice -- master-slave replication

MySQL high availability scheme Low read and write concurrency and low data volume scheme Scheme I: dual computer high availability scheme (1) Database schema (2) Features One machine A is used as the read-write library, the other B is used as the backup library; Library B is used as the read-write ...

Added by GrayFox12 on Sat, 07 Mar 2020 09:04:50 +0200

[quick review] use of fs module in Node.js

JavaScript does not have the ability to operate files, but node can do it. Node provides the operating file system module, which is a very important and high-frequency module used in node and an absolutely necessary module system. fs module provides a lot of interfaces. Here we mainly talk about some c ...

Added by Davo on Thu, 05 Mar 2020 10:58:03 +0200

Spring boot picture and text tutorial 10 - template export | million data Excel export | picture export | easypoi "

If there is the concept of flying in the sky, there must be the realization of landing -Ten times of concept is not as good as one time of code. Friend, I hope you can type all the code cases in this article -Praise before you see, form a habit Spring boot text tutorial series article directory ...

Added by Angry Coder on Thu, 05 Mar 2020 08:27:29 +0200

Spring boot picture and text tutorial 10 - template export | million data Excel export | picture export | easypoi "

If there is the concept of flying in the sky, there must be the realization of landing Ten times of concept is not as good as one time of code. Friend, I hope you can type all the code cases in this article Praise before you see, form a habit Spring boot text tutorial series article directory Spring boot picture and text tutorial 1 &q ...

Added by alivec on Thu, 05 Mar 2020 08:18:26 +0200

6.SQL injection and bypass

Article directory 1, GET request blind annotation 1. Introduction to blind note Introduction to blind notes Types of blindness 2.GET blind injection based on time Principle overview Determine whether there is injection point Judge database length Judge database name 3.GET blind annotation based ...

Added by GuiltyGear on Thu, 05 Mar 2020 07:06:47 +0200

Summary of iOS Caton monitoring scheme

After sorting out the schemes of Caton monitoring in iOS, if you don't understand the principle of Caton, you can read this article iOS's skill of keeping the interface smooth , well written. FPS FPS (Frames Per Second) is a definition in the image field, which represents the number of rendered fra ...

Added by sx on Thu, 05 Mar 2020 06:14:00 +0200

High salary test required: 3 steps to teach testers to crack sub query

Testers often check whether the data in the database is correct due to work reasons. At this time, they need to frequently use multi table queries. In multi table query, inner join is the most widely used, followed by sub query. Why are subqueries widely used in work? The reason is that subqueries ...

Added by j152 on Wed, 04 Mar 2020 10:41:09 +0200

Java docking wechat login

Today we are going to log in to the wechat open platform First, link to the document: https://developers.weixin.qq.com/doc/oplatform/Website_App/WeChat_Login/Wechat_Login.html 1. After the third party initiates the wechat authorization login request, and the wechat user allows to authorize the third party application, wechat will pull up the a ...

Added by OLG on Wed, 04 Mar 2020 06:47:54 +0200

1. Start from zero

Introduction to jOOQ jOOQ Is an ORM framework that allows you to quickly build secure SQL statements with type constraints using Java code and a smooth API jOOQ allows us to focus on business logic, while the basic interaction between Java and SQL can be handled by jOQ.jOOQ generally supports many ...

Added by dey.souvik007 on Wed, 04 Mar 2020 03:14:29 +0200

Python reptile battle - crawling historical weather data

Recently, the project needs to crawl the historical weather data of Hefei City, analyze several weather data websites, and finally select Weather post website . discuss the problems encountered in the implementation process for future reference. Step analysis Here, I use the requests library beautiful ...

Added by modcar on Tue, 03 Mar 2020 12:04:54 +0200