-
和WORD一样有自动保存文件的功能
和WORD一样有自动保存文件的功能-and as a Word document automatically preserve the function
- 2022-04-24 08:32:32下载
- 积分: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
-
基于我的旅行下降
一个简单的下拉列表,
- 2022-03-24 18:11:24下载
- 积分:1
-
window handle through the implementation of File Name
通过窗口句柄得到执行文件名 -window handle through the implementation of File Name
- 2022-02-14 04:22:56下载
- 积分: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
-
This example is a LabWindows environment, open the windows system, under the ini...
本实例是在LabWindows环境下,打开windows系统下的ini文件,并读取出其中的信息。-This example is a LabWindows environment, open the windows system, under the ini files, and read out the information.
- 2022-08-05 13:24:26下载
- 积分:1
-
文件分隔控件,可以将文件切割成指大小得文件
文件分隔控件,可以将文件切割成指大小得文件-separate document control, can be cut into paper document refers in size
- 2022-01-28 19:20:16下载
- 积分:1
-
分裂(非分裂)一个大文件分成多个小的这一种无形的竞争…
Split (and unsplit) one big file into multiple small ones This an invisible component with a simple task to split a file into multiple files of certain size. The most common need for this is when you want to put your (big) file on floppy disks, for backup or any other purposes. The method for reversing the process, the unsplitting, is also included. Built & tested using Delphi versions 3, 4 and 5, but it should work with version 2 also 文件分割和重组-Split (and unsplit) one big file into multiple small ones This an invisible component with a simple task to split a file into multiple files of certain size. The most common need for this is when you want to put your (big) file on floppy disks, backup or for any other purposes. The method for reversing the process, the unsplitting, is also included. Built tested using Delphi versions 3, 4 and 5, but it should work with version 2 also document segmentation and reorganization
- 2022-02-10 04:50:07下载
- 积分:1
-
将网页上的文字提取下来保存在本地数据文件的工具.
将网页上的文字提取下来保存在本地数据文件的工具.-website will be extracted from the text stored in the local data files tool.
- 2023-07-30 18:35:03下载
- 积分:1
-
文件被改变后通知的程序,这对我们在做文件编辑器的时候有参考价值,以防造成程序运行中的错误
文件被改变后通知的程序,这对我们在做文件编辑器的时候有参考价值,以防造成程序运行中的错误-document has been altered after the notification procedures, which we are doing right editor for the reference value, operating procedures to avoid causing the mistakes
- 2022-03-04 11:16:58下载
- 积分:1