-
使用LabWindows实现文件的拖拽操作。本程序将拖拽的文件名显示在文本框内,并记录下鼠标的释放位置。...
使用LabWindows实现文件的拖拽操作。本程序将拖拽的文件名显示在文本框内,并记录下鼠标的释放位置。-Use LabWindows implementation file drag and drop. This program will drag the file name displayed in the text box, and record the location of the next release of the mouse.
- 2022-02-01 17:33:29下载
- 积分:1
-
定时清理Windows的指定的目录程序源码,在它运行时它会毫不客气地把指定目录下的东西Kill掉,不可恢复...
定时清理Windows的指定的目录程序源码,在它运行时它会毫不客气地把指定目录下的东西Kill掉,不可恢复-regularly clean up the Windows directory specified procedures source, it will run when it bluntly designated directory Kill things out, not to resume
- 2022-03-24 21:09:14下载
- 积分:1
-
复印纸的例子,复制进度条,必须提供一个大家参考。
拷贝文件的例子,有拷贝进度条,提供大家一个参考。-Examples of copy paper, copy progress bar has to provide a reference everyone.
- 2023-06-16 03:20:04下载
- 积分:1
-
关于Excel文件的操作,实现Excel文件的读写和删除
关于Excel文件的操作,实现Excel文件的读写和删除-Excel documents on the operation, to achieve read and write Excel files, and delete
- 2023-06-04 10:15:03下载
- 积分:1
-
This example is a LabWindows environment, open the windows system, under the ini...
本实例是在LabWindows环境下,打开windows系统下的ini文件,并读取出其中的信息。-This example is a LabWindows environment, open the windows system, under the ini files, and read out the information.
- 2022-08-05 13:24:26下载
- 积分:1
-
哈夫曼编码,建立哈夫曼树,输出哈夫曼编码
哈夫曼编码,建立哈夫曼树,输出哈夫曼编码-hafuman encode,create hafuman tree and output hafuman code.
- 2022-09-23 18:35:02下载
- 积分:1
-
文件查找,方便大家进行日常的文件搜索,大家请用
文件查找,方便大家进行日常的文件搜索,大家请用-search for documents to facilitate day-to-day document search, please use
- 2023-06-15 16:45:03下载
- 积分:1
-
对于一个小的压缩文本的VB程序,还不错
vb作的小程序压缩文本用的还不错-vb procedures for a small compression of the text is also good
- 2022-06-02 06:51:13下载
- 积分:1
-
CI框架上传类改写,支持多附件上传
CI框架上传类改写,
原来的程序只支持一个附件上传,并不支持控件数组上传。
现已修改支持多附件上传。将该文件放到自己程序目录中的libraries文件夹下。
调用如下:
// 附件上传处理
$folder = date("Ym");
$upload_dir = APPPATH . "/app/upload/".$folder;
$config["upload_path"] = $upload_dir;
$config["allowed_types"] = "gif|jpg|png|txt|doc|docx|xls|xlsx|ppt|pptx|pdf";
$config["max_size"] = "5120";
$config["max_width"] = "0";
$config["max_height"] = "0";
$config["max_filename"] = "0";
$config["overwrite"] = false;
$config["encrypt_name"] = true;
$config["remove_spaces"] = true;
$this->load->library("upload", $config);
$field_name = "att";
if (!$this->upload->do_upload($field_name, true))
{
// 出错
$error = array("error" => $this->upload->display_errors());
} else {
// 正
- 2022-05-05 09:14:31下载
- 积分:1
-
这个是利用文本文件来保存从网站收集的网址
这个是利用文本文件来保存从网站收集的网址-this is the use of text files from the site to preserve the collection site
- 2022-03-19 14:57:24下载
- 积分:1