-
servo controller main source file
servo controller main source file
- 2022-03-15 16:09:38下载
- 积分:1
-
用PB调用API访问文件夹,有一些毛病,在WINDOWS简体中文当中,显示为繁体中文...
用PB调用API访问文件夹,有一些毛病,在WINDOWS简体中文当中,显示为繁体中文-API call with PB visit folder, there are some problems in Windows Simplified Chinese, Traditional Chinese shows
- 2022-05-18 12:24:13下载
- 积分:1
-
类Excel(全部使用VB编写)
类Excel(全部使用VB编写)-Excel category (all prepared using VB)
- 2022-03-23 01:11:23下载
- 积分:1
-
file cuts,siplest come true.
文件分割 最简单的实现-file cuts,siplest come true.
- 2022-03-22 12:05:39下载
- 积分:1
-
文件行数统计程序代码
该文件行数统计程序实现了UNIX/LINUX下的wc相似的功能...
文件行数统计程序代码
该文件行数统计程序实现了UNIX/LINUX下的wc相似的功能-Document the number of rows and Statistics program code of the document the number of rows to achieve a statistical procedure UNIX/LINUX under similar functional wc
- 2022-05-16 11:33:33下载
- 积分:1
-
自己做的RTF文件分割,根据文件特点分割
自己做的RTF文件分割,根据文件特点分割-own RTF document segmentation, segmentation features of the paper
- 2022-12-01 09:15:03下载
- 积分:1
-
关于excel的单元格的合并的问题,很有效的一个文件,帮助进行excel操作...
关于excel的单元格的合并的问题,很有效的一个文件,帮助进行excel操作-excel on the cells of the merger, a very effective one, for help operators excel
- 2022-05-08 15:17:59下载
- 积分:1
-
off模型与obj模型相互转化
在很多情况下,需要将不同的文件格式转换为我们需要的文件,或者其他的软件需要这样的文件,而另一个需要编程的程序又需要那样的文件。此程序需要off与obj文件可以需要转换。
- 2023-02-09 07:20:08下载
- 积分: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
-
文本编辑器
基于命令行的文本编辑器
功能:1、 打开文件
2、 保存文件
3、 能够对文件进行查找
4、 能够对文件进行替换
5、 能够对文件进行删除
- 2022-04-12 23:30:30下载
- 积分:1