-
读取dxf格式的程序,演示,可以很容易扩展。
读取dxf格式的程序,演示,可以很容易扩展。-read dxf format procedures, presentations, can be easily extended.
- 2022-01-21 22:18:10下载
- 积分:1
-
Daily work for the Resolution of the document the workload of data and statistic...
日常工作中用于拆分文件中数据和统计工作量的小程序-Daily work for the Resolution of the document the workload of data and statistics applets
- 2022-03-07 14:51:26下载
- 积分:1
-
geographic information systems professionals a skeleton algorithm with the proce...
地理信息系统专业一种骨架法算法的程序,取周围9个矢量点的值叠加分析-geographic information systems professionals a skeleton algorithm with the procedures for around nine points of the value vector overlay analysis
- 2022-01-25 16:15:42下载
- 积分:1
-
TXT text segmentation tool, does not produce garbled, CStudioFile category by li...
TXT文本分割工具,不产生乱码,CStudioFile类按行读取,分为按用户设置大小和用户设置分割份数两种方式进行分割-TXT text segmentation tool, does not produce garbled, CStudioFile category by line read, divided into according to user settings and user settings the size of the undivided shares in two ways to partition
- 2023-04-04 06:55:03下载
- 积分:1
-
Remote file manager made with client server method
Remote file manager made with client server method
- 2023-03-21 20:55: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
-
优素福Ozturk去# 305 ng的高技术工程departman electronik盖布泽…
yusuf ozturk goı ng a electronik engineering departman of gebze high technology of enstitue. end this fileis c++ decument of pic 18f4550
- yusuf ozturk goı ng a electronik engineering departman of gebze high technology of enstitue. end this fileis c++ decument of pic 18f4550
- 2022-07-16 11:19:28下载
- 积分:1
-
用VC++处理字符串的程序,非常顺手,适合初级学生学习参考!...
用VC++处理字符串的程序,非常顺手,适合初级学生学习参考!-With VC++ Treatment procedure string, very comfortable, suitable for primary students to learn the reference!
- 2022-03-22 19:18:16下载
- 积分:1
-
把一个文本文件读入,并按要求转化成c语言格式头文件,作为一个c语言练习程序.熟悉文件的读入和数据结构的练习....
把一个文本文件读入,并按要求转化成c语言格式头文件,作为一个c语言练习程序.熟悉文件的读入和数据结构的练习.-To read a text file, as required, into a format c language header files, as a c language practice procedures. Familiar with the documents and data structure read into practice.
- 2022-03-22 07:17:48下载
- 积分:1
-
Source for DB V1.0 with ISAM File Manager
Source for DB V1.0 with ISAM File Manager
- 2023-05-28 17:35:03下载
- 积分:1