Convenient Banner: A General Advertising Board Control

First of all, let me declare that this is a tripartite control. I just want to introduce its usage here. Of course, you might say it's not a rotation chart. It's also necessary to use a third party. It's really a vegetable bee. Yes, I am a vegetable bee. But why do we have to make wheels by ourselves? There are many unavoidable prob ...

Posted by thom2002 on Sat, 25 May 2019 11:38:46 -0700

Simple implementation of RecyclerView sideslip deletion menu, simple and clear, strong portability

I. Preface There are many on-line implementation of this demand, but too many fancy functions are not used, and their own project needs are not suitable for use, but it is too difficult to change the source code, they wrote a. Two. Steps Rewrite either recyclerview or item. I choose to rewrite item here. 2.1 Implementing item l ...

Posted by zplits on Sat, 18 May 2019 18:47:20 -0700

Android studio automatically generates apk s with system privileges

Using Android source directory as the root directory in Linux environment Generate temporary file platformpem Generating a platformp12 file in a directory should essentially be a digital certificate Generating eclipse and AS both recognize platformjks Configure gradleapp Reference link 1 In Linux environment, take Android source dir ...

Posted by kotun on Thu, 16 May 2019 11:35:38 -0700

Flink reality: Statistics website PV, UV

Flink reality: Statistics website PV, UV PV,UV PV (Page View): Page clicks UV (User View): Number of visits by independent users Assume the requirements are as follows, every minute interval, count the last 5 minutes of UV, PV.It is easy to imagine that the correct results can be obtained from the count and count distinct of the database.Tra ...

Posted by jlr2k8 on Thu, 16 May 2019 01:57:37 -0700

Java Content Carding (17) API Learning (5) Files

1. The Construction Method of File Class (1) The role of File classes Representing a file or directory with an object of the File class (2)File(String path) Create a File object by specifying the path of a file or directory Path: It can be either a relative path or an absolute path. For example: File noteFile = new Fil ...

Posted by manimoor on Sat, 11 May 2019 05:03:17 -0700

Use Eclipse to develop and debug Web Builder projects

Use Eclipse to develop and debug Web Builder projects Download and install the Groovy plug-in: Download address: Groovy-Eclipse Download and install the Tomcat plug-in: Download address: Tomca-Eclipse Open Eclipse and configure the Tomcat plug-in as shown below: Create a new Java Project project Name it WB8 and add Groovy support in the righ ...

Posted by a-scripts.com on Sat, 11 May 2019 02:15:14 -0700

A little bit of technology a week, I know where you are!

First of all, this series of blogs is basically aimed at some newcomers or amateurs who have some interest in Android development, so it will be more detailed about the use but more general about some basic principles. This Android project is built in eclipse, so you need to configure the Android development environment, which ...

Posted by Fahid on Fri, 10 May 2019 02:32:38 -0700

Note a jar package conflict that caused the project to fail to start [java.lang.NoSuchMethodError:javax.servlet.ServletContext]

Ever since I figured it out Under idea, Jetty uses the main method to start the web project After that, I was ready to start other web projects with jetty. Unfortunately, the first project encountered problems. Here is a record of the whole process of investigation and treatment. 1. Abnormal occurrence Project press Under idea, Jetty uses the m ...

Posted by wystan on Tue, 23 Apr 2019 13:30:34 -0700

Android Advanced Components - Tab

Tab is one of the most popular Android advanced components, which can save pages, such as our commonly used qq interface, contacts, messages and other function options pages are actually in an activity, switching them does not lead to page refreshment; moreover, the phone functions of mobile phones include contacts, unanswered calls, answered c ...

Posted by Naoa on Tue, 09 Apr 2019 13:09:31 -0700

Configure AspectJ environment in Android Studio with simple use.

Configure AspectJ environment in Android Studio with simple use. Use scenarios: In Android development, we often achieve the following business functions, such as: in a module of app, we need to count the user's use or stay in the module. If we use the idea of OOP to achieve, Created with Rapha l 2.1.0 Start Time Business Code End Time ...

Posted by sandingmachine on Tue, 02 Apr 2019 16:33:30 -0700