-
一个读写INI配置文件的类CConfig,其中完整封装了对INI各种读写的操作,具体例子参考一段源代码Example.cpp。...
一个读写INI配置文件的类CConfig,其中完整封装了对INI各种读写的操作,具体例子参考一段源代码Example.cpp。-a reader INI configuration file class CConfig, Packaging integrity of the various literacy INI, the operation of a reference to specific examples of source code Example.cpp.
- 2022-01-31 03:06:10下载
- 积分:1
-
htmltrim, collate html source code
htmltrim,整理html的源代码-htmltrim, collate html source code
- 2022-09-18 20:40:03下载
- 积分:1
-
模糊的图像
我在图像中添加 blurness 和我 deblurred 图像通过使用下面的代码。我希望你喜欢它。......!
- 2022-03-29 18: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
-
该程序实现了对读取多个文件的文件路径的处理,将选中的多个文件路径显示在列表中,还实现了对某个文件夹的选择,并可将选中文件夹的路径显示在列表中...
该程序实现了对读取多个文件的文件路径的处理,将选中的多个文件路径显示在列表中,还实现了对某个文件夹的选择,并可将选中文件夹的路径显示在列表中-the program achieved a number of documents to read in the paper path, it will select a number of file path displayed in lists, but also to achieve a certain folder options could be selected folder path displayed in lists
- 2023-05-04 10:30:04下载
- 积分:1
-
笔试过程中的题目,对文件1中的每行进行排序安装行的顺序放入文件2中,...
笔试过程中的题目,对文件1中的每行进行排序安装行的顺序放入文件2中,-process written to the subject of a document each of the firms installing OK sequencing the order Add two documents,
- 2023-06-18 16:00:03下载
- 积分:1
-
实现文件绑定的代码.
实现文件绑定的代码.-files bundled with the code.
- 2022-01-26 00:09:41下载
- 积分:1
-
DDM (Delicate Document Manager) is a tool f or searching, browsing and managing...
DDM(Delicate Document Manager) is a tool for searching, browsing and managing PDF documents. It provides an Explorer-like view of PDF files with their titles instead of file names. It embeds a fast incremental search function for finding PDF files. -DDM (Delicate Document Manager) is a tool f or searching, browsing and managing PDF documents. It provid es an Explorer-like view of PDF files with their titles instead of file names. It embeds in a fast cremental search function for finding PDF file s.
- 2022-01-26 07:14:06下载
- 积分:1
-
打字测试小程序,自己编写,纯粹为了温习一下文件操作。
打字测试小程序,自己编写,纯粹为了温习一下文件操作。-Typing test applet, I have written, simply click the document in order to study the operation.
- 2022-08-14 16:24:05下载
- 积分:1
-
自删除不同的实现方法
资源描述在软件卸载,或其他高级用途中,需要用到删除自身(.EXE)文件的功能
- 2022-02-02 22:13:11下载
- 积分:1