Number Validators Validation of Business License Number and Unified Social Credit Code
Essentially, the business license number and the unified social credit code are two completely different coding rules, and the recognition results are only shared by the administrative divisions. But because of the reasons for the coexistence of the two codes, if it is necessary to uniquely mark an enterprise in the system, it is still possible ...
Posted by andz on Sat, 11 May 2019 17:49:53 +0200
FlycoTabLayout effect and its application
From https://blog.csdn.net/analyzesystem/article/details/51426473
Open Source Project Effectiveness
Call instance
Must Practice Basic Skills
Android studio project import depends on compile path
dependencies{
compile 'com.android.support:support-v4:23.1.1'
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:2.0.2@aar'
...
Posted by Nirvana on Sat, 11 May 2019 16:55:56 +0200
Android Custom Control: Mobile Phone Number Input Box with Animation Effect (3-4-4 format)
Click "Android Technology Grocery Store" above and select "Top Public Number"
Dry article, first time service!
Author: Android Grassroots King
Link: https://www.jianshu.com/p/e538b35c68c3
This article is authorized by the author.
Custom controls are used in many parts of the project.
Simple points ...
Posted by yanti on Sat, 11 May 2019 13:56:24 +0200
Basic Summary of Android (I)
1. Summary of Android Manifest tag highlights
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.base.module.recorder"
android:versionCode="1"
android:versionName="1.0"
android:sharedUserId="android.uid.system"
android:installLocation="auto|internalOnly|preferExternal"
...
Posted by chanw1 on Sat, 11 May 2019 11:04:32 +0200
The Concept and Simple Application of Oracle Cursor
Concept:
The cursor is used to process the query result (ResultSet) of the select statement.
Some people also think that cursors are query results
Use steps and grammatical formats (non-scrolling cursors)
1. Declare cursors
Declaration area:
Cursor cursor name is select statement ...
Posted by Melville on Sat, 11 May 2019 10:26:11 +0200
Use of kinect2 in VS
Use of kinect2 in VS
1. Download and debug the kinectV2 software development kit
1.1 Installation
1.2 Debugging
2. Download and installation of VS2013
2.1 Download
2.2 Installation
3. Installation configuration of opencv
3.1 Configuring environment variables
3.2 opencv Configuration in VS
3.3 New vs Project Test Configur ...
Posted by siri_suresh on Sat, 11 May 2019 03:01:58 +0200
Introduction to apply and call in functions
Application, call in function
When it comes to apply,call begins by talking about their origins with functions.
Javascript functions are both objects
It is no different from other javascript objects. And each function contains two non-inherited methods, apply() and call(), which can call functions indirectly.
For example:
function f() {
c ...
Posted by alexguz79 on Sat, 11 May 2019 01:18:48 +0200
OKHttp3 Part Source Reading
When we want to integrate OKHttp3 into our project, we need to use the OkHttpClient.Builder() method to create an instance of OkHttpClient, which contains the following attributes:
final Dispatcher dispatcher;
final Proxy proxy;
final List<Protocol> protocols;
final List<ConnectionSpec> connectionSpecs;
fin ...
Posted by sribala on Sat, 11 May 2019 00:48:53 +0200
spring carding (2) registering bean s based on annotations
We know that if you want to put beans in the spring container management, you need to register beans in the spring container first, and beans can be registered by xml or annotations. The configuration based on xml is usually configurated by xml tags such as < bean >, < context: component-scan >, and then the spring con ...
Posted by Oni on Fri, 10 May 2019 22:58:01 +0200
Dugu Jiujian and Qiankun Great Move-uikiller Plug-in System
Chapter 1 Quake > This paper introduces the basic usage of uikiller. Some people say that the function of long press can be named as intense attack and heavy blow. I think it's really possible, but I just feel that the name of the trick is not enough. I would like to apologize to you here, as I said in the previous article:
...
Posted by stebbi on Fri, 10 May 2019 16:19:30 +0200