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

正文內(nèi)容

小型藥店信息管理系統(tǒng)設(shè)計(jì)畢業(yè)論文-資料下載頁(yè)

2025-06-28 18:27本頁(yè)面
  

【正文】 需的名稱(chēng)或序數(shù)中未被發(fā)現(xiàn)?!?”無(wú)法將NULL值插入到列‘ ‘表‘ ‘中,該列不允許空值,INSERT失敗”解決這個(gè)問(wèn)題需要在插入之前先進(jìn)行判斷,需要插入的值用戶(hù)輸入沒(méi)有,如沒(méi)有輸入則提示輸入,然后再進(jìn)行插入操作就可以了,其代碼實(shí)現(xiàn)如下:現(xiàn)舉例要將text1的值插入到數(shù)據(jù)庫(kù)”姓名”列中,那么在插入前先判斷,編寫(xiě)代碼如下:If = Then提示信息,姓名不能為空,請(qǐng)重新填寫(xiě)!SendKeys {Home}+{End}Else(姓名) = End If 操作的調(diào)試為了使軟件應(yīng)用起來(lái)方便快捷,操作快速,本系統(tǒng)絕大部分操作都是直接的鍵盤(pán)操作,如:按下回車(chē)鍵后,焦點(diǎn)應(yīng)落到控件3上,而按照程序中控件的TabIndex屬性,編碼如下:在類(lèi)似的操作之前,在該控件的鍵盤(pán)事件下編碼如下:Private Sub Command1_KeyDown(KeyCode As Integer, Shift As Integer)End Sub上述例子就是指在Command1獲得焦點(diǎn)后,按下回車(chē)鍵,焦點(diǎn)會(huì)自動(dòng)跳到Command2上,使Command2獲得當(dāng)前焦點(diǎn),進(jìn)行操作. 系統(tǒng)調(diào)試調(diào)試前,清空數(shù)據(jù)庫(kù)中的所有數(shù)據(jù);然后,輸入少量的數(shù)據(jù)進(jìn)行調(diào)試。調(diào)試首先從數(shù)據(jù)維護(hù)模塊開(kāi)始,在輸入初始數(shù)據(jù)時(shí),發(fā)現(xiàn)許多關(guān)于方便用戶(hù)操作的問(wèn)題,比如,當(dāng)前日期的輸入,可以直接獲取系統(tǒng)的日期,不用用戶(hù)手工輸入;,比如藥品信息已經(jīng)在數(shù)據(jù)庫(kù)中存在,只要用戶(hù)輸入其中的一項(xiàng),那么其他項(xiàng)就應(yīng)該自動(dòng)從數(shù)據(jù)庫(kù)中提出來(lái),節(jié)省用戶(hù)的時(shí)間,方便用戶(hù)查看; 在調(diào)試查詢(xún)模塊時(shí),發(fā)現(xiàn)對(duì)字符串的比較存在大小寫(xiě)之分,兩個(gè)數(shù)據(jù)比較存在類(lèi)型是否一致問(wèn)題,所以要先將要比較的兩個(gè)數(shù)據(jù)轉(zhuǎn)化成相同的格式,然后再進(jìn)行比較;如果查詢(xún)的結(jié)果為空,那么應(yīng)該給出提示信息(如:”沒(méi)有您所要查找的信息!請(qǐng)重新輸入!”等),這樣才能正真做到人機(jī)界面友好。 由于時(shí)間和本人能力的有限,調(diào)試過(guò)后也難免會(huì)有錯(cuò)誤,設(shè)計(jì)所達(dá)到的總體水平還有很多不盡人意之處,希望學(xué)校老師領(lǐng)導(dǎo)能提出寶貴意見(jiàn),通力完善!第7章 結(jié) 論轉(zhuǎn)眼之間,三個(gè)月的畢業(yè)設(shè)計(jì)已接近尾聲,我現(xiàn)在感覺(jué)自己長(zhǎng)大了很多,也學(xué)到了很多,當(dāng)然也自信了很多。之前,對(duì)于編程,我對(duì)自己不自信,雖然平時(shí)學(xué)習(xí)挺好,但對(duì)于編程方面卻沒(méi)有很大的興趣。在畢業(yè)設(shè)計(jì)之前,也從來(lái)沒(méi)有系統(tǒng)的去學(xué)過(guò)什么,可是經(jīng)過(guò)三個(gè)月的畢設(shè),我驚奇的發(fā)現(xiàn)原來(lái)自己在這一方面也可以做得很好,雖然在有些方面仍有欠缺,但我已經(jīng)不再害怕,我相信自己可以做得很好,這一點(diǎn)是在這次畢設(shè)中得到最多的東西,我想應(yīng)該也是在大學(xué)期間里學(xué)得最多的東西。在這次畢設(shè)期間,除了上面提到的,以下幾點(diǎn)也是深有體會(huì)的:,然后對(duì)系統(tǒng)的分析,設(shè)計(jì)以及對(duì)軟件開(kāi)發(fā)環(huán)境的熟悉,以至到編碼、測(cè)試,調(diào)試,到最終的完成,我清楚了軟件設(shè)計(jì)的整個(gè)過(guò)程,對(duì)于這些不再陌生,培養(yǎng)了自己嚴(yán)謹(jǐn)?shù)倪壿嬎季S。,所以在這一過(guò)程中,不僅僅是學(xué)到了專(zhuān)業(yè)知識(shí),而且了解到了很多關(guān)于藥店方面和醫(yī)療技術(shù)方面的知識(shí)。,增強(qiáng)了自己的動(dòng)手能力,對(duì)于電腦的操作比以前又熟練了很多。,經(jīng)過(guò)這一階段,自己的分析問(wèn)題,解決問(wèn)題的能力也有了很大的提高。總之,經(jīng)過(guò)這三個(gè)月的學(xué)習(xí),我又自信了很多,相信這一階段的努力會(huì)為我以后的發(fā)展做一個(gè)良好的鋪墊,為將來(lái)走上工作崗位打下了良好的基礎(chǔ),我將繼續(xù)堅(jiān)持不懈的努力。參考文獻(xiàn)[1] Server 2000 ,2003.[2] 敬錚, Basic ,2002.[3] 薩師煊,(第三版).,2002.[4] (修訂版).,1992. [5] 劉瑞新,崔淼著. Visual Basic ,2003.[6] 周靄如,官士鴻,林偉健著. Visual Basic ,2003.[7] 段興主編. Visual Basic ,2002.[8] 李曉黎,張巍著. Visual Basic + SQL Server ,2003.[9] Server 2000 ,2002.[10](美)Mike Gunderloy 著, Basic 開(kāi)發(fā)指南(ADO).,2001.[11] 王棟. Visual Basic課程設(shè)計(jì). ,2001[12] 衛(wèi)振林、 . 機(jī)械工業(yè)出版社 2001[13] Brian Siler, Jeff Spots. Microsoft Visual Basic , 2001[14] Michael Halvorson. Microsoft Visual Basic ,2001[15] Server 2000 ,2002致 謝本系統(tǒng)在設(shè)計(jì)中本著最大限度地減少操作人員的冗余思考、選擇和動(dòng)作,使操作人員盡可能的擺脫傳統(tǒng)工作的物理細(xì)節(jié),直觀而且容易掌握整個(gè)系統(tǒng)的工作過(guò)程的宗旨,經(jīng)多次修改完善并和老師同學(xué)多次討論商量,最終按期完成了。設(shè)計(jì)期間,承蒙我系多位教師和同學(xué)的幫助和指點(diǎn),特別感謝指導(dǎo)教師趙凱老師多次在百忙之中抽出時(shí)間親臨指點(diǎn),為設(shè)計(jì)提供了極大的幫助,才達(dá)到今天的設(shè)計(jì)成果。其次,感謝系里的領(lǐng)導(dǎo)和各位老師,在畢設(shè)過(guò)程中給我們提供了一個(gè)良好的環(huán)境,讓我們安心進(jìn)行畢業(yè)設(shè)計(jì)。在這里尤其感謝實(shí)驗(yàn)室的各位老師,每天不辭辛勞的為我們服務(wù),衷心的感謝。當(dāng)然也感謝在此期間給過(guò)我?guī)椭耐瑢W(xué)和朋友。他們?yōu)槲姨峁┝嗽S多學(xué)習(xí)資料,讓我在學(xué)習(xí)數(shù)據(jù)庫(kù)編程的時(shí)候,不明白的地方可以查詢(xún)。對(duì)于我的畢設(shè),他們也給我提出了很多可行性的建議。同時(shí)也感謝CSDN(程序員大本營(yíng))上的一些朋友,在我程序調(diào)試的過(guò)程中,給我解決了很多疑難問(wèn)題,也讓我學(xué)到了很多畢設(shè)以外的關(guān)于VB、SQL以及數(shù)據(jù)庫(kù)設(shè)計(jì)和網(wǎng)絡(luò)等方面的知識(shí)。在此,我由衷的感謝他們!謝謝!附 錄英文文獻(xiàn)Leverage Microsoft SQL Server 2000 Skills to Learn DB2 UDB Version 81. IntroductionIn the world of information technology today, we are constantly bombarded with new information new software products, new versions, new features. Leveraging your current knowledge is one way to keep up with this constant change. I39。ll show you how you can use your current knowledge of Microsoft174。 SQL Server 2000 to quickly gain skills in DB2 UDB for Linux, UNIX, and Windows Version 8. In this article, I use the term SQL Server to refer to Microsoft SQL Server 2000 and DB2 UDB to refer to DB2 UDB for Linux, UNIX, and Windows Version 8. The focus of the article will be mainly on the Windows platform.The first important difference to note between SQL Server and DB2 UDB is that SQL Server is only supported on the Windows platforms (Intel architecture). DB2 UDB, on the other hand, is supported on Linux, UNIX and Windows platforms and in a variety of hardware architectures. The code for all of these platforms is essentially the same with very minor platformspecific modules. In addition, the DB2 UDB product extends to the iSeries?(AS/400? and z/OS?(mainframe) world. The iSeries and z/OS DB2 UDB members do not have the same code base as DB2 UDB for Linux, UNIX and Windows because those products leverage their respective hardware architectures. However, functionality across the DB2 family is very similar. After you are fortable with DB2 UDB for Linux, UNIX and Windows, you can venture out and learn more about DB2 on these other platforms. See the resources section for more articles on how you can continue building your skills.2. Overview of the system structuresFigure 1 below shows the basic SQL Server structure. Compare it with Figure 2, which shows the structure of DB2 UDB. I39。ll be referring to these figures throughout the article.Figure 1. Microsoft SQL Server 2000 structureFigure 2. DB2 UDB system structure on Linux, UNIX, and Windows Version 8 and serversThe concept of an instance is similar in SQL Server as in DB2 UDB, although the term instance is not used often in SQL Server terminology. Normally, users simply refer to it as a server. For both products, an instance provides an independent environment in which database objects are created, and applications are run on those objects. Instances follow a sharednothing architecture, and thus objects from one instance do not normally interact with objects from another instance. Figures 1 and 2 show the PROD and DEV instances as conceptually two separate boxes. Though the concept of an instance is the same on both products, its implementation is quite different. In SQL Server you can have the default instance (only one) and named instances. A default instance is the instance created on first installation of SQL Server and can be identified by the puter name. A named instance, on the other hand, is an instance created after the default instance has been created and has to be identified in the format puter_name\\instance_name.To create several SQL Server named instances on the same machine, you must use the installation CD for each new instance, and you use the install GUI for each new installation. Note that in this process, you will be copying the SQL Server code for each instance you create, though in different paths. Only some files are shared between instances. To drop an instance you must uninstall the instance using the install GUI. In DB2 UDB, after installing the product in the Windo
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1