-
可以对调试数据进行输出,用于检测程序运行的调试
可以对调试数据进行输出,用于检测程序运行的调试-can debug output data for the detection procedures in the debugger
- 2022-02-18 13:28:56下载
- 积分:1
-
md5编码类,可查文件和字符串的md5编码
md5编码类,可查文件和字符串的md5编码-md5 encode
- 2023-06-23 15:15:03下载
- 积分:1
-
批量更改windows文件名。
批量更改windows文件名。-volume changes windows file.
- 2022-12-18 07:15:02下载
- 积分:1
-
C#操作Excel
C#操作Excel -C# Operation Excel C# Operation Excel
- 2022-01-26 06:47:41下载
- 积分:1
-
通过MFC编制的可以阅读Adobe(pdf)文件的程序插见,是学习文件操作的良好例子....
通过MFC编制的可以阅读Adobe(pdf)文件的程序插见,是学习文件操作的良好例子.-compiled by MFC can read Adobe (pdf) documents, see the interpolation procedures, the operation is to study the documents are good examples.
- 2023-08-17 23:35:03下载
- 积分:1
-
*
*
* 38 11/03/98 2:10p Admin
* Added jackpot and gambit. Removed random player selection. Added part
* of MPede support. Added response to ChatgamesID request. Added code
* to track server name.
*/-*
* 38 11/03/98 2:10p Admin
* Added jackpot and gambit. Removed random player selection. Added part
* of MPede support. Added response to ChatgamesID request. Added code
* to track server name.
*/
- 2022-03-04 22:34:58下载
- 积分:1
-
COMPOUND_files stream and save process
COMPOUND_文件流和储存处理-COMPOUND_files stream and save process
- 2022-07-15 13:31:02下载
- 积分:1
-
图片的上传与下载
资源描述
图片的上传与下载
所运用的是Java + servlet +fileupload
还有其中需要导入的jar包
- 2023-09-06 01:10: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
-
文件上传SmartUpload
资源描述此代码是基于oracle数据库的文件上传功能实现,实现的是雇员信息功能,因为雇员信息有图片显示功能要求,通过文件上传功能实现信息录入功能。代码包含sql语句和具体实现代码,个人也是刚学,如有不对的地方大家指出。
- 2022-10-21 14:05:04下载
- 积分:1