搜索结果

找到约 175 项符合 delete 的查询结果

教育系统应用 === === === === === === === === === 项目:图书管理系统V2.0 作者:覃武权 主页:http://cpucool.512j.com 邮箱:cooltoend

=== === === === === === === === === 项目:图书管理系统V2.0 作者:覃武权 主页:http://cpucool.512j.com 邮箱:cooltoend@126.com 最后更新:2004-12-09 =================================================== */ [功能简介] 一、用户功能   1、查看个人基本资料   2、查看借书状况   3、修改密码   4、查看馆 ...
https://www.eeworm.com/dl/621/270130.html
下载: 160
查看: 1071

SQL Server SQL数据库工具就是一种即可以进行数据浏览、添加、删除和修改等数据库管理操作

SQL数据库工具就是一种即可以进行数据浏览、添加、删除和修改等数据库管理操作,又可以数据库的备份和还原操作,还可以自动地根据需要产生各种SQL语句(包括了SELECT、UPDATE、DELETE、INSERT等SQL语句)的数据库工具,将为数据库管理员和数据库软件开发人员提供极大的方便。 ...
https://www.eeworm.com/dl/689/272064.html
下载: 156
查看: 1048

Linux/Unix编程 我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input)

我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input), 从文件列表中删除一个记录(delete a record from list),保存文件(save), 查找文件(search record on table),文件的列表(list)
https://www.eeworm.com/dl/619/274241.html
下载: 145
查看: 1068

数据结构 定义一个类

定义一个类,从3开始查找出连续N个自然数,要求它们都是非素数。 //要注意的是new ,delete的用法,以及在怎么判定在循环中连续判定,关于t的用法。
https://www.eeworm.com/dl/654/303663.html
下载: 74
查看: 1041

VC书籍 C++名家精华.chm 我们用早期的C++语言编程。工作的第二天中午

C++名家精华.chm 我们用早期的C++语言编程。工作的第二天中午,厌烦了读职工手册,于是我写了一个工具类,里面包含一个原始指针作为成员变量: #include "xStruct.h" // definition of struct X class xWrapper { X* xItem public: xWrapper() : xItem(new X) { } ~xWrapper() { delete xItem } void dump() { /* ...
https://www.eeworm.com/dl/686/303820.html
下载: 71
查看: 1068

Linux/Unix编程 linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Array

linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Arrays. Not check the parameters validity. When transmit may be error. If the client program no right exit,others cannot know,the service program shouldbe check the client program whether exist t ...
https://www.eeworm.com/dl/619/306943.html
下载: 24
查看: 1090

数据库系统 最简单实现的一个数据库

最简单实现的一个数据库,支持select,insert,update,delete等操作,可以用来研究数据库
https://www.eeworm.com/dl/523/309891.html
下载: 149
查看: 1024

数据库系统 数据库操作

数据库操作,删除记录集数据,delete方法的使用,内有运行说明
https://www.eeworm.com/dl/523/312392.html
下载: 184
查看: 1016

SQL Server Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as

Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, co ...
https://www.eeworm.com/dl/689/313303.html
下载: 177
查看: 1078

文章/文档 DataView 的一个主要功能是允许在 Windows 窗体和 Web 窗体上进行数据绑定。 另外

DataView 的一个主要功能是允许在 Windows 窗体和 Web 窗体上进行数据绑定。 另外,可自定义 DataView 来表示 DataTable 中数据的子集。此功能让您拥有绑定到同一 DataTable、但显示不同数据版本的两个控件。例如,一个控件可能绑定到显示表中所有行的 DataView,而另一个控件可能配置为只显示已从 DataTable 删除的行。Dat ...
https://www.eeworm.com/dl/652/323687.html
下载: 31
查看: 1034