-
用于批量更改文件的后缀名(或者文件的类型)
用于批量更改文件的后缀名(或者文件的类型)-volume changes for the suffix document (or file type)
- 2022-12-25 05:10:03下载
- 积分:1
-
二进制文件的读、写、修改
文件操作的对象是:Operator.sys
二进制文件的读、写、修改
文件操作的对象是:Operator.sys-Binary file read, write, modify the file operations is targeted at: Operator.sys
- 2022-04-28 06:34:06下载
- 积分:1
-
工资管理系统
这是一个很好的工资系统程序用此程序中使用的文件系统。欢迎下载,试用。谢谢您的支持。
- 2022-04-11 00:05:28下载
- 积分: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
-
实现WINDOWS的资源管理器的所有功能。支持更多方式的查询。具体请看说明。...
实现WINDOWS的资源管理器的所有功能。支持更多方式的查询。具体请看说明。-achieve resource management of all functions. More ways to support the inquiry. See note specific.
- 2022-03-06 13:01:43下载
- 积分:1
-
用vb.net写的把access转为xml文件的源代码。为自己亲手创作。有的下载网站已提供下载。如果要看编译好的程序,在网上搜索“access数据库生成xml文...
用vb.net写的把access转为xml文件的源代码。为自己亲手创作。有的下载网站已提供下载。如果要看编译好的程序,在网上搜索“access数据库生成xml文件”即可找到。-Using vb.net write access to xml document to the source code. For their own creative hands. Some download sites have been available for download. If the compiler depends on a good program, in-line search access the database to generate xml document you can find.
- 2023-08-30 15:10:04下载
- 积分:1
-
由delphi程序生成结果以后,我们就需要输出,而输出到word是一种很好的方案,本例子参考价值就在此。...
由delphi程序生成结果以后,我们就需要输出,而输出到word是一种很好的方案,本例子参考价值就在此。-procedures generated by the outcome of future, we need to output and output to a word is a good program, the example of the reference value of this.
- 2022-03-05 02:47:42下载
- 积分:1
-
vb procedures. Decompression can be used later. A background system. Cheerleadin...
vb的程序。解压缩后即能使用。一个后台系统。啦啦啦啦~-vb procedures. Decompression can be used later. A background system. Cheerleading Cheerleading ~
- 2023-04-26 08:35:03下载
- 积分:1
-
获得 Windows 的一些特殊目录,比如 Program Files、我的文档、图片收藏、桌面等等特殊目录。...
获得 Windows 的一些特殊目录,比如 Program Files、我的文档、图片收藏、桌面等等特殊目录。-receive some special Windows directory, for example Program Files, My Documents, Photo collections, and so on the desktop special directory.
- 2022-12-13 10:25:04下载
- 积分:1
-
光纤射频传输系统中相干正交频分复用的研究.kdh
Research on Coherent Orthogonal Frequency Division Multiplexing in Optical Fiber RF Transmission System document file.
- 2023-05-24 02:45:03下载
- 积分:1