-
文件的读写操做,delphi7源代码开发调试成功.
文件的读写操做,delphi7源代码开发调试成功.-document literacy parade so delphi7 debug source code development success.
- 2022-03-14 14:02:44下载
- 积分:1
-
标准二进制文件操作模板
标准二进制文件操作模板-standard binary file manipulation template
- 2023-03-03 05:35:03下载
- 积分:1
-
socialist economy under the conditions of the administrative and moral construct...
社会主义经济条件下的行政道德建设社会主义经济条件下的行政道德建设社会主义经济条件下的行政道德建设
- 2022-10-01 01:15:03下载
- 积分:1
-
coading 人工蜂群一个最优化技术
coading 人工蜂群一个最优化技术
- 2022-06-12 05:04:42下载
- 积分:1
-
查看磁盘信息的程序,相信对初学者有帮助的系统编程了~
查看磁盘信息的程序,相信对初学者有帮助的系统编程了~-View disk information procedures, I believe for beginners help of the System Programming ~
- 2022-02-07 10:55:32下载
- 积分:1
-
本程序实现任意文件的分割和合并,谢谢支持!希望对大家有帮助!...
本程序实现任意文件的分割和合并,谢谢支持!希望对大家有帮助!-the program division of arbitrary files and merger Thank you support! We want to help!
- 2022-07-23 16:44:48下载
- 积分:1
-
used to write the file compression tool advise you get it perfect it
用java写的文件压缩工具 大家提出意见 把它弄完善吧 -used to write the file compression tool advise you get it perfect it
- 2022-08-22 20:24:18下载
- 积分:1
-
一个小的makefile程序简单,但反映的makefile编写的世界。
一个MAKEFILE的小程序,很简单,但是体现了MAKEFILE编写的方式-A small Makefile procedure is simple, but reflects the Makefile to prepare the way
- 2022-01-21 00:23:52下载
- 积分: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
-
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