Recent Posts
-
Maven introduces the local jar package and packs it into the war package
1. General In normal development, some jar packages are not included in Maven's central warehouse for various reasons,…… -
Example of linear time selection operation based on divide and conquer algorithm in Java
This paper describes the linear time selection operation implemented by Java based on divide and conquer algorithm. Sh…… -
Servlet gets the method that the parameters in the Ajax post request are transmitted in the form of form data and request payload
This paper describes the method of servlet obtaining the parameters in Ajax post request and transmitting them in the …… -
Simple verification code generation java version
We all know the verification code. I don't need to say more about its role. If it is not clear, please refer to the ex…… -
Detailed explanation of the front and rear end separation and consolidation scheme of spring boot + Vue
The combination of springboot and Vue mainly includes the following two schemes on the network: 1. [not recommended] t…… -
Detailed explanation of spring boot Linux startup mode
Foreground start Background start Difference: the foreground starts Ctrl + C to close the program, while the backgroun…… -
Detailed explanation of generic instances in Java
I. Introduction: In Java se 1 5. Before that, in the absence of generics, the "arbitrary" of parameters was realized b…… -
Android hover button click to return to the top floatingactionbutton
Let's take a look at the effect of clicking the Android hover button back to the top: Floatingactionbutton is a contro…… -
Multithreaded timer task implemented in Java
In Java, timer is a tool class in the Java. Util package, which provides the function of timer. We can create a Timer …… -
Android enables wechat to share web pages with thumbnails
preface Recently made a web app, which needs wechat sharing. The requirement is to share web pages with pictures, and …… -
Android uses viewflipper and gestruedetector to realize the sliding screen effect
This article illustrates how Android uses viewflipper and gestruedetector to achieve sliding screen effect. Share with…… -
Detailed setting and example code of Android listview scroll bar
Detailed explanation of Android listview scroll bar settings 1. Properties of scroll bar Sets whether the horizontal s…… -
Android recyclerview enables pull-down refresh and pull-up loading. More
The official refresh control swiperefreshlayout is used to realize the pull-down refresh. When the recyclerview slides…… -
Detailed explanation and examples of how to obtain exception information when crashing in Android
How to get exception information when crashing in Android preface: As we all know, Android applications will inevitabl…… -
Android ImageView implements image clipping and display functions
First, set the button and an ImageView in the layout Write code on activity The method of implementing onclicklistener…… -
Android enables WebView to click on pictures to view large picture list and save pictures
In the daily development process, sometimes you need to embed web pages in the app. At this time, WebView is used to a…… -
Android image processing turns the image into a circle
In the past few days, some pictures need circular pictures, so Baidu found an open source project on GitHub. The proce…… -
Detailed introduction to underlying analysis of Android intent data transmission
Detailed introduction to underlying analysis of Android intent data transmission We know that during activity switchin…… -
Detailed explanation of Android recyclerview grid layout (supporting multiple split lines) (2)
Part I detailed explanation of Android recyclerview (1) - linear layout The usage of recyclerview is recorded, and the…… -
Android custom personalized dialog example
This article describes an example of Android custom personalized dialog. Share with you for your reference, as follows…… -
Detailed explanation of five methods of realizing timer in Android
1、 Timer Timer is a class for Android to directly start timers. TimerTask is a sub thread, which is convenient to han…… -
Android programming implements the method of starting another program in one program
This example describes the method of Android programming to start another program in one program. Share with you for y…… -
Example of the effect of Android folding recyclerview
Recyclerview has a high degree of freedom. It can be said that it can't be done only when you can't think of it. The m…… -
Android open source androidsidemenu realizes drawer and side sliding menu
Android sidemenu makes it easy to create sideslip menus. It should be noted that the project itself does not provide a…… -
Android imitation meituan.com and public comment purchase box suspension effect modified version
I wrote an article about the purchase box effect of meituan.com and public comments. Android monitors Scrollview to re…… -
Android EditText keyword Batch Search Example
Today, a special EditText is used in the project. When users input content in EditText and click the search button, th…… -
Detailed explanation of the method of Android programming to realize the alarm clock
This paper describes the method of Android programming to realize the alarm clock. Share with you for your reference, …… -
Android uses item swipemenulistview to realize the function of imitating QQ sideslip deletion
Everyone has used QQ. Someone must be curious about how to realize the effect of QQ sliding to delete items. In fact, …… -
Code example of Android forced offline function
There are many application scenarios of forced offline. For example, many of our accounts have been robbed and will be…… -
Android ksoap calls WebService to upload multiple pictures in batches
Android ksoap calls WebService to upload multiple pictures in batches I've been developing apps these days. Alas, ever…… -
About Android to achieve a simple wechat circle of friends sharing function
1. First download the jar package shared by wechat, put it in the Lib directory, and add dependencies, Add manifest fi…… -
Android welcome full screen picture explanation and example code
Android welcome full screen picture explanation In fact, the welcome interface is to add a welcome activity before the……