登录
首页 » DOS » PgBackup

PgBackup

于 2011-05-18 发布 文件大小:1KB
0 157
下载积分: 1 下载次数: 6

代码说明:

  拷贝文件到目标目录,实现程序文件的备份,并且写入日志文件,还可以设置成windows任务自动执行(Copy files to the target directory, to achieve the backup program files, and write log files, windows can also be set to automatically perform the task)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Urdu-Programming-Controls
    最好的从右向左的文输入的unicode显示的代码(The best right-to-left text input unicode code)
    2012-09-09 23:38:31下载
    积分:1
  • disk
    查找磁盘上所有文件,快速高效,大家可以看下。(Find all files on the disk, quickly and efficiently, we can have a look.)
    2014-01-13 14:55:13下载
    积分:1
  • kasjd
    说明:  打开一篇word文档,保存到数据库的某个字段中,实现word文档保存(Open a word document, save to the database in a field, save the document to achieve word)
    2011-04-09 11:55:57下载
    积分:1
  • php 示例(递归删除目录)
    //递归删除目录function deletedir($dir){$handle = opendir($dir);     while(false !==($file=readdir($handle))){       if($file!=="."&&$file!==".."){       //排除当前目录与父级目录            $file=$dir .DIRECTORY_SEPARATOR. $file;            if(is_dir($file)){                  deletedir($file);            }else{                @unlink($file);}        }     }   @rmdir($dir) ;   closedir($hadnle) ;}
    2014-07-01下载
    积分:1
  • cfexmostersetbase
    一个E语言编写的奇迹刷怪文件的批量编辑工具源码(sorry,my english is not very good)
    2011-08-08 13:09:14下载
    积分:1
  • FileAttribute
    vc——获取文件的属性FileAttribute(vc- get file attributes FileAttribute)
    2011-07-30 18:54:15下载
    积分:1
  • CSharp-Word
    C#对Word的常用操作,希望对你有所帮助。(C# on the Word of common operations)
    2010-05-15 16:12:55下载
    积分:1
  • ExcelToTxt
    一个读取EXCEL数据,并且充足数据,重新写入TXT文档的程序,设计到Excel操作以及读写文件操作(EXCEL a read data, and sufficient data, re-write the program TXT documents and design to operations and to read and write Excel file operations)
    2010-11-08 01:30:44下载
    积分:1
  • BinaryFileReader
    用C#编写的可以读写二进制文件的小程序,绝对可以直接用(C# can be prepared in reading and writing binary files small procedures, it may direct use)
    2007-01-02 21:52:18下载
    积分:1
  • VC-filemon
    监控文件操作源码 监控文件操作源码 监控文件操作源码 监控文件操作源码 监控文件操作源码 监控文件操作源码 监控文件操作源码 (my filemon source my filemon source my filemon source)
    2013-12-24 16:48:59下载
    积分:1
  • 696518资源总数
  • 105193会员总数
  • 18今日下载