-
自动化备份支持ftp
说明: 功能
1、用不习惯GIT,专门写了这个小软件快捷备份数据到服务器,打包压缩加密当前文件夹到NAS盘或FTP服务器,小项目省事省心。
2、整合粘贴自动文本+-1,如粘一次是abc1,再粘一次是abc2
3、右下角图标点一下,复制年月日时分秒到剪切板
4、更多功能欢迎大家整合,制作撸码最强大的利器(function
1. Not used to git, specially wrote this small software to quickly backup data to the server, package, compress and encrypt the current folder to the NAS disk or FTP server, small projects save trouble and worry.
2. Integration paste automatic text + - 1, such as paste once is ABC1, paste again is ABC2
3. Click the icon in the lower right corner to copy the date, hour, minute and second to the clipboard
4. You are welcome to integrate more functions to make the most powerful weapon of luma)
- 2021-01-04 00:34:05下载
- 积分:1
-
Visual C# 使用键盘控制窗体的移动
Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。
private void Form1_Load(object sender, EventArgs e)
{
Frm_Main form1 = new Frm_Main();//创建窗体对象
form1.KeyPreview = true;//设置窗体接收按键事件
}
private void Form1_KeyDown(object sender, KeyEventArgs e)
{
Point point = this.Location;//定义一个标识窗体的变量
switch (e.KeyData)//判断按键类型
{
case Keys.Up://当按键为上方向键时
point.Y -= 2;
break;
case Keys.Down://当按键为下方向键时
point.Y += 2;
break;
case Keys.Right://当按键为右方向键时
point.X += 2;
break;
case Keys.Left://当按键为左方向键时
point.X -= 2;
break;
case Keys.Escape://当按键为Esc键时
this.Close();//关闭本窗体
break;
default: break;
}
this.Location = point;
}
- 2022-03-13 23:48:13下载
- 积分:1
-
codeblocks
codeblokes使用教程,主要适用于初学者,关于变量定义等(codeblokes tutorials, mainly for beginners, on variable definitions, etc.)
- 2014-11-07 21:56:11下载
- 积分:1
-
寻最小支配集,用DP,复杂度是2^8
比2^150次方快多了
寻最小支配集,用DP,复杂度是2^8
比2^150次方快多了-find the smallest dominating set with the DP, complexity is 2 ^ 2 ^ than eight 150-th power much quicker
- 2022-06-29 17:33:43下载
- 积分:1
-
MIMO-master
主要编写空间调制,正交空间调制代码,以及进行理论分析(Simulation and theoretical analysis of space modulation and quadrature space modulation)
- 2020-12-07 20:29:21下载
- 积分:1
-
drive-download-20190115T115806Z-001
sql book and it is used to learn database managment system
- 2019-01-15 21:15:39下载
- 积分:1
-
VB和Labview编程应用,VB与Labview的一些联系。
VB和Labview编程应用,VB与Labview的一些联系。-VB and the application of Labview programming, VB some contact with Labview.
- 2022-03-21 02:36:22下载
- 积分:1
-
ASP prepared a source of the company's Web site, academics can use to learn
ASP编写的一个公司网站的源程序,学者可以使用学习-ASP prepared a source of the company"s Web site, academics can use to learn
- 2022-06-29 21:25:29下载
- 积分:1
-
d27fengxing26
用于模拟曲面,是一种很好用的程序,可直接运行。(Used to simulate surfaces, it is a very useful program that runs directly.)
- 2020-06-20 22:20:01下载
- 积分:1
-
kendo365.mobile
Help programmers to call Python code files and run code when programming with c#.
- 2020-06-24 07:00:02下载
- 积分:1