-
Delete the cycle with a certain characteristics of folders and files. The main s...
循环删除具有某一个特征的文件夹和文件. 主要用清除受版本控制源码的痕迹. -Delete the cycle with a certain characteristics of folders and files. The main source version control clearance by the traces.
- 2022-03-21 13:50:58下载
- 积分:1
-
中缀计算器
这是中缀计算器。它计算中缀表达式的值直接,而不转换它从前缀以中缀的后缀。
- 2022-09-30 01:30:02下载
- 积分:1
-
台达变频器串口通讯控制程序,包括启动、停止、调速等常用命令。
台达变频器串口通讯控制程序,包括启动、停止、调速等常用命令。-Delta converter serial communication control procedures, including start, stop, speed control, such as commonly used commands.
- 2022-01-31 07:49:32下载
- 积分:1
-
创建多级目录
创建多级目录-The example of creating multilevel dir
- 2022-03-10 17:00:45下载
- 积分:1
-
该例子调用系统API,获取当前谁在使用该文件。
该例子调用系统API,获取当前谁在使用该文件。-The example of the system call API, access to the current one in the use of the file.
- 2022-11-13 12:50:03下载
- 积分:1
-
flv_conversion guide file
flv_conversion guide file
- 2022-03-24 13:43:38下载
- 积分:1
-
一个汉语拼音的程序,很简单实用。可以查询…
一个汉字转拼音的程序,非常简单实用.能够还能够查询功能。-a Chinese pinyin transfer procedures, a very simple and practical. Inquiries can also be able to function.
- 2023-01-20 20:15: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
-
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
-
一般人找不到的.在windows/linux读写.conf的非常强大的工具包.必备...
一般人找不到的.在windows/linux读写.conf的非常强大的工具包.必备-unable to find the general. The windows/linux literacy. Conf a very powerful tool kit. Essential
- 2022-11-27 03:20:03下载
- 积分:1