摘要: Bind-GeoIP实现智能解析bind dig 补丁下载地址: http://wilmer.gaa.st/edns-client-subnet/bind GeoIP 补丁下载地址:https://code.google.com/p/bind-geoip/geoip-c-api 下载地址:https... 阅读全文
posted @ 2015-04-16 10:59 Jackson3756 阅读(1453) 评论(0) 推荐(0) 编辑
摘要: ###一、系统调用``` 应用程序 -----------+ | | v | 各种库 |(C/C++标准库、Sh... 阅读全文
posted @ 2015-04-13 22:51 Jackson3756 阅读(264) 评论(0) 推荐(0) 编辑
摘要: ###1.用户层内存管理:STL:自动分配/释放内存资源(调C++接口)C++:new/delete,构造/析构(调标C接口) 标准C:malloc/calloc/realloc/free(调POSIX接口)POSIX:brk/sbrk(调Linux接口)Linux:mmap/munmap(调K... 阅读全文
posted @ 2015-04-12 19:50 Jackson3756 阅读(205) 评论(0) 推荐(0) 编辑