CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - delete file

搜索资源列表

  1. Eraser

    1下载:
  2. 磁盘文件的安全删除,我们通常所执行的删除操作并不是真正的删除只是清除了文件的fat表内容,文件数据还在磁盘上,可以恢复,所以不安全。-disk deletion of the security document, we usually enforced by the delete operation does not really delete the file will simply remove the fat table of contents, document data on the
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:933867
    • 提供者:陈爱国
  1. shchangenotify

    1下载:
  2. 利用Windows的未公开函数SHChangeNotifyRegister实现文件目录操作即时监视程序可以监视在Explore中的重命名、新建、删除文件或目录;改变文件关联;插入、取出CD和添加删除网络共享都可以被该程序记录下来。(12KB)-use Windows function SHChangeNotifyRegister not open files directory operations can be monitored in real-time surveillance proce
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:11681
    • 提供者:zy
  1. FilesServer

    2下载:
  2. 使用C#编的程序,实现多个文件夹文件的同步.比如,删除一个文件或者文件夹,程序将自动的删除另外几个文件夹中相同的内容,可以对网络上不同机器上的文件进行同步.-use C# series of the program, realized the number of documents folder synchronization. For example, to delete a file or folder, the program will automatically delete sever
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:14768
    • 提供者:张化
  1. ftp cs编程

    0下载:
  2. 这是一个说明FTP原理的程序。可以实现文件的服务器的简单管理以及客户端的简单管理。比如上传、删除文件-This a statement of principle FTP procedures. The document can be achieved by simple server management and client management simple. For example, upload, delete the file, etc.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1667060
    • 提供者:熊熊XP
  1. 文本文件系统

    1下载:
  2. 文件系统操作,能Crate,Delete目录,使用多级目录,至于是否采用索引节点结构,自选。目录项目中应包含:文件名、物理地址、长度等信息。-file system operation, can Crate, Delete Contents, the use of multi-level directory, As to whether Index node structure, Customize. Contents Item should include : name, physical a
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5018
    • 提供者:陈南
  1. 删除自己

    0下载:
  2. 在程序退出后能够删除EXE文件本身,共使用了几种方法,是这方面编程的总结-withdraw from the proceedings after the EXE file to delete itself, has used several methods, this program is a summary
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:58667
    • 提供者:zx
  1. MxSky-BLOG

    0下载:
  2. 集成功能: 1、相册系统 2、上传共享系统。 3、mp3添加,播放功能 4、留言本新的功能,过滤IP 5、留言本集成FAQ系统,可分类发表 6、可以发表静态日志,减小服务器压力. 7、漂亮的魔法表情,(参考) 在L-Blog v1.08 (SE) 开发的,新增加的功能: 1、日志增加首页显示调用index_show.asp 2、日志增加用户的修改和删除权利 3、日志增加文件上传大小修改和限制 4、时间的动态修改 5、增加日志的日志推荐
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:5840447
    • 提供者:张和平
  1. 一个实现FTP功能的源代码

    0下载:
  2. 1.使用异步socket连接,异步解析主机名; 2.支持多文件、多级目录/子目录的上传/下载; 3.文件的删除、重命名、修改属性......等等; 4.用户的修改密码.......等等; 5.断点上传/下载; 6.支持托放上传/下载; 7.自定义FTP命令等; 8.拨号网络(电话及ADSL)/挂断等管理; 9.SOCKS4/SOCKS4A, SOCKS5, HTTP1.1;FTP login Proxy等支持; -1. The use o
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1645164
    • 提供者:长立志
  1. deletemyself

    0下载:
  2. 通过创建批处理文件的方法,可以实现自我删除文件-through the creation of the batch file, can achieve self-delete files
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:166761
    • 提供者:古董
  1. delallindir

    0下载:
  2. 寻找相关目录下的所有文件,修改文件属性,然后删除文件下及子文件下的文件-find relevant directory of all documents, change file attributes, and then delete the files and documents for under the document
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:15759
    • 提供者:方格路
  1. filesystem_C

    0下载:
  2. 此版本是在网上广为流传的 二级文件系统 基础上制作的.重新编写了块操作等模块,修正了N多BUG. 实现的命令有 ls-列目录 md-创建目录 cd-进入子目录 mf-创建文件 cat-显示文件内容 del-删除文件 vi-简单文件编辑 reg-注册用户管理 q-退出 超级雷电 -this version on the Internet widely circulated two file system on the basis of production. Rewrite
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:29649
    • 提供者:CF雷电
  1. ResHacker

    0下载:
  2. 免费软件,用于查看,修改,添加和删除 Win32 可执行文件的资源。 内置了一个内部资源编译器和反编译器。可以工作于 Win9x 和 WinNT。-free software, used to view, modify, add and delete Win32 executable file resources. A built-in internal resources and anti-compiler compiler. Able to work on Win9x and WinNT
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:465885
    • 提供者:牧野飞星
  1. ASP.Excel

    0下载:
  2. ASP操作Excel技术总结 目录 一、  环境配置 二、  ASP对Excel的基本操作 三、  ASP操作Excel生成数据表 四、  ASP操作Excel生成Chart图 五、  服务器端Excel文件浏览、下载、删除方案 六、  附录 -ASP operation Excel Technical Summary Table of Contents 1, the configuration of two, ASP Excel to the ba
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6107
    • 提供者:楼宇航
  1. ossue

    0下载:
  2. 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchronization, contradict operation exa
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9095
    • 提供者:苏匀
  1. sszzfilev1.0B

    0下载:
  2. 本文件是天津市苏桓、朱轶瑞共同编写! 使用main.jsp?id=就可以看到文件列表 文件管理可以更改,删除文件,修改文件内容,修改文件名。-Tianjin Su Huan, ZHU prepared jointly by Switzerland! Use id = main.jsp can see the list of files that document management can change, and delete files, modify the contents of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15128
    • 提供者:阮高鹏
  1. LiteTelBook

    0下载:
  2. 这是我同学课余编写的自用小程序: 由于本程序是一个很小的小程序,操作按钮少,界面简。只有添加、删除、修改、查找四个功能。在删除和修改的时候必需要选中一个记录才能进行操作,在程序中也作了违规处理(不选记录也点击删除和修改)。每个按钮都设有快捷键。在程序中还有什么地方没有 考虑周全的请各位指出来,我会对源程序作出修改的。还应注意的地方就是record.mdb是用来保存记录的,不能删除这个文件。一但删除所有记录就被删除了。查找功能只能按照姓名查找。-This my classmates after
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:317385
    • 提供者:刘权
  1. filesys_emu

    0下载:
  2. 本程序是使用Vc++6.0开发的用于计算机系操作系统课程的文件系统模拟程序,程序在控制台中运行,提示你加入文件,更改文件和删除文件;对文件也可以写入、删除和更改内容。它完整地实现了一个最简单的模拟文件树,希望对你理解操作系统关于文件系统的基础知识有所帮助-this procedure is the use of Vitamin C 6.0 for the development of the computer science courses on operating system file sy
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8204
    • 提供者:刘权
  1. W2kSqlextendedproc

    0下载:
  2. BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\\boot.ini ) --删除文件Select dbo.FileDelete( C:\\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\\Test\\test ,1) --文件复制Select dbo.FileCopy( C:\\boot.ini , c
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:568414
    • 提供者:耿海瑞
  1. 18419_filesystem

    0下载:
  2. 用ASP+FSO实现文件浏览:使用FSO实现对服务器上的文件系统进行管理. Ver 1.0 功能列表 1.浏览文件系统 2.删除文件及目录 3.下载文件 -FSO ASP files here : the use of FSO to achieve server document management system. Ver 1.0 features a list. View File System 2. Delete the file and directory 3. Do
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5069
    • 提供者:姚紫欣
  1. long-distance_document-operate

    0下载:
  2. 远程文件操作 目的: 监控端对被控端计算机上的文件执行访问、创建、复制、移动、重命名、删除操作 -remote file manipulation Objective :-Monitoring of Beikongduan computer files on the implementation of the visit, create, copy, move, rename, and delete operations
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:58781
    • 提供者:quyan
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com