Drip travel to change mobile phone number must be old phone to accept the verification code can be replaced Oh, otherwise this method can not change the mobile phone number OH.
If you are using a micro-end login method as follows:
The first step: on the
To the users of micro-credit software to detailed analysis to share the micro-letter to change the mobile phone number of procedures for the course.
Tutorial Sharing:
1, with the phone to open the micro-letter, with your micro-signal and independent password login micro-letter, login, enter the personal center, click on my account.
2, into the A
Verify the email core code as follows
The code is as follows
Copy Code
function Isemail (input) {var reg =/^w+ (-w+) | (. w+)) *@[a-za-z0-9]+ ((. | -) [a-za-z0-9]+] *. [a-za-z]+$/;return reg.test (input);} Cases
Verify the phone number
The code is as follows
Copy Code
function IsMobile (input) {var reg=/^ (13[0-9]|15[0|3|6|7|8| 9]|18[8|9])
Mobile phone numbers are not available for all. Just a part of it can get. This is due to the fact that the mobile operator does not write data from the mobile phone number to the SIM card. The SIM card only has the unique number, for the network and the device recognition that is the IMSI
Everyone should have this common sense, China's mobile phone number is the number "1", and then use the "0~9" 10 digits of the 11-digit combination, then our validation rules must be based on this idea to write.Based on the above simple idea, we can write down the following verification code, the code is as follows:
But the above code is obviously n
The phone serial number (IMEI) is stored in the phone's EEPROM (also known as the serial number). Each mobile device corresponds to a unique IMEI. The structure is TAC (6 digits) + FAC (two digits) + SNR (6 digits) + SP (1 digit ). TAC (device model approval number), which is assigned by the European model Certificatio
This article summarizes two commonly used mobile phone attribution query program, one is to use API call third-party interface implementation, one is to use our own mobile phone database query and then judge the cell phone number attribution to query.
Let's take a look at a program that calls the third method Web site
First code:
Copy Code code as follows:
function Checkreg ()
{
Verify the phone number of the phone number, including section 153,159
if (document.form.phone.value== "" document.form.usermobile.value== "") {
Alert ("Phone
Mobile phone operators in order to improve the utilization of the number, will be a number of long unused mobile phone number recycling, re-put number, sold to users, that is, we often encounter the purchase of a new mobile
Free lunch on the Internet is still available, although the weight is very small and can not be used as a dinner, but it is good to taste it. With the rapid development of VOIP over the past few years, many companies are developing their VoIP services, which are provided for free. Today, I found another free online phone. After testing, it is feasible. If you are interested, you can try it.
The use of this product is a little special. For everyone
Everyone should have this common sense, China's mobile phone numbers are based on the number "1" Start, and then use "0~9" 10 numbers composed of 11-digit combination, then our validation rules must be based on this idea to write.Based on the simple idea above, we can write down the following verification code, the code is as follows:PHP//This code is just to provide some ideas//There are some distances fro
Recently, some netizens will download Twitter mobile version to register to use, but, in the process of registration, you will encounter the need for mobile phone number verification, but enter the phone number, but was prompted by the phone
Mobile phone number
Mobile phone name has GSM: said only support China Unicom or mobile 2G (130, 131, 132, 134, 135, 136, 137, 138, 139, 145, 147, 150, 151, 152, 155, 156, 157, 158, 159, 182, 185, 186, 187, 188)
Mobile phone name has CDMA: only support China Telecom 2G segment (133, 153, 180, 181, 189)
The name of t
Mobile phone numbers are not all available. Just a part of it can be got. This is because the mobile operator did not write the phone number data to the SIM card. SIM card has only a unique number, for network and device identification that is the IMSI number, the cell
First, in the computer to log in to pay treasure or in Taobao login their account, the following to login Taobao as an example, first open Taobao and login, as shown in the following picture:
Second, after the successful login, we on the left-hand side of the account management click on the "Security settings" on the right to see the "replacement of mobile phones" and "untied mobile phone" related operations, as shown in the following fig
Introduction of API Store
API store is an API aggregation platform that can provide a variety of data services to the outside, more representative of the Dev store, Baidu API store and aggregated data, and so on, such services through the provision of the rest API interface to expose to third party developers.API Store provides many types of data services, there are common life, application development, financial management, travel tickets and other APIs, but some interfaces are charged, but al
Using the Millet number attribution database, there are two tables Data1 and DATA2
First inquires the Data1 table, the cell phone number intercepts the first 7 digits
Select Outkey from data1 where id= "top seven cell phone numbers"
And then query the Data2 table,
Select location from data2 where
Although there are not many users using asp. there are still a lot of people. Next I will introduce some common codes for mobile phone number Regular Expression verification in asp. You can refer to them.
(China Mobile phone no. 134,135,136,137,138,139,150,151,157,158,159, China Unicom's no. 130,131,132,133,153,155,156, China Telecom's 3G mobile
The day before yesterday, the director of the company raised a demand, the realization of my company's registered members of the registration of mobile phone number login This feature, then this feature is easy to modify, in my previous blog post has given the treatment method, but here is a problem, if the implementation of the mobile phone
The following is the code for verifying the phone number in JS. It is very practical and is the first code for everyone:
The Code is as follows:
Function Checkreg (){// Verify the phone number, including the phone number 153,15
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.