-
对C++初学者很有用的
对C++初学者很有用的-C beginners very useful.
- 2022-01-28 12:50:37下载
- 积分:1
-
lg com 端口 unlok
舒适性 LG 手机打开源它只是在这里以支持此软件的开发。免费版本是在购买之前对你有好处,那就试着在前。没有退款。
- 2022-02-25 01:17:48下载
- 积分:1
-
This is a program of notepad,which imitates the
WINDOWS notepad,and
一个记事本程序,模仿WINDOWS记事本,基本实现记事本的功能-This is a program of notepad,which imitates the
WINDOWS notepad,and
- 2022-08-24 08:30:03下载
- 积分:1
-
一份PE文件修改的VC源码,可查看PE文件的大量信息和修改部分文件信息,可查看进程加载的模块。...
一份PE文件修改的VC源码,可查看PE文件的大量信息和修改部分文件信息,可查看进程加载的模块。-a PE files VC source, PE document can be found on the vast amount of information and documents to amend some information can be found on the module loading process.
- 2023-07-20 11:50:03下载
- 积分:1
-
VC++ 6.0 written on the use of API function test procedure for emptying the recy...
VC++6.0写的关于用API函数清空回收站的测试程序,欢迎大家下载-VC++ 6.0 written on the use of API function test procedure for emptying the recycle bin, welcome everyone to download
- 2022-01-26 01:46:59下载
- 积分:1
-
文件操作源码
文件操作源码 -file manipulation source file manipulation FO
- 2022-12-21 01:50:03下载
- 积分:1
-
Hex编辑器,做的很完善了.界面很象JAVA程序.
Hex编辑器,做的很完善了.界面很象JAVA程序.-HexEditor. Pretty well done. The interface is similar as the Java programs.
- 2022-07-05 06:02:18下载
- 积分: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
-
读取CAD文件DXF文档信息,从而实现vb程序与cad的连接
读取CAD文件DXF文档信息,从而实现vb程序与cad的连接-CAD file DXF files to read information in order to achieve vb connection procedures and cad
- 2022-07-13 07:45:27下载
- 积分:1
-
Operation of the use of memory
利用内存映射操作文件,读入内存后,逐行处理,希望有点用-Operation of the use of memory-mapped files, read into the memory after the processing line by line, I hope a little bit with
- 2023-07-30 18:55:02下载
- 积分:1