Anyone who interacts with today s modern databases needs to know SQL (Structured Query Language), the standard language for generating, manipulating, and retrieving database information. In recent years, the dramatic rise in the popularity of relational databases and multi-user databases has fueled a healthy demand for application developers and others who can write SQL code efficiently and correctly.
標簽: Structured interacts databases Language
上傳時間: 2016-01-02
上傳用戶:qlpqlq
DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, but it also makes it much easier for hardware developers to produce new devices that work well in the Windows environment. The DirectX APIs take away the necessity of writing your own low-level, device-specific code to access hardware such as the display adapter and network card, making it much easier for you to write programs that take full advantage of the computer s multimedia capabilities.
標簽: performance incredibly therefore hardware
上傳時間: 2016-02-16
上傳用戶:秦莞爾w
1、安裝MS SQL Server2000 2、安裝PowerBuilder8.0 3、根據《恢復數據庫》文檔恢復數據庫yygl 數據庫備份文件\code\database\yygl 數據庫表結構文件\code\database\yygl.sql 4、拷貝code下的所有文件到你的硬盤,并將其所有文件取消只讀屬性 5、打開user.ini,修改文件Database>>ServerName的值 為安裝MS SQL Server2000的計算機名稱或IP地址; LogPassword的值為sa用戶的登錄口令 6、使用PowerBuilder8.0打開yygl.pbw文件
標簽: codedatabaseyygl PowerBuilder Server 數據庫
上傳時間: 2016-04-03
上傳用戶:xinzhch
1、安裝MS SQL Server2000 2、安裝PowerBuilder8.0 3、根據《恢復數據庫》文檔恢復數據庫clgl 數據庫備份文件\code\database\clgl 數據庫表結構文件\code\database\clgl.sql 4、拷貝code下的所有文件到你的硬盤,并將其所有文件取消只讀屬性 5、打開user.ini,修改文件Database>>ServerName的值 為安裝MS SQL Server2000的計算機名稱或IP地址; LogPassword的值為sa用戶的登錄口令 6、使用PowerBuilder8.0打開clgl.pbw文件
標簽: codedatabaseclgl PowerBuilder Server 數據庫
上傳時間: 2013-12-12
上傳用戶:gonuiln
1、安裝MS SQL Server2000 2、安裝PowerBuilder8.0 3、根據《恢復數據庫》文檔恢復數據庫clgl 數據庫備份文件\code\database\clgl 數據庫表結構文件\code\database\clgl.sql 4、拷貝code下的所有文件到你的硬盤,并將其所有文件取消只讀屬性 5、打開user.ini,修改文件Database>>ServerName的值 為安裝MS SQL Server2000的計算機名稱或IP地址; LogPassword的值為sa用戶的登錄口令 6、使用PowerBuilder8.0打開clgl.pbw文件
標簽: codedatabaseclgl PowerBuilder Server 數據庫
上傳時間: 2016-04-03
上傳用戶:mikesering
企業內部管理信息平臺,數據庫SQL SERVER,服務器TOMCAT,B/S結構
標簽: 管理信息
上傳時間: 2013-12-14
上傳用戶:Altman
本“一卡通”系統基于企業內部局域網,我方提供的“一卡通”系統必須滿足如下的網絡特性,同時網絡的性能也應得到相應的保證: 1、系統基于WINDOWS NT4.0,WINDOWS 2000(或以上)中文版網絡操作系統,工作站配備WINDOWS 98操作系統。 2、后臺數據庫采用SQL SERVER 7.0(或以上)數據庫平臺。 3、系統主體應用系統采用C/S(客戶機、服務器)網路結構。 4、部分應用軟件可采用B/S結構(主要是查詢系統)。 5、“一卡通”系統的應用程序運行在本地工作站,而全部數據存放在數據庫服務器中,應用程序直接對服務器上的數據進行操作,以確保系統的安全性、數據共享及數據一致性。系統設計時,工作站應用軟件可直接從服務器上下載得到,因此要求網絡具有良好的穩定性和可靠性。 6、“一卡通”系統中的人事信息可基于企業現有的MIS(基本人事信息管理系統)系統,系統方案根據企業已有MIS系統設計。 7、企業開放必要的網絡資源,提供網絡技術支持,構建全部的網絡系統,并確保網絡的安全性。 8、由企業提供開發、運行所需的正版軟件。
上傳時間: 2016-06-08
上傳用戶:cuiyashuo
本系統對學生信息操作控制流程和相關數據信息進行了較為全面且科學高效的管理,它主要分為學生級權限、辦公人員權限級、班級干部級權限和管理員級權限四個權限級別。本系統基于B/S的開發模式,前臺使用JSP技術開發實現,服務器為Tomcat5.0, 數據庫使用Microsoft SQL SERVER 2000,并采用JDBC-ODBC橋接技術進行數據庫連接。 全面地闡述了系統開發的分析和設計過程,包括業務分析、數據流分析、數據庫設計和軟件結構設計等;詳細描述了各子系統的實現,其中包括:學生之家子系統、辦公人員子系統、班級干部子系統和系統管理子系統;
上傳時間: 2013-12-29
上傳用戶:wweqas
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 to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
標簽: i.e. management database simple
上傳時間: 2016-10-02
上傳用戶:851197153
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
標簽: illustrates elimination Gaussian pivoting
上傳時間: 2016-11-09
上傳用戶:wang5829