Giter VIP home page Giter VIP logo

qqwry's Issues

我使用PHP写了一个同样功能的脚本

1.看见下面用nodejs写的相同功能,我也回复一下。我使用PHP写了一个同样功能的脚本,正好在找如何从安装包里提取,也正好找到innoextract,但是我觉得麻烦了,想看看有没有php就可以的。
2.不得不说您的代码写的真的不错,我还是写的那种直接从公众号里,他发文章的合集里抓取最新的文章链接,再从这个链接里再正则匹配下载地址,耗时都得好几秒,而且我还没屏蔽预告之内的。
3.你的这个项目会一直更新吗?如果一直更新我就直接自动拉取你的文件了。用php写真的不太适合,很慢。
最后再感谢你开源,谢谢!

最近更新后 我运行出错了

大佬好:

几个月前我按照你的教程操作。运行成功。
但是最近你更新了一些代码后,我的代码也同步更新了,但是我这边运行就失败了。
但是我看你这边运行都是成功的。

求大佬看看。
运行错误的图片如下:

屏幕截图 2024-08-08 180110

ip

ip地址有误
Z:\018-查ip地址>python IPLocator.py 223.83.170.17 **–江西–萍乡

IP查询
归属地:
** 江西省 抚州市 临川区
运营商:
**移动
IPV4:
223.83.170.1

新的czdb格式文件下载

根据官网说明,EXE和DAT格式的数据将会在10月1号停止下载,只提供CZDB格式的文件

请问后续会提供新格式的文件下载吗?😋😋

请问下,qqwrt.dat的格式有变动吗?

一直从作者的仓库拉取最新版,先表达下谢意
我主要是用来转换为mmdb格式来给日志工具获取地理位置的.每周更新一次,我发现自从16号的版本更新后,格式就变为

  {
    "city": 
      {
        "names": 
          {
            "en": 
              "**–浙江–杭州" <utf8_string>
          }
      }
    "country": 
      {
        "names": 
          {
            "en": 
              "**–浙江–杭州" <utf8_string>
          }
      }
    "isp": 
      {
        "names": 
          {
            "en": 
              "阿里巴巴anycast公共DNS" <utf8_string>
          }
      }
    "province": 
      {
        "names": 
          {
            "en": 
              "unknown" <utf8_string>
          }
      }
  }

我用之前的版本则正常

  {
    "city": 
      {
        "names": 
          {
            "en": 
              "杭州市" <utf8_string>
          }
      }
    "country": 
      {
        "names": 
          {
            "en": 
              "**" <utf8_string>
          }
      }
    "isp": 
      {
        "names": 
          {
            "en": 
              "阿里巴巴anycast公共DNS" <utf8_string>
          }
      }
    "province": 
      {
        "names": 
          {
            "en": 
              "浙江省" <utf8_string>
          }
      }
  }

官方我也没看到变动,所以咨询下作者,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.