- 博客(4)
- 收藏
- 关注
原创 jQuery 调用 php 读取文件 Bug
This is a very small problem , but it bother me for a long time.index.html<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&...
2020-02-03 10:32:17 472
原创 libcurl多线程下载图像网页
//ImgDown.h#ifndef _ImgDown_H_200102_#define _ImgDown_H_200102_#include <zlib.h>#include <queue>#include "Tse.h"#include "Url.h"#include <curl/curl.h>typedef struct IMGU...
2020-01-02 17:49:23 216
原创 利用libcurl下载图片
//Crawl.cpp#include "Crawl.h"using namespace std; CCrawl::CCrawl(){}CCrawl::~CCrawl(){}size_t CCrawl::WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp){ si...
2020-01-01 12:24:09 904
原创 一个编译造成的错误
代码如下:Crawl.cpp/*Crawl.cpp */#include "Crawl.h"using namespace std; CCrawl::CCrawl(){}CCrawl::~CCrawl(){}size_t CCrawl::save_header(void *ptr, size_t size, size_t nmemb, FILE *fp){ ...
2019-12-26 07:55:13 216
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人