• source insight配色方案-多种选择

    source insight配色方案-多种选择 好看的配色方案

    0
    507
    86KB
    2017-04-25
    50
  • LinuxC https请求 源码 一个函数搞定

    一个函数搞定 直接调用 用法如下: int main() { char rsp_buf[2048]={0}; //只发请求 不需要等待回复 https_get_request("ipx.xxx.xxx.xx",NULL,80,"xxxx/xxx.req?aa=21"); //替换成自己需要的HTTP请求 //发请求 不需要等待回复 https_get_request_wait_rsp("ipx.xxx.xxx.xx",NULL,80,"xxxx/xxx.req?aa=21",rsp_buf,sizeof(rsp_buf)); //用域名 https_get_request_wait_rsp(NULL,"www.baidu.com",8080,"xxxx/xxx.req?aa=21",rsp_buf,sizeof(rsp_buf)); https_get_request(NULL,"www.baidu.com",8080,"xxxx/xxx.req?aa=21"); printf("=============>\n"); return 0; }

    3
    705
    2KB
    2017-03-21
    50
  • linux下C语言实现FTP上传文件源码200行代码

    linux下C语言实现FTP上传文件源码 一个函数搞定FTP上传 直接编译可用 int main() { ftp_upload("ipx.xxx.xxx.xxx",21,"username","password","./main.c","upload_name"); return 0; }

    5
    1493
    2KB
    2017-02-24
    50
  • 好用的串口调试助手

    好用的串口调试助手

    0
    90
    5.37MB
    2017-02-24
    26
  • 好用的TCPUDP调试助手

    好用的TCPUDP调试助手

    0
    96
    1.75MB
    2017-02-24
    10
  • putty绿色工具ssh-telnet好用工具

    putty绿色工具ssh-telnet好用工具

    0
    39
    484KB
    2017-02-24
    0
  • linux下C语言实现MD5计算源码100行代码

    linux下C语言实现MD5计算源码100行代码 int main() { char md5_str[40]={0}; get_md5("./main.c",md5_str); printf("=============>%s\n",md5_str); return 0; }

    0
    683
    2KB
    2017-02-24
    49
  • linux下C语言实现https请求源码

    linux下C语言实现https请求源码

    4
    2589
    2KB
    2017-02-24
    49
  • linux下HTTP的get方法实现源码

    //只发请求 不需要等待回复 http_get_request("ipx.xxx.xxx.xx",NULL,80,"xxxx/xxx.req?aa=21"); //替换成自己需要的HTTP请求 //发请求 不需要等待回复 http_get_request_wait_rsp("ipx.xxx.xxx.xx",NULL,80,"xxxx/xxx.req?aa=21",rsp_buf,sizeof(rsp_buf)); //用域名 http_get_request_wait_rsp(NULL,"www.baidu.com",8080,"xxxx/xxx.req?aa=21",rsp_buf,sizeof(rsp_buf)); http_get_request(NULL,"www.baidu.com",8080,"xxxx/xxx.req?aa=21");

    5
    344
    2KB
    2017-02-24
    41
  • linux获取本机外网IP源码

    linux获取本机外网IP源码

    0
    193
    1KB
    2017-02-24
    35
  • 分享精英

    成功上传11个资源即可获取
关注 私信
上传资源赚积分or赚钱