【正文】
rdate+39。,39。+userID+39。,39。+orderID+39。,39。+housename+39。,39。+univalent+39。) 。 SqlCommand m=new SqlCommand(sqlstr,conn)。 ()。 ()。} 在線幫助模塊 在線幫助模塊中,注冊用戶通過填寫 中的 DataList 控件中的字段。問題標(biāo)題( questiontitle) 和 問題內(nèi)容( questioncontents) 是用戶自己提交的, questiontime 的值是獲取的系統(tǒng)當(dāng)前時間, questionpeople 是獲取 Session 里面存放的用戶名,通過 SQL 插入操作,把以上 的字段插入數(shù)據(jù)庫表 Question 中去。提交成功后,使用 Response 對象的 Write 方法把用戶添加成功的信息“提交成功 ! ” 顯 示 出 來 , 在 此 同 時 把 questiontitle 和questioncontents 置空,方便繼續(xù)提問。為了避免用戶重復(fù)提問,還有一個顯示所有的問答的頁面 ,這里和以上的全部房屋信息展示相似,通過控件 DataGrid 來實現(xiàn)的,只是在顯示的時候,沒有將問答的具體內(nèi)容顯示出來,只有到具體問答的頁面 中去才可以看到。顯示問答信息需要用到 DataList,其具體代碼為: =dataset。 =[Question].ToString()。 ()。 在線幫助問答部分代碼如下: SqlDataAdapter sqlda=new SqlDataAdapter()。 SqlConnection conn=new SqlConnection()。 SqlCommand selectCmd=new SqlCommand(select *from Question)。 =conn。 =selectCmd。 DataSet ds=new DataSet()。 (ds,Question)。 =ds。 ()。 ()。 ()。 ()。 ShowPosition()。 第 18 頁 共 22頁 管理員模塊 管理員管理部分由多個小的模塊組成的。 管理員登錄后首先進(jìn)入管理截面(如圖 14)。 圖 14 管理員界面 房屋信息管理中,管理員可以對房屋信息進(jìn)行錄入,對已經(jīng)錄入了的房屋信息做出修改,在頁面 和 中進(jìn)行。在添加時,首先把管理員輸入的值賦值給新定義的相應(yīng)的字符串,然后進(jìn)行數(shù)據(jù)庫插入操作 語句 。當(dāng)添加成功后,使用 Response 對象的 Write 方法把添加成功的信息顯示出來。其代碼為: SqlConnection conn=new SqlConnection()。 string name=()。 string univalent=()。 string area=()。 string buildtime=()。 string agelimit=()。 string situation=()。 string remed=()。 string houseform=()。 string typename=()。 string sqlstr=insert into House(housename,univalent,area,buildtime,agelimit,situation,remed,houseform,typename)values(39。+name+39。,39。+univalent+39。,39。+area+39。,39。+buildtime+39。,39。+agelimit+39。,39。+situation+39。,39。+remed+39。,39。+houseform+39。,39。+typename+39。) 。 SqlCommand m=new SqlCommand(sqlstr,conn)。 第 19 頁 共 22頁 ()。 ()。 ()。 ()。 當(dāng)添加成功信息顯示的同時,將頁面中的所有要填寫的項都置為空,以方便再次添加。 其他的管理員操作的步驟和房屋添加的相似。使用 用戶管理中,管理員可以對所有注冊的用戶進(jìn)行管理,對用戶帳號進(jìn)行篩選 ,在 中執(zhí)行,通過對 DataGrid 的屬性設(shè)置中刪除凍結(jié)按鈕,可以將該用戶帳號刪除或凍結(jié) 。通告信息管理中,管理員可以在管理界面中,對當(dāng)前要發(fā)送的信息給予錄入,如果要對已經(jīng)發(fā)送了的信息編輯,那么直接點擊操作按鈕 跳轉(zhuǎn)到相應(yīng)的頁面 就可以實現(xiàn)了 。 點擊 確定 后我們就可以 對數(shù)據(jù)庫寫入數(shù)據(jù) ,添加成功后就將所有 需要填寫 的空 。 是管理員添加通告信息時所用的頁面 。在 預(yù)訂 單的管理中,管理員要對新近產(chǎn)生的 預(yù)訂 單作出該有的反映, 這里只有一個 刪除操作,和房屋信息的刪除步驟一樣 。這里使用到了 來實現(xiàn)預(yù)訂單的操作。 在線幫助的管理中,主要涉及的是對用戶提出的問題 給出答案 ,可以用 來實現(xiàn)。 在管理頁面中,應(yīng)用到了框架結(jié)構(gòu),本系統(tǒng)中 就是。子頁有 Adminup, 和 。 第 20 頁 共 22頁 結(jié) 論 本房屋銷售信息管理系統(tǒng)使用 的 是 和 SQL Server2020 開發(fā)的。系統(tǒng)主要分為以下幾個模塊: 房屋信息 模塊 、通告消息 模塊 、 預(yù)訂 單 模塊 、在線幫助 模塊 、管理員 模塊 等 。系統(tǒng)重點設(shè)計了注冊用戶使用的個人空間和管理員使用的管理界面,對預(yù)定單的產(chǎn)生也做了詳細(xì)的構(gòu)思和設(shè)計。系統(tǒng)的 基本功能已經(jīng)實現(xiàn),可以正常使用,但在數(shù) 據(jù)庫的合理性、界面的美觀性和搜索功能上存在不足,還需改進(jìn)。通過設(shè)計,我認(rèn)識到了房屋銷售系統(tǒng)的重要性,加深了對房屋銷售流程的了解。 在設(shè)計過程中,通過對語言的學(xué)習(xí), 我對 C和 SQL Server 加深了的印象,能熟練的使用部分控件,并且對 使 用 Dreamweaver 制作靜態(tài)頁面也有了 一定 的心得 體會 ,這是一個收獲的過程。 相信這次設(shè)計的完成對我今后的工作有很大的幫助。 參考文獻(xiàn) [1] 楊鯤鵬,孟凡琦 .+SQL SERVER動態(tài)網(wǎng)站開發(fā) [M].北京:電子工業(yè)出版社 ,2020。 [2] 李勇平,陳峰波 . [M].北京:清華大學(xué)出版社 ,2020。 [3] 林邦杰 .深入淺出 C程序設(shè)計 [M].北京:中國鐵道出版社 ,2020。 [4] 戴一波 .Dreamweaver MX 2020從基礎(chǔ)到實踐 [M].北京:電子工業(yè)出版社 ,2020。 [5] 方睿,吳四九 .網(wǎng)絡(luò)數(shù)據(jù)庫原理及應(yīng)用 [M].成都:四川大學(xué)出版社 ,2020。 [6] 侯曉霞,柴洪輝 .C技術(shù)內(nèi)幕 [M].北京:清華大學(xué)出版社 ,2020。 [7] 肖建 . [M].北京:清華大學(xué)出版社, 2020。 第 21 頁 共 22頁 致 謝 本文是在閆麗麗老師的熱情關(guān)心和指導(dǎo)下完成的,她淵博的知識和嚴(yán)謹(jǐn)?shù)?治學(xué)作風(fēng)使我受益匪淺,對順利完成本課題起到了極大的作用。在此向她表示我最衷心的感謝! 在論文完成過程中,本人還得到了同寢室同學(xué)的熱心幫助,本人向他們表示深深的謝意! 最后向在百忙之中評審本文的各位專家、老師表示衷心的感謝! 作者簡介: 姓 名:朱科強 性別:男 出生年月: 1984 年 09 月 06 民族:漢 Email: 第 22 頁 共 22頁 聲 明 本論文的工作是 2020 年 02 月至 2020 年 06 月在成都信息工程學(xué)院網(wǎng)絡(luò)工程系完成的。文中除了特別加以標(biāo)注地方外,不包含他人已經(jīng)發(fā)表或撰寫過的研究成果,也不包含為獲得成都信息工程學(xué)院或其他教學(xué)機(jī)構(gòu)的學(xué)位或證書而使用過的材料。除非另有說明,本文的工作是原始性工作。 關(guān)于學(xué)位論文使用權(quán)和研究成果知識產(chǎn)權(quán)的說明: 本人完全了解成都信息工程學(xué)院有關(guān)保管使用學(xué)位論文的規(guī)定,其中包括: ( 1)學(xué)校有權(quán)保管并向有關(guān)部門遞交學(xué)位論文的原件與復(fù)印件。 ( 2)學(xué)??梢圆捎糜坝?、縮印或其他復(fù)制方式保存學(xué)位論文。 ( 3)學(xué)校 可以學(xué)術(shù)交流為目的復(fù)制、贈送和交換學(xué)位論文。 ( 4)學(xué)校可允許學(xué)位論文被查閱或借閱。 ( 5)學(xué)??梢怨紝W(xué)位論文的全部或部分內(nèi)容(保密學(xué)位論文在解密后遵守此規(guī)定)。 除非另有科研合同和其他法律文書的制約,本論文的科研成果屬于成都信息工程學(xué)院。 特此聲明! 作者簽名: 2020 年 06 月 日 第 23 頁 共 22頁 Christopher Tolkien AINULINDAL? The Music of the Ainur There was Eru, the One, who in Arda is called Il 鷙 atar。 and he made first the Ainur, the Holy Ones, that were the offspring of his thought, and they were with him before aught else was made. And he spo ke to them, propounding to them themes of music。 and they sang before him, and he was glad. But for a long while they sang only each alone, or but few together, while the rest hearkened。 for each prehended only that part of me mind of Il 鷙 atar from which he came, and in the understanding of their brethren they grew but slowly. Yet ever as they listened they came to deeper understanding, and increased in unison and harmony. And it came to pass that Il 鷙 atar called together all the Ainur and declared to them a mighty theme, unfolding to them things greater and more wonderful than he had yet revealed。 and the glory of its beginning and the splendour of its end amazed the Ainur, so that they bowed before Il 鷙 atar and were silent. Then Il 鷙 atar said to them: 39。Of the theme that I have declared to you, I will now that ye make in harmony together a Great Music. And since I have kindled you with the Flame Imperishable, ye shall show forth your powers in adorning this theme, each with his own thoughts and devices, if he will. But I win sit and hearken, and be glad that through you great beauty has been wakened into song.39。 Then the voices of the Ainur, like unto harps and lutes, and pipes and trumpets, and viols and ans, and like unto countless choirs singing with words, began to fashion the theme of Il 鷙 atar to a great music。 and a sound arose of endless interchanging melodies woven in harmony that passed beyond hearing into the depths and into the heights, and the places of the dwelling of Il 鷙 atar were filled to overflowing, and the music and the echo of the music went out into the Void, and it was not void. Never since have the A i