Skip to content
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

只使用了两个线程吗? #3

Closed
Fxxk-XueXiQiangGuo opened this issue Mar 13, 2019 · 6 comments
Closed

只使用了两个线程吗? #3

Fxxk-XueXiQiangGuo opened this issue Mar 13, 2019 · 6 comments

Comments

@Fxxk-XueXiQiangGuo
Copy link

t2 = Thread(target=learn_video, args=(cookies, videonum, videotime * 60, log, video))
t2.start()
learn_article(readnum, readtime * 60, log, article)
t2.join()
@Alivon
Copy link
Owner

Alivon commented Mar 13, 2019

是的 而且没有加入活跃时间减少机制, 活跃时间应该还能减少一倍学习时间

@Alivon Alivon closed this as completed Mar 13, 2019
@Alivon Alivon reopened this Mar 13, 2019
@Fxxk-XueXiQiangGuo
Copy link
Author

另外说一下,用python打包成的exe逆向工程很容易,建议直接开源。

@Alivon
Copy link
Owner

Alivon commented Mar 13, 2019

另外说一下,用python打包成的exe逆向工程很容易,建议直接开源。
谢谢提醒 打包只是为了方便 使用者不敲python命令

@poplong2
Copy link

是的 而且没有加入活跃时间减少机制, 活跃时间应该还能减少一倍学习时间

我昨天看到剩余时间减到零之后,还会继续-1秒、-2秒、-3秒……无限地减下去。

@Alivon
Copy link
Owner

Alivon commented Mar 14, 2019

是的 而且没有加入活跃时间减少机制, 活跃时间应该还能减少一倍学习时间

我昨天看到剩余时间减到零之后,还会继续-1秒、-2秒、-3秒……无限地减下去。

这是文章数量已经学完但是时长不够,正常情况 ,不影响使用

@Alivon
Copy link
Owner

Alivon commented Mar 14, 2019

另外说一下,用python打包成的exe逆向工程很容易,建议直接开源。

已经开源

@Alivon Alivon closed this as completed Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants