Giter Club home page Giter Club logo

Comments (2)

Eigh18n avatar Eigh18n commented on July 29, 2024

不用去重,mysql里我记得有个in方法,就是一个tag在不在这个数组里,实在不行用like也行,最后遍历所有tag的结果集求个内链接
——群大佬『鹤望兰号』(412459523)

from amiya-bot.

vivien8261 avatar vivien8261 commented on July 29, 2024

@Eigh18n
公招功能一直鸽其实是因为不知道怎么让用户去使用,昨天想想,用 图像识别 解决了

关于怎么查询,其实用like就可以解决了,识别出tags的列表之后,生成类似以下的sql

SELECT *
FROM t_operator_tags_relation
WHERE (operator_tags LIKE "%防护%" OR operator_tags LIKE "%输出%" OR operator_tags LIKE "%生存%")
  AND operator_rarity >= 1
  AND operator_rarity <= 5
ORDER BY operator_rarity DESC

然后再分析结果就行,新的数据库结构等下会更新到release

from amiya-bot.

Related Issues (20)

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.