-
很有用的文件分割程序
很有用的文件分割程序 -Very useful procedure for the carving out of the document
- 2023-03-19 06:25:03下载
- 积分:1
-
扫盲计划的源程序(风险投资)
读写pdf文件的程序开发库源码 (vc++)-literacy program for the source (vc)
- 2022-08-15 03:58:29下载
- 积分:1
-
JAVABEAN with a written document upload system is very practical, we can take th...
一个用JAVABEAN写的文件上传系统 非常实用,大家可以借此参考一下-JAVABEAN with a written document upload system is very practical, we can take this reference
- 2023-03-27 21:00:04下载
- 积分:1
-
registry, fixed, modify
registry, fixed, modify
- 2022-04-18 21:17:38下载
- 积分:1
-
Chinese version of PowerPoint tutorials to allow readers to grasp as soon as pos...
PowerPoint中文版教程,让读者尽快的掌握PowerPoint并熟练的进行应用。-Chinese version of PowerPoint tutorials to allow readers to grasp as soon as possible, PowerPoint and skilled application.
- 2022-04-17 16:18:04下载
- 积分: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
-
比较TXT文件和mdb文件判断每行的转义字符是否相同
比较TXT文件和mdb文件判断每行的转义字符是否相同-TXT file and mdb file compare each line to determine whether the same escape character
- 2022-02-12 13:19:08下载
- 积分:1
-
输入两个正整数m和n,求其最大公约数和最小公倍数。
输入两个正整数m和n,求其最大公约数和最小公倍数。-Enter two positive integers m and n, for their common denominator and least common multiple.
- 2022-03-16 13:31:06下载
- 积分:1
-
helloWork h object-oriented programming in PHP took place about six years
- 2022-01-26 07:00:49下载
- 积分:1
-
一个很好的函数波形生成程序(值得一看),还包括各种文件的生成与浏览,以及个种控件的应用!欢迎下载学习...
一个很好的函数波形生成程序(值得一看),还包括各种文件的生成与浏览,以及个种控件的应用!欢迎下载学习-a good function waveform generation (eye-catcher), also include the generation and document browsing and species of control! Welcome to download learning! !
- 2023-03-01 13:05:04下载
- 积分:1