0
LookupService lookup = new LookupService(url.getPath), LookupService.GEOIP_MEMORY_CACHE);
Location locationServices = lookup.getLocation(ipAddress);
ip地址是字符串,查找不爲空& locationServices爲null的getLocation方法返回null
我用geoip的-API-1.2.10.jar & GEOLITE上數據庫
我缺少什麼?
這是否發生在所有IP地址上?您正在使用哪種GeoLite數據庫? –
我試過不同的IP地址都是空的結果 –
我已經解決了它,我更改了我使用的GeoLiteCity數據庫,然後正常工作。謝謝 –