readme

来自「harvest是一个下载html网页得机器人」· 代码 · 共 26 行

TXT
26
字号
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 + =
减小字号Ctrl + -
显示快捷键?