源代碼電子商務中租房信用評價系統(tǒng)的設計與實現(xiàn)_第1頁
源代碼電子商務中租房信用評價系統(tǒng)的設計與實現(xiàn)_第2頁
源代碼電子商務中租房信用評價系統(tǒng)的設計與實現(xiàn)_第3頁
源代碼電子商務中租房信用評價系統(tǒng)的設計與實現(xiàn)_第4頁
源代碼電子商務中租房信用評價系統(tǒng)的設計與實現(xiàn)_第5頁
已閱讀5頁,還剩31頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領

文檔簡介

1、畢業(yè)設計(源代碼)電子商務租房信用評估系統(tǒng)的設計與實現(xiàn)1.用戶登錄模塊代碼用戶登錄模塊代碼如下。租賃信用評估系統(tǒng)函數(shù)CheckNull()if(document . getelementbyid( )。value = )Alert(請輸入賬號!);返回falseif(document . getelementbyid( )。value = )Alert(請輸入您的密碼!);返回false函數(shù)btnReg_Click()window . location . href = reg . aspx ;賬戶& nbsp& nbsp& nbsp& nbsp編號:秘密& nbsp& nbsp& nbsp&

2、 nbsp代碼: & nbsp;& nbsp& nbsp& nbsp& nbsp2.用戶注冊模塊代碼用戶注冊模塊的代碼如下。函數(shù)CheckNull()if(document . getelementbyid( )。value = )Alert(不能為空!);document . getelementbyid( )。焦點();返回falseif(document . getelementbyid( )。value = )Alert(密碼不能為空!);document . getelementbyid( )。焦點();返回falseif(document . getelementbyid( )。v

3、alue = )Alert(確認密碼不能為空!);document . getelementbyid( )。焦點();返回falseif(document . getelementbyid( )。值!= document . getelementbyid( )。值)Alert(確認密碼不正確!);document . getelementbyid( )。焦點();返回false函數(shù)CheckAccount()if(document . getelementbyid( )。value = )Alert(賬號不能為空!);document . getelementbyid( )。焦點();返回fa

4、lse否則url =var account = document . getelementbyid( )。價值;url = encodeURI(SyncCheck.aspx?TableName = UserInfo & Account = +Account+ );result = sync event(URL);if(result = true)預警(賬號不能重復!);document . getelementbyid( )。焦點();返回false函數(shù)同步事件(url)var Result =XML = new ActiveX object( Microsoft。XML”);xml。打開(“

5、帖子”,網(wǎng)址,假);xml。setRequestHeader(Content-Type , application/x-form-urlencoded );xml。發(fā)送( );結果=xml。responseText返回結果;函數(shù)btnReset_Click()window . location . href = log in . aspx ;管理主頁:& gt& nbsp用戶信息維護賬號: 密碼: 確認密碼: : 性別:男性雌性: 公司: 類型:租戶經(jīng)紀人 3.用戶管理模塊代碼用戶管理模塊的代碼如下。函數(shù)CheckNull()if(document . getelementbyid( )。va

6、lue = )Alert(不能為空!);返回false函數(shù)btnReset_Click()window . location . href = userlist . aspx ;管理主頁:& gt& nbsp用戶信息維護: 密碼: (空的或修改過的): 性別:男性雌性: 公司: 類型:租戶經(jīng)紀人管理員 4.用戶基本信息模塊代碼用戶基本信息模塊的代碼如下。函數(shù)CheckNull()if(document . getelementbyid( )。value =)Alert(不能為空!);document . getelementbyid( )。焦點();返回false基本信息修改賬號: : 性別:

7、男性雌性: 公司: 類型:租戶經(jīng)紀人管理員 5.評估管理模塊代碼評估模塊的部分代碼如下。管理主頁:& gt& nbsp評估列表列表標題: 評估:全部有利的評估差評 :& nbsp;& nbsp& nbsp& nbsp& nbsp:& nbsp;& nbsp& nbsp& nbsp& nbsp評估總數(shù): :& nbsp;& nbsp& nbsp& nbsp& nbsp好評: :& nbsp;& nbsp& nbsp& nbsp& nbsp評測: :& nbsp;& nbsp& nbsp& nbsp& nbsp差評: 6.住房信息管理模塊代碼房屋信息管理模塊的部分代碼如下。管理主頁:& gt& n

