-
VB编写的Excel 工作表的读、写代码
这是 Excel 工作表的读者和作家中编写的代码 vb。 欢迎下载和使用。
非常感谢您的支持。
- 2023-05-13 11:50:03下载
- 积分:1
-
自删除不同的实现方法
资源描述在软件卸载,或其他高级用途中,需要用到删除自身(.EXE)文件的功能
- 2022-02-02 22:13:11下载
- 积分:1
-
药物滥用的角色
这是联合国ñPeque O PROGRAMA德阙德java就像比如第实习一个秋波ficheros EN java Y ordenarlos ;
- 2022-01-26 19:28:24下载
- 积分:1
-
主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile...
主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile
-main functions : to make the full text of the document search and replace, with VC preparation, use category CStdioFile
- 2022-03-21 13:09:56下载
- 积分:1
-
标准二进制文件操作模板
标准二进制文件操作模板-standard binary file manipulation template
- 2023-03-03 05:35: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
-
VB操作数据库
应用背景用VB读取数据库里面的内容,用VB对数据进行操作。主要功能就是实现数据库的读写。对于新手学习VB还是有帮助的关键技术关键技术在于VB对SQL数据库的操作方面。只是很简单的入门小程序关键技术在于VB对SQL数据库的操作方面。只是很简单的入门小程序
- 2022-01-26 02:26:54下载
- 积分:1
-
回收站监视本程序只设置对C:有效,删除C:的。。。。可以监控用户可设置为其它盘...
回收站监视本程序只设置对C:有效,删除C:的。。。。可以监控用户可设置为其它盘
- 2022-03-22 15:23:22下载
- 积分:1
-
用Delphi 6编写的filesnoop。运行在Windows 9x/我,NT 4、2000和XP。FI…
FileSnoop 用 Delphi 6 编写。可以运行在Windows 9x/Me,NT 4.0,2000和XP。FileSnoop 使你快速获得文件的所有基本信息。对于每一种类型的文件,它最多可以提供四种视图来察看:信息视图,格式化视图,文本视图和十六进制视图。 信息视图除提供基本的文件信息(如类型、属性)外,还根据不同的文件类型提供其特定的信息内容。如图像文件会包含图像的高度和宽度以及其它的详细信息。格式化视图只针对某些文件有用,包括.rtf,.html,.avi和各种声音、位图和图标文件。它可以播放声音和动画以及显示图像。文本视图可以察看文本文件,选项设置可以将非打印字符剥离出来。此特性可以让你扫描.exe文件中的所有错误信息。十六进制视图可以用十六进制形式显示文件。-FileSnoop prepared with Delphi 6. Runs on Windows 9x/Me, NT 4.0, 2000 and XP. FileSnoop make you fast access to documents of all basic information. For each type of document, it can provide a maximum of four to see View : View information, formatting View, text and hexadecimal View View. Information View from providing basic file information (such as the type, nature), but also according to different types of documents provide specific information content. If the image files will contain the image height and width, and other detailed information. Formatting View only useful against certain documents, including. Rtf. Html. Avi and voices icon and bit
- 2022-10-11 07:45:03下载
- 积分:1
-
实现windows下目录和文件的创建、删除和更名,可视化界面
实现windows下目录和文件的创建、删除和更名,可视化界面-achieve windows directories and files under the creation, deletion and renaming of Visual Interface
- 2023-03-16 06:50:03下载
- 积分:1