随笔分类 -  各种Demo

摘要:前两天帮朋友写个小工具。思路很简单实现也不是太难。写了这么个小工具。实现功能:通过搜索引擎自动换页抓取记录页面中的属性值。贴代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.IO;using System.Net;using System.Text.RegularExpressions;using S 阅读全文
posted @ 2011-05-07 14:13 Starf 阅读(811) 评论(0) 推荐(0)