-
The ExeInfo utility shows general information about executable files (*.exe), dy...
The ExeInfo utility shows general information about executable files (*.exe), dynamic-link libraries (*.dll), ocx files, and drivers files. It can recognize all major types of executables, including MS-DOS files, New Executable files (16-bit) and Portable Executable files (32-bit).Created with VC++.
- 2022-03-15 03:49:16下载
- 积分:1
-
从text文件中读取信息,写入xls文件
从text文件中读取信息,写入xls文件-documents from the text message read, write xls document
- 2022-03-19 23:59:06下载
- 积分:1
-
目录生成的代码
文件目录生生成代码-directory generated code
- 2022-03-26 12:41:21下载
- 积分:1
-
a terrific C revenue log processing. Functional strong!
一个很棒的C++开源的日志处理程序。功能很强!-a terrific C revenue log processing. Functional strong!
- 2023-03-20 17:30:04下载
- 积分:1
-
Breath in the word document can be successful all the suspicious vocabulary, and...
可以一口气在word文件中标出所有的可疑词汇,然后作批量替换。(网上现有的很多程序都是不分青红皂白一律替换的)-Breath in the word document can be successful all the suspicious vocabulary, and then for volume replacement. (Online the existing procedures are a lot of indiscriminate be replaced)
- 2023-03-04 13:50:03下载
- 积分:1
-
我自己写的Java通讯录,界面用的是swt包,使用时请看readme.txt文件,需要加载dll文件....
我自己写的Java通讯录,界面用的是swt包,使用时请看readme.txt文件,需要加载dll文件.-I write Java correspondence, the interface kits can be used when See readme.txt document, we need to load dll file.
- 2022-07-27 11:04:03下载
- 积分:1
-
只许要把文件放到文件夹为“III”的同一目录,运行将可以文件夹加密...
只许要把文件放到文件夹为“III”的同一目录,运行将可以文件夹加密-only the documents should put to the folder "III" in the same directory, will be running folder encryption
- 2022-03-23 04:03:52下载
- 积分: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
-
Dispersion in Optic Fiber
它是计算激光脉冲沿光纤传输时色散的程序。通过改变代码的不同参数,可以检查每个参数对输出脉冲的影响。它是一种在光纤网络设计中节省时间和金钱的模拟方法。
- 2022-02-20 15:01:52下载
- 积分:1
-
仿Excel风格的表格设计器如果大家喜欢可以加我,谢谢大家支持!...
仿Excel风格的表格设计器如果大家喜欢可以加我,谢谢大家支持!-Excel-style imitation Forms Designer
- 2023-03-31 12:35:04下载
- 积分:1