-
VC7.1项目文件将被转换为VC6.0
将 vc7.1 的工程文件转换为vc6.0的-Vc7.1 the project file will be converted to the vc6.0
- 2022-04-20 10:26:06下载
- 积分: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语言源代码,虽然基础,却是十分实际的例子。-copying files code by c, good code.
- 2022-03-22 10:45:04下载
- 积分:1
-
使用数码照片的拍摄日期更改文件名。
使用数码照片的拍摄日期更改文件名。-the use of digital photographs taken of the change of dates of the file.
- 2022-03-04 20:24:29下载
- 积分:1
-
使用递归算法在指定目录下查找文件
使用递归算法在指定目录下查找文件-use recursive algorithm in designated directories search for documents
- 2023-02-21 15:05:04下载
- 积分:1
-
可将文本文件分割成任意大小,支持ANSI和Unicode的转换,内有可执行程序,无需编译...
可将文本文件分割成任意大小,支持ANSI和Unicode的转换,内有可执行程序,无需编译-Text file can be split into any size, support for ANSI and Unicode conversion, which has executable programs without compilers
- 2022-03-26 00:08:55下载
- 积分:1
-
读取ini文件信息
读取ini文件信息-read ini file information
- 2023-01-03 00:05:23下载
- 积分:1
-
比较两个二进制文件 不同的地方显示不同颜色
比较两个二进制文件 不同的地方显示不同颜色-to compare 2 bin files,it show different color in different position.
- 2022-03-30 21:33:07下载
- 积分:1
-
对access进行操作,具备保存读取等常用功能
对access进行操作,具备保存读取等常用功能-Of access to operate, with preservation of commonly used functions such as read
- 2022-02-03 12:58:14下载
- 积分:1
-
软件授权管理系统。
软件授权管理系统。-soft warrant management system.
- 2022-06-17 10:29:41下载
- 积分:1