Apache server Overview - Installation - setting up the environment before setting up the Web site server

Apache server Overview - Installation Apache server Overview - Installation WEB server, also known as WWW(WORLD WIDE WEB) server, is mainly used to provide online information browsing Service. Common web servers: httpd(Apache),nginx+PHP Tomcat: jsp + html win:IIS Client: IE, firefox, chrome, mobile (Browser) Browser Today's protagonist: L ...

Added by eriksmoen on Wed, 05 Jan 2022 07:50:09 +0200

Thoroughly understand the drawing process of Android View

preface To become an excellent Android Developer, you need a complete Knowledge system , here, let's grow up as we think~ As we all know, PhoneWindow is the most basic window system in the Android system, and each Activity will create one. At the same time, PhoneWindow is also an interface for interaction between Activity and View systems. De ...

Added by Northern Flame on Mon, 03 Jan 2022 17:47:41 +0200

How is the drop-down component implemented in the development of marriage app

preface Spinner is a drop-down selection component, which is sometimes used in the development of love and marriage app. The system's own spinner is very convenient to use. First, define an array (strings.xml), as follows: <array name="grade"> <item>first grade</item> <item>second grade</item> <ite ...

Added by p0pb0b on Thu, 30 Dec 2021 13:13:00 +0200

Detailed explanation of the most complete use of ConstraintLayout in history

prefaceConstraintLayout is a layout that uses "relative positioning" to flexibly determine the location and size of widgets. It was launched in Google I/O in 2016. Its emergence is to solve the problem of too complex page hierarchy nesting in development - too deep hierarchy will increase the time required to draw the interface and ...

Added by Anidazen on Wed, 29 Dec 2021 12:40:13 +0200

Index file of Lucene in Solr source code analysis (12)

2021SC@SDUSC 1. Store domain data files (. fdt and. fdx) Solr4. The format of fdt and fdx used in 8.0 is Lucene 4.0 1. In order to improve the compression ratio, StoredFieldsFormat compresses documents in 16KB units. The compression algorithm used is LZ4. Because it focuses more on speed than compression ratio, it can compress and decompress ...

Added by segwaypirate on Mon, 27 Dec 2021 16:06:07 +0200

Database connection pool

Database connection pool DBCP data source DBCP is the abbreviation of DataBase Connection Pool. It is an open source connection pool implementation under Apache organization. It is also a connection pool component used by Tomcat server. When using DBCP data source alone, it needs to be in the application Import two JAR packages from the. The de ...

Added by prasitc2005 on Mon, 27 Dec 2021 13:34:07 +0200

Mybatis connection pool and transaction control

1 Mybatis connection pool In Mybatis's sqlmapconfig XML configuration file to configure the connection pool in Mybatis Generally, POOLED data source is used The data source configuration is in sqlmapconfig In the XML file, the specific configuration is as follows: <!-- Configure data source (connection pool) information --> <dataSo ...

Added by FloridaNutz on Mon, 27 Dec 2021 12:20:22 +0200

Detailed records of Apache Druid stand-alone environment construction and basic use

Apache Druid Apache Druid is a real-time analytical database designed for rapid query analysis ("OLAP" queries) on large data sets. Druid is most often used as a database to support application scenarios of real-time ingestion, high-performance query and high stable operation. At the same time, Druid is also usually used to he ...

Added by Brandon Jaeger on Sat, 25 Dec 2021 15:34:58 +0200

(new on 2022) Android serial port, one article is enough

If you don't want to write it yourself, you can use it directly Serial port finished product library 1, Google official demo Note that the files in the directory are mainly divided into three Android blocks in the figure_ serialport_ api,libs,jni After referring to google's project, we began to write it into our project. 2, Install and do ...

Added by tipjones on Thu, 23 Dec 2021 16:12:49 +0200

[alicloud image] install and compile the Apache environment

1, Reference link 🎨 Alibaba open source mirror - OPSX mirror - Alibaba cloud developer community (aliyun.com) apache image - apache download address - apache installation tutorial - Alibaba open source image station (aliyun.com) Apache (Web server software) Baidu Encyclopedia (baidu.com) Compile and install_ Apache Chinese documentatio ...

Added by neoson on Thu, 23 Dec 2021 06:56:36 +0200