-
这是 Delphi 的文件操作实例,很基础的,给初学者很好的帮助。...
这是 Delphi 的文件操作实例,很基础的,给初学者很好的帮助。-This is the example of Delphi" s file operations, it is based, to a very good help for beginners.
- 2022-01-22 01:17:25下载
- 积分:1
-
mapinfo二次开发,检查数据格式是否为等值线数据
mapinfo二次开发,检查数据格式是否为等值线数据-MapInfo secondary development, inspection data format for data isogram
- 2023-07-24 06:50:03下载
- 积分:1
-
QT文本编辑器
学Qt两个月了,自制了一个文本编辑器,虽说还有点小BUG,但是基本功能都实现了,可以拿来给Qt初学者学习学习
- 2022-12-12 00:20:04下载
- 积分:1
-
httphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttp...
http下传 http下传 http下传-httphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttp
- 2022-01-21 23:22:50下载
- 积分: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
-
An MFC document operational procedures, can all be used for reference
一个MFC的文件操作程序,可以拿来参考,里面有注释-An MFC document operational procedures, can all be used for reference
- 2022-07-27 13:28:58下载
- 积分:1
-
本程序可根据用户指定的数据库自动生成WinWord 格式(因此用户必须首先安装Word 2000)的数据库数据字典。 (1) 自动生成数据库数据字典(2) Wo...
本程序可根据用户指定的数据库自动生成WinWord 格式(因此用户必须首先安装Word 2000)的数据库数据字典。 (1) 自动生成数据库数据字典(2) Word2000格式(3) 支持Access,SQLServer,Sybase,Oracle,MySQL,DB2.(4) 使用方便-procedures under the user-specific database automatically generate Word format (users must first install Word 2000) database data dictionary. (1) Automatic generation database data dictionary (2) format Word2000 (3) Support Access, SQL Server, Sybase, Oracle, MySQL, DB2. (4) easy to use
- 2022-06-12 05:50:40下载
- 积分:1
-
Sample class implements windows IStorage and IStream to save/load program config...
Sample class implements windows IStorage and IStream to save/load program configs in/from single file.
- 2022-03-20 21:03:59下载
- 积分:1
-
作业调度的实验报告,包括实验心得界面源码
作业调度的实验报告,包括实验心得界面源码-FCB
- 2022-03-04 19:24:04下载
- 积分:1
-
check here
-check here
- 2022-01-31 00:14:44下载
- 积分:1