Apache Web page and security optimization -- web page compression

Article directory Preface: 1, Apache Web page optimization 1.1 web page compression 1.1.1 overview of apcahe web page optimization 1.1.2 gzip introduction 1.1.3 Apache compression module 1.1.4 configure web compression function 2, Apache Web compression experiment 2.1 compiling apache manually ...

Added by kujtim on Wed, 22 Jan 2020 11:12:52 +0200

springboot multi data source -- mybatis

Multi database is to use multiple databases in different database instances, or different databases in the same database instance. Start to implement JDBC template multiple data sources: github: https://github.com/fengqing11/datasources-mybatis Complete project structure: Create database: There are tw ...

Added by My220x on Sun, 19 Jan 2020 10:47:51 +0200

The first program of Mybatis written by Mybatis

Written in the front: this note is part of the concept that I organized by following the madness teacher's video self-study. Please refer to Baidu Encyclopedia and official documents System environment: jdk 12 mysql 8.0.17 maven 3.6.2 IDEA What is MyBatis MyBatis an excellent persistence fram ...

Added by Simply Me on Sun, 19 Jan 2020 09:14:16 +0200

Talking about hibernate

This article mainly introduces the Hibernate framework, the concept of ORM and the introduction of hibernate. I believe you will use hibernate after reading it. If you want speed, you will not reach it. If you want speed, you will reach it! 1, Basic concepts hibernate is an ORM framework, which is called object "relative database mappin ...

Added by chaddsuk on Sun, 19 Jan 2020 07:53:08 +0200

Android content provider in 2020

Junior to intermediate 1. What is the content provider? Content Provider is mainly used to realize the function of data sharing between different applications. It provides a complete set of mechanism, which allows one program to access the data in another program, and also ensures the security of the accessed data. Currently, using content pro ...

Added by lady_bug on Fri, 17 Jan 2020 12:51:11 +0200

springboot practice - project building - Part 2 (hot deployment + message queuing)

Catalog Hot deployment: Consolidated message queuing (RabbitMQ) Installing RabbitMQ Hot deployment: Add spring boot devtools to the pom.xml file. <!--Hot deployment dependency--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring- ...

Added by bl00dshooter on Fri, 17 Jan 2020 05:17:05 +0200

Installation and introduction of hadoop

1 big data 1.1 big data concept big data, IT industry term refers to a collection of data that cannot be captured, managed and processed within a certain period of time with conventional software tools, It is a mass, high growth rate and diversified information asset that needs new processing mode t ...

Added by blackbeard on Thu, 16 Jan 2020 17:20:28 +0200

Android Panorama Advertising Access Tutorial

Panorama Advertising Access Tutorial I believe everyone has met the need to add advertising in the app. Most of the way is to add advertising on the open page to attract users to click and jump.There are many advertisements on the market at present. Today we will introduce the simple integrated access ...

Added by gmcalp on Thu, 16 Jan 2020 04:26:49 +0200

Dubbo Getting Started to Actual Warfare

Frontier: Dubbo is a very popular technology in today's popular distributed architecture, allowing days of free time to learn and work on later projects to pave the way for later distributed projects. Introduction to Dubbox Dubbox is a distributed service framework, its predecessor is the Alibaba open source project Dubbo, which is used by dom ...

Added by mepaco on Tue, 14 Jan 2020 19:30:16 +0200

Spring learning notes - Introduction

What is Spring First, Spring is a lightweight inversion of control (IoC) and aspect oriented (AOP) container framework The spring framework is created because of the complexity of software development. Spring uses basic JavaBean s to do things that were previously only possible with EJB s. However, sp ...

Added by Dave2222 on Tue, 14 Jan 2020 06:04:17 +0200