The free api code of the mobile phone number attribution query, and the mobile phone number attribution api
Query the user's card type, carrier, region, and other information based on the mobile phone number.
Mobile phone home entity
Package org. wx. xhelper. model;/*** mobile phone home * @ author wangxw * @ version 1.0 * @ date Jul 9, 2014 4:03:04 */public class PhoneBelong {// phone number private String
Baidu mobile phone number attribution query api and return json processing, mobile phone number attribution api
I accidentally saw Baidu ApiStore on the Internet the day before yesterday. Then I went in curious and looked at it. I recently trained Android in a blog and just learned the basics of java. With the exercise mentality, you can select the mobile phone number to search for the api. Api address (htt
Python obtains the Ip address attribution and other information, and python obtains the ip address attribution.
If you have a batch of IP addresses that want to obtain the specific information of these IP addresses, such as the country of ownership and city, the best way is to call the existing api interface to obtain the information, I wrote an article about how my blog was attacked by an unknown number of
In individuals and organizations, self-improvement and adjustment of individuals are very important. In the process, the part of self-cognition is the foundation. This involves a cross-disciplinary "Social Psychology ", social psychology is a subject between psychology and society that studies the relationship between a person and society. From the perspective of psychology, it is a branch of psychology, which can be regarded as "Social Psychology". From the perspective of social psychology, it
According to the mobile phone number to query the user's card type, operator, attribution, region and other information.Mobile phone attribution to entity classPackage org.wx.xhelper.model;/** * Phone Attribution * @author WANGXW * @version 1.0 * @date Jul 9, 4:03:04 PM */public class Pho Nebelong {//Phone number private string phone;//mobile number location are
First, the goal1, complete the "Advanced Tools" page layout, components, click events and other processing2. Complete the "Number Attribution query" page layout, components, click events and other processingSecond, the Code implementation1. Create a new class (named Atoolsactivity) under the project package (Com.example.mobilesafe) to inherit activity as the main page of the Advanced Tools option and register it in the manifest file. At the same time,
Originally wanted to call Ali's IP interface to query IP attribution. The results found that Ali's interface is not very powerful, mainly inaccurate, but is free of charge and has regional and ISP information. The following is the implementation code#-*-coding:utf-8-*-importrequestsdefcheckip (IP): url= ' http://ip.taobao.com/service/getIpInfo.php ' try: r=requests.get (url,params=ip,timeout=3) exceptrequests. Requestexceptionase:print (e) else:json
This article is an example of the Android programming implementation of the number attribution Query method. Share to everyone for your reference, specific as follows:
By sending the XML access WebService we can implement the number attribution query, we can use the format of the XML provided by the proxy server to set up, and then request to submit to the server, the server will be returned to a xml,xml o
This API support 1, can enter 11-digit mobile phone number of the location of the attribution, such as: 13858861234, 2, can be entered into the 7-bit paragraph query attribution such as: 1335586, 3, support number 13, 14, 15, 17, 18, the need for small partners can refer to.
The API interface since the 2011 SAE platform stable operation so far, increased the support of section 17th, welcomed the various co
recently in the National Industry Classification information web site, need to use the mobile phone number ownership display function, so the shuttle in the major authoritative sites between the API to steal the interface address. Share it out, and you can use it to take it, uh, Free mobile phone number attribution of the API query interface and PHP use instance sharing nbsp; recently in the National Industry Classification information website, need
Attribution to the data source
Http://webservice.webxml.com.cn/WebServices/MobileCodeWS.asmx
The Webxml Web site also supports other requests such as soap and so on
The interface is relatively simple
Below is the Mainactivity.java
Package Com.sphere.guishudi;
Import java.util.ArrayList;
Import java.util.List;
Import Org.apache.http.HttpResponse;
Import Org.apache.http.HttpStatus;
Import Org.apache.http.NameValuePair;
Import org.a
Preface:
Use background: In the project use process, the customer needs the project to connect the mobile, the Unicom, the telecommunication three big carrier short message transmission function, but for the non-local (here for Shanghai) mobile number, because the authority cannot send, therefore requests in the system page to the handset number attribution place to mark.
Use process:
There are probably two ways of distinguishing between finding th
The cell phone number attribution query code is a PHP open source phone Attribution query system, the system does not rely on large databases such as MySQL, but rely on text, because, generally a mobile phone number, in the query system, the decision is the first 7 bits
Cell phone number attribution to query code/*The cell phone number
There are already a lot of mobile phone numbers on the network to query the API interface, but these interfaces are always some large and small defects.Summarize these flaws:1, to directly paste its search box link form to their own page, click on the query when you want to jump to their site to show the results of attribution2, the API to provide the interface, generally require payment, or a day only free limited number of queries3, some blog documents in the API is too old, when trying, has b
1. Script UsageGive a URL that automatically gets the URL corresponding to the IP and the IP ownership.2, script use preparation:A, nslookup command installation:Yum Install Nslookup–yb, with access to public network rights.3. How to use the script:[[Email protected]1nidongde]#SHDns.SH-h--------------------------------------------------------------------------------version:v1.0Date:20170614Purpose: DNS, get domain name corresponding IP list and IP attributio
#!/bin/bashipp () {execThis article is from the "Linux_cheng" blog, make sure to keep this source http://6764097.blog.51cto.com/6754097/1615434Querying the shell script for IP attribution
1. This blog post does not cover the basics of WebService.2. Use the free WebService to achieve attribution queries.3. The following URL is the address of the WSDL filehttp://webservice.webxml.com.cn/WebServices/MobileCodeWS.asmx?wsdl4. First build a Dynamic Web project or Java project can also.5. Open the CMD window to locate the path to the project SRC. (My working path is D:\workspace\day6-18phone_ws\src)6. Then proceed with the operation and then
Today you need to query the client IP nginx access is the same as scheduling!First use the shell to intercept the IP in the file:The Python script looks like this: (Haha, the novice wrote it hastily)#!/usr/bin/env#--Coding:utf-8-Import JSONImport UrllibImport socketImport Sys,os,reImport Signalurl = "http://ip.taobao.com/service/getIpInfo.php?ip="Def ip_list ():IP_Address = []With open ('/tmp/gcl/ip.txt ', ' R ') as F:For IP in F.readlines ():If IP! = None:Ip_address.append (IP)F.close ()For I i
Copy Code code as follows:
Mobile phone number Verification
function Checkmobilevalidity ($mobilephone) {
$exp = "/^13[0-9]{1}[0-9]{8}$|15[012356789]{1}[0-9]{8}$|18[012356789]{1}[0-9]{8}$|14[57]{1}[0-9]$/";
if (Preg_match ($exp, $mobilephone)) {
return true;
}else{
return false;
}
}
Mobile phone number Attribution (return: such as Guangdong Mobile)
function Checkmobileplace ($mobilephone) {
$url = "http://tcc.taobao.com/cc/json/mobile_
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.