久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    <bdo id='wU4MR'></bdo><ul id='wU4MR'></ul>
<tfoot id='wU4MR'></tfoot>

      <small id='wU4MR'></small><noframes id='wU4MR'>

      <legend id='wU4MR'><style id='wU4MR'><dir id='wU4MR'><q id='wU4MR'></q></dir></style></legend>

    1. <i id='wU4MR'><tr id='wU4MR'><dt id='wU4MR'><q id='wU4MR'><span id='wU4MR'><b id='wU4MR'><form id='wU4MR'><ins id='wU4MR'></ins><ul id='wU4MR'></ul><sub id='wU4MR'></sub></form><legend id='wU4MR'></legend><bdo id='wU4MR'><pre id='wU4MR'><center id='wU4MR'></center></pre></bdo></b><th id='wU4MR'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='wU4MR'><tfoot id='wU4MR'></tfoot><dl id='wU4MR'><fieldset id='wU4MR'></fieldset></dl></div>
      1. 如何使用 MaxMind 的 GeoIP 數(shù)據(jù)庫來確定位置?

        How do I use MaxMind#39;s GeoIP database to determine location?(如何使用 MaxMind 的 GeoIP 數(shù)據(jù)庫來確定位置?)
          <tbody id='ERRqW'></tbody>
      2. <i id='ERRqW'><tr id='ERRqW'><dt id='ERRqW'><q id='ERRqW'><span id='ERRqW'><b id='ERRqW'><form id='ERRqW'><ins id='ERRqW'></ins><ul id='ERRqW'></ul><sub id='ERRqW'></sub></form><legend id='ERRqW'></legend><bdo id='ERRqW'><pre id='ERRqW'><center id='ERRqW'></center></pre></bdo></b><th id='ERRqW'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='ERRqW'><tfoot id='ERRqW'></tfoot><dl id='ERRqW'><fieldset id='ERRqW'></fieldset></dl></div>
          <bdo id='ERRqW'></bdo><ul id='ERRqW'></ul>
          <legend id='ERRqW'><style id='ERRqW'><dir id='ERRqW'><q id='ERRqW'></q></dir></style></legend>
              • <tfoot id='ERRqW'></tfoot>
              • <small id='ERRqW'></small><noframes id='ERRqW'>

                1. 本文介紹了如何使用 MaxMind 的 GeoIP 數(shù)據(jù)庫來確定位置?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  所以,我在上一個問題中被告知我可以使用 MaxMind 提供的 數(shù)據(jù)庫來確定位置.

                  So, I was told in my previous question that I can use the databases provided by MaxMind to determine locations.

                  所以,我從他們的網(wǎng)站下載了他們的數(shù)據(jù)庫.它們是 csv 文件并在 Excel 中打開.

                  So, I got their databases downloaded from their site. They are csv files and open up in Excel.

                  InetAddress ip = InetAddress.getLocalHost() 是我獲取計算機 IP 的方式.從那里我做 String justIP = ip.getHostAddress()

                  InetAddress ip = InetAddress.getLocalHost() is how I get the IP of my computer. From there I do String justIP = ip.getHostAddress()

                  我的問題是:

                2. 如何使用我剛剛下載的數(shù)據(jù)庫將 justIP 解析為城市位置???

                3. 我對此很陌生,因此將不勝感激.

                  My question is:

                4. How do I resolve justIP to a city location using the DB I just downloaded ???

                5. I am new to this so a little help will be appreciated.

                  其中一個文件包含三列.startIPNumendIPNumlocID 我不知道這些是做什么的,但我猜 locID 映射到一個城市和國家在另一個文件中的位置.

                  One of the files has three columns. startIPNum, endIPNum and locID I do not know what these do but I guess locID maps to a city and country location in the other file.

                  推薦答案

                  你試過 Maxmind 的 Java 例子嗎?http://dev.maxmind.com/geoip/downloadable#Java-8
                  有關字段說明,請參見 http://dev.maxmind.com/geoip/csv

                  Did you tried the Java examples from Maxmind? http://dev.maxmind.com/geoip/downloadable#Java-8
                  And see http://dev.maxmind.com/geoip/csv for field descriptions

                  這篇關于如何使用 MaxMind 的 GeoIP 數(shù)據(jù)庫來確定位置?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  How can I detect integer overflow on 32 bits int?(如何檢測 32 位 int 上的整數(shù)溢出?)
                  Local variables before return statements, does it matter?(return 語句之前的局部變量,這有關系嗎?)
                  How to convert Integer to int?(如何將整數(shù)轉換為整數(shù)?)
                  How do I create an int array with randomly shuffled numbers in a given range(如何在給定范圍內(nèi)創(chuàng)建一個隨機打亂數(shù)字的 int 數(shù)組)
                  Inconsistent behavior on java#39;s ==(java的行為不一致==)
                  Why is Java able to store 0xff000000 as an int?(為什么 Java 能夠將 0xff000000 存儲為 int?)

                  <small id='BUabW'></small><noframes id='BUabW'>

                6. <i id='BUabW'><tr id='BUabW'><dt id='BUabW'><q id='BUabW'><span id='BUabW'><b id='BUabW'><form id='BUabW'><ins id='BUabW'></ins><ul id='BUabW'></ul><sub id='BUabW'></sub></form><legend id='BUabW'></legend><bdo id='BUabW'><pre id='BUabW'><center id='BUabW'></center></pre></bdo></b><th id='BUabW'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='BUabW'><tfoot id='BUabW'></tfoot><dl id='BUabW'><fieldset id='BUabW'></fieldset></dl></div>
                      <bdo id='BUabW'></bdo><ul id='BUabW'></ul>

                      1. <tfoot id='BUabW'></tfoot>

                            <tbody id='BUabW'></tbody>

                        • <legend id='BUabW'><style id='BUabW'><dir id='BUabW'><q id='BUabW'></q></dir></style></legend>
                          • 主站蜘蛛池模板: 亚洲精品9999 | 国产日韩电影 | 欧美精品综合在线 | 亚洲色欧美另类 | 国产一区 | 成人av资源在线 | 国产视频观看 | 在线国产一区二区 | 国产成人精品久久二区二区91 | 欧美在线一二三 | 色桃网 | 亚洲成人午夜在线 | www.玖玖玖 | 国产电影一区二区 | 人人九九精 | 国产成人免费网站 | 亚洲成人一区二区在线 | 国产无人区一区二区三区 | 国产乱码精品一品二品 | 国产成人免费视频网站视频社区 | 亚洲欧洲精品成人久久奇米网 | www.色.com| 91国内在线观看 | 日干夜干| wwwsihu| 草草视频在线观看 | 一区视频 | 国产成人精品午夜 | 成人高清视频在线观看 | 国产欧美日韩在线一区 | 久视频在线观看 | 在线超碰 | 亚洲成人精品国产 | 国产欧美日韩一区 | 国产成人在线视频播放 | 成年人视频在线免费观看 | 亚洲日本一区二区三区四区 | 久草新在线 | 精品视频在线观看 | 国产一区二区三区久久 | 欧美日韩国产一区二区 |