-
enumerate files of the specified directory
枚举指定目录下的文件
按特定格式的时间format-enumerate files of the specified directory
- 2022-03-07 13:05:09下载
- 积分:1
-
使用递归算法在指定目录下查找文件
使用递归算法在指定目录下查找文件-use recursive algorithm in designated directories search for documents
- 2023-02-21 15:05:04下载
- 积分:1
-
WINAPI所操作的INI文件的封装类,可以实现写数字字符串文件创建等功能....
WINAPI所操作的INI文件的封装类,可以实现写数字字符串文件创建等功能.-WINAPI operated package INI file type, you can write numbers and strings to achieve the functions of file creation.
- 2022-01-25 15:44:01下载
- 积分:1
-
对扇区绝对读写,一个实例,可随意更改.如有密码,请输flastar...
对扇区绝对读写,一个实例,可随意更改.如有密码,请输flastar-Sector absolute right to read and write, a case can tamper with them. For password, lost flastar
- 2022-01-26 00:20:19下载
- 积分: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
-
DTMF解码HEX文件
dtmf decoder hex file
- 2023-06-14 07:50:04下载
- 积分:1
-
vc++ 文件系统检测 源码
vc++ 文件系统检测 源码
-filesystem_monitor_in_vc_c++.
- 2023-06-02 11:30:04下载
- 积分:1
-
VB对文本文件操作实例
VB对文本文件操作实例-VB to the text file manipulation case
- 2022-03-13 20:41:14下载
- 积分:1
-
电子导航地图MFC
1. 了解地图数据二进制格式。
2. 能读取原始数据(按照地图数据格式的二进制文件)。
3. 对导航数据中的道路数据进行整理,分析,查询,排序。
4. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-26 21:03:30下载
- 积分:1
-
本程序的功能是将大文件进行分割,便于网络速度慢的情况下进行文件传输。
本程序对一份已有的文件分割软件进行了改进,修正了上面的一系列BUG...
本程序的功能是将大文件进行分割,便于网络速度慢的情况下进行文件传输。
本程序对一份已有的文件分割软件进行了改进,修正了上面的一系列BUG
-this procedure is the function of the documents will be divided to facilitate slow speed network for the conduct of file transfer. The program has been a division of documents and software enhancements, the amendment to the above series BUG
- 2022-03-01 08:10:22下载
- 积分:1