-
用vb.net写的把access转为xml文件的源代码。为自己亲手创作。有的下载网站已提供下载。如果要看编译好的程序,在网上搜索“access数据库生成xml文...
用vb.net写的把access转为xml文件的源代码。为自己亲手创作。有的下载网站已提供下载。如果要看编译好的程序,在网上搜索“access数据库生成xml文件”即可找到。-Using vb.net write access to xml document to the source code. For their own creative hands. Some download sites have been available for download. If the compiler depends on a good program, in-line search access the database to generate xml document you can find.
- 2023-08-30 15:10:04下载
- 积分:1
-
DBF文件操作类,可以有索引,C++代码,编译为一个DLL工程。其中的OrderDbf.h和OrderDbf.cpp为其他工程使用的一个例子。...
DBF文件操作类,可以有索引,C++代码,编译为一个DLL工程。其中的OrderDbf.h和OrderDbf.cpp为其他工程使用的一个例子。-DBF file operation type, can be indexed and C code, compile to a DLL project. The OrderDbf.h OrderDbf.cpp and other projects for the use of an example.
- 2022-03-21 10:15:09下载
- 积分:1
-
flv_conversion guide file
flv_conversion guide file
- 2022-03-24 13:43:38下载
- 积分:1
-
工资管理系统
这是一个很好的工资系统程序用此程序中使用的文件系统。欢迎下载,试用。谢谢您的支持。
- 2022-04-11 00:05:28下载
- 积分:1
-
可以直接将数据库资料,写成excel文件。
可以直接将数据库资料,写成excel文件。-directly to the database, document written excel.
- 2022-02-04 07:07:04下载
- 积分:1
-
Matlab介绍 II
这是介绍了 matlab,来描述如何获取开始与 matlab 的工作空间,和什么是的职能活动,一些应用程序,如: 求和、 图的两个维度、 图三个维度,和其他大量的应用程序,是专业用户的道路上迈出的一步。
- 2022-06-21 04:57:06下载
- 积分:1
-
程序运行过程中,鼠标位置的记录与重演
GetCursorPos/SetCursorPos,fwrite/fread...
程序运行过程中,鼠标位置的记录与重演
GetCursorPos/SetCursorPos,fwrite/fread-running process, the position of the mouse and a repeat of the record GetCursorPos/SetCursorPos, fwrite/fread
- 2022-07-01 01:06:38下载
- 积分:1
-
This is a system of code, professional relatively strong, we want to help! ~
这是gis系统的一个代码,专业性比较强,希望对大家有帮助!~-This is a system of code, professional relatively strong, we want to help! ~
- 2022-02-02 13:20:11下载
- 积分:1
-
程序检查如果rapidshare文件仍然活跃
Program to check if Rapidshare files are still active
- 2022-06-12 16:16:02下载
- 积分: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