-
WinCE没有直接writeprofilestring顺序读写INI文件,…
wince 里面没有WRITEPROFILESTRING等直接读写INI文件的命令,多有不便.因此这份源码实现了WINCE下读写INI的功能.附有源代码及测试程序.经实际使用,效果不错.-wince There are no direct WRITEPROFILESTRING order to read and write INI files, and more has the inconvenience. Therefore the source realize the read and write INI under WINCE function. with the source code and testing procedures. by actual use, good results.
- 2022-02-04 10:54:19下载
- 积分:1
-
java读取配置文件的几种方法.txt请认真书写上传资料的详细功能、包含内容说明...
java读取配置文件的几种方法.txt请认真书写上传资料的详细功能、包含内容说明-java to read configuration files in several ways. txt Please carefully write a detailed upload features, including the content description
- 2022-03-14 07:10:46下载
- 积分:1
-
二进制浏览器源码,VC++语言开发,可用来查看任意文件的二进制代码,在图形开发、多媒体开发时比较有用。...
二进制浏览器源码,VC++语言开发,可用来查看任意文件的二进制代码,在图形开发、多媒体开发时比较有用。-Binary-source browser, VC++ Language development, can be used to view arbitrary files binary code, in the graphics development, multimedia development, when more useful.
- 2022-02-04 20:29:48下载
- 积分:1
-
一个FTP工具,武器和传统的客户端代码可以运行
一个ftp工具,有素武器和客户端代码,可以运行-an ftp tools, weapons and the traditional client code can run
- 2023-04-25 15:40:02下载
- 积分:1
-
利用汇编写的读文件小程序,可以在屏幕上显示文件内容。
利用汇编写的读文件小程序,可以在屏幕上显示文件内容。-Use the compilation of reading a document written by a small program can be displayed on the screen the contents of the documents.
- 2023-01-23 02:50:04下载
- 积分:1
-
File Processing
此项目是将编辑控件中的值保存到文件的教程
- 2022-08-04 01:10:25下载
- 积分:1
-
VB关于图形漂浮的设计
VB关于图形漂浮的设计-VB floating on the graphic design
- 2023-01-25 19:35:04下载
- 积分: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
-
复制文件,用java实现的文件复制功能,有界面
复制文件,用java实现的文件复制功能,有界面-copy files, copy files by java,exist interface
- 2022-07-23 16:29:27下载
- 积分:1
-
本地硬盘与可移动盘文件的更新与同步.工具 文件 VC 例程
本地硬盘与可移动盘文件的更新与同步.工具 文件 VC 例程-Local hard disk and removable disk file updates and synchronization. Tool file routines VC
- 2022-08-20 00:32:57下载
- 积分:1