-
完全利用VB,不使用任何控件建立的一个扑克牌游戏
完全利用VB,不使用任何控件建立的一个扑克牌游戏
- 2022-02-14 04:50:10下载
- 积分: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
-
MP3方案的NON UMS的FILE SYSTEM实现
MP3方案的NON UMS的FILE SYSTEM实现-MP3 program NON UMS to achieve the FILE SYSTEM
- 2023-08-11 18:50:03下载
- 积分:1
-
VC6.0关于串行化的设计,使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储...
VC6.0关于串行化的设计,使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-VC6.0 on the design, use CArchive category of documents for the operation. MFC framework of the procedures and documents open new function within the Implementation Mechanism. CDocument class how to use the serial storage function preservation and loading data. How to achieve the kind of support Serial, Serial CObArray realization insider. Cut out data files often made mistakes. MFC framework of the procedures and documentation such as the type of relationship, and how to access each other indicators cited.
- 2023-01-05 21:05:08下载
- 积分:1
-
实现对WORD文档转换功能.txt文件
实现对WORD文档转换功能.txt文件-word document translate to .txt files
- 2022-04-29 17:14:24下载
- 积分:1
-
对文件进行加密动作,在WINDOWS系统上所有的文件都可以
对文件进行加密动作,在WINDOWS系统上所有的文件都可以-wenjianjiami
- 2023-01-01 16:35:12下载
- 积分:1
-
burnIN,自己写的磁盘老化软件,可以自动获取可移动磁盘的盘符,容量等信息,对其进行读写文件,比较文件等操作,用于测试磁盘。...
burnIN,自己写的磁盘老化软件,可以自动获取可移动磁盘的盘符,容量等信息,对其进行读写文件,比较文件等操作,用于测试磁盘。-burnIN, wrote to the disk aging software, it will automatically acquire a mobile disk drive. volume of information, which should be read and write a paper comparing operating documents for the test disk.
- 2022-05-06 22:56:37下载
- 积分:1
-
虚拟文件系统 这个简单的文件系统实现了最简单的文件系统功能,是使用一个磁盘文件来模拟磁盘的。...
虚拟文件系统 这个简单的文件系统实现了最简单的文件系统功能,是使用一个磁盘文件来模拟磁盘的。-virtual file system this simple file system to achieve the most simple functions of the file system is to use a disk file to simulate disk.
- 2022-01-21 17:28:34下载
- 积分:1
-
设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。...
设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。-Design a procedure , to the dispatcher of the process according to algorithm simulation operating systems of different dispatchers.
- 2022-05-15 21:08:08下载
- 积分:1
-
自己大包的库 ,非常稳定,请放心使用 ,4107B
自己大包的库 ,非常稳定,请放心使用 ,4107B-网卡实验函数说明.doc-Their big library, very stable, please rest assured that the use of, 4107B-card experiments indicate function. Doc
- 2022-09-04 13:30:03下载
- 积分:1