登录
首页 » 其他 » Delphi 数据定时自动备份程序

Delphi 数据定时自动备份程序

于 2023-06-18 发布 文件大小:24.19 kB
0 212
下载积分: 2 下载次数: 1

代码说明:

Delphi 数据定时自动备份程序,备份前请设置自动备份的时间、需要备份到的目标文件夹,程序需要一直运行着,时间到自动备份所选择的目录文件。

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

发表评论

0 个回复

  • thinkinc++(书,中文,源码),初学者必备的一本好书
    thinkinc++(书,中文,源码),初学者必备的一本好书-thinkinc++ (books, Chinese, source), beginners must have a good book
    2022-04-16 18:11:26下载
    积分:1
  • 一个关于adaboost算法的matlab程序,这是我开始接触adaboost研究的程序,有实用价值...
    一个关于adaboost算法的matlab程序,这是我开始接触adaboost研究的程序,有实用价值-this is a adaboost algorithm write with matlab code,and it is my starting program of researching work on adaboost,it is valuable for application
    2023-04-02 18:50:03下载
    积分:1
  • 凡四大皆空暖风机看四大皆空妇女三角裤赴河南江苏 。
    凡四大皆空暖风机看四大皆空妇女三角裤赴河南江苏 。-Where nothing heaters women look nothing briefs to Henan and Jiangsu.
    2022-11-15 04:05:03下载
    积分:1
  • 里面有二十多个C++ Builder编程实例,可以帮助初学者快速入门
    里面有二十多个C++ Builder编程实例,可以帮助初学者快速入门-Inside there are more than 20 C++ Builder programming examples that can help beginners Quick Start
    2022-03-17 13:56:51下载
    积分:1
  • Active Server Pages
    这是一个为12级学生设计的活动服务器页面项目。
    2022-09-10 14:50:04下载
    积分:1
  • C# 回车键控制鼠标焦点
    C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。   private void txtUserName_KeyUp(object sender, KeyEventArgs e)   {    if (e.KeyData == Keys.Enter)//如果按下回车键    txtPWD.Focus();//切换鼠标焦点   }   private void txtPWD_KeyUp(object sender, KeyEventArgs e)   {    if (e.KeyData == Keys.Enter)//如果按下回车键    btnOK.Focus();//切换鼠标焦点   }
    2022-01-23 11:25:26下载
    积分:1
  • * Has a debug LED, button, digital control verilog procedures, and debugging in...
    *先后调试了LED,按键,数码管的verilog程序,并在实验板上面调试成功!学习FPGA是一个漫长的过程,但是我必须得坚持!前途光明,道路崎岖! 这次在垃圾堆(我工作台下面的抽屉和柜子,呵呵)里面搜索了一个以前用C8051F020作的一个单片机 最小系统,其中有一个PS2的数字小键盘,于是马上鼓捣了一下,复习了一下PS2传输数据的规则,其实还是比较简单的,所以很快就把程序搞定,并在电路板上运行正常!!! -* Has a debug LED, button, digital control verilog procedures, and debugging in the experiment above board success! FPGA is a long learning process, but I have to insist! A bright future, roads and rugged! In the garbage (I workbench drawers and cabinets below, huh, huh) search inside a previously C8051F020 minimum for a single-chip systems, which have a small number of PS2 keyboard, then immediately鼓捣, then review the PS2 data about the rules, in fact, relatively simple procedures so they get very quickly, and in the normal operation of the circuit board! ! !
    2022-02-13 14:46:38下载
    积分:1
  • Java/JSP万年历编写实例
    Java万年历源码,   TextField tfYear = new TextField("2004", 5); //显示年份的文本域   Choice monthChoice = new Choice(); //月份选择下拉框   Button btUpdate = new Button("更新"); //更新按钮   GregorianCalendar calendar=new GregorianCalendar(); //日历对象   Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体   Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体   String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};   String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};   int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数   int searchMonth,searchYear; //查询的年份及月份   public void init(){    setBackground(Color.white); //设置背景颜色    searchMonth = calendar.get(Calendar.MONTH); //得到系统年份    searchYear = calendar.get(Calendar.YEAR); //得到系统月份    add(new Label(" 年:")); //增加组件到Applet    tfYear.setText(String.valueOf(searchYear)); //设置文本域文字    add(tfYear);    add(new Label(" 月:
    2023-03-16 17:35:03下载
    积分:1
  • Write the Temperature alarm program by Labview Software.
    用LabVIEW编写的温度报警程序,适合于工业自动化使用-Write the Temperature alarm program by Labview Software.
    2022-06-16 11:23:42下载
    积分:1
  • 数值分析迭代格式比较
    数值分析迭代格式比较-iterative numerical analysis of comparative format
    2022-03-18 03:36:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载