-
-
Greate_SQL_Example.rar
... Oracle, Sybase, Microsoft SQL Server, Access等都采用了SQL语言标准。虽然很多数据库都对SQL语句进行了再开发和扩展,但是包括Select, Insert, Update, Delete, Create, 以及Drop在内的标准的SQL命令仍然可以被用来完成几乎所有的数据库操作。下面,我们就来详细介绍一下SQL语言的基本知识 ...
-
DataEasy.zip
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.
-
-
MyHotKey.rar
利用系统热键可以方便用户的操作,比如经常使用的Alt + Tab可以快速切换窗口;Crtl + Alt +
Delete键可以调出Windows任务管理器或重启机器;oicq软件也会注册系统热键方便用户的操作,等等。本程序就注册一个系统热键Alt + Z,在应用程序执行的任何时候只要按下该热键就会弹出一个消息对话框。
-
MySQL_CN000.rar
... 。但是,标准的SQL命令,比如"Select"、 "Insert"、 "Update"、 "Delete"、 "Create"和 "Drop"常常被用于完成绝大多数数据库的操作。
-
sql_Command000.rar
... 。但是,标准的SQL命令,比如"Select"、 "Insert"、 "Update"、 "Delete"、 "Create"和 "Drop"常常被用于完成绝大多数数据库的操作。
-
-
DRBGuestbook.zip
DRBGuestbook is a free, simple guestbook script that doesn t require a database. It allows you delete entries and ban IP addresses through an easy-to-use, password protected administration interface. There is also a customizable filter for blocking posts ...
-
unixfilesystem.rar
完整的文件系统模拟
基本功能
(1)多用户 (2)多级目录:具有树形目录结构;(3)具有login (用户登录)和用户身份认证功能;(4)文件的创建: create
(5)文件的打开:open(6)文件的读:read(7)文件的写:write(8)文件关闭:close(9)删除文件:delete
(12)列出文件目录:dir(列目录时要列出文件名、物理地址和文件长度)
(13)退出:logout
(14)文件保护机制
-
designarofC++.rar
C++的特点
最简单的C++程序
C++的输入输出
函数的重载
带缺省参数的函数
变量的引用类型5
内置函数
动态分配/撤销内存的运算符new和delete
-