-
This is a development to the use of shared memory to use this source category co...
这是一个用来开发使用共享内存的源码
使用这个包装类可以方便的开发出基于共享内存的应用-This is a development to the use of shared memory to use this source category convenient packaging developed based on the sharing Application Memory
- 2022-12-27 10:50:03下载
- 积分:1
-
实现选择window文件夹功能
实现选择window文件夹功能-achieve choose window folders
- 2022-04-28 14:41:44下载
- 积分:1
-
see proces a
see proces a-see proces allllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
- 2023-03-24 03:30:04下载
- 积分:1
-
页式虚拟存储管理中地址转换和缺页中断的模拟操作
页式虚拟存储管理中地址转换和缺页中断的模拟操作-Page storage management in virtual address translation and page fault simulation operation
- 2022-07-13 03:45:40下载
- 积分:1
-
这是一个用二分法搜索数据的例子,希望对朋友们有帮助。
这是一个用二分法查找数据的例子,希望对朋友们有所帮助。-This is a search for data using dichotomy example, and I hope to help friends.
- 2022-02-02 23:11:55下载
- 积分:1
-
Call procedures in the directory where generated Log folder in the folder every...
在调用程序所在目录下生成Log文件夹,在该文件夹下每天生成一个日志文件(如2004-07-03.log)-Call procedures in the directory where generated Log folder in the folder every day to generate a log file (such as 2004-07-03.log)
- 2022-01-22 09:04:47下载
- 积分: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
-
XML文本的解析工具,调用MSXML4.0完成
XML文本的解析工具,调用MSXML4.0完成-XML text analysis tools, call completion MSXML4.0
- 2022-03-22 11:01:48下载
- 积分:1
-
能够轻松的合并和切割文件,是使用者能够通过自己的程序就能进行文件切割...
能够轻松的合并和切割文件,是使用者能够通过自己的程序就能进行文件切割
-Can easily and cutting the combined document, a user can, through their own procedures document will be able to cut
- 2022-06-12 10:37:44下载
- 积分:1
-
Procedures to achieve PacketCapture
实现网络抓包程序,在vc++环境中运行,运行后在DOS环境中显示结果和 数据包分析-Procedures to achieve PacketCapture
- 2022-11-13 03:40:03下载
- 积分:1