-
功能强大的CIniFile类。可以修改、读取变量的值。也可以加入新的变量新的组。...
功能强大的CIniFile类。可以修改、读取变量的值。也可以加入新的变量新的组。-powerful CIniFile category. Could be amended to read variable values. Can also add a new variable to the new group.
- 2022-03-19 00:55:24下载
- 积分:1
-
功能是在Excel格式文件中读取学生的E
功能是在Excel格式文件中读取学生的E-mail地址、成绩、姓名等信息,然后调用Jmail链接库函数实现学生成绩单的邮件群发.并加入了一些出错处理-Function in Excel format students read E-mail address, success, name and other information, and then call Jmail link library function of the mass-mailing transcripts of students. And add some error handling
- 2022-12-17 08:15:03下载
- 积分: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
-
电子设计领域的GDS文件导入导出,
电子设计版图gds文件导入导出及操作软件包,http://jgds.sourceforge.net。- The electronic design domain gds document inducts derives and
operates the software package, http://jgds.sourceforge.net.
- 2022-03-13 14:37:04下载
- 积分:1
-
一般人找不到的.在windows/linux读写.conf的非常强大的工具包.必备...
一般人找不到的.在windows/linux读写.conf的非常强大的工具包.必备-unable to find the general. The windows/linux literacy. Conf a very powerful tool kit. Essential
- 2022-11-27 03:20:03下载
- 积分:1
-
一个简单功能的文件复制工具,通过API函数、THandleStream类和TFileStream三种方法复制文件!...
一个简单功能的文件复制工具,通过API函数、THandleStream类和TFileStream三种方法复制文件!-a tool have simple function about copy files,
there are three methods: APIfunction, THandleStream class and TFileStream.
- 2023-08-10 23:50:03下载
- 积分:1
-
PE文件解析
应用背景对EXE DLL文件pe结构 进行解析 ,包括 是否PE文件 资源表 导入表 导出表 重定位表 等各目录表项 PE文件基本信息 入口点 大小 区段等关键技术pe文件的各结构 进行解析 各目录表项:1.资源表 2.重定位表 3.导出表 4.导入表等 详细信息:入口点 大小 区段等
- 2022-04-14 18:19:04下载
- 积分:1
-
对文件操作的程序使用C语言编写,使用的huffm…
本程序使用C语言进行文件操作,使用哈夫曼算法进行编码压缩-procedures for the use of the C language for file manipulation, the use of Huffman coding compression algorithm
- 2022-05-20 20:40:15下载
- 积分:1
-
Php 书店
PHP 书店这是一个学期长时间为我的服务器端编程类项目。我们不得不设计和开发能够创建新帐户 (几乎) 完全功能性书店、 登录 / 注销运作,并将书添加到购物车。
- 2022-07-18 16:00:35下载
- 积分:1
-
VB操作数据库
应用背景用VB读取数据库里面的内容,用VB对数据进行操作。主要功能就是实现数据库的读写。对于新手学习VB还是有帮助的关键技术关键技术在于VB对SQL数据库的操作方面。只是很简单的入门小程序关键技术在于VB对SQL数据库的操作方面。只是很简单的入门小程序
- 2022-01-26 02:26:54下载
- 积分:1