-
在VC++中进行word表格的填写,非常方便
在VC++中进行word表格的填写,非常方便-In VC++ In word form fill, a very convenient
- 2022-10-12 18:55:03下载
- 积分:1
-
Keep track of all of the movies in your collection. The program lets you add, ed...
Keep track of all of the movies in your collection. The program lets you add, edit and delete movies, search by name and list movies by genre or medium. That data structure used to store all of your information is explained in the README file
- 2022-07-23 10:18:00下载
- 积分:1
-
一个可以写AVI视频文件的源程序,可以用来学习如何使用AVI文件的读写...
一个可以写AVI视频文件的源程序,可以用来学习如何使用AVI文件的读写-it can use to write avi file,you can use it to study reading/writing avi file
- 2022-05-20 22:19:38下载
- 积分:1
-
我们学软件测试时候 我们使用到的测试模版 很经典的哦 请大家多多支持...
我们学软件测试时候 我们使用到的测试模版 很经典的哦 请大家多多支持-our software testing when we use to test the template classic oh please can support
- 2022-03-11 12:32: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
-
演示了如何用递归法遍历文件夹内的文件和文件夹。(例子遍历了桌面文件夹)...
演示了如何用递归法遍历文件夹内的文件和文件夹。(例子遍历了桌面文件夹)
- 2022-01-24 10:10:46下载
- 积分:1
-
VB和Excel之间通讯,实现两者间的数据交换
VB和Excel之间通讯,实现两者间的数据交换-VB AND Excel READ WRITE
- 2022-05-27 05:44:05下载
- 积分:1
-
Encrypt File in C#
这个程序提供了一个算法来加密文件中的数据很容易加密您的文件其他人无法查看您的文件内容。
- 2022-08-09 03:35:03下载
- 积分:1
-
xml的解析,是用C编写的,目前应用很广,还附带了详细的例子...
xml的解析,是用C编写的,目前应用很广,还附带了详细的例子-xml analytic, is to use C prepared, at present a very wide application, but also comes with detailed examples
- 2022-07-24 00:10:42下载
- 积分:1
-
一个VC写的grep程序,可以查找指定文件中的内容
一个VC写的grep程序,可以查找指定文件中的内容-a written grep procedures, can find the specific file content
- 2022-03-20 20:10:07下载
- 积分:1