8、bsp住房信息列表關鍵詞: 租賃方式:無限制整體租金共享裝飾:無限制空白常規(guī)裝飾精裝修豪華裝修發(fā)布日期:無限制一天三天七天 :& nbsp;& nbsp& nbsp& nbsp& nbsp img alt = src = width = 90 height = 70 /函數(shù)btnAdd_Click()window . location . href = message info . aspx ;管理主頁:& gt& nbsp住房信息列表關鍵詞: 審核狀態(tài):全部通過失敗 :& nbsp;& nbsp& nbsp& nbsp& nbsp:& nbsp;& nbsp& nbsp& nbsp& nbs

9、p 7.與數(shù)據(jù)庫操作相關的代碼數(shù)據(jù)庫操作代碼如下。使用系統(tǒng);使用系統(tǒng)。集合。泛型;使用系統(tǒng)。Linq使用系統(tǒng)。文本;使用數(shù)據(jù)庫;使用實體;使用系統(tǒng)。數(shù)據(jù);使用系統(tǒng)。Data . SqlClient命名空間DAO/數(shù)據(jù)訪問類:AttachmentDAO/ 公共分部類附件公共附件道() #區(qū)域方法/獲取最大ID/ public int GetMaxId()返回DbHelperSQL。GetMaxID(ID , Attachment );/這個記錄存在嗎?/ 存在公共布爾值(int ID)StringBuilder strSql = new StringBuilder();strSql。Append

