⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 专门介绍网络爬虫设计的论文,写得非常好啊.希望大家好好学习
💻
字号:
                                  _   _ ____  _                              ___| | | |  _ \| |                             / __| | | | |_) | |                            | (__| |_| |  _ <| |___                             \___|\___/|_| \_\_____|This directory is for libcurl programming examples. They are meant to showsome simple steps on how you can build your own application to take fulladvantage of libcurl.If you end up with other small but still useful example sources, please mailthem for submission in future packages and on the web site.BUILDINGThe Makefile.example is an example makefile that could be used to build theseexamples. Just edit the file according to your system and requirements first.Most examples should build fine using a command line like this:  $ `curl-config --cc --cflags --libs` -o example example.cSome compilers don't like having the arguments in this order but insteadwant you do reorganize them like:  $ `curl-config --cc` -o example example.c `curl-config --cflags --libs`*PLEASE* do not use the curl.haxx.se site as a test target for your libcurlapplications/experiments. Even if some of the examples use that site as a URLat some places, it doesn't mean that the URLs work or that we expect you toactually torture our web site with your tests!  Thanks.EXAMPLESanyauthput.c   - HTTP PUT using "any" authentication methodcacertinmem.c  - Use a built-in PEM certificate to retrieve a https pagecookie_interface.c - shows usage of simple cookie interfacecurlgtk.c      - download using a GTK progress barcurlx.c        - getting file info from the remote cert datadebug.c        - showing how to use the debug callbackfileupload.c   - uploading to a file:// URLfopen.c        - fopen() layer that supports opening URLs and filesftp3rdparty.c  - FTP 3rd party transferftpget.c       - simple getting a file from FTPftpgetresp.c   - get the response strings from the FTP serverftpupload.c    - upload a file to an FTP serverftpuploadresume.c - resume an upload to an FTP servergetinfo.c      - get the Content-Type from the recent transfergetinmemory.c  - download a file to memory onlyghiper.c       - curl_multi_socket() using code with glib-2hiperfifo.c    - downloads all URLs written to the fifo, using                 curl_multi_socket() and libeventhtmltitle.cc   - download a HTML file and extract the <title> tag from a HTML                 page using libxmlhttp-post.c    - HTTP POSThttpput.c      - HTTP PUT a local filehttps.c        - simple HTTPS transfermulti-app.c    - a multi-interface appmulti-debugcallback.c - a multi-interface app using the debug callbackmulti-double.c - a multi-interface app doing two simultaneous transfersmulti-post.c   - a multi-interface app doing a multipart formpostmulti-single.c - a multi-interface app getting a single filemultithread.c  - an example using multi-treading transfering multiple filesopensslthreadlock.c - show how to do locking when using OpenSSL multi-threadedpersistant.c   - request two URLs with a persistant connectionpost-callback.c - send a HTTP POST using a callbackpostit2.c      - send a HTTP multipart formpostsampleconv.c   - showing how a program on a non-ASCII platform would invoke                 callbacks to do its own codeset conversions instead of using                 the built-in iconv functions in libcurlsepheaders.c   - download headers to a separate filesimple.c       - the most simple download a URL sourcesimplepost.c   - HTTP POSTsimplessl.c    - HTTPS example with certificates many options setsynctime.c     - Sync local time by extracing date from remote HTTP servers10-at-a-time.c - Download many files simultaneously, 10 at a time.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -