We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
抓取資料數量一多,抓取狀態的窗口堆著很難看。我認為,是需要給用戶了解抓取的狀態的,只不过是否可以集中在一個窗口裡展示,而不用打開一堆的小窗口。
The text was updated successfully, but these errors were encountered:
技術上應該是可以,但是那要極大幅度地更改內部程式架構,可能要很~久以後了。當初使用多視窗的方式就是因為這樣能最簡單地分離不同的擷取工作,而且只要把視窗關掉就能確實中止相關的擷取工作(如果混在一起,要把非同步工作確實停掉,程式寫起來會非常複雜)。
目前有幾個可能有幫助的做法:
Sorry, something went wrong.
明白了,謝謝。那我還是保持原狀吧。
No branches or pull requests
抓取資料數量一多,抓取狀態的窗口堆著很難看。我認為,是需要給用戶了解抓取的狀態的,只不过是否可以集中在一個窗口裡展示,而不用打開一堆的小窗口。
The text was updated successfully, but these errors were encountered: