freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片
正文內(nèi)容
首頁
>
資源列表
>
更多資源
銀行賬戶管理系統(tǒng)—免費(編輯修改稿)
2025-06-19 03:23
本頁面
【文章內(nèi)容簡介】 3) NOTNULL 取款機(jī) ID 號(索引) User_id CHARACTER( 13) NULL 用戶賬號 Card_id CHARACTER( 16) NULL 用戶卡號 Atm_time Data NULL 存取款時間 Atm_outin CHARACTER( 4) NULL 摘要 Atm_out NUMBER( 6) NULL 取款金額 Atm_in Number(4) NULL 存款金額 User_all NUMBER( 6) null 總金額 Bankoutin 用戶銀行存取款信息表 列名 數(shù)據(jù)類型 可否為空 說明 tms_id CHARACTER( 6) NOTNULL 操作員 ID 號(索引) User_id CHARACTER( 13) NULL 用戶賬號 Card_id CHARACTER( 16) NULL 用戶卡號 bank_time Data NULL 存取款時間 bank_outin CHARACTER( 4) NULL 摘要 Bank_out NUMBER( 6) NULL 取款金額 bank_in Number(4) NULL 存款金額 bank_all NUMBER( 6) null 總金額 Userall 用戶存取款信息表 列名 數(shù)據(jù)類型 可否為空 說明 User_id CHARACTER( 13) NULL 用戶賬號 Card_id CHARACTER( 16) NULL 用戶卡號 outin_time Data NULL 存取款時間 user_out NUMBER( 6) NULL 取款金額 user_in Number(4) NULL 存款金額 User_all NUMBER( 6) null 總金額 TMS 管理系統(tǒng)的用戶口令表 列名 數(shù)據(jù)類型 可否為空 說明 Tms_user CHARACTER( 6) NULL 用戶名(索引) Tms_pswd CHARACTER( 6) NULL 口令 第五章 系統(tǒng)實施 主要界面的功能及代碼 管理員登錄界面 此界面主要是為了增強(qiáng)銀行管理的安全性,不讓非法用戶進(jìn)入。保證了銀行賬戶的安全。 其密碼驗證的主要代碼為: if empty() or empty() messagebox(對不起!你輸入的信息不完整 ,48,信息不全 ) =39。39。 =39。39。 else sele tms locate for tms_user=alltrim() if tms_pswd=alltrim() messagebox(密碼正確 ,64,通過 ) cMessageTitle=39。進(jìn)入系統(tǒng) 39。 cMessageText=39。選擇“是”進(jìn)入帳戶管理,選擇“否”進(jìn)入 ATM 機(jī)管理 39。 nDialogType=4+32 nAnswer=messagebox(cMessageText,nDialogType,cMessageTitle) do case case nAnswer=6 do form account\form\supervise1 case nAnswer=7 do form account\form\supervise2 endcase else messagebox(對不起!你輸入的信息有誤,請重試 ,64,錯誤 ) inpswd1=inpswd1+1 if inpswd1=3 管理員登錄界面 else =39。39。 =39。39。 endif endif endif 賬戶管理界面 此界面為銀行的賬戶管理界面,此界面實現(xiàn)了銀行的辦公自動化處理,從而減輕了工作人員的工作量。 主要代碼為: 存款 local countid,cardid,moneyin,allhere countid=alltrim() cardid=alltrim() moneyin=val() if empty(cardid) and empty(countid) messagebox(您輸入的信息不完整,請重輸! ,48) else if empty(cardid) sele user locate for alltrim()=countid if eof() messagebox(對不起,沒有這個帳號! ) else if moneyin=0 messagebox(您輸入的存款金額有誤,請重輸! ,48) else allhere= allhere=allhere+moneyin replace with allhere 賬戶管理界面 if allhere=0 replace with 正常 sele card locate for alltrim()=alltrim(countid) replace with allhere with 正常 sele userall go bottom append blank replace user_id with countid。 user_in with moneyin。 outin_time with date()。 outin with 存入 。 user_all with allhere messagebox(操作成功 ,48) endif endif =allhere endif else sele card locate for alltrim()=cardid if eof() messagebox(對不起,沒有這個卡號! ) else countid= if moneyin=0 messagebox(您輸入的存款金額有誤,請重輸! ,48) else allhere= allhere=allhere+moneyin replace with allhere if allhere=0 replace with 正常 sele user locate for alltrim()=alltrim(countid) replace with allhere with 正常 sele userall go bottom append blank replace user_id with countid。 user_in with moneyin。 outin_time with date()。 outin with 存入 。 user_all with allhere messagebox(操作成功 ,48) endif endif =allhere endif endif endif =39。39。 主要代碼 ——— 取款 local countid,cardid,moneyin,allhere countid=alltrim() cardid=alltrim() moneyin=val() if empty(cardid) and empty(countid) messagebox(您輸入的信息不完整,請重輸! ,48) else if empty(cardid) sele user locate for alltrim()=countid if eof() messagebox(對不起,沒有這個帳號! ) else if moneyin=0 messagebox(您輸入的存款金額有誤,請重輸! ,48) else allhere= allhere=allhere+moneyin replace with allhere if allhere=0 replace with 正常 sele card locate for alltrim()=alltrim(countid) replace with allhere with 正常 sele userall go bottom append blank replace user_id with countid。 user_in with moneyin。 outin_time with date()。 outin with 存入 。 user_all with allhere messagebox(操作成功 ,48) endif endif =allhere endif else sele card locate for alltrim()=cardid if eof() messagebox(對不起,沒有這個卡號! ) else countid= if moneyin=0 messagebox(您輸入的存款金額有誤,請重輸! ,48) else allhere= allhere=allhere+moneyin replace with allhere if allhere=0 replace with 正常 sele user locate for alltrim()=alltrim(countid) replace with allhere with 正常 sele userall go bottom append blank replace user_id with countid。 user_in with moneyin。 outin_time with date()。 outin with 存入 。 user_all with allhere messagebox(操作成功 ,48) endif endif =allhere endif endif endif 致 謝 經(jīng)過緊張的設(shè)計和開發(fā),銀行賬戶管理系統(tǒng)的功能基上都實現(xiàn)了。能夠完成用戶的查詢、銀行卡的辦理和掛失等功能。并提供部分系統(tǒng)維護(hù)功能。對于數(shù)據(jù)的一致性問題也通過程序進(jìn)行了有效的解決。因設(shè)計時間有限,以至于在開發(fā)過程中遇到了許多意想不到的困難。盡管本系統(tǒng)還有許多不盡人意的地方。如:用戶界面不夠美觀,系統(tǒng)穩(wěn)定性等方面還會出現(xiàn)不可預(yù)料的問題。但總體上來說還算是差強(qiáng)人意吧。通過此次畢 業(yè)設(shè)計,我基本上又比系統(tǒng)地了解了 編程的語言。據(jù)此來看,還是受益不淺的。 本篇論文到此結(jié)束了,但對于銀行賬戶管理系統(tǒng)及其在銀行中的應(yīng)用這一課題我們的研究和思考仍將繼續(xù)下去。在本文的寫作過程中,我得到了許多老師、同學(xué)、領(lǐng)導(dǎo)和朋友的幫助,在此我謹(jǐn)向他們致以最衷心的感謝。尤其要感謝的是張敏和馬獻(xiàn)果老師,他們細(xì)致、耐心的指導(dǎo)是我的論文得以完成的關(guān)鍵。另外,我要向我在河北科技大學(xué)學(xué)習(xí)期間授課的全體老師和同學(xué)致以特別的感謝,感謝他們對我的教育、培養(yǎng)和無微不至的幫助 。 參考文獻(xiàn) 1 薛華成 . 管理信息系統(tǒng) . 第 3 版 .北京:清華大學(xué)出版社, 1999 2 鄺孔武 ,王曉敏 .信息系統(tǒng)分析與設(shè)計 .北京 :清華大學(xué)出版社 ,1999 3 Chris Todman .支持人事的數(shù)據(jù)倉庫設(shè)計.機(jī)械工業(yè)出版社 , 4 宏波.電信企業(yè)客戶關(guān)系管理.機(jī)械工業(yè)出版社 , 2021. 5 陳花生,單啟成 .Visual FoxPro 教程 . 蘇州大學(xué)出版社, 1999 6 張治文,何磊等 . Visual 開發(fā)實例 .清華大學(xué)出版社 .1999 7黃梯云 .管理信息系統(tǒng) .高等教育出版社 .2021 8黃梯云 .管理信息系統(tǒng) .經(jīng)濟(jì)科學(xué)出版社 .1997 9 羅小沛,侯炳輝 .系統(tǒng)分析員教程 .清華大學(xué)出版社 .1998 10 陳曉紅,吳良剛 .管理信息系統(tǒng)理論與實踐 .中南工業(yè)大學(xué)出版社 .1996 11 張基溫,王一平 .信息系統(tǒng)開發(fā)案例 .
點擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
銀行賬戶共管協(xié)議-資料下載頁
【總結(jié)】銀行賬戶共管協(xié)議本協(xié)議由下列各方于20 年 月 日在中國簽訂:甲方:訊地址:和