-
从text文件中读取信息,写入xls文件
从text文件中读取信息,写入xls文件-documents from the text message read, write xls document
- 2022-03-19 23:59:06下载
- 积分:1
-
读取DLL资源,可以把DLL资源里面的东东读到自己的程序里
读取DLL资源,可以把DLL资源里面的东东读到自己的程序里-reader DLL resources, it can DLL resources inside the Wanton read their own procedures Lane
- 2022-11-27 07:25:03下载
- 积分:1
-
OFDM for Optical Communications
这本书打算对基本原理作一个连贯而全面的介绍
- 2022-03-12 10:52:23下载
- 积分:1
-
Encrypt File in C#
这个程序提供了一个算法来加密文件中的数据很容易加密您的文件其他人无法查看您的文件内容。
- 2022-08-09 03:35:03下载
- 积分:1
-
chm 帮助很多人问起现在的CHM帮助文档如何作为软件的热点敏感帮助,网上搜索的资料也不多,可能是太简单了吧,...
chm 帮助很多人问起现在的CHM帮助文档如何作为软件的热点敏感帮助,网上搜索的资料也不多,可能是太简单了吧,-chm helpful to a lot of people asked now how CHM help documentation software as a hot-sensitive help. Search online information is not large, may be too simplistic a bar, Oh
- 2022-02-03 09:15:52下载
- 积分:1
-
一个VC写的grep程序,可以查找指定文件中的内容
一个VC写的grep程序,可以查找指定文件中的内容-a written grep procedures, can find the specific file content
- 2022-03-20 20:10: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
-
本设计模拟文件管理工作流程, 编写了一个树型的目录结构的文件系统,可支持多用户、树型目录结构文件操作...
本设计模拟文件管理工作流程, 编写了一个树型的目录结构的文件系统,可支持多用户、树型目录结构文件操作-Simulation of the design document management workflow, the preparation of a directory tree structure of the file system that supports multi-user, the directory tree structure of file operations
- 2022-10-18 17:25:03下载
- 积分:1
-
Call procedures in the directory where generated Log folder in the folder every...
在调用程序所在目录下生成Log文件夹,在该文件夹下每天生成一个日志文件(如2004-07-03.log)-Call procedures in the directory where generated Log folder in the folder every day to generate a log file (such as 2004-07-03.log)
- 2022-01-22 09:04:47下载
- 积分:1
-
这是我在做C++课程设计时写的,也是我第一个用写出来的Windows下的窗口应用程序.这个是一个单词查询的小程序,单词保存在word.txt文件中,解释保存在m...
这是我在做C++课程设计时写的,也是我第一个用写出来的Windows下的窗口应用程序.这个是一个单词查询的小程序,单词保存在word.txt文件中,解释保存在menning.txt文件中.两个文件用单词索引号联系和查询-This is what I do in C programs written by design, I also used to write a paragraph out of the window under Windows applications. This is a small word inquiry procedures , the word preserved in word.txt document, menning.txt explained deposited in the document. 2 Word documents, links and index inquiries
- 2022-02-24 15:14:18下载
- 积分:1