-
一个很好的函数波形生成程序(值得一看),还包括各种文件的生成与浏览,以及个种控件的应用!欢迎下载学习...
一个很好的函数波形生成程序(值得一看),还包括各种文件的生成与浏览,以及个种控件的应用!欢迎下载学习-a good function waveform generation (eye-catcher), also include the generation and document browsing and species of control! Welcome to download learning! !
- 2023-03-01 13:05:04下载
- 积分:1
-
能够操作excel, 代码短小清晰, 作用学习操作excel 的学习实例.
能够操作excel, 代码短小清晰, 作用学习操作excel 的学习实例.-Can handle excel, the code short and clear, the role of learning how to operate the learning instances of excel.
- 2022-02-20 16:41:25下载
- 积分:1
-
繁体
繁体-简体转换控件-History-English conversion Controls
- 2022-04-10 21:12:10下载
- 积分: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
-
操作PE文件的一个类,对于理解PE文件的格式有帮助
操作PE文件的一个类,对于理解PE文件的格式有帮助-operation of a document PE class for understanding the format of PE help
- 2022-03-06 18:09:10下载
- 积分:1
-
vb procedures. Decompression can be used later. A background system. Cheerleadin...
vb的程序。解压缩后即能使用。一个后台系统。啦啦啦啦~-vb procedures. Decompression can be used later. A background system. Cheerleading Cheerleading ~
- 2023-04-26 08:35:03下载
- 积分:1
-
一个ini文件操作的类及其演示例程,能创建、修改ini文件,能增加、修改文件内的section的内容。...
一个ini文件操作的类及其演示例程,能创建、修改ini文件,能增加、修改文件内的section的内容。-an ini file manipulation class and demonstration routines, to be able to create, amend the ini file can increase amend section of the paper"s content.
- 2022-07-06 20:22:57下载
- 积分:1
-
检查你的文件。如果你不想
checking your files. If you do not want to
- 2022-05-29 23:56:24下载
- 积分:1
-
cab格式的压缩源码
cab格式的压缩源码-cab source of compressed format
- 2022-09-05 08:40:02下载
- 积分:1
-
CSpreadSheet use category, Excel spreadsheet file for the programming operation
运用CSpreadSheet类,针对Excel表格文件操作的编程实现-CSpreadSheet use category, Excel spreadsheet file for the programming operation
- 2022-03-24 01:56:14下载
- 积分:1