-
written topic, the right to a document that would document all of the characters...
笔试题目,对给定的文件1,将文件中的字符全部反写入文件2中,要注意汉字,回车等字符的处理-written topic, the right to a document that would document all of the characters written into the document-2, to the attention of Chinese characters, such as carriage return characters in the address
- 2023-04-11 07:35:03下载
- 积分:1
-
WINAPI所操作的INI文件的封装类,可以实现写数字字符串文件创建等功能....
WINAPI所操作的INI文件的封装类,可以实现写数字字符串文件创建等功能.-WINAPI operated package INI file type, you can write numbers and strings to achieve the functions of file creation.
- 2022-01-25 15:44:01下载
- 积分:1
-
delphi operating system, so users excel reports, to achieve good results
delphi操作excel制做用户报表,达到很好的效果-delphi operating system, so users excel reports, to achieve good results
- 2022-11-17 09:10:03下载
- 积分:1
-
Avr 单片机的 SPI 头文件 (书面 ATmega128,但它应该工作为其他 AVR 太)
这是一个AVR单片机的一些书面的广义SPI的头文件
- 2022-04-18 12:26:18下载
- 积分:1
-
文件版本比较类 文件版本比较类
文件版本比较类 文件版本比较类-documents more types of documents earlier versions category
- 2023-07-28 17:55:03下载
- 积分:1
-
c常用算法源程序集之1 或者看看有没有这个文件:samples_win32_multithread.zip,或 samples_win32_multithrea...
c常用算法源程序集之1 或者看看有没有这个文件:samples_win32_multithread.zip,或 samples_win32_multithread.rar-c common algorithms Set a source or to see if there is the document : samples_win32_multithread.zip or samples_win32_multithread.rar
- 2022-03-21 09:08:29下载
- 积分:1
-
koogra 用与读Excel表,特点是速度快。
koogra 用与读Excel表,特点是速度快。-Reading koogra using Excel sheet, characterized by speed.
- 2022-06-26 06:38:00下载
- 积分:1
-
This program searches disk for files that matches specified mask and deletes the...
This program searches disk for files that matches specified mask and deletes them to clean disk from unused and unneeded files.
- 2022-03-26 06:32:35下载
- 积分:1
-
mongol ime ,JScript Script File JScript File
mongol ime ,JScript Script File JScript File-JScript Script File JScript Script File JScript Script File
- 2023-07-25 12:10:02下载
- 积分: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