-
车站售票管理系统需要一个方便、快捷的销售功能,在…
车站售票管理系统要求具有方便、快速的销售功能,包括车票的预订和退票的功能,能够支持团体的预订票和退票;能准确地了解售票情况,提供多种查询和统计功能,如车次的查询、时刻表的查询;能按情况所需实现对车次的更改、票价的变动及调度功能;有完善的报表系统;-Station ticket management system requires a convenient, fast sales functions, including ticket booking and refund the functions that can support group booking tickets and refund can accurately understand the ticketing situation, provides a wide range of query and statistical functions, such as trips of query, the query schedule can realize as the case may require changes to vehicle trips, the fare changes and scheduling functions statements have sound systems
- 2022-07-08 18:03:02下载
- 积分:1
-
SQLSERVER database in the search for a form of arbitrary data
在SQLSERVER数据库查找任一表中的任意数据-SQLSERVER database in the search for a form of arbitrary data
- 2022-05-28 04:45:26下载
- 积分:1
-
简单投票系统,投票的数据保存在Sql数据库中,只保存投票的项目及票数。本系统的实现是用户每投一次,将在数据库中对应的项目票数上加1。该系统数据源采用了SqlDa...
简单投票系统,投票的数据保存在Sql数据库中,只保存投票的项目及票数。本系统的实现是用户每投一次,将在数据库中对应的项目票数上加1。该系统数据源采用了SqlDataSource,其中自定义了很多方法和函数。-Simple voting system, the voting data stored in the Sql database, only to vote to preserve the items and the number of votes. Realize the system is to vote once for each user will be in the database corresponds to the item number of votes plus one. The system data source using the SqlDataSource, which a lot of custom methods and function.
- 2023-03-13 12:35:04下载
- 积分:1
-
一个科研管理系统,用于管理项目,是基于SQL和VC的一个系统
一个科研管理系统,用于管理项目,是基于SQL和VC的一个系统-A research management system for managing projects, is based on SQL and VC of a system
- 2022-02-03 08:24:12下载
- 积分:1
-
SharpGLForm.Designer
sql server database 2008
- 2012-12-18 08:47:10下载
- 积分:1
-
常用命令MySQL手册
mysql常用命令手册 mysql常用命令手册-Common commands mysql manual
- 2022-01-22 12:29:20下载
- 积分:1
-
图书管理系统,用于管理图书室里的图书的信息。
图书管理系统,用于管理图书室里的图书的信息。-Library management system for managing library book information.
- 2022-08-18 09:37:54下载
- 积分:1
-
小型超市管理系统 supermarket-database
小型超市管理系统
目录
1、项目计划
1.1系统开发目的
1.2背景说明
1.3项目确立
1.4应用范围
1.5定义
1.6参考资料
2、逻辑分析与详细分析
2.1系统功能
2.2数据流图
2.3用户类型与职能
2.4系统开发步骤
2.5系统环境需求
2.6系统安全问题
3、基于UML的建模
3.1语义规则
3.2 UML模型
3.3系统实现图
4、概要设计文档
5、逻辑设计文档
6、物理设计文档
7、小结
(Small supermarket management system directory 1 project 1.1 Background 1.2 The purpose of system development projects that 1.3 range 1.5 to establish 1.4 Applications 1.6 Reference 2 definition, logical analysis and detailed analysis of 2.1 system 2.2 Data Flow Graph 2.3 user types and functions of system development steps 2.4 2.5 system environment needs security issues 2.6 system 3, based on the UML Modeling 3.1 semantic rules 3.2 UML Model 3.3 System Figure 4, a summary of design documents 5, logic design document 6, the physical design documents 7, Summary)
- 2020-06-26 02:00:01下载
- 积分:1
-
SQL建立学生选课数据库的三个表,包括学生表,课程表,学生选课表...
SQL建立学生选课数据库的三个表,包括学生表,课程表,学生选课表-SQL to establish a database of three tables elective students, including students table, curriculum, student Course Selection Form
- 2022-10-03 11:55:03下载
- 积分:1
-
一个vb开发,可以动态生成SQL的"拼装类".
例如:
sql.strsql="select ? from ? "
sql.setFieldEx...
一个vb开发,可以动态生成SQL的"拼装类".
例如:
sql.strsql="select ? from ? "
sql.setFieldEx "field1"
sql.setFieldEx "tbl"
debug.print sql.strsql
输出:select field from tbl-a vb development, dynamically generated SQL "assembled category." For example : sql.strsql = "select from" sql.setFieldEx "fi eld1 "sql.setFieldEx" tbl "debug.print sql.s trsql output : select field from tbl
- 2022-09-29 14:55:03下载
- 积分:1