-
用struts实现文件的上传,通过上传组件commons
用struts实现文件的上传,通过上传组件commons-fileupload-1.2.1,struts能很好的实现文件的上传-With struts file upload through the upload component of commons-fileupload-1.2.1, struts can realize a very good document upload
- 2022-01-25 19:04:13下载
- 积分:1
-
This code is written in vc platform, code, there is some reference value
本代码是在vc平台写的代码,有一定的参考价值-This code is written in vc platform, code, there is some reference value
- 2022-03-30 22:59:24下载
- 积分:1
-
能够比较文件与文件夹,大小及内容等属性进行比较
能够比较文件与文件夹,大小及内容等属性进行比较-to compare files and file folders, size and content attributes comparison
- 2022-02-18 14:00:51下载
- 积分:1
-
此代码实现在windows环境下,向Excel输出数据。本人已经在sp2下编译通过,并且运行成功...
此代码实现在windows环境下,向Excel输出数据。本人已经在sp2下编译通过,并且运行成功-this code to achieve the windows environment, the output data to Excel. I have sp2 under compile and run successful
- 2022-06-17 16:53:20下载
- 积分:1
-
Daily work for the Resolution of the document the workload of data and statistic...
日常工作中用于拆分文件中数据和统计工作量的小程序-Daily work for the Resolution of the document the workload of data and statistics applets
- 2022-03-07 14:51:26下载
- 积分: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
-
vc make the Notepad, a simple, string processing, input input
vc做的记事本,简单,字符串处理,输入输入-vc make the Notepad, a simple, string processing, input input
- 2023-02-08 16:50:04下载
- 积分:1
-
that file describe openGl and specifications of it
that file describe openGl and specifications of it -that file describe openGl and specifications of it
- 2023-01-08 11:25:02下载
- 积分:1
-
电气机械动力学
变压器。
♦ 异步电动机。
♦ 同步电机。
♦ 电机起动和保护。
♦ 电机速度控制和动态。
♦ 分马力电机。
- 2022-08-25 20:04:37下载
- 积分:1
-
Matlab 介绍 1
这是介绍了 matlab,来描述如何获取开始与 matlab 的工作空间,和什么是的职能活动,一些应用程序,如: 求和、 图的两个维度、 图三个维度,和其他大量的应用程序,是专业用户的道路上迈出的一步。
- 2022-02-07 15:52:05下载
- 积分:1