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

📄 readme

📁 harvest是一个下载html网页得机器人
💻
字号:
EXAMPLESThis 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.The 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 the examples in this directory use that siteas an example URL at some places, it doesn't mean that the URLs work or thatwe expect you to actually torture our web site with your tests! Thanks.

⌨️ 快捷键说明

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