-
zlib压缩库
主要是处理文件压缩的,例如gz文件, tar.gz文件,rar文件,zip文件的等各种不同的压缩文件格式的解压,以及将源文件压缩成相应的压缩格式的文件。主要采用的是c++编程语言写的,同时采用的zlib压缩库,通过测试,软件系统功能良好,具有很好的使用价值
- 2022-08-19 00:23:45下载
- 积分: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
-
大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作...
大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all documents or other similar operations. If the document number many, one by one for each document manually, a very time-consuming. Search here for a designated directory or processing of all documents under the C category. Based on the author traverse the level of non- recursive algorithm (to reduce the running time and space costs) achieved a CFileFind CFileFindExt the extension of the class, such right can be specified directory of all documents or search for the same handling operations.
- 2023-06-07 21:20:03下载
- 积分:1
-
递归实现目录及以下的文件的拷贝,删除,移动等操作的C++ 源代码...
递归实现目录及以下的文件的拷贝,删除,移动等操作的C++ 源代码-recursive directory and the following copy of the document, delete, mobile operators such as the C source code
- 2022-08-19 17:53:27下载
- 积分:1
-
提取文本文件的指定关键字,是我为提取nmap扫描结果写的。
提取文本文件的指定关键字,是我为提取nmap扫描结果写的。-Extract text file specified keywords, is my nmap scan results for the extraction writing.
- 2022-03-04 08:41:16下载
- 积分:1
-
简单的利用了模版的思想,初学者可以细心的学习
简单的利用了模版的思想,初学者可以细心的学习-Simple use of a template of ideas, beginners can learn from careful
- 2022-02-04 17:02:03下载
- 积分:1
-
本程序实现了遍历一个文件夹下所有文件的功能,注意,若输入文件名必须在其后加上"",现时单击"遍历"按钮开始遍历,遍历后的结果将存在下面的列表框中...
本程序实现了遍历一个文件夹下所有文件的功能,注意,若输入文件名必须在其后加上"",现时单击"遍历"按钮开始遍历,遍历后的结果将存在下面的列表框中-realized by the traverse a folder function of all the documents and pay attention, if documents were to be imported in the following words "", click "traverse" button to begin traverse, traverse the result of the existence of the list box below
- 2022-05-06 04:13:50下载
- 积分:1
-
你好
Hello
This matlab files are useful for rs coding.
- 2022-11-28 05:55:03下载
- 积分:1
-
文件压缩的一个小的软件(推荐)比较实用方便
文件压缩的一个小的软件(推荐)比较实用方便-compression of a small software (recommended) are more practical convenience
- 2022-12-31 20:30:15下载
- 积分:1
-
Vb 转换 unicode
更将 Unicode 转换为 VNI,TCVN,
...
..
...
.
..
.
.
.
- 2022-03-09 18:02:56下载
- 积分:1