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
链接:https://www.aliyundrive.com/s/s1WQGNub55d
里面只包含整轨,文件是我从互联网上收集到的,貌似是PT80论坛之前的大佬抓的,这里感谢一下大佬。
阿里网盘针对分享有文件格式的限制,我在源文件开头添加了2个字节,下载下来后将其删除即可,然后将文件扩展名改为.zip,具体可以参考我写的这篇文章:woodongwong/notes#65
.zip
The text was updated successfully, but these errors were encountered:
实测可用,下载的文件用Python处理很方便
path = '/location/of/downloaded/file' with open(path, 'rb') as f1: b = f1.read() with open(path + 'new', 'wb') as f2: f2.write(b[2:])
Sorry, something went wrong.
资源已失效
失效了,老板能不能再分享一下,谢谢
No branches or pull requests
链接:https://www.aliyundrive.com/s/s1WQGNub55d
里面只包含整轨,文件是我从互联网上收集到的,貌似是PT80论坛之前的大佬抓的,这里感谢一下大佬。
阿里网盘针对分享有文件格式的限制,我在源文件开头添加了2个字节,下载下来后将其删除即可,然后将文件扩展名改为
.zip
,具体可以参考我写的这篇文章:woodongwong/notes#65The text was updated successfully, but these errors were encountered: