发布时间:2013-12-23 15:42:47
点击(此处)折叠或打开<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content=".........【阅读全文】
发布时间:2013-12-10 16:33:14
root@OpenWrt:/xutest# opkg install nwan338_ar71xx.ipk --force-dependsInstalling luci-app-nwan (1.4-1) to root...Installing ip (3.3.0-1) to root...Downloading http://192.168.2.224/packages_ar71xx_AA/ip_3.3.0-1_ar71xx.ipk.Installing kmod-macvlan (3.3.8-1) to root...Downloading http://192.168.2.22.........【阅读全文】
发布时间:2013-11-25 09:44:12
1. libcurl 的参考文档如下CURLOPT_HEADERFUNCTIONPass a pointer to a function that matches the following prototype: size_t function( void *ptr, size_t size, size_t nmemb, void *userdata);. This function gets called by libcurl as soon as it has received header data. The header callbac.........【阅读全文】
发布时间:2013-11-13 08:34:34
1. 利用 CURLOPT_WRITEFUNCTION 设置回调函数, 利用 CURLOPT_WRITEDATA 获取数据指针 官网文档如下CALLBACK OPTIONSCURLOPT_WRITEFUNCTIONPass a pointer to a function that matches the following prototype: size_t function( char *ptr, size_t size, size_t nmemb, void *.........【阅读全文】
发布时间:2013-11-07 09:14:23
前言: 上节用纯linux的函数实现了和云端通讯, 本节开始利用传说中的神器libcurl话说一个网络程序员对书法十分感兴趣,退休后决定在这方面有所建树。 于是花重金购买了上等的文房四宝。 一日,饭后突生雅兴,一番磨墨拟纸, 并点上了上好的檀香,颇有王羲之风范, 又具颜真卿气势,定神片刻,泼.........【阅读全文】