-
This Source
This Source-Navigator, an IDE for C/C++/Java/Tcl/Fortran and a
host of other languages. Source-Navigator includes powerful source
code comprehension features that help a developer understand complex
relationships between elements of a program s source.
Source-Navigator is released under the terms of the GPL see the
COPYING file for more information about the GPL.
The Source-Navigator project is hosted at SourceForge:
- 2022-08-13 23:02:56下载
- 积分:1
-
一个文本文件的分拆器,可以支持100
一个文本文件的分拆器,可以支持100-30000行一分切,以原名为根据自动序号。-A text-file spliter, support 100 to 30000 line per file, And automatic general serial number.
- 2022-02-16 07:03:05下载
- 积分:1
-
查看字库文件ttf的导出数据,包括单个表的导出,…
查看字库文件ttf的导出数据,包括单个表的导出,字形数据的导出。来自microsoft-View library of documents ttf derived data, including a single table is derived, font data is derived. From microsoft
- 2022-01-30 22:35:18下载
- 积分:1
-
Realizes in the MFC application procedure glances over PDF, the
WORD documents d...
在MFC应用程序中实现浏览PDF,WORD文档文件,很不错的东东.- Realizes in the MFC application procedure glances over PDF, the
WORD documents document, very good east east
- 2023-02-11 18:25:03下载
- 积分:1
-
按钮提示演示。
按钮提示演示。
按钮提示演示。
按钮提示演示。 -Demo button prompts. Demo button prompts.
- 2022-09-24 07:10:03下载
- 积分:1
-
自己编写的计算单词词频的程序,主要是考虑一个单词的各种词性中的百分比...
自己编写的计算单词词频的程序,主要是考虑一个单词的各种词性中的百分比-own calculations prepared by the words and phrases of the process is mainly a word of a percentage POS
- 2023-04-23 12:00:03下载
- 积分: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
-
关于编程控制office系统的输出,提供随时打印功能
关于编程控制office系统的输出,提供随时打印功能-programming control office on the system"s output, ready for printing
- 2022-04-01 14:24:35下载
- 积分:1
-
separate the file paths
separate the file paths-separate the file paths.............
- 2023-09-06 10:25:03下载
- 积分:1
-
防EXCEL写的,内容很不错,希望有高手把他再完善.其中用到了一个FlexCell表格控件,需要注册,请用户支持正般....
防EXCEL写的,内容很不错,希望有高手把他再完善.其中用到了一个FlexCell表格控件,需要注册,请用户支持正般.
- 2023-01-11 14:15:04下载
- 积分:1