-
递规地枚举文件,获取文件名、大小、最后修改时间、版本号等文件属性。...
递规地枚举文件,获取文件名、大小、最后修改时间、版本号等文件属性。-delivery to Enumerate regulatory documents, access to a file name, size, last modification date, version and other file attributes.
- 2022-02-09 23:24:07下载
- 积分: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
-
操作系统的课程讲义,讲述了操作系统的各种知识,包括进程通信,存储管理,线程,文件管理等知识。...
操作系统的课程讲义,讲述了操作系统的各种知识,包括进程通信,存储管理,线程,文件管理等知识。-Operating System Course Training Manual, describes a variety of operating systems, including the process of communications, storage management, thread, file management knowledge.
- 2023-03-16 21:05:04下载
- 积分:1
-
通过读取CAPP系统产生的XML文件获取工艺信息
通过读取CAPP系统产生的XML文件获取工艺信息-CAPP system by reading the XML documents obtained Process Information
- 2023-08-25 09:05:09下载
- 积分:1
-
acvntyr
sbryhnv moukvh sfxzv toyuuoyu hgsdrhfxbcvdbxc drhnfvchnfg dtrujhgfv xvcsfj,n ;
- 2022-02-05 09:58:56下载
- 积分:1
-
md5编码类,可查文件和字符串的md5编码
md5编码类,可查文件和字符串的md5编码-md5 encode
- 2023-06-23 15:15:03下载
- 积分:1
-
the documents can be divided and with and
文件可分为和和
- 2022-11-27 17:30:03下载
- 积分:1
-
一个简单的反调试源码,通过设置系统相应的调试位,禁止调试器附加进程,主要应用于加壳软件,加密软件等方面...
一个简单的反调试源码,通过设置系统相应的调试位,禁止调试器附加进程,主要应用于加壳软件,加密软件等方面-a simple anti-debug source code by the system debugging spaces corresponding to prohibit additional debugger process, mainly used shell software, encryption software, etc.
- 2022-04-07 20:04:06下载
- 积分:1
-
search for local administrator group members on all servers in a list (text file...
search for local administrator group members on all servers in a list (text file) and will print results out in a csv file
- 2022-12-08 08:30:03下载
- 积分:1
-
C++梯度法
这种方法是为梯度法中的应用
这是项目的很容易采用这一想法对任何类型
- 2022-01-22 12:56:40下载
- 积分:1