This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
安装方式: | |
下载解压文件至 ---> /usr/bin/ 目录 | |
给予执行权限 | |
chmod +x /usr/bin/fclone | |
使用方式与 gclone / rclone 相同 | |
满足拥有2000有效可用SA请尝试以下 flag | |
flag 1)::低配VPS推荐 | |
--drive-server-side-across-configs --stats=1s --stats-one-line -vP --checkers=128 --transfers=128 --drive-pacer-min-sleep=1ms --check-first |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gclone copy GD-TK:{} Onedrive-moe:/中转站 -vvP --order-by name --size-only --onedrive-chunk-size=250M |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def build_menu(self, buttons, | |
n_cols, | |
header_buttons=None, | |
footer_buttons=None): | |
menu = [buttons[i:i + n_cols] for i in range(0, len(buttons), n_cols)] | |
if header_buttons: | |
menu.insert(0, [header_buttons]) | |
if footer_buttons: | |
menu.append([footer_buttons]) | |
return menu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
强制删除文件,必须有文件后缀名 | |
--- | |
del /f/s/q [file] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install | |
--- | |
pip install -r requirements.txt | |
--- | |
generate | |
--- | |
pip install pipreqs | |
pipreqs . --encoding=utf8 --force |