0113 spring scheduled tasks and asynchronous thread pool

0113 asynchronous method and timing task of spring background spring has a lot of content, and the general knowledge must be systematically learned, but some edge technology points are also very applicable in the actual work; here is an introduction and practice one by one. Asynchronous thread pool Scenario: the distribution task is separate ...

Posted by kryles on Sun, 12 Jan 2020 23:04:03 -0800

Pthon Beginner 6: Pthon Dictionary Details

Dictionaries in Python provide a flexible way to access and organize data A dictionary is a collection of values Dictionary indexes can be of different data types, not just integers, but also strings Dictionary indexes are called keys, and the values associated with keys are called key-value pairs (sim ...

Posted by susi on Sun, 12 Jan 2020 19:23:33 -0800

Experience map album based on leftlet

I saw a Demo of a travel map album in a column class, and I always wanted to summarize it and put it in my blog. 1, Base map switch and copyright information. Seven map services are called here. The first five use plug-ins to call map base map, and the last two call Mapbox map base map. //Custom co ...

Posted by OLM3CA on Sun, 12 Jan 2020 08:15:15 -0800

Regular expression (continuous update)

​​​​​1.[] []: match one of them. [abc]: match a []: a range. [3-7]: match any number between 3 and 7, including 3 and 7 [0-9] = = [\ D] equivalent, matching number [a-zA-Z0-9]: match case letters and numbers. [^ a-z0-9]: matches any character not in parentheses -- excluding lowercase letters and numbers 2. Rules of combin ...

Posted by Kower on Fri, 10 Jan 2020 08:38:48 -0800

Asp.Net upload images and generate high-definition thumbnails

In asp.net, the function of uploading pictures or commonly used, generating thumbnails is also commonly used. There are many ways to use baidu or google, c ා, but when I use it, I find that the thumbnail is not clear, the thumbnail picture is too large, and so on. Here is the code I'm dealing with on the picture. The effect is good, so I'll sha ...

Posted by dxdolar on Fri, 10 Jan 2020 00:58:27 -0800

12. Glide framework - Android intensive course notes

1, introduction 2. Basic use of Glide 3. Glide 1, introduction The image loading frameworks commonly used in Android are: UniversalImageLoader Volley Picasso Fresco Glide Google's official recommended framework is Glide, and the use of other frameworks is similar. 2. Basic use of Glide 1. Create a project named ...

Posted by cirma on Thu, 09 Jan 2020 10:49:14 -0800

Using the bottom navigation controller of Android BottomNavigationBar

Google added Bottom Navigation navigation control to its Material design. Android has never had an official navigation controller, and its own implementation is really multifarious. With this provision, it is similar to the bottom Toolbar of apple, and our APP will have the same style in the future. Let's see an effect first: ...

Posted by daveyc on Thu, 09 Jan 2020 06:58:23 -0800

Year-end small inventory: Do you know all of the 18 Android development essentials?

This article mainly introduces some of the knowledge points in Android development. By reading this article, you will get the following: 1. Check CPU temperature2. Startup Wizard Debugging Related Methods3. View APP Start Time4. Method of judging user,userdebug version5. Modify the default storage path for screenshots6. Resolving the kernel d ...

Posted by chaiwei on Tue, 07 Jan 2020 10:04:11 -0800

Wallet development experience sharing: ETH

[TOC] Preparation before development Sharp tools make good work All the way through the development, I have accumulated a number of wallet development tools and websites to share with you. Those who have developed these things in this industry know that they are just for reference to those who intend to enter the industry. The best ETH wall ...

Posted by blkraven on Mon, 06 Jan 2020 23:09:44 -0800

Android GSON parses the data of List with Date in the background and how the background interacts

The code returned by interacting with the background is 200. It's important to analyze the List data of JSON. I use SSM in the background. Its JSON is very friendly. In addition to the Date type, first paste the code learned by novices. Many customized online transformations don't need to be so complicated. One line of code com ...

Posted by freynolds on Sun, 05 Jan 2020 15:08:12 -0800