GeoIP2 数据库更新地址

数据库文件下载网页地址 http://dev.maxmind.com/geoip/geoip2/geolite2/

http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz

http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz

http://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.gz

自动更新数据库程序 - https://dev.maxmind.com/geoip/geoipupdate/

源码github地址 - https://github.com/maxmind/geoipupdate

数据操作API库资源网址 https://dev.maxmind.com/geoip/geoip2/downloadable/#MaxMind_APIs

官方C操作库

源码github地址 - https://github.com/maxmind/libmaxminddb

文档参考地址 - http://maxmind.github.io/libmaxminddb/

非官方C++操作库

下载地址 - https://www.ccoderun.ca/GeoLite2PP/download/?C=M;O=D

API文档参考地址 - https://www.ccoderun.ca/GeoLite2++/api/

文件格式规范说明:

MaxMind DB File Format Specification - http://maxmind.github.io/MaxMind-DB/

最新文章

  1. 企业shell面试题:获取51CTO博客列表倒序排序考试题
  2. if else 的妙用 —— 顾客视角
  3. SVNServer迁移
  4. Greenplum测试环境部署
  5. 【Go语言】LiteIDE使用的个人使用方法
  6. 配置visual studio code进行asp.net core rc2的开发
  7. assert的用处
  8. ios上架
  9. mysql 查看表记录新增、修改的时间
  10. hihoCoder 1098
  11. POJ2241——The Tower of Babylon
  12. WCF扩展之实现ZeroMQ绑定和protocolBuffer消息编码(二)实现IRequestChannel(2016-03-15 12:35)
  13. 个人实现的一个简单的蜗牛矩阵(c语言)
  14. PHP使用array_intersect()函数求数组交集
  15. 解决maven 下载 hadoop-client 客户端 报错的问题
  16. 基于MongoDB.Driver的扩展
  17. 使用mysql将手机号、身份证号等字段进行脱敏
  18. 用webpack4从零开始构建react脚手架
  19. git merge后如何撤销
  20. Unity的Attribute(特性)还算多吧

热门文章

  1. js jquery 权限单选 bug修改以及正确代码 购物车数量加减
  2. 基于mybatis设计简单信息管理系统---jsp页面
  3. selenium webdriver 移动到某个位置,滚动到某个位置
  4. centos7 多网卡修改默认路由
  5. IDEA搭建SSM出现的一些错误
  6. 使用Git将本地项目上传到码云
  7. JSON后台处理特殊字符方法,在JSONArray.fromObject转换时处理
  8. linux 安装nginx yum
  9. python网络爬虫入门范例
  10. python 初学函数