Coder Social home page Coder Social logo

Comments (7)

moxiaowk avatar moxiaowk commented on June 8, 2024 1

学习通环信IM协议研究的资料

https://uint128.com/2020/11/16/%E8%B6%85%E6%98%9F%E5%AD%A6%E4%B9%A0%E9%80%9AIM%E5%8D%8F%E8%AE%AE%E5%88%86%E6%9E%90/

from chaoxing-sign-cli.

cxOrz avatar cxOrz commented on June 8, 2024

IM协议:

  • 监听消息,消耗资源少
  • 不容易被判异常IP
  • 实现较困难

当前方式:

  • 随时主动地查询活动
  • 不存在漏接收的情况

现在的方式是遍历,但根据实际情况来看,会有签到的课程总是在前几个,绝大多数情况下检测到一个有效签到,请求次数是个位数(假如前五门课程会发布签到,最多5次请求就可判断出有效签到),处于完全可以接受的范围内,难以被判异常IP地址。且主动查询,不会漏掉任何活动,特殊情况下一次或多次没签上可以再次主动查询。暂时,我觉得传统方法是非常合适的。

from chaoxing-sign-cli.

cxOrz avatar cxOrz commented on June 8, 2024

短期内,不考虑用IM协议来检测~

from chaoxing-sign-cli.

moxiaowk avatar moxiaowk commented on June 8, 2024

嗯呢😘

from chaoxing-sign-cli.

cxOrz avatar cxOrz commented on June 8, 2024

预告:新功能即将来临~

从中午一屁股坐到现在没怎么动弹,快要死了

from chaoxing-sign-cli.

cxOrz avatar cxOrz commented on June 8, 2024

已实现 😆

from chaoxing-sign-cli.

moxiaowk avatar moxiaowk commented on June 8, 2024

牛蛙牛蛙

from chaoxing-sign-cli.

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.