-
直接解码即可,程序内有比较完整的注释和说明。程序完成的功能是对一个文件进行md5编码,结果存在一个新建的.txt文件里。...
直接解码即可,程序内有比较完整的注释和说明。程序完成的功能是对一个文件进行md5编码,结果存在一个新建的.txt文件里。-can directly decode, procedures are in the integrity of the Notes and annotations. Completion of the functions of a document md5 coding, a new existence. Txt file.
- 2022-01-23 11:23:06下载
- 积分:1
-
工程物理题库
工程物理试题库。重要的一些问题与答案。其包含安娜大学2013年教学大纲
- 2022-05-30 09:31:03下载
- 积分:1
-
用vc开发,将AVI文件中的 视频数据进行分割,得到视频数据,这对数据解压非常有用...
用vc开发,将AVI文件中的 视频数据进行分割,得到视频数据,这对数据解压非常有用-it can split avi file data to many blocks,it s useful to compression.
- 2022-01-25 16:18:19下载
- 积分:1
-
MP3 ID3V23标签的读、写、删除模块和测试程序,适合学习文件操作的朋友....
MP3 ID3V23标签的读、写、删除模块和测试程序,适合学习文件操作的朋友.-the module can read,write delete mp3 ID3V23,it is suitable for studying file operation
- 2022-05-19 01:35:54下载
- 积分:1
-
从文本中提取DNA碱基序列,或删除文本中的空格和回车。
从文本中提取DNA碱基序列,或删除文本中的空格和回车。-text extracted from the DNA sequence, or delete the text box and enter.
- 2022-05-29 07:13:00下载
- 积分:1
-
通过读取DXF文件中的BOM表获得材料的详细信息
通过读取DXF文件中的BOM表获得材料的详细信息-DXF file reader through the material BOM access detailed information
- 2022-01-25 20:58:13下载
- 积分:1
-
文件的分割与合并,把文件分割成指定的份数,然后进行合并,分割的信息保存为一个key文件中....
文件的分割与合并,把文件分割成指定的份数,然后进行合并,分割的信息保存为一个key文件中.-document with the division of the merger, the document is divided into specific shares, and then combined to split the information as a key document.
- 2022-12-16 14:10:03下载
- 积分: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
-
NTFS下$boot文件的全部引导程序源代码,可以很深入的了解WINDOWS的启动过程...
NTFS下$boot文件的全部引导程序源代码,可以很深入的了解WINDOWS的启动过程-NTFS files under $ boot all boot source code, can be a deeper understanding of the startup process WINDOWS
- 2023-02-04 21:10:03下载
- 积分:1
-
ssl漏洞侦测原始码
ssl漏洞侦测原始码
- 2022-01-27 12:13:03下载
- 积分:1