Building Blog Based on Al egg Framework: Editing Articles

Related articles Blog Building Based on Al egg Framework (1) - Development PreparationsBuilding Blog Based on Al egg Framework (2) - Hello WorldBuilding Blog Based on Al egg Framework (3) - Registration and LoginBlog Building Based on Al egg Framework (4) - Privilege ControlBuilding Blog Based on Al egg Framework (5) - Top Navigation BarBuildin ...

Posted by synted on Mon, 14 Oct 2019 00:11:37 -0700

Zero-intrusive distributed link log minbox-logging uses document v1.0

MinBox Logging MinBox Logging is a distributed, zero-intrusion link log analysis framework, which supports configuration and use under Spring Cloud micro-service architecture. It encapsulates RestTemplate and OpenFeign to transmit link information. Zero invasive MinBox Logging does not need to use annotation configuration to collect link logs, ...

Posted by Syntax on Sun, 13 Oct 2019 20:59:20 -0700

MySQL database master-slave synchronization process

Following up the following article: Backup database for introduction to MySQL database Installation environment instructions System environment: [root@~]# cat /etc/redhat-release CentOS release 6.5 (Final) [root@~]# uname -r 2.6.32-431.el6.x86_64 Database: Because it is a simulated environment, the master and slave libraries are on the same se ...

Posted by likethegoddess on Sun, 13 Oct 2019 20:22:25 -0700

Starting Spring: Using Spring JDBC to manipulate databases

In previous blogs in this series, we have never explained how to operate databases, but in practical work, almost all systems are inseparable from data persistence, so it is very important to master how to operate databases. There are many ways to operate databases in Spring. We can use JDBC, Hibernate, MyBatis or other data persistence framewo ...

Posted by kippi on Sun, 13 Oct 2019 18:45:33 -0700

JDBC Realm of Apache shiro's built-in Realm

Realm Profile: Again, data domains, Shiro, and connectors for secure data are like jdbc connecting to databases; getting information about authentication and authorization through realm realm effect: Shiro retrieves security data from Realm The default home realm: idae looks at realm inheritance relationships with default implementations a ...

Posted by Gappa on Sun, 13 Oct 2019 11:11:33 -0700

Installation of MySQL 5.7 in yum mode under CentOS 7 environment

This blog is mainly extracted from the Internet, make a record, if there is the same demand in the future, you can directly turn over your own records. Thank you to the two great gods: https://www.cnblogs.com/luohanguo/p/9045391.html https://www.cnblogs.com/debmzhang/p/5013540.html   Installation steps 1. Download the rpm package of MySQL ...

Posted by BinaryDragon on Sat, 12 Oct 2019 09:05:36 -0700

Why can't the attribute binding label of v-if always be bound when the background data is displayed in vue-for?

Why can't the attribute binding label of v-if always be bound when the background data is displayed in vue-for? Servlet gets data from MySQL private void showComment(HttpServletRequest request, HttpServletResponse response) throws Exception { session = request.getSession(); //Get the ...

Posted by daveoliveruk on Sat, 12 Oct 2019 07:42:47 -0700

Hadoop environment deployment document

I. Deployment environment Local IP: 192.168.0.222 System: CentOS Linux release 7.6.1810 (Core) Kernel: 3.10.0-957.el7.x86_64 II. Installation of docker-ce yum install -y yum-utils device-mapper-persistent-data lvm2 && yum-config-manager --add-repo https://download.docker.com/linux/centos/doc ...

Posted by wannasub on Fri, 11 Oct 2019 12:32:49 -0700

MySQL does not open slave how to complete remote replication

1. Loading data in batches through remote binlog New business needs, online database data pulled to this time, but slave service is not allowed to open, database account of direct external network is not established, and the network of database external network can not be connected, so our test enviro ...

Posted by hwmetzger on Fri, 11 Oct 2019 08:05:50 -0700

Springboot + Mysql8 Realizes Read-Write Separation

In the actual production environment, in order to ensure the stability of the database, we usually configure the dual hot standby mechanism for the database. In this way, slave database can be switched to master database immediately after the master database crashes. Data can be synchronized from master database to slave database by master-slav ...

Posted by teamatomic on Fri, 11 Oct 2019 01:05:40 -0700