当您在操作系统环境下删除文件时,数据其实还在硬盘上。如果没有得到彻底删除这些数据有可能会泄露您的机密隐私。HP File Sanitizer文件粉碎机使用军方标准,可以永久删除指定文件数据。
2024-02-26 14:32:53 846KB 职场管理
1
Duplicate File Finder是一款短小精悍超级实用的重复文件清理工具,旨在于帮助用户通过MD5哈希算法进行比较从而精准快速查找因频繁的复制粘贴导致重复的图片和视频以及其它重复数据,用户可以选择硬盘驱动器上的任何文件夹(或使用标准用户文件夹),Duplicate File Finder内置的重复文件搜索工具将快速又安全的深入分析所选文件夹的内容以搜索任何重复项,通过便捷的用户界面大家可以查看重复项并删除不需要的重复项
2024-01-18 11:12:25 2.37MB
1
Duplicate File Finder让你可以简单的拖放想要查看的文件夹,然后单击扫描。一分钟内,该应用程序会给你所有的重复文件按类别报告:图像,视频,音乐,文件,文档和所有其他特定扩展。这是很容易地看到每个文件占用多少空间。
2024-01-18 11:06:06 53.81MB macos 重复文件清理
1
*將USB,閃存卡和虛擬驅動器格式化為FAT / FAT32 / NTFS / UDF / exFAT / ReFS *使用[FreeDOS](http://www.freedos.org)或MS-DOS(Windows 8.1或更早版本)創建DOS可引導USB驅動器 *創建BIOS或UEFI可啟動驅動器,包括[UEFI可啟動NTFS](https://github.com/pbatard/uefi-ntfs) *從可啟動ISO(Windows,Linux等)創建可啟動驅動器 *從可引導磁盤映像(包括壓縮映像)創建可引導驅動器 *創建[Windows To Go](https://en.wikipedia.org/wiki/Windows_To_Go)驅動器 *下載官方的Microsoft Windows 8或Windows 10零售ISO *計算所選圖像的MD5,SHA-1和SHA-256校驗和 *在ISO-> USB創建(1)上,速度是Microsoft的USB / DVD工具或UNetbootin的兩倍 *執行壞塊檢查,包括檢測“假”閃存驅動器
2024-01-17 12:55:21 2.91MB file-delete
1
Web File Browser是一种轻型(1个PHP文件)文件浏览器。 该项目已移至GitHub https://github.com/cgda​​ve/webfilebrowser
2024-01-05 00:07:24 76KB 开源软件
1
使用wxPython和Rpyc用Python编写的远程文件浏览器。 支持下载,上传,删除和搜索文件/文件夹。 还支持跨平台通信。
2024-01-05 00:04:47 7.58MB 开源软件
1
ajaxfileupload java 版本励志, 其中用到了maven,jetty,如果不懂maven也可用,就是把webapp下的东西放到你的webroot下,在把jar包给全,如果会使用maven,那就方便极了,jetty启动,立马测试
2023-11-30 07:04:35 86KB ajax file upload java
1
Gmsh is a three-dimensional finite element mesh generator with a build-in CAD engine and post-processor. Its design goal is to provide a fast, light and user-friendly meshing tool with parametric input and advanced visualization capabilities. Gmsh is built around four modules: geometry, mesh, solver and post-processing. All ge- ometrical, mesh, solver and post-processing instructions are prescribed either interactively using the graphical user interface (GUI) or in text files using Gmsh’s own scripting language. Interactive actions generate language bits in the input files, and vice versa. A programming API is also available, for integrating Gmsh in your own C++, C, Python or Julia code: see Appendix D [Gmsh API], page 251. A brief description of the four modules is given hereafter.
2023-11-29 15:57:23 895KB
1
一、python压缩模块简介 python直接通过内置压缩模块可以直接进行压缩文件的创建; 内置模块 zipfile/rarfile 完成压缩文件的操作。 二、 zipfile模块基础使用 2.1 对一个文件进行zip压缩 # 把当前目录的test.txt文件压缩到a.zip压缩包中 import zipfile f = zipfile.ZipFile('a.zip', 'w', zipfile.ZIP_DEFLATED) f.write('test.txt') f.close() 上述代码中: a.zip是压缩后要保存的文件名 w 表示写入压缩文件的含义 ZIP_DE
2023-11-22 23:20:29 39KB file ip
1
ISO-IEC 14496-12 ISO Base Media File Format
2023-11-06 11:27:16 517KB ISO-IEC 14496-12
1