-
文件行数统计程序代码
该文件行数统计程序实现了UNIX/LINUX下的wc相似的功能...
文件行数统计程序代码
该文件行数统计程序实现了UNIX/LINUX下的wc相似的功能-Document the number of rows and Statistics program code of the document the number of rows to achieve a statistical procedure UNIX/LINUX under similar functional wc
- 2022-05-16 11:33:33下载
- 积分: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
-
一个监控文件夹源程序
一个监控文件夹源程序-a source control folder
- 2022-03-17 15:42:11下载
- 积分:1
-
the VFP technical articles and examples of Lu Wei
VFP技术文章和例子鲁维康VFP技术文章和例子鲁维康VFP技术文章和例子鲁维康VFP技术文章和例子
- 2022-10-03 21:00:03下载
- 积分:1
-
利用Windows剪贴板实现Exe程序间的数据交换
利用Windows剪贴板实现Exe程序间的数据交换-Exe realize the use of Windows clipboard for data exchange between process
- 2022-02-05 19:25:56下载
- 积分:1
-
electronic wordlists of the system to achieve the target : a record recorded wor...
电子生词本
系统实现目标:
记录单词
记录文章(作为单词的上下文,可以分析出单词)
系统分为三层结构:磁盘存储、内存管理、用户交互-electronic wordlists of the system to achieve the target : a record recorded word article (as a word in the context, can analyze words) system is divided into three-tier structure : disk storage, memory management, user interaction
- 2022-03-19 03:07:12下载
- 积分: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
-
大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作...
大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all documents or other similar operations. If the document number many, one by one for each document manually, a very time-consuming. Search here for a designated directory or processing of all documents under the C category. Based on the author traverse the level of non- recursive algorithm (to reduce the running time and space costs) achieved a CFileFind CFileFindExt the extension of the class, such right can be specified directory of all documents or search for the same handling operations.
- 2023-06-07 21:20:03下载
- 积分:1
-
列表头文件注册系统
应用背景我在大学时使用的头文件。相当简单,它只使用结构和指针。关键技术在C++中,它只需要头文件。我会更新,后来寿。这是在西班牙,但我不认为这是一个麻烦
- 2022-01-28 20:19:53下载
- 积分:1
-
首先填入文件所在的目录,并且文件一定要带上扩展名,点击右侧...
首先填入文件所在的目录,并且文件一定要带上扩展名,点击右侧-first document to the directory, and the document must be put on extension, click on the right
- 2022-01-23 11:15:07下载
- 积分:1