国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > C# > 正文

C#實現的中國移動官網手機號碼采集器

2019-10-29 21:44:31
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了C#實現的中國移動官網手機號碼采集器,本文先是采集號碼入庫,同時給出了篩選各類靚號的SQL語句,需要的朋友可以參考下
 

早幾天要換號碼,到移動營業廳去辦說稍微看的順眼的號碼就要預存多少多少。我覺得好坑,但是在官網又找不到稍微順眼的。無奈之下沒辦法寫了這個采集軟件。主要是想彌補官網搜索不方便的缺陷。下面上代碼,比較簡單:

 

復制代碼代碼如下:

static void Main(string[] args)
{
    string[] t = { "134", "135", "136", "137", "138", "139", "147", "150", "151", "152", "157", "158", "159", "182", "183", "187", "188" };
    string numberPattern = @"<a data-original-title="" style="border-left-color: rgb(0, 153, 204); border-left-width: 1px; border-left-style: solid; padding: 0px 3px; margin: 3px auto 0px; width: 640px; background-color: rgb(242, 246, 251); clear: both; border-top-color: rgb(0, 153, 204); border-top-width: 1px; border-top-style: solid; border-right-color: rgb(0, 153, 204); border-right-width: 1px; border-right-style: solid; color: rgb(0, 0, 0); font-family: Tahoma, Helvetica, Arial, 宋體, sans-serif;"> 復制代碼代碼如下:

select * from telephone where SUBSTRING(telenumber,8,2)=SUBSTRING(telenumber,10,2) and SUBSTRING(telenumber,8,1)!=SUBSTRING(telenumber,11,1);

 

AABB型:

 

復制代碼代碼如下:

select * from telephone where SUBSTRING(telenumber,8,1)=SUBSTRING(telenumber,9,1) and SUBSTRING(telenumber,10,1)=SUBSTRING(telenumber,11,1) and SUBSTRING(telenumber,8,1)!=SUBSTRING(telenumber,11,1);

 

AAAB型:

 

復制代碼代碼如下:

select * from telephone where SUBSTRING(telenumber,8,1)=SUBSTRING(telenumber,9,1) and SUBSTRING(telenumber,9,1)=SUBSTRING(telenumber,10,1) and SUBSTRING(telenumber,8,1)!=SUBSTRING(telenumber,11,1);

 

ABBB型:

 

復制代碼代碼如下:

select * from telephone where SUBSTRING(telenumber,9,1)=SUBSTRING(telenumber,10,1) and SUBSTRING(telenumber,11,1)=SUBSTRING(telenumber,10,1) and SUBSTRING(telenumber,8,1)!=SUBSTRING(telenumber,11,1);

 

AAAA型:

 

復制代碼代碼如下:

select * from telephone where SUBSTRING(telenumber,8,2)=SUBSTRING(telenumber,10,2) and SUBSTRING(telenumber,8,1)=SUBSTRING(telenumber,11,1);
 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 曲阜市| 锦州市| 望江县| 乌海市| 江城| 越西县| 林州市| 定远县| 卢湾区| 沙湾县| 郎溪县| 城口县| 宜章县| 津南区| 宜良县| 光山县| 金湖县| 陵川县| 合作市| 罗山县| 万州区| 福清市| 偃师市| 侯马市| 阜阳市| 朝阳市| 大姚县| 赞皇县| 南宁市| 波密县| 特克斯县| 龙胜| 石柱| 盐津县| 溆浦县| 奉贤区| 拉萨市| 南充市| 南充市| 太康县| 铁岭市|