• 大小: 7.77M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: 网页  源代码  

资源简介

get获取网页源代码

资源截图

代码片段和文件信息

// get.cpp : 定义控制台应用程序的入口点。
//

#include “stdafx.h“
#include “strcoding.h“

#include  
#include  //字符串操作基本函数
#include  //C语言标准库函数的定义
//#include 
//#include                   //包含文件流,这样就可以使用与文件相关的一些函数,像open(),close()等
//#include   //标准的输入输出流头文件

// socket编程要包括的一个lib文件//代码文件保存在D:/1.txt
#pragma comment(lib “ws2_32.lib“) 


using namespace std;

void geturl(char *url)
{
        WSADATA WSAData={0};
        SOCKET        sockfd;
        struct sockaddr_in        addr;
        struct hostent        *pURL;
        char        myurl[BUFSIZ];
        char        *pHost = 0 *pGET = 0;
        char        host[BUFSIZ] GET[BUFSIZ];
        char        header[BUFSIZ] = ““;
        static char        t

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      59904  2015-07-13 15:13  get\Debug\get.exe

     文件     500488  2015-07-13 15:13  get\Debug\get.ilk

     文件     789504  2015-07-13 15:13  get\Debug\get.pdb

     文件       2180  2015-07-13 15:13  get\get\Debug\cl.command.1.tlog

     文件      42684  2015-07-13 15:13  get\get\Debug\CL.read.1.tlog

     文件       1376  2015-07-13 15:13  get\get\Debug\CL.write.1.tlog

     文件       2787  2015-07-13 15:13  get\get\Debug\get.Build.CppClean.log

     文件        406  2015-07-13 15:13  get\get\Debug\get.exe.embed.manifest

     文件        472  2015-07-13 15:13  get\get\Debug\get.exe.embed.manifest.res

     文件        381  2015-07-13 15:13  get\get\Debug\get.exe.intermediate.manifest

     文件         89  2015-07-13 15:13  get\get\Debug\get.lastbuildstate

     文件       9941  2015-07-13 15:13  get\get\Debug\get.log

     文件     105952  2015-07-13 15:13  get\get\Debug\get.obj

     文件    1179648  2015-07-13 15:13  get\get\Debug\get.pch

     文件        196  2015-07-13 15:13  get\get\Debug\get_manifest.rc

     文件          2  2015-07-13 15:13  get\get\Debug\link-cvtres.read.1.tlog

     文件          2  2015-07-13 15:13  get\get\Debug\link-cvtres.write.1.tlog

     文件          2  2015-07-13 15:13  get\get\Debug\link.4108-cvtres.read.1.tlog

     文件          2  2015-07-13 15:13  get\get\Debug\link.4108-cvtres.write.1.tlog

     文件          2  2015-07-13 15:13  get\get\Debug\link.4108.read.1.tlog

     文件          2  2015-07-13 15:13  get\get\Debug\link.4108.write.1.tlog

     文件       1776  2015-07-13 15:13  get\get\Debug\link.command.1.tlog

     文件       4066  2015-07-13 15:13  get\get\Debug\link.read.1.tlog

     文件        986  2015-07-13 15:13  get\get\Debug\link.write.1.tlog

     文件        362  2015-07-13 15:13  get\get\Debug\mt.command.1.tlog

     文件        266  2015-07-13 15:13  get\get\Debug\mt.read.1.tlog

     文件        306  2015-07-13 15:13  get\get\Debug\mt.write.1.tlog

     文件        492  2015-07-13 15:13  get\get\Debug\rc.command.1.tlog

     文件        382  2015-07-13 15:13  get\get\Debug\rc.read.1.tlog

     文件        286  2015-07-13 15:13  get\get\Debug\rc.write.1.tlog

............此处省略29个文件信息

评论

共有 条评论