Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1490159
  • 博文数量: 129
  • 博客积分: 1449
  • 博客等级: 上尉
  • 技术积分: 3048
  • 用 户 组: 普通用户
  • 注册时间: 2012-07-24 18:36
文章分类

全部博文(129)

文章存档

2015年(3)

2014年(20)

2013年(65)

2012年(41)

发布时间: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......【阅读全文】

阅读(2587) | 评论(0) | 转发(0)

发布时间: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......【阅读全文】

阅读(1580) | 评论(0) | 转发(0)

发布时间:2012-12-24 14:23:53

#固件生成命令make image PROFILE=TLWR703 PACKAGES="luci librt libpthread libjpeg kmod-nls-utf8 kmod-fs-vfat kmod-i2c-core kmod-input-core kmod-usb-ohci kmod-usb-storage kmod-usb-storage-extras kmod-usb-uhci kmod-video-core kmod-video-uvc mjpg-streamer kmod-usb-hid kmod-hid kmod-input-evdev block-mount kmod......【阅读全文】

阅读(8658) | 评论(0) | 转发(0)

发布时间:2012-12-21 20:42:48

//--- Makefile范本, 简洁CC = gccCFLAGS += -Wall -gOBJ := smtpclient.o xucommon.o owtest.o xuudp.oworld: compile%.o: %.c $(CC) $(CFLAGS) -c -o $@ $<xucommon.o: $(CC) $(CFLAGS) -c ../xucommon/xucommon.cxuudp.o: $(CC) $(CFLAGS) -c ../xucommon/xuudp.ccompile: $(OBJ) $(CC) $(CFLAGS) -o smtptest $(OBJ)clea......【阅读全文】

阅读(985) | 评论(0) | 转发(0)

发布时间:2012-12-21 11:38:20

解析CGI字符串: NET=0&SSID=linux&KEY=&WIP1=192&WIP2=168&WIP3=144&WIP4=010&MASK1=255&MASK2=255&MASK3=255&MASK4=000&GW1=192&GW2=168&GW3=001&GW4=001&DNS1=202&DNS2=114&DNS3=134&DNS4=133&WMAC0=00&WMAC1=DF&WMAC2=24&WMAC......【阅读全文】

阅读(1182) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册