java程序實現(xiàn)股票交易系統(tǒng)設計.doc
約37頁DOC格式手機打開展開
java程序實現(xiàn)股票交易系統(tǒng)設計,資源包括:正文doc格式共37頁 9911字摘要:本文按照開發(fā)軟件工程的思路,主要從以下幾個方面詳細論述了股票交易系統(tǒng)的研究和設計:gui模塊設計、jdbc的設計與封裝以及分布式rmi設計。 首先,本文闡述了java的優(yōu)點與應用;接著,本文介紹了項目的需求分析和數(shù)據(jù)庫的設計;然后,本文著重論述了登陸界面模塊、注冊界面模...
內容介紹
此文檔由會員 莎士比亞 發(fā)布
資源包括:正文DOC格式共37頁 9911字
摘要:本文按照開發(fā)軟件工程的思路,主要從以下幾個方面詳細論述了股票交易系統(tǒng)的研究和設計:GUI模塊設計、JDBC的設計與封裝以及分布式RMI設計。
首先,本文闡述了Java的優(yōu)點與應用;接著,本文介紹了項目的需求分析和數(shù)據(jù)庫的設計;然后,本文著重論述了登陸界面模塊、注冊界面模塊、股票交易界面模塊的設計與各界面按鈕的事件響應;如何創(chuàng)建DNS源;如何進行數(shù)據(jù)庫管理和操作;運行中的異常編寫及如何處理;最后,將系統(tǒng)設計成RMI分布式組件形式,以實現(xiàn)遠程調用。
關 鍵 詞: 數(shù)據(jù)庫;SQL Server; JDBC;Java;RMI
Stock trading system built by Java
Abstract: According to the methord of developing a software project, the thesis mainly discussed the study and design of the Stock trading system in such phases: design of GUI; design and seal of JDBC; design of RMI’s layout.
First, the thesis introduced the advantage and application of the Java.Then it introduces the analysis of the demand of the project and the design of the database.After that, the thesis emphatically discusses the design about the landing interface module, registering interface module, and stock trading interface module. And it also emphasizes on the response to the push button of the interfaces. In addition, it refers to the question about how to establish the DNS, how to manage and operate the database, and the abnormal complier as well as how to deal with it. In the end,the system is designed in the module form of RMI layout to fulfil the long-rang call.
Key words: Database; SQL Server; JDBC; Java; RMI
目 錄
摘要 1
關鍵詞 1
Abstract 2
Key words 2
1 概述 3
1.1 Java體系結構 3
1.2 Java的優(yōu)點 3
1.3 Java的應用 3
2 項目研究 5
2.1 項目的生命周期 5
2.1.1 需求分析階段 5
2.1.2 總體設計階段 5
2.2 數(shù)據(jù)庫分析與設計 5
2.2.1 user_info表 5
2.2.2 Customer表 5
2.2.3 Shares表 6
2.2.4 Stock表 6
2.2.5 數(shù)據(jù)庫存儲過程設計 6
2.2.6 細節(jié)設計階段 6
3 界面模塊設計 7
3.1 登陸模塊設計 7
3.1.1 登陸界面的設計 7
3.1.2 登陸界面的事件處理 7
3.2 注冊模塊的設計 8
3.2.1 注冊界面的設計 8
3.2.2 注冊界面的事件處理的設計 9
3.3 股票交易模塊設計 9
3.3.1 股票交易界面的設計 9
3.3.2 股票交易界面事件處理的設計 10
4 JDBC的設計與封裝 13
4.1 創(chuàng)建DNS源 13
4.2 數(shù)據(jù)庫操作過程 15
4.3 JDBC數(shù)據(jù)庫連接 16
4.4 異常的編寫與封裝 17
5 分布式RMI設計 18
5.1 RMI概述 18
5.2 RMI體系結構 18
5.2.1 存根/骨干層 18
5.2.2 遠程引用層 18
5.2.3 傳輸層 18
5.3 RMI程序開發(fā) 18
5.3.1 創(chuàng)建遠程接口 18
5.3.2 定義服務器類 19
5.3.3 定義客戶類 19
結 論 20
致 謝 21
參考文獻 22
附錄1 23
附錄2 25
摘要:本文按照開發(fā)軟件工程的思路,主要從以下幾個方面詳細論述了股票交易系統(tǒng)的研究和設計:GUI模塊設計、JDBC的設計與封裝以及分布式RMI設計。
首先,本文闡述了Java的優(yōu)點與應用;接著,本文介紹了項目的需求分析和數(shù)據(jù)庫的設計;然后,本文著重論述了登陸界面模塊、注冊界面模塊、股票交易界面模塊的設計與各界面按鈕的事件響應;如何創(chuàng)建DNS源;如何進行數(shù)據(jù)庫管理和操作;運行中的異常編寫及如何處理;最后,將系統(tǒng)設計成RMI分布式組件形式,以實現(xiàn)遠程調用。
關 鍵 詞: 數(shù)據(jù)庫;SQL Server; JDBC;Java;RMI
Stock trading system built by Java
Abstract: According to the methord of developing a software project, the thesis mainly discussed the study and design of the Stock trading system in such phases: design of GUI; design and seal of JDBC; design of RMI’s layout.
First, the thesis introduced the advantage and application of the Java.Then it introduces the analysis of the demand of the project and the design of the database.After that, the thesis emphatically discusses the design about the landing interface module, registering interface module, and stock trading interface module. And it also emphasizes on the response to the push button of the interfaces. In addition, it refers to the question about how to establish the DNS, how to manage and operate the database, and the abnormal complier as well as how to deal with it. In the end,the system is designed in the module form of RMI layout to fulfil the long-rang call.
Key words: Database; SQL Server; JDBC; Java; RMI
目 錄
摘要 1
關鍵詞 1
Abstract 2
Key words 2
1 概述 3
1.1 Java體系結構 3
1.2 Java的優(yōu)點 3
1.3 Java的應用 3
2 項目研究 5
2.1 項目的生命周期 5
2.1.1 需求分析階段 5
2.1.2 總體設計階段 5
2.2 數(shù)據(jù)庫分析與設計 5
2.2.1 user_info表 5
2.2.2 Customer表 5
2.2.3 Shares表 6
2.2.4 Stock表 6
2.2.5 數(shù)據(jù)庫存儲過程設計 6
2.2.6 細節(jié)設計階段 6
3 界面模塊設計 7
3.1 登陸模塊設計 7
3.1.1 登陸界面的設計 7
3.1.2 登陸界面的事件處理 7
3.2 注冊模塊的設計 8
3.2.1 注冊界面的設計 8
3.2.2 注冊界面的事件處理的設計 9
3.3 股票交易模塊設計 9
3.3.1 股票交易界面的設計 9
3.3.2 股票交易界面事件處理的設計 10
4 JDBC的設計與封裝 13
4.1 創(chuàng)建DNS源 13
4.2 數(shù)據(jù)庫操作過程 15
4.3 JDBC數(shù)據(jù)庫連接 16
4.4 異常的編寫與封裝 17
5 分布式RMI設計 18
5.1 RMI概述 18
5.2 RMI體系結構 18
5.2.1 存根/骨干層 18
5.2.2 遠程引用層 18
5.2.3 傳輸層 18
5.3 RMI程序開發(fā) 18
5.3.1 創(chuàng)建遠程接口 18
5.3.2 定義服務器類 19
5.3.3 定義客戶類 19
結 論 20
致 謝 21
參考文獻 22
附錄1 23
附錄2 25
TA們正在看...
- 信號與系統(tǒng)第2版教學配套課件作者sands-3-3ppt.ppt
- 信號與系統(tǒng)第2版教學配套課件作者sands-3-4ppt.ppt
- 信號與系統(tǒng)第2版教學配套課件作者sands-3-5ppt.ppt
- 信號與系統(tǒng)第2版教學配套課件作者sands-3-6ppt.ppt
- 信號與系統(tǒng)第2版教學配套課件作者sands-3-7ppt.ppt
- 信號與系統(tǒng)第2版教學配套課件作者sands-3-8ppt.ppt
- 信號與系統(tǒng)第2版教學配套課件作者sands-3-9ppt.ppt
- 信號與系統(tǒng)第2版教學配套課件作者sands-4-1ppt.ppt
- 信號與系統(tǒng)第2版教學配套課件作者sands-4-10ppt.ppt
- 信號與系統(tǒng)第2版教學配套課件作者sands-4-11ppt.ppt