-
good with the language plug
很好用的AE文字插件-good with the language plug-AE
- 2022-08-23 04:38:46下载
- 积分:1
-
用delphi写的文件更改名称的小程序,希望对学习文件操作的人有所帮助...
用delphi写的文件更改名称的小程序,希望对学习文件操作的人有所帮助-used to write the document to change the name of the small programs, and I hope to study documents the operation of some help
- 2022-01-26 17:20:23下载
- 积分: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
-
按钮提示演示。
按钮提示演示。
按钮提示演示。
按钮提示演示。 -Demo button prompts. Demo button prompts.
- 2022-09-24 07:10:03下载
- 积分:1
-
C++实现的TXT文本文件向DAT文件的转换。
C++实现的TXT文本文件向DAT文件的转换。-C++ implementation TXT text file to DAT file conversion.
- 2022-09-13 17:30:03下载
- 积分:1
-
netty-springmvc整合netty和springmvc
netty-springmvc整合netty和springmvc 框架,提高开发效率
- 2022-01-28 07:42:24下载
- 积分:1
-
光纤射频传输系统中相干正交频分复用的研究.kdh
Research on Coherent Orthogonal Frequency Division Multiplexing in Optical Fiber RF Transmission System document file.
- 2023-05-24 02:45:03下载
- 积分:1
-
是一个智能文件分割机,可以同时分割或合并几个文件
是一个智能文件分割机,可以同时分割或合并几个文件-is an intelligent document segmentation machine, and also split or merge several documents
- 2022-02-25 19:47:07下载
- 积分:1
-
incsrch。M
incsrch.m
root finding by incremental search requires func1.m
bisect.m
bisection root finding code uses function file: fcn.m
falspos.m
root finding by false position
newtraph.m -incsrch.m
root finding by incremental search requires func1.m
bisect.m
bisection root finding code uses function file: fcn.m
falspos.m
root finding by false position
newtraph.m
- 2022-05-19 20:49:04下载
- 积分:1
-
用于批量更改文件的后缀名(或者文件的类型)
用于批量更改文件的后缀名(或者文件的类型)-volume changes for the suffix document (or file type)
- 2022-12-25 05:10:03下载
- 积分:1