DATABASE
共 530 篇文章
DATABASE 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 530 篇文章,持续更新中。
)。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, chan
)。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change passwords, and other functions, use the JDBC interface, such as SWING. If ATM landing, withdrawal
the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change
the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change passwords, and other functions, use the JDBC interface, such as SWING. If ATM landing, withdrawals a
在运行系统前
在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。
可以有两种方法创建该数据库:
1.使用SQL server查询分析器运行Database目录下的sql.txt中的sql语句,这样会创建stock数据库。
2.使用SQL Server的企业管理器直接附加“附加数据库文件”目录下的Stock.mdf文件。
系统默认帐号:admin 密码:
Database design and optimize SQL
Database design and optimize SQL
用的数据库版本MySQL4.1 简易的学生管理系统的database是student 分别建两个表account和studentinfo,其详细数据结构见student1.sql 要
用的数据库版本MySQL4.1
简易的学生管理系统的database是student
分别建两个表account和studentinfo,其详细数据结构见student1.sql
要实现的主要功能如下:
1.登录验证 (LoginFrame)
2.设置管理员密码(setPwdFrame)
3.添加学生资料(AddFrame)
4.修改学生资料(Modif
php+spider 官方: http://www.cs.ioc.ee/~ando/sphider/ 演示: http://www.ioqz.com/search/sphider/searc
php+spider
官方:
http://www.cs.ioc.ee/~ando/sphider/
演示:
http://www.ioqz.com/search/sphider/search.php
汉化 by sluke topscn@gmail.com
www.sluke.cn
1、修改admin/auth.php中的管理员和密码
$admin = "admin"
carnegie SSD7 Database Systems 教材 《空间数据库》
carnegie SSD7 Database Systems 教材
《空间数据库》
sql programm manual for sql language in database
sql programm manual for sql language in database
sqlite C++ wrapper 1.3.1,It provides a C++ interface to access sqlite database.
sqlite C++ wrapper 1.3.1,It provides a C++ interface to access sqlite database.
Oracle Database SQL Reference 10.2.chm
Oracle Database SQL Reference 10.2.chm
MySQL claims to be the world s most popular open source database, and with good reason. It is free
MySQL claims to be the world s most popular open source database, and with good
reason. It is free, runs on a wide variety of platforms, is relatively simple, easy to
configure and performs well e
一、设置数据源 如果设置数据源
一、设置数据源
如果设置数据源,不论是服务器是tomcat还是resin,都无需更改任何文件。
数据源设置步骤:(windows操作系统)
1.进入“控制面板”-->管理工具”--->“数据源(ODBC)”
2.选择“用户DNS”
3.点击“添加”---〉选择驱动器“Microsoft Access Driver”---点击“完成”
4.填写数据源
We propose a technique that allows a person to design a new photograph with substantially less effo
We propose a technique that allows a person to design a new photograph
with substantially less effort. This paper presents a method that generates a composite image when a user types
in nouns, such
There a t least five Request for Enhancement s (RFE) in the JavaSoft bug database related to Mouse W
There a t least five Request for Enhancement s (RFE) in the JavaSoft bug database related to Mouse Wheel support in Java. One of the RFE s BugID #4202656 has 281 votes from developers requesting Sun f
developing web applications with coldfusion express The coldfusion web application sever provides t
developing web applications with coldfusion express
The coldfusion web application sever provides the fastest way to integrate
browser sever ,and database technologies into powerful web application
Oracle Database 10g PL/SQL入门教程的全部例子
Oracle Database 10g PL/SQL入门教程的全部例子
一个简单的OA系统 希望能提高大家的JAVA能力 功能蛮多的 于初学者修改 SQLserver数据库 TOMcat服务器 数据库 在database文件下 附加到SQLSERVE即可
一个简单的OA系统 希望能提高大家的JAVA能力 功能蛮多的 于初学者修改 SQLserver数据库 TOMcat服务器
数据库 在database文件下 附加到SQLSERVE即可
ARP test mode. According to the idea we design the arithmetic for the key part, first the system sen
ARP test mode. According to the idea we design the arithmetic for the key part, first the system sends a message to the target machine, and then system wait for the response. Once system receives a me
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and h
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard
用ADO+CListCtrl操作SQL的示例程序
用ADO+CListCtrl操作SQL的示例程序,可方便地进行删除,更新,添加数据到SQL服务器。(网上非常少)。其中在ADOConn类中的Server和Database 应根据所在的具体环境进行修改,
希望对广大VC++爱好者有所帮助。