发布时间:2012-11-21 11:46:28
luci 参考资料http://luci.subsignal.org/trac/wiki/Documentationhttp://wiki.openwrt.org/doc/techref/preinit_mount?#first.boothttp://www.google.com.hk/search?q=Luci&hl=en&safe=strict&domains=openwrt.org&sitesearch=openwrt.org&prmd=ivnsl&ei=kDCrTc6UGI-WvAO63LH_CQ&start=0&sa=Nhttp://wik.........【阅读全文】
发布时间:2012-12-31 11:22:30
#------ 5个元件接收头部OK, 可以看到 root . Content-Length: 1495【Receive from 192.168.1.1 : 34118】:uh_http_header_recv: uh_tcp_peek, buflen = 4095, rlen = 2019, POST /bsedit/test.cgi HTTP/1.1Host: 192.168.1.1User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0Accept: tex......【阅读全文】
发布时间:2012-12-31 10:17:01
#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h> //read/write/closeint open(const char *path, int access,int mode) path 要打开的文件路径和名称 &nb......【阅读全文】