03 2017 档案

摘要:#include #include #include jmp_buf jb; void f1() { printf("进入f1()\n"); if(0/*正确执行*/){ } else { longjmp(jb,1); } printf("退出f1()\n"); } void f2() { printf("进入f2()\n... 阅读全文
posted @ 2017-03-14 15:19 wangxusummer 阅读(214) 评论(0) 推荐(0) 编辑
摘要:注 curl 一个url时 最好对url加上引号(单双都行),如果中间有{}符号 应对其转义 \{ \} 否则会报 nested braces not supported 不支持嵌套的括号 1) 最简单的使用 $ curl http://www.linuxidc.com 2) 把读过来页面存下来 $ 阅读全文
posted @ 2017-03-02 15:25 wangxusummer 阅读(700) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示