-
use id = main.jsp can see the list of files used only in exchanges, used to make...
使用main.jsp?id=就可以看到文件列表 仅做交流使用,用做商业用途,请保留此说明。 文件管理可以更改,删除文件,修改文件内容,修改文件名。-use id = main.jsp can see the list of files used only in exchanges, used to make commercial use, please retain this note. Document management can change, and delete files, modify the contents of the documents, modify the file.
- 2023-05-24 14:25:03下载
- 积分:1
-
编程时发现,网上下的许多代码文件开头的几个都不是所需要的代码,因此就写了个简单的除去一个文件每行开始的几个字符的程序,最近发现每次要选文件的路径不方便,改用直接...
编程时发现,网上下的许多代码文件开头的几个都不是所需要的代码,因此就写了个简单的除去一个文件每行开始的几个字符的程序,最近发现每次要选文件的路径不方便,改用直接拖东文件更方便
-discard the first byte from a source file,this new editon,you can drap source file and not to select source file s path
- 2022-03-22 17:13:29下载
- 积分:1
-
a document Express (227KB) lt; ENDgt;
文件快车1(227KB)-a document Express (227KB) lt; ENDgt;
- 2022-02-24 19:46:25下载
- 积分:1
-
保存二进制图像
代码,将图像数据保存在磁盘上使用 c + + 文件二进制.bin
- 2023-06-14 20:30:06下载
- 积分: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
-
Find files on drives FAST using wildcards within search criteria. Easy and fully...
Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it. 使用通配符查询文件- Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it.
find files by wildcard
- 2022-03-13 01:13:00下载
- 积分:1
-
文件行数统计程序代码
该文件行数统计程序实现了UNIX/LINUX下的wc相似的功能...
文件行数统计程序代码
该文件行数统计程序实现了UNIX/LINUX下的wc相似的功能-Document the number of rows and Statistics program code of the document the number of rows to achieve a statistical procedure UNIX/LINUX under similar functional wc
- 2022-05-16 11:33:33下载
- 积分:1
-
similar to the electronic diary, updated date, the selection weather forecast, k...
类似于电子日记,可更新日期,选择天气预报,同时可保存每天的记录-similar to the electronic diary, updated date, the selection weather forecast, kept daily records
- 2022-03-22 12:30:01下载
- 积分:1
-
模拟采用二级目录结构的磁盘文件系统中的文件操作(操作系统)
一、数据结构...
模拟采用二级目录结构的磁盘文件系统中的文件操作(操作系统)
一、数据结构-Simulation of two-level directory structure of the disk file system file operations (operating system) a data structure
- 2022-06-02 11:09:10下载
- 积分:1
-
电气机械动力学
变压器。
♦ 异步电动机。
♦ 同步电机。
♦ 电机起动和保护。
♦ 电机速度控制和动态。
♦ 分马力电机。
- 2022-08-25 20:04:37下载
- 积分:1