-
md5编码类,可查文件和字符串的md5编码
md5编码类,可查文件和字符串的md5编码-md5 encode
- 2023-06-23 15:15:03下载
- 积分:1
-
一个在C#下使用内存映射,能保存对象实例!强。dll源码及示例!...
一个在C#下使用内存映射,能保存对象实例!强。dll源码及示例!-C# 1 in the use of memory mapping, object can be preserved examples! Strong. Dll source code and examples!
- 2022-05-21 19:31:08下载
- 积分:1
-
Excel通用导入设计源码
有时候我们的数据存放在Excel中(特别是对于用户来说更喜欢使用Excel收集一些常用数据),而系统又需要这些数据来处理其他业务,那么此时我们就需要将这些数据导入到数据库中。但是鉴于Excel的样式多种多样,因此每次导入时都必须书写很多重复的代码。很明显对于一个软件开发者做这些重复劳动是一件很无趣的事情。那么怎样来寻中一种通用的方法呢?今天我们就一块看一下如何来解决这个问题。主要内容 Excel操作组件的选择总体设计思路配置文件设计类设计
- 2022-12-28 10:05:04下载
- 积分:1
-
a simple breakdown of documentation procedures, will be designated as a text fil...
一个简单的分文件程序,将指定的文本文件内容,一行用作一个文件名,也用作该文件的内容,建立文件-a simple breakdown of documentation procedures, will be designated as a text file, and his party for a name, also for the contents of the document, document
- 2022-08-13 21:54:33下载
- 积分:1
-
Delphi开发的文件压缩与解压例程,未使用任何第三方控件包
Delphi开发的文件压缩与解压例程,未使用任何第三方控件包-Delphi document compression and decompression routines, not the use of any third-party control packet
- 2022-03-10 22:30:53下载
- 积分:1
-
Encrypt File in C#
这个程序提供了一个算法来加密文件中的数据很容易加密您的文件其他人无法查看您的文件内容。
- 2022-08-09 03:35:03下载
- 积分:1
-
在Visual C++环境下,实现删除选择的目录及目录下的文件。
在Visual C++环境下,实现删除选择的目录及目录下的文件。-in Visual C environment, the realization of the deletion of the directory and select all the files.
- 2022-02-02 10:57:28下载
- 积分:1
-
VB解压缩RAR文档,可以自己做压缩,和自解压等。
VB解压缩RAR文档,可以自己做压缩,和自解压等。-VB decompress RAR files can be done compression, and other self-extracting.
- 2022-07-24 18:02:19下载
- 积分: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
-
a coding method run
地理信息系统的一种编码方法游程编码,简单实用-a coding method run-length coding, simple and practical
- 2022-05-15 22:32:10下载
- 积分:1