freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

通用工資管理信息系統(tǒng)—計算機(jī)畢業(yè)設(shè)計-資料下載頁

2024-12-03 16:51本頁面

【導(dǎo)讀】及前端應(yīng)用程序的開發(fā)兩個方面。對于前者要求建立數(shù)據(jù)一致性、完整性和數(shù)據(jù)。安全性良好的數(shù)據(jù)庫;而對于后者則要求應(yīng)用程序功能完備、易使用等特點(diǎn)。其中對管理信息系統(tǒng)、數(shù)據(jù)庫技術(shù)進(jìn)行了簡單的介紹,詳細(xì)論述了在系。分析進(jìn)行了較為詳盡的闡述。向?qū)ο笙到y(tǒng)開發(fā)方法的基本思想以及相應(yīng)的優(yōu)缺點(diǎn)。

  

【正文】 富了應(yīng)用程序的表達(dá)能力,也加快了項(xiàng)目的開發(fā)進(jìn)度。 還支持分布式應(yīng)用系統(tǒng)的開發(fā),形成多層應(yīng)用系統(tǒng)結(jié)構(gòu)。 可以支持多種平臺,并能生成機(jī)器代碼的可執(zhí)行文件。 功能簡述如下: 1.專業(yè)的客戶機(jī)/服務(wù)器開發(fā)工具 用 開發(fā)的應(yīng)用程序能夠與數(shù)據(jù)庫服務(wù)器完美地協(xié)同 工作,構(gòu)成客戶機(jī)/服務(wù)器計算模式。 2.面向?qū)ο蟮木幊? 除了使用系統(tǒng)預(yù)先定義的對象(如窗口、菜單等)外,開發(fā) ..人員可以自行構(gòu)造新的對象(稱作用戶對象),擴(kuò)展系統(tǒng)的預(yù)定義對象,將各種對象有機(jī)地組合起來就構(gòu)成了 應(yīng)用程序。 用 開發(fā)的應(yīng)用程序可以同時訪問多個數(shù)據(jù)庫系統(tǒng)。 數(shù)據(jù)窗口能夠從多種數(shù)據(jù)源提取數(shù)據(jù),然后以多種風(fēng)格展現(xiàn)在用戶前面 利用 的數(shù) 據(jù)管道,開發(fā)人員和應(yīng)用程序能夠簡單、方便、快捷的把數(shù)據(jù)庫中的數(shù)據(jù)從一個表復(fù)制到另一個表,從一個數(shù)據(jù)庫復(fù)制到另一個第六章 系統(tǒng)實(shí)施 28 數(shù)據(jù)庫。 提供了一個全新的內(nèi)置調(diào)試器,開發(fā)人員能夠利用他單步、斷點(diǎn)跟蹤應(yīng)用程序的執(zhí)行,并在中斷模式下查看或修改變量以及對象屬性的取值。 6. 2 數(shù)據(jù)庫開發(fā)技術(shù)選擇 我們選擇現(xiàn)在廣泛使用的 SQL2021 作為后臺數(shù)據(jù)庫基礎(chǔ)。 SQL Server 2021 是一種基于 C/S 模式的關(guān)系數(shù)據(jù)庫管理系統(tǒng)。 SQL Server 采用適當(dāng)?shù)臋C(jī)制來 解決上千個計算機(jī)系統(tǒng)的數(shù)據(jù)訪問中產(chǎn)生的問題,使每個計算機(jī)系統(tǒng)都能獨(dú)立處理來自于數(shù)據(jù)庫服務(wù)器的各部分?jǐn)?shù)據(jù)。在 C/S 構(gòu)架內(nèi),服務(wù)器數(shù)據(jù)庫也要求與服務(wù)器的通信組件集成,以便和客戶系統(tǒng)相聯(lián)接。 Client/Server 兩層模式 一、 Client/Server 模式 所謂 Client/Server 模式是之在松散偶合的分布式計算機(jī)環(huán)境中,一個進(jìn)程將某一部分計算任務(wù)委托提交給本地或遠(yuǎn)程的另一個進(jìn)程的計算模式。在實(shí)際的商業(yè)領(lǐng)域中, Client/Server 模式用來描述第四代語言前端應(yīng)用程序和關(guān)系數(shù)據(jù)庫系統(tǒng)的交互作用。 一、 Client/Server 模式的特點(diǎn) 廣義的講 Client/Server是協(xié)同處理的一個子集,在實(shí)際的應(yīng)用中, Client/Server指的是用戶工作站和中央數(shù)據(jù)庫之間的相互作用。工作站運(yùn)行應(yīng)用程序,以查詢和更新集中存儲在數(shù)據(jù)庫服務(wù)器上的數(shù)據(jù)。 C/S 兩層結(jié)構(gòu)的關(guān)鍵點(diǎn)有兩個:一個是客戶進(jìn)程和服務(wù)器進(jìn)程可以(但不是必須)用 LAN 或 WAN 連接,它們可以在同一臺計算機(jī)上運(yùn)行。二是用于客戶和數(shù)據(jù)庫服務(wù)器之間的通信的基本語言是結(jié)構(gòu)化查詢語言( SQL)。 Client/Server 模式具有以下特點(diǎn): 1. Client/Server 為中央 /本地分布式的工作提供了新的途徑。像基于主機(jī)的系統(tǒng)一樣, Client/Server 能夠在數(shù)據(jù)完整性,管理和安全方面提供嚴(yán)格的集中控制。 2. Client/Server 模式下應(yīng)用程序設(shè)計可以分布化而不會對數(shù)據(jù)產(chǎn)生破壞。由于服務(wù)器能夠管理數(shù)據(jù)的完整性,這個任務(wù)可以從客戶的應(yīng)用程序開發(fā)中部分或全部分離出來。這樣,應(yīng)用程序就變得簡單,開發(fā)起來也變得更快,出現(xiàn)錯誤導(dǎo)致災(zāi)難的可能性也就大大減少。 二、基于 Client/Server 的 MIS 系統(tǒng)有更加廣泛的含義。雖然應(yīng)用于不同的領(lǐng)域第六章 系統(tǒng)實(shí)施 29 的 MIS 系統(tǒng)設(shè)計時有不同的要求,但 是,基于 Client/Server 模式下的 MIS 系統(tǒng)設(shè)計應(yīng)該具有如下一些基本原則。 1. 應(yīng)加強(qiáng)系統(tǒng)的實(shí)時數(shù)據(jù)采集和 及時的信息反饋能力,無論是采用傳統(tǒng)的數(shù)據(jù)輸入方式還是傳感采樣方式, MIS 系統(tǒng)必須能接受各種實(shí)時數(shù)據(jù)。同時應(yīng)該利用Client/Server 結(jié)構(gòu)的優(yōu)勢,實(shí)現(xiàn)及時的信息反饋。 2. 應(yīng)該考慮系統(tǒng)的遠(yuǎn)程商事務(wù)處理能力,應(yīng)該具有網(wǎng)絡(luò)辦公室,分散辦事處等處理功能,事項(xiàng)辦公事務(wù)處理的網(wǎng)絡(luò)化。 3. 基于 Client/Server 結(jié)構(gòu)的 MIS 系統(tǒng),都應(yīng)該具有系統(tǒng)內(nèi)部的人事、財務(wù)、物業(yè)管理等功能,以實(shí)現(xiàn)系統(tǒng)的集成化。 4. 應(yīng)充分 發(fā)揮系統(tǒng)的決策支持作用。利用 Client/Server 結(jié)構(gòu)的開發(fā)性,使 MIS系統(tǒng)能實(shí)現(xiàn)宏觀的決策分析能力。 5. 使系統(tǒng)具有對外的信息交流能力,即具有 Inter 上的 WWW 服務(wù)功能。 6. 充分考慮系統(tǒng)的可擴(kuò)展性,應(yīng)具有與異構(gòu)數(shù)據(jù)源的無縫連接。 7. 加強(qiáng)系統(tǒng)的數(shù)據(jù)保護(hù)措施。由于系統(tǒng)的開發(fā)性,使得系統(tǒng)與外界的數(shù)據(jù)交流頻繁,應(yīng)該采用適當(dāng)?shù)姆阑饓夹g(shù)。 8. 還應(yīng)充分考慮系統(tǒng)的可靠性。 結(jié)束語 30 結(jié)束語 經(jīng)過為期 2 個月的設(shè)計和開發(fā),通用工資管理系統(tǒng)已基本開發(fā)完畢。該系統(tǒng)基本實(shí)現(xiàn)了預(yù)定的功能,能夠完成企業(yè)工資管理事務(wù)的存儲以及相關(guān)信息的添加與查詢,基本形成了一個完整的系統(tǒng)。但是由于畢業(yè)設(shè)計的時間較短,加之對于企業(yè)工資管理理論及實(shí)際應(yīng)用的研究不夠深入,所以該系統(tǒng)還有許多不盡如人意的地方。例如,該系統(tǒng)不能完全解決數(shù)據(jù)的一致性、系統(tǒng)維護(hù)功能不夠完善、缺少聯(lián)機(jī)文檔、出錯處理不夠等多方面的問題,這些都有待進(jìn)一步改善。 參考文獻(xiàn) 31 參考文獻(xiàn) [1] 廖疆星等著,數(shù)據(jù)庫管理與實(shí)現(xiàn),北京:冶金工業(yè)出版社, 2021 [2] 鄒秀明,成功企業(yè)人力資源管理表格范例,廣東經(jīng)濟(jì)出版社, [3] 章詳蓀,趙慶禎,劉方愛,管理信息系統(tǒng)的系統(tǒng)理論與規(guī)劃方法,科學(xué)出版社 [4] 何旭洪,余建英, PowerBuilder 數(shù)據(jù)庫系統(tǒng)開發(fā)實(shí)例導(dǎo)航,人民郵電出版社, [5] 李宇紅著,管理信息系統(tǒng)原理及解決方案,北京:電子工業(yè)出版社, 1999 [6] 姜旭平,信息系統(tǒng)開發(fā)方法 —— 方法、策略、技術(shù)、工具與發(fā)展,清華大學(xué)出版社, [7] (美)斯蒂芬.哈格,梅夫.卡明斯,詹姆斯.道金斯著,嚴(yán)建援等譯,信息時代的管理信息系統(tǒng)(原書第二版),機(jī)械工業(yè)出版社, [8] 李國喜,龔京忠,吳寶中等, 應(yīng)用開發(fā)技術(shù),人民郵電出版社, [9] 朱愛民, PowerBuilder 編程實(shí)用技術(shù)與案例,清華大學(xué)出版社, [10] 劉云洲,于德壹, 數(shù)據(jù)窗口實(shí)用編程技術(shù),中國水利水電出版社, [11] 姜旭平,信息系統(tǒng)開發(fā)方法,清華大 學(xué)出版社, [12] Dejan Sunderic 著, SQL Server 高級編程技術(shù),北京:清華大學(xué)出版社, 2021 [13] 汪應(yīng)洛,系統(tǒng)工程,高等教育出版社, [14] Robert A. Schultheis, May Summer, Management Information System(Fourth Edition), McGrawHill Inc. 1998 [15] Tridas Mukhopadhyay Sunder Kekre, Business Value of Information Technology: A Case study of 參考文獻(xiàn) 32 致 謝 在本次畢業(yè)設(shè)計過程中,得到了指導(dǎo)老師的悉心幫助和指導(dǎo),我從慕靜老師身上學(xué)到了很多東西。慕靜老師認(rèn)真負(fù)責(zé)的工作態(tài)度,嚴(yán)謹(jǐn)?shù)闹螌W(xué)精神和深厚的理論水平都是我受益匪淺,無論在理論上還是在實(shí)踐中,慕靜老師都給予我很大的幫助,使我得到了提高。這次經(jīng)歷有助于對以往所學(xué)知識進(jìn)行鞏固和提煉,對我以后的工作和學(xué)習(xí)都有巨大的幫助。特此向慕靜老師、任課老師以 及所有幫助過我的老師和同學(xué)表示衷心的感謝。 參考文獻(xiàn) 33 FRO M my father I received the best inheritance, namely a good temper. And who was my father? That has nothing to do with the good temper。 but I w ill say he was lively, goodlooking round, and fat。 he was both in appearance and character a plete contradiction to his profession. And pray what was his profession and his standing in respectable society? Well, perhaps, if in the beginning of a book these were written and printed, many, when they read it, would lay the book dow n and say, I t seems to me a very miserable title, I don39。t like things of this sort. And yet my father was not a skindresser nor an executioner。 on the contrary, his employment placed him at the head of the grandest people of the town, and it was his place by right. He had to precede the bishop, and even the princes of the blood。 he always went first, he was a hearse driver! There, now, the truth is out. And I will own, that when people saw my father perched up in front of the omnibus of death, dressed in his long, wide, black cloak, and his blac kedged, threecornered hat on his head, and then glanced at his round, jocund face, round as the sun, they could not think much of sorrow or the grave. That fa ce said, It is nothing, it will all end better than people think. So I have inherited from him, not only my good temper, but a habit of going often to the churchyard, which is good, when done in a proper humor。 and then also I take in the Intelligencer, just as he used to do. I am not very young, I have neither wife nor children, nor a library, but, as I said, I read the Intelligencer, which is enough for me。 it is to me a delightful paper, and so it was to my father. It is of great use, for it contains all that a man requires to know。 the names of the preachers at the church, and the new books which are published。 where houses, servants, clothes, and provisions may be obtained. And then what a number of subscriptions to charities, and what innocent verses! Persons seeking interviews and engageme nts, all so plainly and naturally stated. Certainly, a man who takes in the Intelligencer may live merrily and be buried contentedly, and by the end of his life will have such a capital stoc k of paper that he can lie on a soft bed of it, unless he prefers wood shavings for his restingplace. The newspaper and the churchyard were alw
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1