Recent Posts
-
Android imitation Alipay WeChat payment password interface pop-up package dialog
1、 Functional effect 2、 Implementation process 1. First write the XML file: dialog_ keyboard.xml matters needing att…… -
Summary of solutions for maladjustment of Android soft keyboard
Summary of solutions for maladjustment of Android soft keyboard preface: Many developers who write the login interface…… -
Android realizes the function of obtaining contact phone number
This document mainly records a way to obtain the contact's telephone number. 1. Select contact 2. Process selection re…… -
Implementation method of creating and deleting folders and files in Android
This is also relatively simple. Go directly to the code Deleting files is relatively simple, but deleting folders is n…… -
Android custom textview realizes automatic font size adjustment of text content
Recently made contact name display on small screen of address book -- the font becomes smaller when the length exceeds…… -
Simple code for Android download tool
Downloading should be a necessary function of every app. If we don't use a third-party framework, we need to implement…… -
Android implementation of sending SMS verification code countdown function example
1、 Introduction: In the development of functions such as user registration or password retrieval, it is often encount…… -
Detailed explanation and example of Android network HTML source code viewer
Detailed explanation and example of Android network HTML source code viewer Understanding of data transmission of IO b…… -
Android realizes the effect that the top fixed middle part moves up when the pop-up input method is used
preface Recently, I encountered a problem when working on a project. In the feedback, the submit button is written to …… -
Android settings transparent status bar and transparent navigation bar
The Android transparent status bar is only available after 4.4. Add the following lines of code to the code The above …… -
Net. Net in Java sf. The JSON package contains information about the interaction between JSON and objects
Data interaction is indispensable in the process of web development, so it is necessary to specify the relevant format…… -
Notes and interview questions on the use of integer based on Java
Reference of integer object in Java There is no pointer in Java, but there is also the concept of reference. What I wa…… -
Detailed interpretation of abstractstringbuilder class source code
When looking at the source code of StringBuffer and StringBuilder, I found that both inherit abstractstringbuilder, an…… -
Java language to achieve binary heap printing code sharing
Binary heap is a special heap. Binary heap is a complete binary tree (binary tree) or an approximate complete binary t…… -
Spring boot + thymeleaf + bootstrap to realize the background management system interface
Recently, I'm learning spring boot. Learning a framework is nothing more than using it to do what I did before. The co…… -
23 design patterns (13) Java observer pattern
23 design patterns Part 13: Java observer pattern Definition: defines a one to many dependency between objects, so tha…… -
Spring MVC implements a complete instance of MySQL database addition, deletion, modification and query
I just learned the spring MVC framework recently. I feel it is really convenient and reduces a lot of redundant code. …… -
Use the Maven archetype plug-in to build an instance of the Maven project prototype template
Create prototype template 1. Run the commands above archetype: generate in the empty directory. After downloading the …… -
Operation method of integrating mongodb with sprint boot
Mongodb is one of the first popular non relational databases, and it is also widely used. It is generally used for off…… -
Explain in detail how to solve the problem of garbled code from the foreground to the background of SSM framework
Recently, when I was working on an SSM framework project, I always encountered a problem, that is, when the background…… -
Detailed explanation of Java timer usage
1、 Concept The timer object is mainly used by the scheduled task planning function in Java. It uses multithreading in…… -
Java creates a binary search tree to realize the operation examples of search, insertion and deletion
Binary search tree implemented in Java, and search, insert and delete the tree (merge, delete, copy and delete) First,…… -
Using java to realize mailbox group sending function
This example shares the specific code of mass email sending in Java for your reference. The specific contents are as f…… -
Detailed explanation of integer in Java that you don’t know
preface This article mainly introduces the relevant contents of integer in Java for your reference and learning. Let's…… -
Code analysis of finding the maximum path of binary tree by Java programming
Title: Binary Tree Maximum Path Sum Given a binary tree,find the maximum path sum. The path may start and end at any n…… -
Analysis of quarzt scheduled tasks
brief introduction Quarzt is an open source project that regularly executes tasks in the project. Quartz is another op…… -
Maven setting. XML configuration file details
Maven's configuration file settings XML exists in two places: 1. Installation place: ${m2_home} / conf / settings xml …… -
Detailed explanation of the differences between timer’s schedule and scheduleatfixedrate methods in Java
Timer's schedule and scheduleatfixedrate methods are generally no different, but only when a certain situation occurs …… -
Implementation principle and application of atomic package in Java
1. Proposal of synchronization problem Suppose we use a dual core processor to execute threads a and B, core 1 execute…… -
Spring definition and assembly bean details
Before reading this article, you can refer to the article "simple understanding of IOC and AOP of spring and code exam…… -
Java implements heap operation methods (heap building, insertion, deletion)
As follows: The above operation methods of Java heap implementation (heap building, insertion and deletion) are all th…… -
Subjective and objective comparative analysis of kotlin and Java
Kotlin Kotlin is a relatively new JVM language, and JetBrains has been actively developing it since 2011. Over the yea……