-
样本文件为碳或碳
the sample file for C or C-the sample file for C or C++
- 2022-04-09 10:58:30下载
- 积分:1
-
zlib压缩库
主要是处理文件压缩的,例如gz文件, tar.gz文件,rar文件,zip文件的等各种不同的压缩文件格式的解压,以及将源文件压缩成相应的压缩格式的文件。主要采用的是c++编程语言写的,同时采用的zlib压缩库,通过测试,软件系统功能良好,具有很好的使用价值
- 2022-08-19 00:23:45下载
- 积分: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
-
如何在代码读取XML
我写一个项目,该函数是如何读取 xml 在 csharp 中。为新 csharp 代码开发人员,这个项目可能会给你很好的指导,带领你走在一条很好的道路,而不是带领你走进了不良的道路。
- 2023-03-28 13:55:03下载
- 积分:1
-
前回扫方法
前向/后向扫描算法IEEE测试系统径向配电网潮流分析
- 2023-01-11 02:05:03下载
- 积分:1
-
一个文件操作的框架程序,有许多功能,而且代码少
一个文件操作的框架程序,有许多功能,而且代码少-The framework of a file operation procedures, has many features, and less code
- 2023-07-31 15:40:03下载
- 积分:1
-
(0)输入若干条记录
(1)显示所有记录
(2)按姓名查找记录
(3)删除记录
(4)插入一条记录
(5)保存文件
(6)按序号显示记录...
(0)输入若干条记录
(1)显示所有记录
(2)按姓名查找记录
(3)删除记录
(4)插入一条记录
(5)保存文件
(6)按序号显示记录
(7)按姓名排序
(8)复制文件
(9)退出程序
-(0) Enter the number of records (1) show all records (2) by name to find records (3) delete records (4) insert a record (5) Save the file (6) showed, by serial number records (7) to sort by name (8) to copy the files (9) exit procedures
- 2022-03-13 17:21:27下载
- 积分:1
-
Code Line counter/code generator
此应用程序是代码行计数器。它计算一个项目中的代码行。
- 2022-01-21 21:18:02下载
- 积分:1
-
文本文件(txt)合并:
适合检索多个文本文件时使用(先合并多个文件然后再检索)
简单的TStringList应用举例...
文本文件(txt)合并:
适合检索多个文本文件时使用(先合并多个文件然后再检索)
简单的TStringList应用举例-text (txt) : a suitable text document retrieval over the use of (merging multiple files first and then search), a simple application example TStringList
- 2022-03-24 03:06:51下载
- 积分:1
-
保存日志,以备后续问题的查找,方便技术人员的沟通
保存日志,以备后续问题的查找,方便技术人员的沟通-To save the log to prepare for follow-up questions to find, to facilitate communication between technical staff
- 2022-05-27 15:26:49下载
- 积分:1