10、(從附件中選擇計數(shù)(1);strSql。Append(其中ID = ID );SqlParameter參數(shù)= 新的SqlParameter(ID ,SqlDbType。Int,4);參數(shù)0。Value = ID返回DbHelperSQL。存在(strSql。ToString(),參數(shù));/添加一條數(shù)據(jù)/ 公共int Add(附件模型)StringBuilder strSql = new StringBuilder();strSql。append( insert into Attachment();strSql。Append(ReftableName,ReftableID,F(xiàn)ileType,F(xiàn)i

11、leSize,F(xiàn)ilePath,F(xiàn)ileName);strSql。Append(值();strSql。Append(ReftableName,ReftableID,F(xiàn)ileType,F(xiàn)ileSize,F(xiàn)ilePath,F(xiàn)ileName);strSql。追加(;選擇身份”);SqlParameter參數(shù)= 新的SqlParameter(ReftableName ,SqlDbType。瓦爾查爾,50歲),新的SqlParameter(ReftableID ,SqlDbType。Int,4),新的SqlParameter(FileType ,SqlDbType。瓦爾查爾,50歲),新的SqlPara

12、meter(FileSize ,SqlDbType。瓦爾查爾,50歲),新的SqlParameter(FilePath ,SqlDbType。VarChar,200),新的SqlParameter(FileName ,SqlDbType。VarChar,50);參數(shù)0。價值=型號。ReftableName參數(shù)1。價值=型號。ReftableID參數(shù)2。價值=型號。文件類型;參數(shù)3。價值=型號。文件大??;參數(shù)4。價值=型號。文件路徑;參數(shù)5。價值=型號。文件名;object obj = DbHelperSQL。GetSingle(strSql。ToString(),參數(shù));if (obj = n

13、ull)返回0;其他返回轉換。toint 32(obj);/更新一條數(shù)據(jù)/ 公共布爾更新(附件模型)StringBuilder strSql = new StringBuilder();strSql。Append(更新附件集);strSql。append( ref tablename = ref tablename,);strSql。Append(ReftableID=ReftableID,);strSql。Append(FileType=FileType,);strSql。Append(FileSize=FileSize,);strSql。Append(FilePath=FilePath,)

14、;strSql。append( FileName =文件名);strSql。Append(其中ID = ID );SqlParameter參數(shù)= 新的SqlParameter(ReftableName ,SqlDbType。瓦爾查爾,50歲),新的SqlParameter(ReftableID ,SqlDbType。Int,4),新的SqlParameter(FileType ,SqlDbType。瓦爾查爾,50歲),新的SqlParameter(FileSize ,SqlDbType。瓦爾查爾,50歲),新的SqlParameter(FilePath ,SqlDbType。VarChar,2

15、00),新的SqlParameter(FileName ,SqlDbType。瓦爾查爾,50歲),新的SqlParameter(ID ,SqlDbType。Int,4);參數(shù)0。價值=型號。ReftableName參數(shù)1。價值=型號。ReftableID參數(shù)2。價值=型號。文件類型;參數(shù)3。價值=型號。文件大??;參數(shù)4。價值=型號。文件路徑;參數(shù)5。價值=型號。文件名;參數(shù)6。價值=型號。ID;int rows = DbHelperSQL。ExecuteSql(strSql。ToString(),參數(shù));如果(行數(shù) 0)返回true其他返回false/刪除一條數(shù)據(jù)/ 公共布爾值刪除(int I

16、D)StringBuilder strSql = new StringBuilder();strSql。Append(從附件中刪除);strSql。Append(其中ID = ID );SqlParameter參數(shù)= 新的SqlParameter(ID ,SqlDbType。Int,4);參數(shù)0。Value = IDint rows = DbHelperSQL。ExecuteSql(strSql。ToString(),參數(shù));如果(行數(shù) 0)返回true其他返回false/批量刪除數(shù)據(jù)/ 公共布爾值刪除列表(字符串id列表)StringBuilder strSql = new StringBu

17、ilder();strSql。Append(從附件中刪除);strSql。append( where ID in(+ID list+);int rows = DbHelperSQL。ExecuteSql(strSql。ToString();如果(行數(shù) 0)返回true其他返回false/獲取對象實體/ 公共附件GetModel(int ID)StringBuilder strSql = new StringBuilder();strSql。Append(select top 1 ID,ReftableName,ReftableID,F(xiàn)ileType,F(xiàn)ileSize,F(xiàn)ilePath,F(xiàn)ile

18、Name from Attachment );strSql。Append(其中ID = ID );SqlParameter參數(shù)= 新的SqlParameter(ID ,SqlDbType。Int,4);參數(shù)0。Value = ID附件模型=新附件();數(shù)據(jù)集ds = DbHelperSQL。查詢(strSql。ToString(),參數(shù));如果(ds。表0.行.計數(shù) 0)如果(ds。表格0。第0行ID!= null & ds。表格0。行0ID。ToString()!= )模型。ID = int。解析(ds。表格0。行0ID。ToString();如果(ds。表格0。行0ReftableName

19、!= null & ds。表格0。行0ReftableName。ToString()!= )模型。ReftableName = ds。表格0。行0ReftableName。ToString();如果(ds。表格0。行0ReftableID!= null & ds。表格0。行0ReftableID。ToString()!= )模型。ReftableID = int。解析(ds。表格0。行0ReftableID。ToString();如果(ds。表格0。行0FileType!= null & ds。表格0。行0FileType。ToString()!= )模型。文件類型= ds。表格0。行0Fil

20、eType。ToString();如果(ds。表格0。行0FileSize!= null & ds。表格0。行0FileSize。ToString()!= )模型。文件大小= ds。表格0。行0FileSize。ToString();如果(ds。表格0。行0FilePath!= null & ds。表格0。行0FilePath。ToString()!= )模型。FilePath = ds。表格0。行0FilePath。ToString();如果(ds。表格0。行0FileName!= null & ds。表格0。行0文件名。ToString()!= )模型。文件名= ds。表格0。行0文件名。

21、ToString();退貨模式;其他返回null/獲取數(shù)據(jù)列表/ 公共數(shù)據(jù)集獲取列表(字符串strWhere)StringBuilder strSql = new StringBuilder();strSql。Append(select ID,ReftableName,ReftableID,F(xiàn)ileType,F(xiàn)ileSize,F(xiàn)ilePath,F(xiàn)ileName );strSql。Append(從附件);如果(strWhere。Trim()!= )strSql。append( where +str where);返回DbHelperSQL。查詢(strSql。ToString();/獲取前幾行數(shù)

22、據(jù)/ 公共數(shù)據(jù)集獲取列表(int Top,string strWhere,string filedOrder)StringBuilder strSql = new StringBuilder();strSql。append( select );if (Top 0)strSql。Append( top + Top。ToString();strSql。Append( ID,ReftableName,ReftableID,F(xiàn)ileType,F(xiàn)ileSize,F(xiàn)ilePath,F(xiàn)ileName );strSql。Append(從附件);如果(strWhere。Trim()!= )strSql。append( where +str where);strSql。append( order by +filedOrder);返回DbHelperSQL。查詢(strSql。ToString();/獲取記錄總數(shù)/ public int GetRecordCount(string str where)StringBuilder strSql = ne

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論