-
一个封装了各种文件操作的类,包括文件读取、打开、复制、查看等...
一个封装了各种文件操作的类,包括文件读取、打开、复制、查看等-an operation of the various types of documents, including documents read, open, copy, etc. View
- 2023-04-07 05:40:03下载
- 积分:1
-
写这个 程序主要因为我对文件输出汉语一直存在相当的疑惑,所以写了这个小程序,并总结了相应的结论
ofstream和wofstream对中文的支持
std...
写这个 程序主要因为我对文件输出汉语一直存在相当的疑惑,所以写了这个小程序,并总结了相应的结论
ofstream和wofstream对中文的支持
std::cout和std::wcout对中文的支持
和imbue方法的使用以及Locale对象
-To write this, this program mainly because of my output file there has been considerable confusion in Chinese, so wrote this little program, and summarizes the conclusions of the corresponding ofstream and wofstream for Chinese support for std:: cout and std:: wcout for Chinese support for and imbue methods of use, and Locale objects
- 2022-02-06 08:28:20下载
- 积分:1
-
文本文件(txt)合并:
适合检索多个文本文件时使用(先合并多个文件然后再检索)
简单的TStringList应用举例...
文本文件(txt)合并:
适合检索多个文本文件时使用(先合并多个文件然后再检索)
简单的TStringList应用举例-text (txt) : a suitable text document retrieval over the use of (merging multiple files first and then search), a simple application example TStringList
- 2022-03-24 03:06:51下载
- 积分:1
-
opera bookmarks derived document conversion (to the shortcut generation) opera d...
opera书签导出文件转换器(加入了快捷方式生成)
将opera书签导出文件转换成收藏夹里的快捷方式-opera bookmarks derived document conversion (to the shortcut generation) opera derived text bookmarks pieces into the collection folder shortcuts
- 2022-02-14 07:01:49下载
- 积分:1
-
对文件进行加密动作,在WINDOWS系统上所有的文件都可以
对文件进行加密动作,在WINDOWS系统上所有的文件都可以-wenjianjiami
- 2023-01-01 16:35:12下载
- 积分:1
-
文件压缩的一个小的软件(推荐)比较实用方便
文件压缩的一个小的软件(推荐)比较实用方便-compression of a small software (recommended) are more practical convenience
- 2022-12-31 20:30:15下载
- 积分: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
-
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。...
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。-Delete the specified directory specified suffix documents in support of custom, multi-suffix name.
- 2023-05-05 21:40:03下载
- 积分:1
-
NTFS下$boot文件的全部引导程序源代码,可以很深入的了解WINDOWS的启动过程...
NTFS下$boot文件的全部引导程序源代码,可以很深入的了解WINDOWS的启动过程-NTFS files under $ boot all boot source code, can be a deeper understanding of the startup process WINDOWS
- 2023-02-04 21:10:03下载
- 积分:1
-
实现动态创建虚拟目录 附示例代码 对directoryEntry进行了封装
实现动态创建虚拟目录 附示例代码 对directoryEntry进行了封装-Realize the dynamic creation of virtual directory DirectoryEntry attached sample code on a package
- 2022-08-16 10:33:49下载
- 积分:1