Recycler View of Android Learning

Summary RecyclerView, which provides a plug-in experience, highly decoupled, exceptionally flexible, achieves various effects by setting up its different Layout Manager, ItemDecoration, and ItemAnimator To control its display, use Layout Manager, the layout manager To control the interval between Items (plottable), use ItemDecoration To con ...

Added by scott212 on Sat, 08 Jun 2019 23:03:19 +0300

Integrated Log Management for SpringBoot Development Cases

Every morning we get up and a new day starts.We can choose to drive today, or we can choose to drive us today.When we actively design today, then we can define the criteria for success and win in today's game, but if we go through today passively, we may regret today by ourselves tomorrow. Summary Reference documents: Logging By the way, it's ...

Added by chitta_pk on Sat, 08 Jun 2019 21:55:51 +0300

Four Component Learning Paths

Learning Records of Four Android Components I used to memorize the contents of the four components for interviews. In fact, in project development, except for activities, they are seldom used. Even if they are used, they are just a copy of Du Niang. Now suddenly realize that I do not understand very much, I feel that I can no longer under ...

Added by Virtuali on Sat, 08 Jun 2019 02:35:13 +0300

Analysis of SpringIoC Source Execution Process

This article is a summary of my study of spring IoC when analyzing its source code. Its purpose is not to fully understand the source code information. But according to how spring IoC container initializes the instance from xml file to bean, a process is sorted out. I hope it can be helpful for you to understand the source code. Not much. Let's ...

Added by ernielou on Sat, 08 Jun 2019 01:59:11 +0300

Form form submitted by Html appears Chinese scramble code in jsp

Form form submission has two methods: get and post. When submitting to jsp, the way to deal with Chinese scrambling is different. 1. Handling post method to submit Chinese scrambling code When submitting by post method, there is really no special method, just pay attention to the coding format of html pages and jsp pages. It can be G ...

Added by Cardale on Fri, 07 Jun 2019 22:22:33 +0300

app Request Server Data Method 1-HttpUrlConnection

1. Instantiating URL objects The first step is to instantiate a URL object and pass in the address whose parameter is the requested data. URL url = new URL("http://www.imooc.com/api/teacher?type=3&cid=1"); 2. Get the HttpURLConnection object Calling the open Connection method of the URL object returns a URLConnection object, and the URLConn ...

Added by waltonia on Fri, 07 Jun 2019 22:17:17 +0300

Huawei Bottom Virtual Navigation Bar Blocking Layout

Question: When implementing the ViewPager+Fragment interface, Huawei's mobile phones with Android 5.0 or more appear with the bottom virtual navigation bar blocking the layout. As shown in the following figure: After the problem has been solved: attempt When looking up solutions on the Internet, there are mainly two kinds: 1. Th ...

Added by trailerparkboy on Fri, 07 Jun 2019 03:22:45 +0300

CentOS 7 Installation of KVM Virtual Machine

Detailed process of installing KVM in command line mode based on entOS Linux release 7.2.1511 (Core). https://github.com/jaywcjlove/handbook Detecting whether KVM is supported KVM is a virtual machine software based on x86 virtualization extension technology (Intel VT or AMD-V), so if you look at whether the CPU supports VT technology, you c ...

Added by day_tripperz on Fri, 07 Jun 2019 01:47:09 +0300

Consideration of Multi-State View Framework

In the project, we can encounter different situations, such as no-load view, load view, error view and so on. In these cases, there is also the problem of setting the position of multi-state view. All in all, it's a rather troublesome problem. In this question, let's look at what a multi-state view framework needs or how to build a multi-st ...

Added by flash-genie on Wed, 05 Jun 2019 22:15:25 +0300

mysql distributed cluster deployment scheme

Distributed MySql Deployment Scheme Solution System Environment mysql master-slave backup MyCat Middleware Build haproxy load agent keepalived for single point failure mycat-eye monitoring web Overall structure of experimental environment supplement Solution describe 1. Start mysql master-slave backup 2. Scheduling and routing using ...

Added by iman121 on Tue, 04 Jun 2019 06:05:31 +0300