资源简介
C#监听webBrowser包来抓取到百度指数
代码片段和文件信息
///
/// 类说明:Assistant
/// 编 码 人:苏飞
/// 联系方式:361983679
/// 更新网站:http://www.cckan.net/thread-1072-1-1.html
///
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Text.Regularexpressions;
using System.Windows.Forms;
using System.Net.Sockets;
using System.Net;
using System.IO;
using System.Runtime.Serialization.Formatters;
using System.Runtime.Serialization.Formatters.Binary;
using System.Threading;
namespace test
{
///
///
///
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
//定义一个webBrowser对象用来查询百度信息
System.Windows.Forms.WebBrowser webBrowser1 = new WebBrowser();
//在加载时处理数据
private void Form1_Load(object sender EventArgs e)
{
//加载本机的所有IP地址
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 902 2010-08-09 18:00 hook.sln
目录 0 2012-12-15 14:48 test\
文件 4518 2011-09-09 15:03 test\Form1.Designer.cs
文件 6907 2012-12-15 15:02 test\Form1.cs
文件 6008 2011-09-09 15:03 test\Form1.resx
文件 634 2012-12-15 14:51 test\ICMPDestinationUnreachable.cs
文件 1209 2012-12-15 14:51 test\ICMPEcho.cs
文件 346 2012-12-15 14:51 test\ICMPEchoReply.cs
文件 885 2012-12-15 14:51 test\ICMPIPHeaderReply.cs
文件 381 2012-12-15 14:51 test\ICMPInformationReply.cs
文件 982 2012-12-15 14:51 test\ICMPInformationRequest.cs
文件 273 2012-12-15 14:51 test\ICMPMessage.cs
文件 3901 2012-12-15 14:51 test\ICMPPacket.cs
文件 919 2012-12-15 14:51 test\ICMPParameterProblem.cs
文件 1290 2012-12-15 14:51 test\ICMPRedirect.cs
文件 366 2012-12-15 14:51 test\ICMPSourceQuench.cs
文件 492 2012-12-15 14:51 test\ICMPTimeExceeded.cs
文件 1627 2012-12-15 14:51 test\ICMPTimestamp.cs
文件 366 2012-12-15 14:51 test\ICMPTimestampReply.cs
文件 4752 2012-12-15 14:50 test\IPPacket.cs
文件 663 2012-12-15 14:51 test\Program.cs
目录 0 2012-12-15 14:48 test\Properties\
文件 1578 2012-12-15 14:51 test\Properties\AssemblyInfo.cs
文件 2832 2010-08-09 18:00 test\Properties\Resources.Designer.cs
文件 5612 2009-04-06 08:24 test\Properties\Resources.resx
文件 1083 2010-08-09 18:00 test\Properties\Settings.Designer.cs
文件 249 2009-04-06 08:24 test\Properties\Settings.settings
文件 4906 2012-12-15 14:51 test\TCPPacket.cs
文件 3029 2012-12-15 14:51 test\UDPPacket.cs
目录 0 2012-12-15 14:48 test\bin\
目录 0 2012-12-15 14:57 test\bin\Debug\
............此处省略19个文件信息
- 上一篇:C# 隐藏某个磁盘分区
- 下一篇:C#联通网络宽带测试 拨号
相关资源
- C#联通网络宽带测试 拨号
- C# 隐藏某个磁盘分区
- wince引脚控制程序
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- Syndication实现读取、创建、订阅、更新
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- httpclient source code by csharp
- 动态抓取IPC#实现
- NServiceKit.Redis 基础操作
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- Socke传输 (wince6.0系统)
- UDP Messenger 1.0.unitypackage
- asp.net 网页静态化组件(shipingx-Stati
- SocketAsyncEventArgs完成断开编程
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 猜数小游戏WCF网络编程技术(附服务
- 《C#版Ftp软件源码》
- 基于com串口的文件发送和接收
-
C# 播放铃声(AxWindowsMediaPla
yer)最新
评论
共有 条评论