Efficient use of Recycler View with BRVAH

Learning objectives Familiar with BRVAH for adapter requirements Summary BRVAH It's a great open source project on Github. Its main function is to help us use Recyclerview control more efficiently and to deal with the Adapter of common requirements in the project. It's very convenient to use. More introduction can be given. BRVAH of ...

Added by stolzyboy on Thu, 27 Jun 2019 02:11:12 +0300

Learn Notes Eclipse Struts2 - Create a web Project

Article Summary1. How to create a Struts 2 Web application2. Configure struts 2 jar3. Add Struts 2 Servlet Filter4. Configure struts.xml, configure URL s, java classes, etc.5. Build and run English Literature Please click here~ 1. Prerequisites Struts 2 requires Servlet API version 2.4 or higher, JSP 2.0 or higher, and Java 7 or higher. 2. Cre ...

Added by hiprakhar on Wed, 12 Jun 2019 20:39:06 +0300

Gradle builds dependency configuration instructions

First issue of this article: http://yuweiguocn.github.io/ This article introduces Gradle build dependency configuration instructions in Android Studio and how to view dependency trees. Baidi Xiajiang LingAmong the clouds of Emperor Bai, Qianli Jiangling returned one day.The boat passed thousands of mountains with apes shouting without endless.- ...

Added by lordrain11 on Tue, 11 Jun 2019 00:02:15 +0300

Maven Building Multi-Module Engineering

Unless it is a simple project, most of the Maven projects encountered in practical work are multi-module. Each project module can be developed independently, and some of them may use the functions of other modules. How to use Maven to build a multi-module project? Maven provides a way of inheritance and aggregation to build multi-module enginee ...

Added by little_tris on Sun, 02 Jun 2019 20:57:24 +0300

Installation and configuration of jenkins

1. Installation and configuration of Jenkins tools: In this blog, I will mainly explain the following knowledge points and practical experience for your reference: Installation and configuration of Jenkins: _2. Jenkins Slave node configuration: _3. Create a maven project: Configuration code checks sonar: _5. Jenkins Pipeline configuration: 6. ...

Added by WakeAngel on Tue, 28 May 2019 00:25:20 +0300

Construction of Ali Cloud Server Deployment Environment

We are in the age of cloud, system operation and maintenance is simpler and more direct than any other era. Record your recent steps in deploying the Aliyun server environment and share them with you. Make a record of yourself. OS information: Linux version 2.6.32-696.3.2.el6.x86_64 (mockbuild@c1bl.rdu2.centos.org) (gcc version 4.4.7 201 ...

Added by mikefn on Sun, 26 May 2019 01:54:03 +0300

31 storm Word Count

Previous A brief look at storm , mainly briefly explained the cluster architecture, core concepts, parallelism, stream grouping of storm. This article uses storm combined with code to count words, and explains how to understand introductory storm from the code level. Open code directly Word count simple implementation logic: Construct a Spout ...

Added by saeed42 on Fri, 24 May 2019 19:38:14 +0300

Overview of Java Dynamic Agents

1. What is an agent? The classical meaning is sales agent, which, on the basis of signing a contract, sells certain products or all products for the principal (manufacturer), and has full authority over the price, terms and other transaction conditions.When we buy products from a sales agent, we usually don't know who the client (manufacturer) ...

Added by waynem801 on Thu, 23 May 2019 20:08:53 +0300

Java Crawler Series II: Using HttpClient to Crawl HTML Pages

If a crawler wants to crawl the required information, the first step is to grab the html content of the page, and then analyze the html to get the desired content. Last essay< Java Crawler Series 1: Write Before Starting > It is mentioned that HttpClient can crawl page content. Today, let's introduce the tool for grabbing html content: H ...

Added by creativodev on Thu, 23 May 2019 01:51:04 +0300

Building Spring Security Application with Maven

1. overview This article explains how to use Maven to build Spring Security applications. Specific use cases using Spring Security dependencies will be discussed. The latest version of Spring Security can be found on Maven Central. This is a follow-up to the previous Spring and Maven articles, so for non-secure Sp ...

Added by kagedwebdesign on Sun, 19 May 2019 23:52:35 +0300