【正文】
d development of Inter, Webbased information sharing and coordination procedures for workers as many of the key issues for many years .NET platform can create Web services, allow a program through Inter for data munication and data sharing, regardless of what kind of adopted operating system, device or programming language. The design mainly use. NET platform and C + + programming language to build information sharing platform and carry Inter and web services to share information in the Ftp in small local area works. First sharing system design requires to learn about knowledge of .NET development tools and Microsoft Visual Studio 2022 C + + programming language. Then I need create a system operating environment and analyze the system requirements. Get a series of major modules derived from the needs analysis system and make the program flow chart of the various modules. Complete the programming code for all modules Finally. The sharing system is designed to basically plete the default function, however, the software interface and degrees of freedom in the software operation should be improved, hope to improve from learning in the future. Key words: Information Sharing; .NET; Web Service; Ftp; C++ 畢業(yè)論文 IV 目 錄 1 引言 ................................................. 1 2 語言及開發(fā)工具簡介 .................................. 2 C ++語言簡介 ............................................ 2 選用的工具簡介 .......................................... 3 Visual Studio 2022 簡介 ............................... 3 SQL Server 2022 簡介 .................................. 4 3 需求分析及控件功能設定 ............................... 5 共享系統(tǒng)需求分析 ........................................ 5 共享系統(tǒng)各控件功能設定 .................................. 5 4 模塊詳細設計 ........................................ 6 系統(tǒng)開發(fā)環(huán)境 ............................................ 6 IIS 簡介 ................................................. 6 連接控件設計 ............................................ 6 下一層控件設計 ......................................... 11 上一層控件設計 ......................................... 14 UPLOAD控件設計 .......................................... 16 DOWNLOAD控件設計 ......................................... 19 5 系統(tǒng)運行環(huán)境及測試 ................................. 23 畢業(yè)論文 V 系統(tǒng)運行所需環(huán)境 ....................................... 23 Inter 信息服務( IIS)的安裝 ....................... 23 用 CesarFTP 軟件建立 FTP 服務器 ....................... 24 系統(tǒng)測試 .............................................. 26 6 結(jié)論 ............................................... 27 參考文獻 ............................................... 28 致謝 ................................................... 29 畢業(yè)論文 1 1 引言 當前知識經(jīng)濟時代,信息交換的作用更加的重要,隨著 Inter 的迅猛發(fā)展,信息的數(shù)字化程度 與日俱增,對網(wǎng)絡信息的開發(fā)和利用成為了信息相關(guān)工作者所要研究的新課題。該共享系統(tǒng)的設計需要預先了解 .NET開發(fā)工具 Microsoft Visual Studio 2022 和熟悉編程語言 C++。畢業(yè)論文 I 畢業(yè)論文 題目 : 基于 . 和 web service 的遠程信息共享系統(tǒng)實現(xiàn) 專 業(yè) : 電氣工程及其自動化 畢業(yè)論文 II 基于 . 和 web service 的遠程信息共享系統(tǒng)實現(xiàn) 摘 要 信息共享平臺的應用領域范圍非常廣, 隨著 Inter 的 迅猛 發(fā)展,基于 Web 的信息共享與協(xié)作成為 了很多程序工作者多年來一直研究的主要課題 。然后建立系統(tǒng)運行環(huán)境,并對系統(tǒng)進行需求分析。 本文所指信息共享,專指網(wǎng)絡信息資源共享,即以數(shù)字化形式所記錄,以多媒體形式所表達,儲存在計算機網(wǎng)絡磁性介質(zhì),光介質(zhì)及其他各種通信介質(zhì)上,通過網(wǎng)絡通信傳遞的信息的集合。隨著計算機網(wǎng)絡科學技術(shù)的普及,很多公司 機構(gòu)內(nèi)部各部門都以適合的工具軟件儲存并傳輸相關(guān)的電子數(shù)據(jù)。 ( 2) 是選擇合適的軟件設計工具和開發(fā)技術(shù)。 Visual Studio 是開發(fā) 創(chuàng)建 Windows 平臺下的 Windows 應用程序和網(wǎng)絡應用程序 中的佼佼者, Visual Studio 是 .NET 平臺下最強大的開發(fā)工具,無論是企業(yè)應用程序的部署和發(fā)布,還是軟件服務商, Visual Studio 都能夠提供近乎完美的解決方案。在面對似乎觸手可及的信息共享理想的同時 , 也許我們更需要的是對信息共享實踐的自省與審視。然而 , 朝著理想奮勇前行、永不放棄 , 正是古代及現(xiàn)代人類不斷追求文明的過程 [5]。 C++語言發(fā)展大 致 可分三個階段: 第一階段從 80 年代 至 1995 年。 C++由 C 語言發(fā)展而來,不僅保持了 C 語言高效、簡潔和某些匯編指令的特點。熟練 C 的程序員能夠很快地學會C++,并用之進行編程。 編輯階段的任務即編輯源程序,源程序是用 C++語句所寫的程序段落。 Linux 系統(tǒng)環(huán)境中,使用的編輯器有 emacs 與 vi 兩種。編譯器會將源程序翻譯成機器代碼。 雖然說目標程序可以由可執(zhí)行機器語言組成,但并不能完全由計算機直接執(zhí)行。 現(xiàn)在的一些 C++系統(tǒng)開發(fā)工具,如 Borland C++與 Microsoft Visual C++,將程序的編輯、編譯和連接集成在一個環(huán)境中。 程序開發(fā)過程中的各階段都有可能出現(xiàn)錯誤,編譯