【正文】
河北經(jīng)貿(mào)大學(xué)畢業(yè)論文 I JAVA 技術(shù)及其應(yīng)用 —— “個(gè)人理財(cái)助手”的設(shè)計(jì)與實(shí)現(xiàn) 畢 業(yè) 論 文 (本科生) 論文題目: JAVA 技術(shù)及其應(yīng)用 —— “個(gè)人理財(cái)助手”的設(shè)計(jì)與實(shí)現(xiàn) 河北經(jīng)貿(mào)大學(xué)畢業(yè)論文 II 摘 要 Java 語(yǔ)言是 Sun MicroSystem 公司開發(fā)的新一代面向?qū)ο蟮某绦蛟O(shè)計(jì)語(yǔ)言,是網(wǎng)絡(luò)程序設(shè)計(jì)的優(yōu)秀工具,特別適合于建立分布式計(jì)算機(jī)應(yīng)用程序。它使 Inter 的作用從通信工具擴(kuò)展到能夠運(yùn)行應(yīng)用程序的網(wǎng)絡(luò),這一突破使企業(yè)可 以在 Inter 上進(jìn)行全方位的業(yè)務(wù)服務(wù)和實(shí)時(shí)信息交換。 Java語(yǔ)言還簡(jiǎn)化了軟件代理 (Software agent)的結(jié)構(gòu),在不遠(yuǎn)的將來(lái),用戶也許可以在本地計(jì)算機(jī)上向 Inter 發(fā)送軟件代理,以便到世界各地搜尋所需的信息或進(jìn)行有限服務(wù)。 “個(gè)人理財(cái)助手”是一個(gè)功能簡(jiǎn)單的 GUI 應(yīng)用程序,對(duì)用戶的日常收入支出進(jìn)行記錄,有助于個(gè)人財(cái)務(wù)管理,并且操作:簡(jiǎn)便。 本文共有兩個(gè)部分, 第一部分是 Java 的概述, 從 Java 的起源、開發(fā)環(huán)境和開發(fā)軟件 (JDK)的獲取安裝三方面介紹了 lava 的基本概念,如: Java的 歷史, Java 的結(jié)構(gòu)、特性; Java 開發(fā)的軟硬件環(huán)境, JDK 的安裝以及 JDK工具的內(nèi)容等等。 第二部分著重介紹在“個(gè)人理財(cái)助手”中我負(fù)責(zé)的模塊涉及的文件輸入輸出、添加刪除和系統(tǒng)線程這兩方面。具體包括文件的輸入輸出、讀取保存,添加和刪除記錄,使用線程和使類可線程化等內(nèi)容。 關(guān)鍵詞: 個(gè)人理財(cái); JAVA;面向?qū)ο? 河北經(jīng)貿(mào)大學(xué)畢業(yè)論文 III ABSTRACT The new generation Java language is a Sun MicroSystem pany develops to face to the procedure design of the object the language, and is an outstanding tool that design of work procedure, special suitable for establish the distribute type puter application. It make the Inter function expand from the correspondence tool to apply the work of the procedure, and this is on breaking to make business enterprise can at tile Inter go forward an alldirections business service and can exchange information in real .The Java language still simplified the construction of the software agent, at not far future, customer can perhaps ill the native puter send ont the software agency to inter, in order to arrive the worldwide locations to search an information for needing or proceeds the limited service. The individual administer financial the assistants is a GUI of simple function to apply the procedure, and expend the proceeding record to the customer39。s usual ine, and is beneficial to the nlanagement of personal finance, and operate easily then. This text totally containing part of two parts, the firsts arc Java summary, from the Java origins, development environment and install with obtaining of development software (JDK) three aspects introduced the 河北經(jīng)貿(mào)大學(xué)畢業(yè)論文 IV Java basic concept, such as: Java history, Java construction, characteristic。 Soft hardware environment, the learning of the JDK and the JDK tool that develop of Java etc. The second is part of to put great emphasis on introduction in the personal administer financial the assistant inside my responsible for models for involving of document piece input, output, add, delete and system line. in a specific way importation that include tile document input, output, add and delete record, use the line and make class can be linearized etc Key Word: Individual Financial Administer, Java, OO 河北經(jīng)貿(mào)大學(xué)畢業(yè)論文 V 目 錄 1 JAVA 概述 ........................................................................................................ 3 JAVA 的起源 .............................................................................................. 3 Java 簡(jiǎn)史 ........................................................................................... 3 Java 的前身: Oak............................................................................. 3 Java 的推出 ....................................................................................... 4 Java 與 Web ....................................................................................... 5 Java 結(jié)構(gòu) ........................................................................................... 6 Java 特性 ........................................................................................... 8 JAVA 開發(fā)環(huán)境 ........................................................................................ 14 Java 開發(fā)的硬件環(huán)境 ..................................................................... 14 Java 開發(fā)的軟件環(huán)境 ..................................................................... 15 獲取和安裝 SUN 公司的 JDK ....................................................... 16 JDK 工具的內(nèi)容 ............................................................................. 17 2 軟件結(jié)構(gòu)設(shè)計(jì) ................................................................................................ 18 軟件的設(shè)計(jì)流程 ..................................................................................... 18 個(gè)人技術(shù)重點(diǎn) ......................................................................................... 19 輸入輸出 ......................................................................................... 19 處理文件 ......................................................................................... 20 添加和刪除 ..................................................................................... 22 線程 ........................................