Restore MySQL data to data before the table was deleted by mistake

1. Demonstration environment description: System CentOS Linux release 7.2.1511 (Core) X_86 64-bit minimal installationThe mysql version is the official binary version 5.7.22-22. mysql is a binary installation. Open two mysql instances on a single machine, open the timer event_scheduler=ON for the mysql instances, and open Gtid for both mysql i ...

Posted by sgs on Sat, 17 Aug 2019 06:14:56 +0200

Spring Boot Micro Framework

Spring Boot Micro Framework Introduction to spring boot Spring Boot is a new framework provided by the Pivotal team, designed to simplify the initial build and development process of Spring applications. The framework uses a specific way to configure, so that developers no longer need to define templ ...

Posted by frog_ on Wed, 07 Aug 2019 03:57:28 +0200

Jenkins small project - Code testing, deployment, rollback, keepalived+haproxy scheduling to tomcat

1. Configure the java environment of two tomcat back-end services separately 1) Prepare jdk8 compression packages [root@tomcat jdk]# pwd /usr/local/src/jdk root@tomcat jdk]# ls jdk-8u211-linux-x64.tar.gz 2) Unzip the jdk package in the current directory and create a soft connection [root@tomcat jdk]# tar xvf jdk-8u211-linux-x64.tar.gz [root@ ...

Posted by Major Tom on Mon, 05 Aug 2019 11:11:31 +0200

Docker Containerized Series

Docker Containerization [External Link Picture Transfer Failure (img-PGrNBYx3-1564835831568) https://github.com/grandhappy/docker/blob/master/images/0.png)] Take nginx+tomcat cluster as an example to illustrate how to build services. The usual way is to download, install, configure and deploy code. Ho ...

Posted by NewPHP_Coder on Sat, 03 Aug 2019 14:47:59 +0200

ab Testing Tool - Server Stress Testing Details

ab pressure testing tool Ab is a tool for testing Apache Hypertext Transfer Protocol (HTTP) servers. Apache comes with ab tools, which can test apache, IIs, tomcat, nginx, web and other servers But ab does not have Jmeter, Loadrunner, such as a variety of scenario design, various graphics reports a ...

Posted by sijis on Wed, 31 Jul 2019 12:08:19 +0200

Simple Installation and Construction of nginx Server under CentOS 7

Simple Installation and Construction of nginx Server under CentOS 7 Memory is better than typing on the keyboard. Mengxin started writing his first blog today. Refer to some other CSDN bosses'articles, record what you have learned, act as an experimental record. The main purpose of the experiment 1. ...

Posted by scrappy1855 on Sat, 27 Jul 2019 13:28:44 +0200

Dynamic and Static Separation Configuration of Nginx

Dynamic and Static Separation of Nginx The reverse agent of nginx, I think you should understand that the front-end nginx agent back-end tomcat, but in dealing with static resources (related pictures, etc.) Tomcat is not dominant. So dynamic and static separation uses location matching of nginx to make the static resources process by themselve ...

Posted by invictive on Sun, 21 Jul 2019 11:10:51 +0200

Building cas server on Mac

cas Official website: https://www.apereo.org/projects/cas cas File: https://apereo.github.io/cas/Older-Versions.html cas Download address: https://github.com/apereo/cas/releases Mac build tomcat https : http://blog.csdn.net/qq_33264648/article/details/63683660 cas server uses https by default, so tomcat implements https first. ...

Posted by BRUm on Mon, 15 Jul 2019 19:58:54 +0200

Solr 6.5 configures Chinese word segmentation IK Analyzer and Pinyin analyr (2)

Previously, Installation and Configuration of Solr 6.5 on Centos6 (I) Installation of Solr 6.5 is introduced in this paper. This article focuses on creating Solr Core and configuring Chinese IKAnalyr word segmentation and Pinyin retrieval. First, create Core: 1. First, in solrhome (see the path and configuration of solrhome) Installation and ...

Posted by rookie on Sat, 13 Jul 2019 21:03:06 +0200

javaee file upload and download operations

File upload and download are often used in R&D. Here I will summarize the steps of file upload and download. 1: Create a new web project and import two jia packages.If you don't have jar packages, please download them online. 2: Write forms on the web interface Contains file file file fields The form must be submitted as a post ...

Posted by dmrn on Thu, 04 Jul 2019 03:01:48 +0200