-
used to read text
用于读取基于文本的数据类文件,并对使用进行了详细说明,java版本的文本非常方便
- 2022-02-21 09:59:47下载
- 积分:1
-
用C++Builder实现的一个生成word中图片的例子。
用C++Builder实现的一个生成word中图片的例子。-C Builder of a generation word examples of the photos.
- 2022-04-23 16:27:24下载
- 积分:1
-
C's a simple procedure that can be used in the C language curriculum design...
C++的一个简单的程序,可以用于C语言的课程设计之用-C"s a simple procedure that can be used in the C language curriculum design use
- 2023-06-06 03:35:04下载
- 积分:1
-
PGPsdk_1.7.2_Win32
What s New in PGP Software Developer s Kit
Version 1.7....
PGPsdk_1.7.2_Win32
What s New in PGP Software Developer s Kit
Version 1.7.2
- 2022-02-03 19:42:36下载
- 积分: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
-
很好用的程序,可以学习文件操作,通信插件使用。
很好用的程序,可以学习文件操作,通信插件使用。-useful tool kit to illustrate the file operator, communication,etc.
- 2022-02-20 15:31:56下载
- 积分:1
-
C++ Json序列化
自己基于jsoncpp实现的json的解析的序列化,很好用的,使用它就可以快速的掌握Json在c++里的对象序列化工作,代码写的很清楚,放在自己的工程里就可以使用了
- 2022-03-26 13:27:00下载
- 积分:1
-
cab格式的压缩源码
cab格式的压缩源码-cab source of compressed format
- 2022-09-05 08:40:02下载
- 积分:1
-
can process output datas call database
can write and read documents
可以调用数据库进行对输出数据的处理 可以写进输出文档-can process output datas call database
can write and read documents
- 2022-03-14 05:40:10下载
- 积分:1
-
文本文件压缩解压工具,采用lzw算法,是数据结构课程的作业,使用环境为vc6.0,使用了mfc....
文本文件压缩解压工具,采用lzw算法,是数据结构课程的作业,使用环境为vc6.0,使用了mfc.-text file compression decompression tool used lzw algorithm, the data structure course operations, vc6.0 use of the environment to use the mfc.
- 2023-06-09 13:40:04下载
- 积分:1