資源簡介
基于 蘇飛的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
?
評論
共有 條評論