Merge branch 'main' of https://code.uic.edu.cn/scholar-data-mining/cst-project
This commit is contained in:
commit
ad6ba8832a
BIN
Data/Transform/EJDE_buffer_transform.zip
Normal file
BIN
Data/Transform/EJDE_buffer_transform.zip
Normal file
Binary file not shown.
@ -67,7 +67,6 @@ with ThreadPoolExecutor(max_workers=25) as executor:
|
|||||||
futures = [executor.submit(extract_href, url) for url in url_list]
|
futures = [executor.submit(extract_href, url) for url in url_list]
|
||||||
for future in as_completed(futures):
|
for future in as_completed(futures):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
wait(futures)
|
wait(futures)
|
||||||
print('\nAll links have been got.\n')
|
print('\nAll links have been got.\n')
|
||||||
|
|
||||||
@ -111,4 +110,4 @@ print(count2, ' author_data has been stored.')
|
|||||||
|
|
||||||
# Transfer to large file and delete the temporary storage files
|
# Transfer to large file and delete the temporary storage files
|
||||||
ejqtde_save.Transf()
|
ejqtde_save.Transf()
|
||||||
ejqtde_save.delete()
|
ejqtde_save.delete()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user