最新手机号段归属地数据库 每月更新一次(每月更新30元) 移动号段 134 135 136 137 138 139 147 148 150 151 152 157 158 159 172 178 182 183 184 187 188 195 198 联通号段 130 131 132 145 146 155 156 166 171 175 176 185 186 电信号段 133 149 153 173 174 177 180 181 189 191 193 199 虚拟运营商 165 167 170 171 txt格式:3位-号段-省份-城市-运营商-邮编-区号-行政编码 可以导入MDB MYSQL MSSQL等各种数据库
1、数据为MYSQL导出SQL文件,包括建表语句,可直接导入到MYSQL数据库。 2、内容包括手机号码前7位号段,所属省市,卡类型,所属区号以及邮政编码,可通过多个纬度方便数据统计。 3、数据共31万多条,为2015年06月更新。
2021-05-28 15:25:02 1.26MB 手机号码归属 数据库 mysql
1
全国身份证号码归属地查询表格,一共3000多个。
2021-05-23 21:00:22 412KB 身份证号码归属地 表格 excel
为了兼容jdk1.6,我把features变量给删除了,如何你的jdk是1.7的你可以添加上即可 //compliant code instead. public IpAddressSearchWebService(WebServiceFeature... features) { super(WSDL_LOCATION, SERVICE,features); } //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2 //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1 //compliant code instead. public IpAddressSearchWebService(URL wsdlLocation, WebServiceFeature... features) { super(wsdlLocation, SERVICE,features); } //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2 //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1 //compliant code instead. public IpAddressSearchWebService(URL wsdlLocation, QName serviceName, WebServiceFeature... features) { super(wsdlLocation, serviceName,features); }
2021-04-29 17:31:59 57KB java webserver
1
最近接触一个项目,收集到了一些资料,亲测可用,分享给大家;手机号码归属地数据库,资源条目38w+!!!!!!!!
2021-04-29 15:23:29 8.27MB mysql
1
我第一次使用webservice传输数据的时候用来参考的例子,里面代码很清晰,适合做参考,而且实现了号码归属地的查询,代码简洁。
2021-04-21 11:33:34 1.10MB webservice 号码归属地
1
全国手机号段归属地基础数据,包含虚拟运营商数据,含电话区号、邮政编码、行政区划等。2020年2月6日整理,CSV文本格式,未加密。
2021-04-13 17:23:40 1.64MB 手机号码 行政区划 电话区号 邮政编码
1
1、安装模块:pip install phone 2、执行方法:python find.py 电话号码文件
2021-04-02 16:08:05 906B 归属地 手机号 python 运营商
主要介绍了Android编程实现号码归属地查询的方法,涉及Android xml文件的发送及WebService的操作技巧,需要的朋友可以参考下
1