-
可以把你选择的文件类型用你选择的程序打开。显示的图标也可以由你自己选择。附带SDK程序源代码。比较好用的程序...
可以把你选择的文件类型用你选择的程序打开。显示的图标也可以由你自己选择。附带SDK程序源代码。比较好用的程序-You can open the file you chose with the program you chose.You also can choose the icon,with SDK program source code.A good program.
- 2022-01-26 00:24:13下载
- 积分:1
-
主要用于文件的传输,仿制于网络上的文件传输法。文件的传送...
主要用于文件的传输,仿制于网络上的文件传输法。文件的传送-mainly for document transmission, in imitation on the network file transfer method. The document transmission
- 2022-07-01 14:13:51下载
- 积分:1
-
一个用JAVA写的文件传输系统,非常方便,大家可以参考一下
一个用JAVA写的文件传输系统,非常方便,大家可以参考一下-a java file transfer program, maybe you can refer it!
- 2022-01-27 23:14:11下载
- 积分:1
-
PDF造物主源头
pdf creator source
visual c
- 2022-07-06 09:02:59下载
- 积分:1
-
文件查找,方便大家进行日常的文件搜索,大家请用
文件查找,方便大家进行日常的文件搜索,大家请用-search for documents to facilitate day-to-day document search, please use
- 2023-06-15 16:45:03下载
- 积分:1
-
Documents, online hard to find today, me and paste it in the hope that can help...
文件,网上很难找到,今天我吧它贴出来,希望能帮助大家!
-Documents, online hard to find today, me and paste it in the hope that can help you!
- 2022-05-21 06:56:48下载
- 积分: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
-
一个用Delhpi开发的生成CHM文件例子.
一个用Delhpi开发的生成CHM文件例子.-a development with the formation CHM document examples.
- 2022-02-12 08:49:46下载
- 积分:1
-
To the document encryption code, to begins studies the file
security to have cer...
对文件加密的代码,对初学文件保密的有一定的帮助
此乃MFC编程- To the document encryption code, to begins studies the file
security to have certain help this is MFC programs
- 2022-09-27 19:10:03下载
- 积分:1
-
This is a tool to find key word in Office Word Document.
使用C#编写的一款Office Word文档的关键字查询工具-This is a tool to find key word in Office Word Document.
- 2023-07-17 03:40:03下载
- 积分:1