-
文件分隔控件,可以将文件切割成指大小得文件
文件分隔控件,可以将文件切割成指大小得文件-separate document control, can be cut into paper document refers in size
- 2022-01-28 19:20:16下载
- 积分:1
-
source description : Export favorites to the contents of a document html
源码简介: 导出收藏夹的内容到一个html文件中 -source description : Export favorites to the contents of a document html
- 2022-04-07 09:26:54下载
- 积分:1
-
This Decode MPEG
This Decode MPEG-2 transport streams
1 - TS header decode
2 - Display table of PID addresses
3 - Create text file of PID addresses
4 - Extract a PES stream to another file
-This is Decode MPEG-2 transport streams
1- TS header decode
2- Display table of PID addresses
3- Create text file of PID addresses
4- Extract a PES stream to another file
- 2022-03-22 09:50:45下载
- 积分:1
-
使用FileReader和FileWriter类,采用字符文件访问方式操作文件
使用FileReader和FileWriter类,采用字符文件访问方式操作文件-FileReader and FileWriter use category, the use of characters in a document file access operations
- 2022-11-17 12:05:04下载
- 积分:1
-
Listas doblemente enlazadas
这是如何创建一个 dobuble 的链接的列表的示例在 C 语言。 它使用结构与 3 个字段来创建双链接。
- 2022-04-29 13:28:42下载
- 积分:1
-
PDBingo 是一个在 PC 桌面端编辑 PDB 文件的工具,可以浏览、合并、拆分 PDB 文件,并可设置 PDB 文件的属性。请使用MASM 编译。...
PDBingo 是一个在 PC 桌面端编辑 PDB 文件的工具,可以浏览、合并、拆分 PDB 文件,并可设置 PDB 文件的属性。请使用MASM 编译。-PDBingo is in a desktop PC PDB document-editing tools, they can surf, mergers, Resolution PDB documentation, can set the attributes of PDB documents. Please use the Multiple compiler.
- 2022-08-08 15:59:26下载
- 积分:1
-
字符串解析类,可以在UNIX下使用,能够通过固定的字符解析
字符串解析类,可以在UNIX下使用,能够通过固定的字符解析-String analytic category, can be used under UNIX, the character through a fixed analysis
- 2022-01-26 03:45:37下载
- 积分:1
-
读取文本文件的c++类
读取文本文件的c++类-read text files c category
- 2022-11-04 23:40:03下载
- 积分:1
-
简单的小写字母改为大写字母的程序读取文件…
简单的把读的文件中的字母由小写改为大写
只需在程序写的相应目录建相应文件即可-Simple to read documents in lowercase letters changed to uppercase by the program just to write the corresponding directory to build the corresponding document can be
- 2022-06-26 09:03:07下载
- 积分: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