搜索资源列表
heng_to_shu
- 横表转竖表的两种方法,一种是用decode一种是用when case语句-horizontal shaft table to table two ways : one is to use decode is used when a case statement
protobuf-2.3.0
- ProtocolBuffer是用于结构化数据串行化的灵活、高效、自动的方法,有如XML,不过它更小、更快、也更简单。你可以定义自己的数据结构,然后使用代码生成器生成的代码来读写这个数据结构。你甚至可以在无需重新部署程序的情况下更新数据结构。-ProtocolBuffer for structured data serialization flexible, efficient, automated methods, like XML, but it is smaller, faster and
vb6-SQL2005
- 用VB6如何来连接最新的SQL2005数据库,在本例中有详细的代码参考!分享是一种快乐,有问题请联系本人QQ:271658305-How to use VB6 to connect to the latest SQL2005 database, in this case there is a detailed reference code! Share is a happy, there are problems please contact me QQ: 271658305
Asset5-20060824
- 很好的数据库案例,甚至可以直接修改利用,包含了数据库的存储过程技术SQL SERVER2005系统下可以直接打开-Very good case database, or even directly modify the use of the database contains a stored procedure SQL SERVER2005 technology system can directly open
09
- 有关数据库的设计,里面包含了用例数据表单,试用者可以通过其来对整个系统进行测试。-The design of the database, which contains the use case data form, the trial will be able through its entire system to be tested.
VBSQLServer
- 探讨了VB访问SQL数据库的方法及运用,并给出案例。-VB on SQL database access and use, and gives case.
BCBSQL
- C++ Builder数据库开发经典案例解析 示例程序都是在C++ Builder 6.0(Enterprise)和SQL Server 2000个人版下调试通过的,不同的版本可能存在差别。使用的操作系统是Microsoft Windows 2000(Professional)。-C++ Builder Database Development Case Study Analysis of the sample programs in C++ Builder 6.0 (Enterprise)
SQLServer2000code
- 《中文版 SQL Server 2000 开发与管理应用实例》光盘代码--作者邹建 本书全面系统地介绍了SQL Server 2005应用、开发和管理方面的技术,涉及安装和升级SQL Server、T-SQL增强、T-SQL应用、XML数据处理、CLR集成、开发SQL Server应用程序、端点、Service Broker、SQL Server Integration Services、SQL Server配置、SQL Server安全管理、数据的加密与解密、数据备份与还原、数据库的高可用
umldiagrams
- UML的 用例/类 /时序 都有 还有数据库设计 都很详尽 适合UML课程设计-UML Use Case/category/temporal database design are also very detailed curriculum design for UML
f_getdbpath
- 一个用于得到数据库数据文件所在路径的SQL函数扩展 使用方法:f_getdbpath( databasename )-One for the database data files to be where the extensions path to use SQL use case: f_getdbpath ( databasename )
ak
- 需求分析,各种用例图,各种模块设计,采用文档管理-Needs analysis, a variety of use case diagram, a variety of modular design
bcsl
- 一.VB 1.选择Components-Mircrosoft FlexGrid Control,用来显示数据 2.Project-Reference:选择Mircrosoft ActiveX Data Object 2.8 Library,使用ADO 3.添加模块 二.Java 1.驱动下载SQL Server 2000 driver for JDBC:MSSQLFORJDBCSP3setup.exe 将lib目录下的三个.jar文件加到CLASSPATH中
TSQLFundamentals20090201
- 基于SQLSERVER_2008的TSQL用例示范,全面示范了TSQL的各类特性,是学习TSQL的不错书籍-TSQL based on the use case model SQLSERVER_2008 fully demonstrates the various characteristics of TSQL, TSQL of good books to learn
UML
- UML包括事物、关系、图、扩展机制。 (1)事物 结构:类、接口、构件、节点等等。 行为:交互(消息)、状态等等。 分组:包、子系统等等。 注释:注释。 (2)关系 依赖、关联(聚合、组合)、泛化、实现。 (3)图 用例图、交互图(顺序图、协作图)、类图、活动图、状态图等等。 (4)扩展机制-UML includes things, relation, graph, expansion mechanism. ( 1). Structur
ASPchuxuezhe
- 一个适合初学者使用的关于ASP学习的三个案例-One suitable for beginners to use a case study on the ASP
ASPchuxuezhe
- 五个适合初学者使用的ASP源代码,是很好的很简单的值得初学者模仿的案例-Five suitable for beginners to use ASP source code, is a good imitation of a very simple case worth beginners
MySQLProgramwithLib
- 给予MySQL数据库api的编程,编译后得到库文件,对外提供接口,别人直接调用你的接口。这个是对于我自己的情况写的接口,你要用需要根据实际,修改接口的实现,我的仅供参考-Given the MySQL API database programming, compiled by the library file, provide interfaces, others directly call your interface. This is for my own case write interf
booksale-v4.0
- 设计的基于Web的网上书店系统,利用JSP(Java Server Pages)结合Oracle数据库来实现的B/S结构。JSP是以Java语言为脚本语言,在连接Oracle数据库中可以通过JDBC驱动程序与数据库连接。本设计与现有的网上案例比较过,具有用户使用简单,界面直观等优点。本设计具有图书销售、图书查询、购物车等功能。-Design Web-based online bookstore system, using JSP (Java Server Pages) combined Orac
merge-into
- 关于oracle的merge into的一个使用实例。merge into集成了数据库的插入和更新两个操作,是个很好的工具命令。-A use case on the merge into the oracle. merge into an integrated insert and update two database operations, is a good tool commands.
HW2_B9929020
- To simplify the drawing for now, we use circles as gems. For drawing circles or any other primitives, we just need to call the Draw method on our surface with the primitive as a parameter (in our case an Ellipse with the same width and height), the C