|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
另外,小型软件代码重用价值低,没有必要跨平台;大型软件,有严格的规划、部署,不可以随意跨平台。这是我本人写的一个数据收罗程序,是收罗一团体才网内里人才网的信息,第一次写Blog,写的欠好不要见笑。 //先依照上面的字段创立一个数据表
以下为援用的内容:
publicpartialclassForm2:Form
{
publicForm2()
{
InitializeComponent();
}
//姓名
publicstaticstringXM="";
//岁数
publicstaticstringnl="";
//性别
publicstaticstringXB="";
//身高
publicstaticstringSG="";
//政治相貌
publicstaticstringmm="";
//平易近族
publicstaticstringMZ="";
//学历
publicstaticstringXL="";
//婚姻情况
publicstaticstringHK="";
//所学专业
publicstaticstringZY="";
//事情履历
publicstaticstringGZJY="";
//退职单元
publicstaticstringZZDW="";
//退职职位
publicstaticstringZZZW="";
//事情履历
publicstaticstringGZJL="";
//请求月薪
publicstaticstringYX="";
//事情性子
publicstaticstringGZXZ="";
//求职意向
publicstaticstringQZYX="";
//详细职务
publicstaticstringJTZW="";
//希冀事情地
publicstaticstringQWGZD="";
//教导情形,言语程度,手艺特长
publicstaticstringQT="";
privatevoidbutton1_Click(objectsender,EventArgse)
{
label1.Text="正在收罗数据……";
//遍历数据的页数
for(inti=1;i<=50;i++)
{
CJ("http://www.xcjob.cn/renli.asp?pageno="+i);
}
label1.Text="祝贺你收罗完成!";
MessageBox.Show("祝贺你收罗完成!");
}
//收罗数据
privatevoidCJ(stringUrl)
{
//取得页面源文件(Html)
stringstrWebContent=YM(Url);
//依照Html内里的标签掏出和数据相关的那段源码
intiBodyStart=strWebContent.IndexOf("<body",0);
intaaa=strWebContent.IndexOf("关头字:",iBodyStart);
intiTableStart=strWebContent.IndexOf("<table",aaa);
intiTableEnd=strWebContent.IndexOf("</table>",iTableStart);
stringstrWeb=strWebContent.Substring(iTableStart,iTableEnd-iTableStart);
//天生HtmlDocument
HtmlElementCollectionhtmlTR=HtmlTR_Content(strWeb,"tr");
foreach(HtmlElementtrinhtmlTR)
{
try
{
//姓名
XM=tr.GetElementsByTagName("a")[0].InnerText;
//取得具体信息页面的网址
stringa=tr.GetElementsByTagName("a")[0].GetAttribute("href").ToString();
a="http://www.xcjob.cn"+a.Substring(11);
Content(a);
}
catch{}
}
}
//收罗具体数据
privatevoidContent(stringURL)
{
try
{
stringstrWebContent=YM(URL);
//依照Html内里的标签掏出和数据相关的那段源码
intiBodyStart=strWebContent.IndexOf("<body",0);
intiTableStart=strWebContent.IndexOf("扫瞄次数",iBodyStart);
intiTableEnd=strWebContent.IndexOf("<table",iTableStart);
intdd=strWebContent.IndexOf("</table>",iTableEnd);
stringstrWeb=strWebContent.Substring(iTableEnd,dd-iTableEnd+8);
HtmlElementCollectionhtmlTR=HtmlTR_Content(strWeb,"table");
foreach(HtmlElementtrinhtmlTR)
{
try
{
//岁数
nl=tr.GetElementsByTagName("tr")[1].GetElementsByTagName("td")[1].InnerText;
//性别
stringXB_SG=tr.GetElementsByTagName("tr")[1].GetElementsByTagName("td")[3].InnerText;
XB=XB_SG.Substring(0,1);
//身高
SG=XB_SG.Substring(11);
//政治相貌
mm=tr.GetElementsByTagName("tr")[2].GetElementsByTagName("td")[1].InnerText;
//平易近族
MZ=tr.GetElementsByTagName("tr")[2].GetElementsByTagName("td")[3].InnerText;
//学历
XL=tr.GetElementsByTagName("tr")[3].GetElementsByTagName("td")[1].InnerText;
//婚烟情况
HK=tr.GetElementsByTagName("tr")[3].GetElementsByTagName("td")[3].InnerText;
//所学专业
ZY=tr.GetElementsByTagName("tr")[5].GetElementsByTagName("td")[1].InnerText;
//事情履历
GZJY=tr.GetElementsByTagName("tr")[5].GetElementsByTagName("td")[3].InnerText;
//退职单元
ZZDW=tr.GetElementsByTagName("tr")[6].GetElementsByTagName("td")[1].InnerText;
//退职职位
ZZZW=tr.GetElementsByTagName("tr")[6].GetElementsByTagName("td")[3].InnerText;
//事情履历
GZJY=tr.GetElementsByTagName("tr")[7].GetElementsByTagName("td")[1].InnerText;
//请求月薪
YX=tr.GetElementsByTagName("tr")[9].GetElementsByTagName("td")[1].InnerText;
//事情性子
GZXZ=tr.GetElementsByTagName("tr")[9].GetElementsByTagName("td")[3].InnerText;
//求职意向
QZYX=tr.GetElementsByTagName("tr")[10].GetElementsByTagName("td")[1].InnerText;
//详细职务
JTZW=tr.GetElementsByTagName("tr")[10].GetElementsByTagName("td")[3].InnerText;
//希冀事情地
QWGZD=tr.GetElementsByTagName("tr")[11].GetElementsByTagName("td")[1].InnerText;
//教导情形,言语程度,手艺特长
QT=tr.GetElementsByTagName("tr")[13].GetElementsByTagName("td")[1].InnerText;
insert();
}
catch
{}
}
}
catch{}
}
//将数据拔出数据库
privatevoidinsert()
{
try
{
stringstr="Provider=Microsoft.Jet.OleDb.4.0;DataSource=Data.mdb";
stringsql="insertinto人才网信息(姓名,岁数,性别,身高,政治相貌,平易近族,学历,婚烟情况,所学专业,";
sql+="事情履历,退职单元,退职职位,事情履历,请求月薪,事情性子,求职意向,详细职务,希冀事情地,其他)values";
sql+="("+XM+","+nl+","+XB+","+SG+","+mm+","+MZ+","+XL+","+HK+","+ZY+","+GZJY+","+ZZDW+","+ZZZW+",";
sql+=""+GZJY+","+YX+","+GZXZ+","+QZYX+","+JTZW+","+QWGZD+","+QT+")";
OleDbConnectioncon=newOleDbConnection(str);
OleDbCommandcom=newOleDbCommand(sql,con);
con.Open();
com.ExecuteNonQuery();
con.Close();
}
catch{}
}
//前往一个HtmlElementCollection,然落后行查询内容
privateHtmlElementCollectionHtmlTR_Content(stringstrWeb,stringtj)
{
try
{
//天生HtmlDocument
WebBrowserwebb=newWebBrowser();
webb.Navigate("about:blank");
//window.document前往一个htmldocument工具,暗示对一个html文档的操纵
//htmldocument工具是在xmldocument基本上创建的,具有xmldocument的统统办法属性
HtmlDocumenthtmldoc=webb.Document.OpenNew(true);
htmldoc.Write(strWeb);
HtmlElementCollectionhtmlTR=htmldoc.GetElementsByTagName(tj);
returnhtmlTR;
}
catch{returnnull;}
}
//取得网址原代码
privatestringYM(stringUrl)
{
stringstrResult="";
try
{
HttpWebRequestrequest=(HttpWebRequest)WebRequest.Create(Url);
request.Method="GET";
HttpWebResponseresponse=(HttpWebResponse)request.GetResponse();
StreamstreamReceive=response.GetResponseStream();
Encodingencoding=Encoding.GetEncoding("GB2312");
StreamReaderstreamReader=newStreamReader(streamReceive,encoding);
strResult=streamReader.ReadToEnd();
}
catch{}
returnstrResult;
}
}
//这个程序写的不是太好,全都是用for轮回遍历出来的,效力不是太高,那位妙手可使用多线程指导一下。
说句实话,Java跨平台根本就不是外行人想想的那种,一次编译,处处运行。 |
|