-
一个makefile自动编译的模版
学习socket通信 ,熟悉 makefile 编写的例子。
自动生成依赖关系。
- 2022-03-20 11:12:17下载
- 积分:1
-
ARM programmer programs 16 hexadecimal BIN conversion of HEX
ARM烧写程序中的BIN转换16进制的HEX-ARM programmer programs 16 hexadecimal BIN conversion of HEX
- 2023-06-18 12:50:03下载
- 积分:1
-
将任何文件以16进制输出!如:0x11,0x12,
将任何文件以16进制输出!如:0x11,0x12,
- 2022-04-06 16:54:35下载
- 积分: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
-
document access information source, beginners can look at things more systematic...
获得文件信息的源码,初学者可以研究一下,比较系统的东西-document access information source, beginners can look at things more systematically
- 2022-06-16 04:04:14下载
- 积分:1
-
drawing for the general drawing functions, including (point, line, rectangle, el...
画图,提供一般的画图功能,包括(点,直线,矩形,椭圆,多边形等)-drawing for the general drawing functions, including (point, line, rectangle, ellipse, polygon, etc.)
- 2022-10-09 00:05:03下载
- 积分:1
-
一个可以统计指定目录下所有文件字节数的程序
一个可以统计指定目录下所有文件字节数的程序-statistics can be designated a directory of all documents byte of the process
- 2022-03-18 00:31:48下载
- 积分:1
-
高压缩FAT32 ghost文件转化连接程序
高压缩FAT32 ghost文件转化连接程序-it convert linking program
- 2023-08-21 04:35:03下载
- 积分:1
-
how to bundle multiple files into one executable file
如何将多个文件捆绑到一个与源代码匹配的可执行文件中。拉链
- 2022-09-12 07:25:04下载
- 积分:1
-
MFC库,VC++开发环境,CMarkup类封装,实现XML文件的解析、读写
MFC库,VC++开发环境,CMarkup类封装,实现XML文件的解析、读写-MFC Library, VC++ Development environment, CMarkup type of package realize XML document parsing, reading and writing
- 2022-12-02 10:00:03下载
- 积分:1