摘要: 1 //test.cpp 2 #include <stdio.h> 3 int g_var = 0; 4 void print_line(char *str) 5 { 6 if (str != NULL) 7 printf("%s\r\n", str); 8 else 9 printf("null 阅读全文
posted @ 2017-09-27 23:47 言止予思 阅读(12043) 评论(1) 推荐(0) 编辑
摘要: 问题出现背景: 项目中有个通过ip获取归属地城市需求,我是直接通过新浪的ip归属查询接口来获取的。我使用的是shell脚本调用 RESULT=$(curl -s 'http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js&ip=119. 阅读全文
posted @ 2017-09-27 14:14 言止予思 阅读(6603) 评论(1) 推荐(0) 编辑