資料採集程式

2022-02-02 17:54:05 字數 1828 閱讀 1129

資料採集程式,是採集乙個人才網裡面人才的資訊,第一次寫blog,寫的不好不要見笑。

//先按照下面的字段建立乙個資料表

以下為引用的內容:

public partial class form2 : form

//姓名

public static string xm = "";

//年齡

public static string nl = "";

//性別

public static string xb = "";

//身高

public static string sg = "";

//政治面貌

public static string mm = "";

//民族

public static string mz = "";

//學歷

public static string xl = "";

//婚姻狀況

public static string hk = "";

//所學專業

public static string zy = "";

//工作經驗

public static string gzjy = "";

//在職單位

public static string zzdw = "";

//在職職位

public static string zzzw = "";

//工作經歷

public static string gzjl = "";

//要求月薪

public static string yx = "";

//工作性質

public static string gzxz = "";

//求職意向

public static string qzyx = "";

//具體職務

public static string jtzw = "";

//期望工作地

public static string qwgzd = "";

//教育情況,語言水平,技術專長

public static string qt = "";

private void button1_click(object sender, eventargs e)

label1.text = "恭喜你採集完成!";

messagebox.show("恭喜你採集完成!");

}//採集資料

private void cj(string url)

catch }}

//採集詳細資料

private void content(string url)

catch}}

catch

}//將資料插入資料庫 

private void insert()

catch

}//返回乙個htmlelementcollection,然後進行查詢內容

private htmlelementcollection htmltr_content(string strweb, string tj)

catch

}//獲得**原**

private string ym(string url)

catch

return strresult;}}

//這個程式寫的不是太好,全都是用for迴圈遍歷出來的,效率不是太高,那位高手可以使用 多執行緒 指點一下

資料採集器程式軟體

根據客戶需求,開發各類品牌資料採集器應用程式,能夠滿足如何需求,無線實時傳輸 立象argox pt 90 pt 60 新大陸newland pt 980 nls pt980 symbol mc3000 mc3070 mc50 mc3090 mc70 5040 denso bht 200 bht 70...

PHP採集程式常用的採集函式

這幾天關注了一下php的採集程式,才發現用php採集內容是這麼方便,把經常用到的採集函式在這裡總結一下,方便以後使用 function getallurl code else fnum if fnum fnum 0 return fnum 去除html標記 function text2html tx...

轉 ASP採集 ASP採集程式原理

轉自 採集程式的主要步驟如下 一 獲取被採集的頁面的內容 二 從獲取 中提取所有用的資料 一 獲取被採集的頁面的內容 我目前所掌握的asp常用獲取被採集的頁面的內容方法 1 用serverxmlhttp元件獲取資料 以下內容為程式 以下為引用的內容 function getbody weburl 建...