搜索结果
找到约 175 项符合
delete 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (21)
- 其他 (15)
- Java编程 (10)
- 数据结构 (8)
- 文章/文档 (7)
- 书籍源码 (7)
- 电子书籍 (6)
- Linux/Unix编程 (6)
- VC书籍 (6)
- 其他数据库 (5)
- SQL Server (5)
- 文件格式 (4)
- 磁盘编程 (4)
- 软件设计/软件工程 (4)
- 数据库系统 (3)
- 操作系统开发 (3)
- Oracle数据库 (3)
- Java书籍 (3)
- 多国语言处理 (3)
- Delphi控件源码 (3)
- 开发工具 (2)
- 教育系统应用 (2)
- 软件工程 (2)
- 数值算法/人工智能 (2)
- 编译器/解释器 (2)
- 汇编语言 (2)
- 企业管理 (2)
- 行业发展研究 (2)
- 编辑器/阅读器 (2)
- 单片机开发 (2)
- 数学计算 (2)
- 加密解密 (2)
- 书籍 (2)
- 教程资料 (1)
- 教程资料 (1)
- 教程资料 (1)
- 实用工具 (1)
- Internet/网络编程 (1)
- Windows CE (1)
- uCOS (1)
- 手机短信编程 (1)
- MySQL数据库 (1)
- Delphi/CppBuilder (1)
- 压缩解压 (1)
- *行业应用 (1)
- FlashMX/Flex源码 (1)
- 中间件编程 (1)
- 网络 (1)
- 其他嵌入式/单片机内容 (1)
- 家庭/个人应用 (1)
- 手机彩信(MMS)编程 (1)
- MacOS编程 (1)
- Jsp/Servlet (1)
- 多媒体处理 (1)
- 软件 (1)
- 源码 (1)
其他 纯真IP数据库的使用类 使用 void CTestQQwryDlg::OnButtonSave() { NL_QQwry *qq=new NL_QQwry qq->SaveTo
纯真IP数据库的使用类
使用
void CTestQQwryDlg::OnButtonSave()
{
NL_QQwry *qq=new NL_QQwry
qq->SaveToFile()
delete qq
}
void CTestQQwryDlg::OnButtonLoad()
{
NL_QQwry *qq=new NL_QQwry
UpdateData(1)
m_szP=qq->Test()
UpdateData(0)
delete qq
}
void CTestQQwryDlg::OnChangeEditIp()
{
N ...
软件工程 C 与C++中的异常处理 Robert Schmidt 著 无情 译 目 录 1. 异常和标准C 对它的支持..........................................
C 与C++中的异常处理
Robert Schmidt 著
无情 译
目 录
1. 异常和标准C 对它的支持...............................................................................................2
2. Microsoft 对异常处理方法的扩展..............................................................................12
3. 标准C++异 ...
数学计算 矩阵运算的算法 用Type类数组创建矩阵对象 matrix(int rows,int cols) //创建矩阵,值为0 matrix(int n) //创建单位阵 matrix(c
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int n) //创建单位阵
matrix(const matrix &) //拷贝构造函数
BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵
modifyrowscols(int rows,int cols) //修改矩阵的行列数
~matrix() {delete []elems } ...
软件设计/软件工程 掌握SQL四条最基本的数据操作语句:Insert
掌握SQL四条最基本的数据操作语句:Insert,Select,Update和Delete。
练掌握SQL是数据库用户的宝贵财 富。在本文中,我们将引导你掌握四条最基本的数据操作语句—SQL的核心功能—来依次介绍比较操作符、选择断言以及三值逻辑。当你完成这些学习后,显然你已经开始算是精通SQL了。 ...
电子书籍 This the first cellphone worm with source code available in the world ! Do you can modify, rename,
This the first cellphone worm with source code available in the world !
Do you can modify, rename, delete, insert any code...
Delphi控件源码 pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capab
pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter,
that is capable of recognizing spam e-mails after appropriate training.
Pop3 Agent uses an embedded Firebird database server. Of course, you can
configure Pop3 Agent to work with an existing server if the ...
Oracle数据库 一个利用OTL访问ORACLE数据库的例子
一个利用OTL访问ORACLE数据库的例子,例子中包含了insert,delete,update,select ,数据库连接等常用的例子代码,给初次利用OTL访问Orcale数据库的同学很有帮助
Java编程 学生档案系统 主类StudentManager 录入界面StudentSituation
学生档案系统
主类StudentManager
录入界面StudentSituation,进行学生的登陆
查询界面Inquest ,查询已有的学生
修改界面ModifySituation,修改已有的学生的界面
删除界面Delete,删除学生的界面
学生对象Student
其他书籍 SQL是英文Structured Query Language的缩写
SQL是英文Structured Query Language的缩写,意思为结构化查询语言。SQL语言的主要功能就是同各种数据库建立联系,进行沟通。按照ANSI(美国国家标准协会)的规定, SQL被作为关系型数据库管理系统的标准语言。SQL语句可以用来执行各种各样的操作,例如更新数据库中的数据,从数据库中提取数据等。目前,绝大多数流 行的关系 ...
其他数据库 This application uses OleDb as a backhand communicator with the file to allow the user to : select,
This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then save all the changes to the original file.