• 大小: 4.02M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 自动  爬虫  系统  C#  

资源简介

基于 苏飞的CsharpHttpHelper万能框架 写的一个拼多多商家自动发货系统,想研究爬虫技术的新手可以下载看一下,系统分为两部分,一部分是后台管理,一部分是自动发货客户端

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net;
using CsharpHttpHelper.baseBll;
using System.Drawing;
using CsharpHttpHelper.Helper;
using CsharpHttpHelper.Item;
using System.Collections.Specialized;
using System.Runtime.Remoting.Messaging;

namespace CsharpHttpHelper
{
    /// 
    /// gethtml方法异步调用的委托
    /// 

    /// 
    /// 
    public delegate void ResultHandler(HttpResult item);

    /// 
    /// Http帮助类  Copyright:http://www.httphelper.com/
    /// 版本:2.2.0
    /// 作者:苏飞
    /// 更新时间:2018-7-2
    /// 

    public class HttpHelper
    {
        #region Private Obj

        /// 

        /// HttpHelperBLL
 

评论

共有 条评论