About 24,100,000 results
Open links in new tab
  1. 怎么把这个文件格式变为zip呢? - 知乎

    你如果直接修改扩展名,就相当于直接修改了文件格式。你这个文件,不知道是否有扩展名?你可以在文件管理器,选中这个文件,在管理器菜单选择查看,把文件扩展名选项打开,看看目录 …

  2. 有什么好用的免费的解压软件? - 知乎

    而压缩速度一方面取决于软件的算法还有你电脑的硬件性能,这里也不好说哪款速度更快。 总的来说,自己根据对功能的需求来选择就对了,平时只是解压为主,那么选择免费开源的 7-Zip 就 …

  3. 7-Zip 官方网站怎么下载? - 知乎

    7-zip另外一个问题就是其创建的压缩包为*.7z格式,有些老版本的其他解压软件可能无法读取。 在制作压缩文件传给别人的时候不是很方便。

  4. Difference between zip(list) and zip(*list) - Stack Overflow

    Mar 19, 2015 · The zip function takes n lists and creates n-tuple pairs from each element from both lists: zip ( [iterable, ...]) This function returns a list of tuples, where the i-th tuple contains …

  5. Download a .zip file from the command line - Stack Overflow

    Feb 14, 2014 · Download a .zip file from the command line Asked 11 years, 9 months ago Modified 2 months ago Viewed 93k times

  6. 怎么下载7-zip官方软件…这里遇到了一些问题? - 知乎

    Oct 8, 2024 · 所以会出现有的人能下载、同时有的却不行的情况。 可以通过这里下载目前官方版 7-Zip 的最新版本(v24.09): 另外推荐下我自己在用的 NanaZip(7-Zip的一个现代化分支版 …

  7. c# - Create normal zip file programmatically - Stack Overflow

    Mar 16, 2010 · Ever needed to compress Zip files and needed a better Zip than what comes with many of the free compression libraries out there? I.e. you needed to compress folders and …

  8. Zip lists in Python - Stack Overflow

    I am trying to learn how to "zip" lists. To this end, I have a program, where at a particular point, I do the following: x1, x2, x3 = stuff.calculations(withdataa) This gives me three lists, x1, x...

  9. zip mime types, when to pick which one - Stack Overflow

    Dec 5, 2012 · multipart/x-zip - unlike a “discrete” type, the “multipart” type is one which represents a document that's comprised of multiple component parts, each of which may have its own …

  10. Zip / 7zip Compression Differences - Stack Overflow

    Feb 24, 2014 · Why is it more efficient to zip several zip files together, than to zip their unzipped contents together? The only thing I can think of is that during compression, the 7zip format …