-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
特殊边缘情形:滑动条块验证 #25
Labels
Comments
今天实现了两个思路,分别是原生图片处理、结合 opencv 的模板匹配,然后用
Running 1000 tests using 4 workers
...
578 passed (24m)
目前准备牺牲运行时间,用准确点的 2 方案,用插件实现 |
可信度提不上去的根本原因是没办法拿到原图(API 只返回了滑块背景图和滑块图),也就无法拿原图与滑块背景图比对区分,只能用其它笨方法 |
通过 https://github.com/ceajs/slider-captcha 解决了,你可以 Clone 最新的代码编译测试,或者发邮件我帮你测试下 @philhsu1995 |
font{
line-height: 1.6;
}
ul,ol{
padding-left: 20px;
list-style-position: inside;
}
厉害啊大佬,感激涕零!恐怕需要你帮忙测试,我虽然也是闲余之时作为娱乐感觉很有趣,只是我一学经济学的java小白,编译测试这事还真有点为难我胖虎,我把我的账号暂时提供给你测试可否?
***@***.***
签名由网易邮箱大师定制
在2021年12月4日 ***@***.***> 写道:
通过 https://github.com/ceajs/slider-captcha 解决了,你可以 Pull 最新的代码编译测试,或者发邮件我帮你测试下 @philhsu1995
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.
|
帮你删掉敏感信息啦,放在 GitHub 是比较危险的 @philhsu1995 |
解决!等下更新后的配置文件说明中会有 |
font{
line-height: 1.6;
}
ul,ol{
padding-left: 20px;
list-style-position: inside;
}
嗷好的呢,我忘了这是直接回复到github呢,感谢大佬!太赞了!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: