-
用vb.net编写的读office中doc文件的例子.
用vb.net编写的读office中doc文件的例子.-vb.net using office time to prepare the documents were doc example.
- 2022-12-15 15:45: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
-
Servlet利用commons fileupload上传文件及文件下载
Servlet利用commons fileupload实现了单文件及多文件上传
并提供了文件下载功能
- 2023-09-01 19:15:04下载
- 积分:1
-
查找创建日期小于几天的程序,速度很快阿,工程
查找创建日期小于几天的程序,速度很快阿,工程-search for a few days less than the creation date of the procedure, very fast A project
- 2023-03-10 21:50:03下载
- 积分:1
-
用 ADO 访问有密码的 Access 数据库
用 ADO 访问有密码的 Access 数据库-visit to the Access database password
- 2022-03-20 16:36:37下载
- 积分:1
-
一个很好的递归遍历文件的程序,首先输入查找的目录,然后输入匹配的文件后缀(例如:*.bmp),单击“查找”,ListCtrl列表框中会显示出匹配到的文件的完整路...
一个很好的递归遍历文件的程序,首先输入查找的目录,然后输入匹配的文件后缀(例如:*.bmp),单击“查找”,ListCtrl列表框中会显示出匹配到的文件的完整路径,同时给出匹配到的文件的总数。-A very good document recursive traversal procedures, first of all, enter the directory search, then enter the document matching suffix (for example:*. bmp), click
- 2022-12-08 16:25:02下载
- 积分:1
-
VB实现的文件各种操作,主要针对初学者,希望有所帮助
VB实现的文件各种操作,主要针对初学者,希望有所帮助-VB various operational documents, mainly aimed at beginners, some help
- 2023-04-29 19:25: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
-
实现对E2P的读写操作,包括底层的具体函数。已经过实际验证。...
实现对E2P的读写操作,包括底层的具体函数。已经过实际验证。-achieve the right E2P write, including the bottom of the specific function. Have been actually tested.
- 2022-02-05 22:37:17下载
- 积分:1
-
二进制文件编辑程序源代码,我试了一下还行,实在没有了
二进制文件编辑程序源代码,我试了一下还行,实在没有了-binary file editing source code, I tried it also OK, it is not a
- 2022-01-26 00:36:40下载
- 积分:1