My architecture dream: details of Tomcat server core configuration

Tomcat server core configuration details 1, Main label structure 2, Server label 3, Service tag 4, Executor label 5, Connector label 6, Engine tag 7, Host label 8, Context label be careful: Tomcat is the configuration of the server, mainly conf/server.xml File configuration; server.xml It cont ...

Posted by kelvin on Wed, 24 Jun 2020 23:47:05 -0700

C-crawler preliminary -- picture downloader

The implementation of a simple crawler mainly includes two aspects: obtaining the HTML text of the specified web page; parsing the HTML text obtained in the previous step to obtain the required information, for the picture downloader, it is to parse the path of each picture on the network from the HTML ...

Posted by EOS on Wed, 24 Jun 2020 22:06:26 -0700

Supplement animation of android animation

Mending animation Animation classification Mending animation Animation classification rules translate animation scale animation rotate animation Transparency animation alpha Animation combination set Code address Animation classification Mending animation There are four operations: Pan, zoo ...

Posted by davitz38 on Wed, 24 Jun 2020 20:37:31 -0700

Chapter 5 - Spring of Architecture Volume 3-spiel

Article catalog 1, Evaluation 1. EvaluationContext 2. Configuration 2, Use 1. Based on XML 2. Based on annotation 3, Grammar 1. Text 2. Property, array, set 3. In line List 4. In line Maps 5. Array constructor 6. Method 7. Operator 8. Type 9. Constructor 10. Variables 11. Functions 12. Bean refe ...

Posted by intercampus on Wed, 24 Jun 2020 19:19:55 -0700

Spring - third day of study (IOC at the core of Spring)

Spring Day 3 Introduction to AOP What is AOP? The Role and Advantage of AOP Effect advantage Introducing learning cases - adding transaction support to the business tier Terminology related to AOP Joinpoint Pointcut (entry point) Advice (Notification/Enhancement) Introduction (Introduction) Targe ...

Posted by dominod on Wed, 24 Jun 2020 19:09:26 -0700

Quick start distributed structure based on maven parent-child project

1. Preparation: Install idea, configure jdk,tomcat, maven, MySQL and other environments. In this case, JDK1.8, Tomcat 8.0, maven 3.6.0, idea2018, mysql5.6 and sqlyog are used 2. Introduction to the case: The integration of parent-child modules of ssm is built from scratch. This case is based on the ...

Posted by spaceknop on Tue, 23 Jun 2020 22:25:55 -0700

mycat configuration fragment

Machine information Machine IP Installation services Exposed port 192.168.177.128 mycat service External exposure port 8066 192.168.177.131 mysql1 External exposure port 3306 192.168.177.132 mysql2 External exposure port 3306 1. Install mycat 1.1 download the installation package (it is r ...

Posted by ganesh129 on Tue, 23 Jun 2020 22:20:45 -0700

Sorting out some data of navigation bar of Android O/P

Height adjustment of NavigationBar I haven't seen how the Navigationbar was created before. I always think it's just a layout layout of the system UI Emmm. I admit defeat ~ ha ha ha, then I want to change his height these two days. The change of O version of Quanzhi A50 is very simple framework/base/c ...

Posted by DrTrans on Tue, 23 Jun 2020 20:34:09 -0700

JavaWeb-6, filter, listener

JavaWeb-6, filter, listener 1. Filter Is there such a pain when we write servlets? Every time, we need to set the page code at the beginning of the servlet. If there are fewer servlets in the project, it's OK. But if there are dozens or even hundreds of servlets in the project, it's a bit hard. At t ...

Posted by roygbiv on Tue, 23 Jun 2020 00:42:56 -0700

Reading notes on the way of code neatness

Why keep your code clean? Tall: Software quality is not only dependent on architecture and project management, but also closely related to code quality, which is directly proportional to its cleanliness. Software quality < = > code quality < = > cleanliness. If software is compared to a g ...

Posted by falcons on Tue, 23 Jun 2020 00:13:29 -0700