-
day10_web_j17
说明: 新闻发布系统 ,jspWeb相关的详细知识,增删改除。(News release system, JSP Web related details, add, delete and delete.)
- 2019-01-23 15:42:21下载
- 积分:1
-
爬取腾讯疫情实时数据
说明: 代码使用Python语言,简洁高效,能够做到实时爬取疫情数据,并且保存到CSV文件中(Crawling epidemic data in real time)
- 2021-03-05 10:09:31下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
Delphi界面控件Next Component Suitev4.5下载
Delphi界面控件Next Component Suitev4.5下载,用此控件可实现丰富的窗体元素,比如窗体TAB选项卡、多级菜单、皮肤界面等。控件包内包括的例子相当多,方便新手快速入手Next Component Suitev控件的使用。
- 2023-02-06 06:25:04下载
- 积分:1
-
免狗四合一Kis4in1keygen
金蝶KIS行政事业版V12.1
金蝶KIS旗舰版V4.0
金蝶KIS商贸版V6.1
金蝶KIS专业版V14.0
四合一注册机(Kingdee KIS Administration Version V12.1
Kingdee KIS Flagship Version V4.0
Kingdee KIS Business Version V6.1
Kingdee KIS Professional Version V14.0
Quadruple Register)
- 2021-10-13 22:30:01下载
- 积分:1
-
migong
VC实现迷宫问题,用穷举法找出一条路径,用递归形式的算法求得迷宫中所有可能的通路,以方阵形式输出迷宫及其通路.
(VC to achieve maze problems,and use brute-force method to find a path,using the recursive form of algorithm to seek all possible paths in the maze in order to form the output matrix and the path maze.)
- 2010-03-08 11:27:16下载
- 积分:1
-
合并
说明: 有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中。(There are two disk files A and B, each storing a line of letters, requiring that the information in the two files be combined (in alphabetical order) and output to a new file C.)
- 2020-06-17 18:00:01下载
- 积分:1
-
粒子群code优化生产调度matlab
利用粒子群优化算法用于生产调度,结果为直观的甘特图(Particle Swarm Optimization (PSO) algorithm is used in production scheduling, and the result is intuitive Gantt chart.)
- 2020-11-13 11:39:43下载
- 积分:1
-
手机蓝牙控制电器设备
说明: 通过51单片机+蓝牙实现对其他电器的控制,从而可以通过手机控制电器的运行。(Through 51 MCU + Bluetooth, other electrical appliances can be controlled, so that the operation of electrical appliances can be controlled by mobile phones.)
- 2020-06-16 00:20:02下载
- 积分:1
-
有天留言板 asp留言系统 2.0
有天留言板 asp留言系统,asp+access开发的简洁留言本管理系统,功能介绍:
1.支持分类留言
2.留言回复
3.回复也支持回复
4.首页显示留言条数可设置
5.可自定义网站名称与文字LOGO
管理用户名密码:admin
- 2022-09-06 06:40:03下载
- 积分:1