• 大小: 0.09M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-27
  • 语言: C#
  • 标签: C#  百度  c  

资源简介

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个文件信息

评论

共有 条评论