-
INI文件操作。可以直接写INI文件,不需要再配置。使用了很久,效果不错!...
INI文件操作。可以直接写INI文件,不需要再配置。使用了很久,效果不错!-INI文 ?????????梢灾 ??有
- 2022-02-21 04:08:52下载
- 积分:1
-
类Excel(全部使用VB编写)
类Excel(全部使用VB编写)-Excel category (all prepared using VB)
- 2022-03-23 01:11:23下载
- 积分: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
-
~Eliminating Explorer s delay when deleting an in
~Eliminating Explorer s delay when deleting an in-use file
- 2023-06-24 23:30:03下载
- 积分:1
-
模拟进程利用双向邮箱通信 随机生成一个邮箱,两个进程利用该邮箱相互通信,信息的大小与邮箱的大小相同。哪一个进程为发送进程,哪一个进程为接收进程是随机的,由随机函...
模拟进程利用双向邮箱通信 随机生成一个邮箱,两个进程利用该邮箱相互通信,信息的大小与邮箱的大小相同。哪一个进程为发送进程,哪一个进程为接收进程是随机的,由随机函数随机选择。但是若一进程成为发送进程,那么另一个进程只能是接收进程。如果没有申请到资源,就不能建立邮箱,发送进程不能发送消息。如果邮箱中没有空闲单元,发送进程不能够发送消息;如果邮箱中没有消息,接收进程不能够接收消息。-modeling process using two-way communications mail generates a random mailbox, the two processes use of the mail to communicate with each other, information and the size of the same size mail. A process for which this process, a process for which the receiving process is random, random function randomly selected. However, if this process is to be a process, then another process can only be receiving process. If there is no application of resources, the building of mail, send process can send messages. If the mailbox no spare units, sending process can not send messages; If no news mail, the receiving process can not receive information.
- 2023-01-04 17:15:03下载
- 积分:1
-
txt格式转换成PDF格式。直接在TXT编辑文档,然后用这个工具转换成PDF格式,进行浏览阅读,是个很不错的小工具。...
txt格式转换成PDF格式。直接在TXT编辑文档,然后用这个工具转换成PDF格式,进行浏览阅读,是个很不错的小工具。-txt format into PDF format. TXT files directly in the editor, and then use this tool to convert PDF format, to view reading, is a very good gadget.
- 2023-08-31 05:55:03下载
- 积分:1
-
数据结构haffuman 实验的源程序
包含encode.h weitfile.h 等等
数据结构haffuman 实验的源程序
包含encode.h weitfile.h 等等
-Data structure that contains the source code haffuman experiment encode.h weitfile.h, etc.
- 2022-07-18 11:38:53下载
- 积分:1
-
This is my company to do an initial software, its function is to achieve : the d...
这是我为公司做的一个初步软件,其实现功能是:在指定的文件夹下生成缺少的ini文件(对应wma音乐文件),并且在TreeView控件中显示文件名,点击可以进行编辑,修改-This is my company to do an initial software, its function is to achieve : the designated folder generation indispensable ini file (for WMA music files), and the TreeView control display of file names, it can edit, modify, etc.
- 2023-03-01 00:10:03下载
- 积分:1
-
详细介绍在.txt文档中读取数据的方法,初学vc的很有帮助
详细介绍在.txt文档中读取数据的方法,初学vc的很有帮助-Detailed in the introduction. Txt files to read data, the very helpful beginner vc
- 2022-03-01 18:00:13下载
- 积分:1
-
document access information source, beginners can look at things more systematic...
获得文件信息的源码,初学者可以研究一下,比较系统的东西-document access information source, beginners can look at things more systematically
- 2022-06-16 04:04:14下载
- 积分:1