-
我们学软件测试时候 我们使用到的测试模版 很经典的哦 请大家多多支持...
我们学软件测试时候 我们使用到的测试模版 很经典的哦 请大家多多支持-our software testing when we use to test the template classic oh please can support
- 2022-03-11 12:32:04下载
- 积分:1
-
Visal c++二进制文件合并,功能非常好用
Visal c++二进制文件合并,功能非常好用-Visal c++ Binary file merging is very easy to use
- 2022-01-20 23:25:42下载
- 积分:1
-
这是一个应用程序,包含源码,用于播放flash文件。
这是一个应用程序,包含源码,用于播放flash文件。-This is an application that includes source for the broadcast of flash paper.
- 2022-01-26 06:06:09下载
- 积分:1
-
File Format for programming logic in develop program
File Format for programming logic in develop program
- 2023-01-14 05:55:03下载
- 积分:1
-
用vb.net编写的读office中doc文件的例子.
用vb.net编写的读office中doc文件的例子.-vb.net using office time to prepare the documents were doc example.
- 2022-12-15 15:45:03下载
- 积分:1
-
There word style, the file can be input, there is wordde page can be used to add...
有word的样式,可以进行文件的输入,有wordde 页面,可用添加页面,对页面操作等-There word style, the file can be input, there is wordde page can be used to add pages, the page operation, etc.
- 2022-06-02 22:04:08下载
- 积分:1
-
editor for a good software TextEditor30.zip
用于文档编辑的一个很好的软件
TextEditor30.zip-editor for a good software TextEditor30.zip
- 2022-02-02 22:41:44下载
- 积分:1
-
模糊规则为基础的分类器设计
1.简介 - 分众的介绍 - 简介进化计算 - 简要介绍了模糊规则为基础的分类 2.审查模糊规则为基础的系统研究 - 从人类专家的模糊规则 - 精度最大化 - 改进的可解释性 - 多目标的方法 3.进化的模糊分类器设计 - 进化模糊规则的选择 - 模糊遗传学为基础的学习机 4.目前的热点问题和未来发展方向
- 2022-05-08 20:53:45下载
- 积分: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
-
激光雷达LAS文件读取
激光雷达LAS文件读取 可以实现LAS1.0的读取,为下一步进一步处理点云做准备
- 2022-08-22 05:23:59下载
- 积分:1