-
file manipulation
文件操作-file manipulation
- 2022-05-20 20:53:56下载
- 积分:1
-
XML文本的解析工具,调用MSXML4.0完成
XML文本的解析工具,调用MSXML4.0完成-XML text analysis tools, call completion MSXML4.0
- 2022-03-22 11:01:48下载
- 积分:1
-
VC prepared with this source, and its function to achieve a view disk informatio...
此源码用VC编写,其功能实现了查看磁盘信息,可以浏览文件系统.-VC prepared with this source, and its function to achieve a view disk information, you can browse the file system.
- 2023-02-05 08:25:03下载
- 积分:1
-
Delphi调用DLL
软件开发 Delphi编程DELPHI中动态调用dll
- 2022-11-14 13:50: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
-
该程序实现了很好的文本文件的输入和输出,更适合…
该程序很好的实现了文本文档的输入和输出,比较适合初学C的人-The program achieved a very good text document input and output, are more suitable for people learning C
- 2022-02-06 14:00:21下载
- 积分: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
-
access and document attributes summary of the contents, such as : the document t...
此源码是获得和设置文件的属性中的摘要中的内容,如:文件的标题、主题、作者、类别、关键字、备注等等。由vb.ne编写。-access and document attributes summary of the contents, such as : the document title, subject, author, category, keyword, etc. Remarks.vb.ne
- 2022-04-15 09:55:01下载
- 积分:1
-
配置文件初始化
这是一个用于加载外部配置文件,以及读、写外配配置文件的代码,在程序运行时加载外部配置文件(可以使设备运行参数,以及工具参数等),便于外部修改设备参数
- 2022-04-06 22:14:13下载
- 积分:1
-
这是一个用二分法搜索数据的例子,希望对朋友们有帮助。
这是一个用二分法查找数据的例子,希望对朋友们有所帮助。-This is a search for data using dichotomy example, and I hope to help friends.
- 2022-02-02 23:11:55下载
- 积分:1