黑铁时代
Programing is not only one kind of technology, but also one kind of art.

随笔分类 -  计算机网络

使用HTTP协下载文件
摘要:通过发送HTTP请求,下载文件头文件: 1 #ifndef __HTTP__ 2 #define __HTTP__ 3 4 #include 5 #include 6 #include 7 #include 8 9 using namespace std;10 11 /**12 * U... 阅读全文
posted @ 2014-12-17 14:42 黑铁时代 阅读(344) 评论(0) 推荐(0)
DNS协议 实践
摘要:根据DNS协议发送UDP请求,然后获取IP地址头文件: 1 #ifndef __DNS__ 2 #define __DNS__ 3 4 #include 5 #include 6 #include 7 #include 8 9 using namespace std;10 11 /**1... 阅读全文
posted @ 2014-12-17 14:39 黑铁时代 阅读(423) 评论(0) 推荐(0)