搜索资源列表
dtl
- The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automa
CHAP09
- 顺序表的查找,有序表的查找,静态树表的查找,索引顺序表的查找-Sequential table lookup, table lookup ordered, static tree table lookup, index lookup table in order
dtl.3.6.11.tar
- 数据库模板类 支持ODBC -The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers chang
FindingData
- 用VS平台,C#语言,实现了对sql数据库的查找操作。-With the VS platform, C# language, realized on the sql database lookup.
BANG-TRA-TRANSITOR-MOSFET
- table lookup MOSFET certain information capacity
hash
- hash索引.算法包括哈希索引的初始化,键值的查找,索引的更新。-hash index algorithm including the initialization of the hash index, the key lookup, index updates.
BookShop
- (1) 图书管理系统可以按照用户权限和实现功能的不同分为两部分:外部学生对数据库的查阅访问和内部管理人员对图书记录的管理维护。 (2) 用户注册,需要通过Struts2字段校验判断用户注册页面中的用户名、密码、年龄、出生日期、邮箱等是否符合校验规则,并对自定义校验器要求密码必须包含数字、字母以及两个以上的特殊字符(!@#$ ^&*)。 (3) 对用户注册页面完成具有自定义选择国家语言的国际化操作。 (4) 使用拦截器,阻止用户注册页面的重复提交。 (5)
User-management-system
- 个人用户管理系统。用vs2010写的数据库是sql2008.实现简单的用户增加,修改,删除。ip精确查找,姓名模糊查找。-Individual user management system. Using VS2010 to write the database is sql2008. to achieve a simple user add, modify, delete. IP exact search, name the Fuzzy Lookup
workspace
- 简单的图书馆管理系统,实现基本的增删查找功能-Simple library management system, realize the deletion or omission of some basic lookup
sqlserver
- 简单的JDBC实现SqlServer数据库连接,实现查找数据库功能-Simple JDBC implementation SqlServer connections, functions Lookup
JNDI-Jboss
- 通过JNDN连接数据库,JNDI查找数据源,输出数据库中的数据并可以添加数据-By JNDN connect to the , JNDI lookup data sources, data output s and data can be added
661487187miniSQL
- 设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL,允许用户通过字符界面输入SQL语句实现表的建立/删除;索引的建立/删除以及表记录的插入/删除/查找。(The design and implementation of a simplified single user SQL engine (DBMS) MiniSQL, allows users to input a character interface SQL statement table create / delete in