欧美色欧美亚洲高清在线观看,国产特黄特色a级在线视频,国产一区视频一区欧美,亚洲成a 人在线观看中文

  1. <ul id="fwlom"></ul>

    <object id="fwlom"></object>

    <span id="fwlom"></span><dfn id="fwlom"></dfn>

      <object id="fwlom"></object>

      asp網(wǎng)上投票系統(tǒng)源代碼[推薦閱讀]

      時間:2019-05-14 04:19:02下載本文作者:會員上傳
      簡介:寫寫幫文庫小編為你整理了多篇相關的《asp網(wǎng)上投票系統(tǒng)源代碼》,但愿對你工作學習有幫助,當然你在寫寫幫文庫還可以找到更多《asp網(wǎng)上投票系統(tǒng)源代碼》。

      第一篇:asp網(wǎng)上投票系統(tǒng)源代碼

      <%@ Language=VBScript %> <% '定義用于從給定文件讀取票數(shù)的函數(shù): Function ReadCount(CFile)Dim objFSO,objTS Set objFSO = Server.CreateObject(“Scripting.FileSystemObject”)Set objTs = objFSO.OpenTextFile(Server.MapPath(CFile),1,True)If Not objTS.AtEndOfStream Then ReadCount = CLng(objTS.ReadLine)Else ReadCount = 0 End If objTS.Close Set objFSO=Nothing End Function '定義用于將累計票數(shù)寫入指定文件的Sub過程: Sub WriteCount(CFile,Count)Dim objFSO,objTS Set objFSO = Server.CreateObject(“Scripting.FileSystemObject”)Set objTS = objFSO.OpenTextFile(Server.MapPath(CFile),2,True)objTS.WriteLine(Count)objTS.Close Set objFSO=Nothing End Sub %> <% Dim Vote,London1,Paris1,Sanfran1 '鎖定Application變量: Application.Lock '獲取瀏覽者所投票的城市: Vote = Request(“Vote”)'從相應文件分別讀取個城市已獲得的票數(shù): London1 = ReadCount(“London.txt”)Paris1 = ReadCount(“Paris.txt”)Sanfran1 = ReadCount(“Sanfran.txt”)'判斷當前得票的城市,并為其票數(shù)加1后寫入對應文件: If Vote=“London” Then London1=London1+1 WriteCount “London.txt”,London1 ElseIf Vote=“Paris” Then Paris1=Paris1+1 WriteCount “Paris.txt”,Paris1 ElseIf Vote=“Sanfran” Then Sanfran1=Sanfran1+1 WriteCount “Sanfran.txt”,Sanfran1 End If '解除對Application變量的鎖定: Application.UnLock %> 魅力城市網(wǎng)上投票

      倫敦得票數(shù):<% = London1 %> 巴黎得票數(shù):<% = Paris1 %> 舊金山得票數(shù):<% = Sanfran1 %>

      第二篇:基于ASP SQL網(wǎng)上購物系統(tǒng) 網(wǎng)上書店

      基于ASP+SQL網(wǎng)上購物系統(tǒng) 網(wǎng)上書店

      本系統(tǒng)是基于ASP技術和網(wǎng)絡數(shù)據(jù)庫的原理,B/S模式的網(wǎng)上書店。在該系統(tǒng)中,顧客可以方便的注冊為會員,瀏覽查找圖書,然后選擇購買圖書。該系統(tǒng)具有的主要功能包括:圖書管理和展示、購買圖書、圖書配送、交流功能。通過這些基本功能,商家可以展示圖書,消費者可以選擇圖書購買,并可以留言交流。

      系統(tǒng)利用HTML、JavaScript、Vbscript等語言開發(fā),使用MS SQL Server 2000作為后臺數(shù)據(jù)庫。該系統(tǒng)實現(xiàn)功能強大,使用方便,界面友好,能夠滿足一般用戶的需要。功能需求概述

      網(wǎng)上書店的宗旨在于方便用戶購買圖書,因此網(wǎng)上書店應該實現(xiàn)所有方便用戶購買圖書所必需的功能及服務。

      網(wǎng)上書店系統(tǒng)主要有兩大功能模塊組成: 用戶模塊主要包括:

      (1)用戶注冊及登錄功能:只有成為網(wǎng)上書店的注冊用戶后才能登錄網(wǎng)上書店,在網(wǎng)上書店中購買或者收藏圖書,因此需要提供用戶注冊功能,以及相關的用戶信息修改、密碼維護等功能。

      (2)圖書瀏覽功能:以列表的方式顯示圖書信息,這樣可以在頁面顯示大量的圖書信息。同時可以提供更多的圖書瀏覽方式,如分類瀏覽、最新圖書、特價圖書等。

      (3)圖書顯示功能:當用戶找到感興趣的圖書后需要查看圖書的詳細信息,包括圖書名、作者、出版商、價格、介紹等,此外還可以顯示被用戶瀏覽的次數(shù)。

      (4)用戶留言功能:用戶可以通過留言和網(wǎng)站管理員交流,同其他用戶溝通。

      (5)圖書收藏功能:當用戶找到感興趣的圖書但是不能決定是否現(xiàn)在購買,此時將關注的圖書收藏起來方便以后再次登錄網(wǎng)上書店時可以直接了解該圖書的信息。(6)圖書訂單功能:當用戶在網(wǎng)上書店中找到了所有需要的圖書后,決定開始購買,可以下訂單。管理員會定期處理用戶下達的訂單,并根據(jù)用戶訂單的信息向用戶送貨。

      (7)圖書搜索功能:網(wǎng)上書店比傳統(tǒng)書店一個優(yōu)勢是,當用戶知道圖書的某部分信息時,用戶可以使用搜索功能快速找到需要的圖書。

      管理員模塊主要包括:

      (8)訂單管理功能:管理員可以通過訂單管理功能,實時的處理用戶的訂單,根據(jù)購書款到帳情況,用戶發(fā)貨,還可以修改訂單狀態(tài),以掌握交易進度。

      (9)留言管理功能:管理員可以對用戶的留言進行回復,只有經(jīng)過管理員回復的留言才能在前臺界面顯示,以此來規(guī)避網(wǎng)站被搗亂的風險。

      (10)會員管理功能:管理員可以查看網(wǎng)站所有注冊用戶的注冊時間,登錄次數(shù),還可以刪除違規(guī)會員。這也是保障網(wǎng)站安全的手段之一。

      (11)資料管理功能:管理員可以在后臺增加、修改出版社信息;增加、修改圖書資料的信息。

      (12)網(wǎng)站新聞管理功能:管理員可以在后臺修改和發(fā)布新聞,從而將最新的消息傳遞給用戶。

      除此之外,后臺模塊還應能實現(xiàn)對銷售情況的查詢,對送貨方式、省市區(qū)設置、付款方式、系統(tǒng)管理員等初始信息的設置等功能。

      第三篇:畢業(yè)設計網(wǎng)上選課系統(tǒng)ASP外文翻譯

      論文題目姓名學號班級年級專業(yè)學院指導教師完成時間

      外文翻譯

      (一)網(wǎng)上選課系統(tǒng)

      軟件工程

      軟件學院

      2014年 5 月13日

      : : : : : : : : :

      東華理工大學畢業(yè)設計(外文翻譯)

      英文原文

      英文原文

      The Active Server Pages(ASP)is a server to carry the script plait writes the environment, using it can create to set up with circulate the development, alternant Web server application procedure.Using the ASP cans combine the page of HTML, script order to create to set up the alternant the page of Web with the module of ActiveX with the mighty and applied procedure in function that according to Web.The applied procedure in ASP develops very easily with modify.1.The working principle of ASP

      When the Web site into the ASP feature, will take place the following things:(1)the user browser address bar to enter a URL, the default page of the expansion are.Asp.(2)the browser request to the server.(3)the server engine running ASP procedures.(4)ASP document in accordance with the order from top to bottom starting with the implementation of the script orders, the implementation of HTML page content.(5)pages of information sent to the browser.2.ASP operating environment Asp need to run in under the PWS or IIS.PWS or IIS services in windows98 or windows2000 on the fringe of the CD-ROM, can use the “Add / Remove Programs” in the “Add / Remove windows components” to install.Asp and the general need to access databases or a combination of SQL Server database, made a powerful process.ASP can run the web server software

      Windows2000 default installation is IIS5.0(internet information server), and the default installation of windows xp is IIS5.1, windows 2003 default installation of IIS6.0.PWS(personal web server)running windows98 environment in a simple personal Web server.3.ASP and the meaning of ASP(Application Service Provider, application software rental service providers)refers “through the Internet to provide application software rental services industry”, refers to the application software industry as the mainstay, and through one-to-many network Transmission services, such service-based business transactions to be leased by the way, in a more cost-effective manner has the right to use the software, and also because the industry centralized management and greatly reduce the cost of maintaining enterprises.1 東華理工大學畢業(yè)設計(外文翻譯)

      英文原文

      Basically, ASP is a “software services, Internet services,” and “outsourcing of information services and network integration” and “access of products, access products,” such as the three major characteristics, can even be seen as ISP(Internet Service Provider)and ITS(Information Technology Service)combination.ASP is the English Application Service Provider, the standard Chinese translation is “application service provider”, is defined as commercial or individual customer management applications to provide solutions for companies or enterprises.ASP Chaozuo recently by the media is very fiery, the IT industry is not facing a pile of technical terms it is very difficult to clarify terminology ASP content, the paper tried to use simple language to the broad masses of readers opened the mysterious veil of ASP, IT Top of the ASP industry areas have some basic knowledge.4.Origin of ASP

      The research to ASP mode and ASP enterprise's origin can proceed with two respects , one to in terms of business and technology , is it carry on research to come from ASP developing history that business commit;Another one is studies the origins of ASP enterprises and evolution course at present in terms of organization's development.Whether stand up synthetically above-mentioned developing stage, to put it briefly, present ASP history and development path of provider can simple to describe as: The first, developed from the past ISP, rounded the infrastructure and communication function, cooperate with software manufacturer, increase the business scope, develop into the present IDC(the data centre of Internet);

      The second,the past ISV(independent software provider)and VAR(the trader that resells value-added service), at Internet age , changed the marketing way in the past , would rely mainly on sale of the software product to change direction to rely mainly on the fact that right to use is leased in the past, bale from physics carrier encapsulation way change direction and long-range operation way main fact now, through the cooperation with network operator , realize the transition to ASP;

      The third,IT service departments and traditional advisory companies of traditional large-scale organization, at the foundation known deeply in Internet , depend on long-term experience, is it carry on systematic design and implementation of scheme for other customer to begin, through establish in with trader who operates network and alliance relation between the application software manufacturer, realize the ASP provider that appears in the capacity of system integration trader.5.The developing history and classification of ASP

      Seen from the present, ASP is as emerging and proposing formally it is only a thing from the end of 1998 to the beginning of 1999 of a kind of mode.And until from the end of 1999 to the beginning of 2000 to a great extent, ASP field relevant東華理工大學畢業(yè)設計(外文翻譯)

      英文原文

      outstanding behaviors at the capital market of Company just cause people's extensive concern.In fact speaking from the intension and essence of ASP mode, it is not the brand-new things, but the mode that had once had, has been given the new vitality at Internet age.During this festival, we will review the course that ASP produce development and develop, in order to help the essence of better deep understanding ASP.At the end, we will concentrate on introducing the situation which enterprises divide from different standards in ASP field at present.The HTML plait writes the personnel if you are a simple method that a HTML plait writes the personnel, you will discover the script of ASP providing to create to have diplomatic relation with each other page.If you once want that collect the data from the form of HTML, or use the name personalization HTML document of the customer, or according to the different characteristic in different usage of the browser, you will discover ASP providing an outstanding solution.Before, to think that collect the data from the form of HTML, have to study a plait distance language to create to set up a CGI application procedure.Now, you only some simple instruction into arrive in your HTML document, can collect from the form the data combine proceeding analysis.You need not study the complete plait distance language again or edit and translate the procedure to create to have diplomatic relation alone with each other page.Along with control to use the ASP continuously with the phonetic technique in script, you can create to set up the more complicated script.For the ASP, you can then conveniently usage ActiveX module to carry out the complicated mission, link the database for example with saving with inspectional information.If you have controlled a script language, such as VBScript, JavaScript or PERL, and you have understood the method that use the ASP.As long as installed to match the standard cowgirl in the script of ActiveX script engine, can use in the page of ASP an any a script language.Does the ASP take the Microsoft? Visual Basic? Scripting Edition(VBScript)with Microsoft? Script? Of script engine, like this you can start the editor script immediately.PERL, REXX with Python ActiveX script engine can from the third square develops the personnel acquires.The Web develops the personnel if you have controlled a plait distance language, such as Visual Basic, you will discover the ASP creates a very vivid method that set up the Web application procedure quickly.Pass to face to increase in the HTML the script order any, you can create the HTML that set up the applied procedure connects.Pass to create to set up own the module of ActiveX, can will apply the business in the procedure logic seal to 東華理工大學畢業(yè)設計(外文翻譯)

      英文原文

      pack and can adjust from the script, other module or from the other procedure the mold piece that use.The usage ASP proceeds the calculating Web can convert into the visible benefits, it can make the supplier of Web provide the alternant business application but not only is to announce the contents.For example, the travel agency can compare the announcement aviation schedule makes out more;Using the script of ASP can let the customer inspect the current service, comparison expenses and prepare to book seats.Include too can lower in the Windows NT Option Microsoft in the pack Transaction Server(MTS)on the server complexity of constructing the procedure with expenses.The MTS can resolve to develop those confidentialities strong, can ratings of and the dependable Web applies the complexity problem of the procedure.6.Active Server Pages model The browser requests from the server of Web.Hour of asp document, the script of ASP starts circulating.Then the server of Web adjusts to use the ASP, the ASP reads completely the document of the claim, carry out all scripts order any, combining to deliver the page of Web to browser.Because script is on the server but is not at the customer to carry the movement, deliver the page of Web on the browser is on the Web server born.Combining to deliver the standard HTML to browser.Because only the result that there is script returns the browser, so the server carries the not easy replication in script.The customer cans not see to create to set up them at script order that the page that view.We introduce the Basic form of the database language known as SQL, a language that allows us to query and manipulate data on computerized relational database systems.SQL has been the lingua franca for RDBMS since the early 1980s, and it is of fundamental importance for many of the concepts presented in this text.The SQL language is currently in transition from the relational form(the ANSI SQL – 92 standard)to a newer object-relational form(ANSI SQL-99, which was released in 1999).SQL-99 should be thought of as extending SQL-92, not changing any of the earlier valid language.Usually, the basic SQL we define matches most closely the ANSI SQL standards basic subsets, called Entry SQL-92 and core SQL-99 that are commonly implemented;our touchstone in defining basic SQL is to provide a syntax that is fully available on most of the major RDBMS products.東華理工大學畢業(yè)設計(外文翻譯)

      英文原文

      We begin with an overview of SQL capabilities, and then we explain something about the multiple SQL standards and dialects and how we will deal with these in our presentation.We will learn how to pose comparable queries in SQL, using a form known as the Select statement.As we will see, the SQL select statement offers more flexibility in a number of ways than relational algebra for posing queries.However, there is no fundamental improvement in power, nothing that could not be achieved in relational algebra , given a few well-considered extensions.For this reason, experience with relational algebra gives us a good idea of what can be accomplished in SQL.At the same time, SQL and relational algebra have quite different conceptual models in a number of respects, and the insight drawn from familiarity with the relational algebra approach may enhance your understanding of SQL capabilities.The most important new feature you will encounter with SQL is the ability to pose queries interactively in a computerized environment.The SQL select statement is more complicated and difficult to master than the relatively simple relational algebra, but you should never feel list or uncertain as long as you have access to computer facilities where a few experiments can clear up uncertainties about SQL use.The interactive SQL environment discussed in the current chapter allows you to type a query on a monitor screen and get an immediate answer.Such interactive queries are sometimes called ad box queries.This term refers to the fact that an SQL select statement is meant to be composed all at once in a few type written lines and not be dependent on any prior interaction in a user session.The feature of not being dependent on prior interaction is also down as non-procedurality.SQL differs in this way even from relational algebra, where a prior alias statement might be needed in order to represent a product of a table with itself.The difference between SQL and procedural languages such as java or c is profound: you do not need to write a program to try out an SQL query, you just have to type the relatively short, self-contained text of the query and submit it.Of course, an SQL query can be rather complex.A limited part of this full form, know as a sub-query, is defined recursively, and the full select statement form has one added clause.You should not feel intimidated by the complexity of the select statement, however.The fact that a select statement is non-procedural means that it has a lot in common with a menu driven application, where a user is expected to fill in some set of choices from a menu and then press the enter key to execute the menu 東華理工大學畢業(yè)設計(外文翻譯)

      英文原文

      choices all at once.The various clauses of the select statement correspond to menu choices: you will occasionally need all these clauses, but on not expect to use all of them every time you pose a query.Observed reliability depends on the context in which the system s used.As discussed already, the system environment cannot be specified in advance nor can the system designers place restrictions on that environment for operational systems.Different systems in an environment may react to problems in unpredictable ways, thus affecting the reliability of all of these systems.There for, even when the system has been integrated, it may be difficult to make accurate measurements of its reliability.7.Visual Basic Database Access prospects With the recent Web application software and the rapid development of the existing data stored in diverse forms, Visual Basic Database Access Solutions faces such as rapid extraction enterprises located in the internal and external business information with the multiple challenges.To this end Microsoft, a new database access strategy “unified data access”(UniversalDataAccess)strategy.“Unified data access” to provide high-performance access, including relational and non-relational data in a variety of sources, provide independent in the development of language development tools and the simple programming interface, these technologies makes enterprise integration of multiple data sources, better choice of development tools, application software, operating platforms, and will establish a maintenance easy solution possible.東華理工大學畢業(yè)設計(外文翻譯)

      漢語翻譯

      漢語翻譯

      Active Server Pages(ASP)是服務器端腳本編寫環(huán)境,使用它可以創(chuàng)建和運行動態(tài)、交互的 Web 服務器應用程序。使用 ASP 可以組合 HTML 頁、腳本命令和 ActiveX 組件以創(chuàng)建交互的 Web 頁和基于 Web 的功能強大的應用程序。ASP 應用程序很容易開發(fā)和修改。1.ASP的工作原理

      當在Web站點中融入ASP功能后,將發(fā)生以下事情:

      (1)用戶向瀏覽器地址欄輸入網(wǎng)址,默認頁面的擴展名是.asp;

      (2)瀏覽器向服務器發(fā)出請求;

      (3)服務器引擎開始運行ASP程序;

      (4)ASP文件按照從上到下的順序開始處理,執(zhí)行腳本命令,執(zhí)行HTML頁面內(nèi)容;

      (5)頁面信息發(fā)送到瀏覽器;

      2.ASP的運行環(huán)境

      ASP需要運行在PWS或IIS下。PWS或IIS服務在windows98或windows2000的光盤上附帶著,可以通過“添加/刪除程序”中的“添加/刪除windows組件”來安裝。

      一般asp需與access數(shù)據(jù)庫或SQL Server數(shù)據(jù)庫結(jié)合使用,編出功能強大的程序。能夠運行ASP的web服務器軟件:

      Windows2000默認安裝的是IIS5.0(internet information server),而windows XP默認安裝的是IIS5.1,windows 2003默認安裝的IIS6.0。

      PWS(personal web server)運行在windows98環(huán)境下的簡單個人網(wǎng)頁服務器。3.ASP的意義與特性

      ASP(Application Service Provider,應用軟體租賃服務提供者)是指“透過網(wǎng)路以租賃方式提供應用軟體服務的業(yè)者”,即業(yè)者以應用軟體為主體,透過網(wǎng)路一對多地傳遞服務,這種以服務為主的交易模式促使企業(yè)可藉由租賃的方式,以更符合成本效益的方式擁有軟體的使用權,并且亦能因為業(yè)者集中式的管理而大幅降低企業(yè)維護的成本。

      基本上,ASP即具有“軟體服務化,服務網(wǎng)路化”,“資訊委外服務與網(wǎng)路結(jié)合”與“產(chǎn)品通路化,通路產(chǎn)品化”等三大特性,甚至可以被視為是ISP(Internet Service Provider)與ITS(Information Technology Service)的結(jié)合。

      ASP的英文是Application Service Provider,中文的標準翻譯就是“應用服務提供商”,是指為商業(yè)或者個人客戶提供管理應用解決方案的公司或者企業(yè)。最近ASP被媒體炒作的十分火熱,不是IT行業(yè)的人面對一堆技術名詞專業(yè)術語很 東華理工大學畢業(yè)設計(外文翻譯)

      漢語翻譯

      難弄清楚ASP的內(nèi)容,本文試圖用淺顯的語言來為廣大的讀者揭開ASP神秘的面紗,對于IT行業(yè)的大熱門ASP領域有一些基本的認識。

      4.ASP的起源

      對于ASP模式和ASP企業(yè)起源的研究可以從兩個方面入手,一個是從業(yè)務和技術的角度,從ASP業(yè)務構(gòu)成的發(fā)展歷史來進行研究;另一個是從組織機構(gòu)發(fā)展的角度,來研究目前ASP企業(yè)的由來和演化過程。

      將上述發(fā)展階段綜合起來,簡單的說,目前的ASP提供商的歷史和發(fā)展道路可以簡單的描述為:

      第一類,從過去的ISP發(fā)展起來,圍繞基礎設施和通訊功能,與軟件廠商合作,增加業(yè)務范圍,發(fā)展到現(xiàn)在的IDC(互聯(lián)網(wǎng)數(shù)據(jù)中心);

      第二類,過去的ISV(獨立軟件提供商)和VAR(增值服務轉(zhuǎn)售商),在互聯(lián)網(wǎng)時代,改變過去的營銷方式,將過去以軟件產(chǎn)品的出售為主轉(zhuǎn)向以使用權租賃為主,從物理載體的打包封裝方式轉(zhuǎn)向現(xiàn)在在線和遠程運行方式為主,通過與網(wǎng)絡運營商的合作,實現(xiàn)向ASP的轉(zhuǎn)型;

      第三類,傳統(tǒng)的大型組織的IT服務部門和傳統(tǒng)的咨詢公司,在對于互聯(lián)網(wǎng)的深刻認識的基礎上,依靠長期的經(jīng)驗,開始為其他客戶進行系統(tǒng)方案的設計和實施,通過建立在與網(wǎng)絡運行商和應用軟件制造商之間的聯(lián)盟關系,實現(xiàn)以系統(tǒng)集成商身份出現(xiàn)的ASP提供商。5.ASP的發(fā)展歷史與分類

      從目前來看,ASP作為一種模式的正式誕生和提出只是在1998年底到1999年初之間的事情。而很大程度上直到1999年末到2000年初,ASP領域相關公司在資本市場上的突出表現(xiàn)才引起了人們的廣泛關注。實際上從ASP模式的內(nèi)涵和本質(zhì)上講,并不是全新的事物,而是曾經(jīng)有過的模式,在互聯(lián)網(wǎng)時代被賦予了新的生命力。在本節(jié)中,我們將回顧ASP產(chǎn)生發(fā)展演變的過程,以幫助更好的深入理解ASP的本質(zhì)。在最后,我們將集中介紹目前ASP領域內(nèi)企業(yè)從不同標準進行劃分的情況。

      HTML 編寫人員 如果您是位 HTML 編寫人員,您將發(fā)現(xiàn) ASP 腳本提供了創(chuàng)建交互頁的簡便方法。如果您曾想從 HTML 表格中收集數(shù)據(jù),或用顧客的姓名個人化 HTML 文件,或根據(jù)瀏覽器的不同使用不同的特性,您會發(fā)現(xiàn) ASP 提供了一個出色的解決方案。以前,要想從 HTML 表格中收集數(shù)據(jù),就不得不學習一門編程語言來創(chuàng)建一個 CGI 應用程序。現(xiàn)在,您只要將一些簡單的指令嵌入到您的 HTML 文件中,就可以從表格中收集數(shù)據(jù)并進行分析。您再不必學習完整的編程語言或者單獨編譯程序來創(chuàng)建交互頁。東華理工大學畢業(yè)設計(外文翻譯)

      漢語翻譯

      隨著不斷掌握使用 ASP 和腳本語言的技巧,您可以創(chuàng)建更復雜的腳本。對于 ASP,您可以便捷地使用 ActiveX 組件來執(zhí)行復雜的任務,比如連接數(shù)據(jù)庫以存儲和檢索信息。

      如果您已經(jīng)掌握一門腳本語言,如 VBScript、JavaScript 或 PERL,而且您已經(jīng)了解使用 ASP 的方法。只要安裝了符合 ActiveX 腳本標準的相應腳本引擎,就可以在 ASP 頁中使用任何一種腳本語言。ASP 帶有 Microsoft? Visual Basic? Scripting Edition(VBScript)和 Microsoft? Script? 的腳本引擎,這樣您可以立即開始編輯腳本。PERL、REXX 和 Python 的 ActiveX 腳本引擎可以從第三方開發(fā)人員處獲得。Web 開發(fā)人員 如果您已經(jīng)掌握了一門編程語言,如 Visual Basic,您將發(fā)現(xiàn) ASP 是快速創(chuàng)建 Web 應用程序的一個非常靈活的方法。通過向 HTML 中添加腳本命令,您能夠創(chuàng)建應用程序的 HTML 接口。通過創(chuàng)建自己的 ActiveX 組件,可以將應用程序中的商業(yè)邏輯封裝到能夠從腳本、其他組件或從其他程序中調(diào)用的模塊。

      使用 ASP 進行計算的 Web 可轉(zhuǎn)化為有形的利益,它使 Web 供應商能夠提供交互的商業(yè)應用而不僅僅是發(fā)布內(nèi)容。例如,旅行社能夠比公布航空時刻表做得更多;用 ASP 腳本可以讓客戶察看現(xiàn)有的航班、比較費用并預定座位。

      包含在 Windows NT Option pack 中的 Microsoft Transaction Server(MTS)可以降低在服務器上構(gòu)造程序的復雜性和費用。TS 可以解決開發(fā)那些保密性強的、可分級的

      以及可靠的 Web 應用程序的復雜性問題。6.Active Server Pages模型

      瀏覽器從 Web 服務器上請求.asp 文件時,然后 Web ASP 腳本開始運行。服務器調(diào)用 ASP,執(zhí)行所有腳本命令,并將 Web 頁ASP 全面讀取請求的文件,傳送給瀏覽器。

      由于腳本在服務器上而不是在客戶端運行,傳送到瀏覽器上的 Web 頁是在 Web 服務器上生成的。所以不必擔心瀏覽器能否處理腳本:Web 服務器已經(jīng)完成了所有腳本的處理,并將標準的 HTML 傳輸?shù)綖g覽器。由于只有腳本的結(jié)果返回到瀏覽器,所以服務器端腳本不易復制。用戶看不到創(chuàng)建他們正在瀏覽的頁的腳本命令。

      我們將介紹著名數(shù)據(jù)庫語言的SQL的基本形式。SQL是允許我們查詢和操作關于計算機化的關系數(shù)據(jù)庫系統(tǒng)的語言。從80 年代初期,SQL就一直是關系數(shù)據(jù)庫管理系統(tǒng)的語言,而且它是有著重要的意義的在對許多概念中,都在本文 東華理工大學畢業(yè)設計(外文翻譯)

      漢語翻譯

      里提到。當前,SQL語言是從關系形式(ANSI SQL-92 標準)轉(zhuǎn)向一個新的對象關系形式(ANSI SLQ-99,1999 被發(fā)布)。SQL-99 是SQL-92的延伸,它不改變所有早期版本的優(yōu)秀的語言。通常,我們嚴格定義的基本SQL與ANSI SQL 標準和基礎子集十分類似,分別被認為就是ENTRY SQL-92 和CORE SQL-99。我們也介紹了ENTRY SQL-92、CORE SQL-99之外一些廣泛實現(xiàn)的特性。在定義基本的SQL中,我們的試金石是將提供一種支持大多RDBMS 接口的語法。

      首先,我們總的研究SQL的特性,然后對SQL的多種形式標準和產(chǎn)品語言以及我們將如何具體地處理這些標準和產(chǎn)品語言進行分析解釋。

      我們知道了怎樣完成關系代數(shù)來回應對查詢的數(shù)據(jù)庫信息。這將讓我們看到,在編寫查詢語句時SQL中的SELECT在很多方面都比關系代數(shù)強大。但是,二者在性能上相比較,SQL在本質(zhì)上并沒有明顯的改進。對那些周密的擴展語法來說,沒有關系代數(shù)所不能實現(xiàn)的。所以,關系代數(shù)查詢方面的經(jīng)驗就能成為SQL查詢的很好的借鑒。同時在許多方面,SQL語句和關系代數(shù)概念模型又有著相當大的差異,而可以通過熟悉、理解關系代數(shù)增強對SQL的理解。

      最重要的SQL特性是它擁有在計算機輸出的條件下能夠相互地構(gòu)造查詢的能力。SQL的SELECT語句比簡單的關系代數(shù)更難,但只要能夠上機實踐,只需幾個典型實驗就收回你的懷疑。我們所談論的交互式環(huán)境是你在電腦上一輸入一個查詢語句并且立即執(zhí)行,就可以看到結(jié)果。此情況說明了這樣一個事實,一個SQL 的SELECT語句是在打入一些輸入行之后立即形成的,并且對一個用戶來說該語句與前面的任何交互操作都沒有關系。這種不依賴于用戶會話互相通信操作的性質(zhì)也被稱作非過程性。在這方面SQL也與關系代數(shù)不同,因為在關系代數(shù)中為了表示一個表與自身的笛卡兒積,在表前面可能需要定義表別名。SQL與比如JAVA或C之類的語言之間的差別十分巨大的:你不需要為了實現(xiàn)一個SQL查詢的功能而編寫一個程序,你只需要量輸入較短的、獨立的查詢語句,然后運行就可以了。

      當然,SQL查詢可能會復雜。為此,我們列出了SELECT語句的完整形式。取出這個形式的一個部分的查詢被稱為子查詢,對它的定義是遞歸的,完整的SELECT語句形式只有一個子句。無論如何,你不應恐懼復雜的SQL語句。在使用菜單的應SELECT語句的非過程性說明了它與使用菜單的應用十分相似。用中,用戶需要從菜單中填寫一組數(shù)據(jù),然后按下回車來對它們立即執(zhí)行。但并不是所有SELECT語句的各種子句對于菜單選項有時也會需要所有的子句,的子句在每次查詢的時候都用上。東華理工大學畢業(yè)設計(外文翻譯)

      漢語翻譯

      觀察可靠性應考慮系統(tǒng)使用環(huán)境。依照已經(jīng)討論的內(nèi)容,系統(tǒng)環(huán)境無法預先被描述,系統(tǒng)設計者也不可能對系統(tǒng)工作環(huán)境做過多限制。不同的系統(tǒng)對相同環(huán)境中的同樣問題還可能有無法預料的反應,所有這些都影響系統(tǒng)的可靠性。因此,即使在系統(tǒng)被集成之后,它的可靠性也是難以精確測量的。7.Visual Basic訪問數(shù)據(jù)庫的前景:

      近來隨著Web應用軟件的迅速發(fā)展和現(xiàn)有數(shù)據(jù)存儲形式的多種多樣,Visual Basic訪問數(shù)據(jù)庫的解決方案面臨諸如快速提取分布于企業(yè)內(nèi)部和外部有用商業(yè)信息等的多種挑戰(zhàn)。為此Microsoft提出一種新的數(shù)據(jù)庫訪問策略,即“統(tǒng)一數(shù)據(jù)訪問”(Universal Data Access)的策略。“統(tǒng)一數(shù)據(jù)訪問”提供了高性能的存取包括關系型和非關系型在內(nèi)的多種數(shù)據(jù)源,提供獨立于開發(fā)工具和開發(fā)語言的簡單的編程接口,這些技術使得企業(yè)集成多種數(shù)據(jù)源、選擇更好的開發(fā)工具、應用軟件、操作平臺、建立容易維護的解決方案成為可能。

      第四篇:基于ASP的網(wǎng)上書店系統(tǒng)畢業(yè)設計任務書

      畢業(yè)設計任務書

      基于ASP的網(wǎng)上書店系統(tǒng)畢業(yè)設計任務書

      指導教師:李芳瑩設計日期:2011年11月28日-2012年2月7日

      一、設計題目:

      基于ASP的網(wǎng)上書店系統(tǒng)

      二、設計任務要求

      1、系統(tǒng)設計環(huán)境

      (1)操作系統(tǒng):Windows 2000、Windows XP、vista、7操作系統(tǒng)。

      (2)使用語言:ASP、HTML;

      (3)使用數(shù)據(jù)庫:ACCESS、SQL SERVER;

      2、熟悉軟件工程的各個過程,熟悉軟件測試和數(shù)據(jù)庫測試的方法。

      3、掌握系統(tǒng)設計,數(shù)據(jù)庫設計常用的方法。

      4、掌握數(shù)據(jù)庫的安裝和網(wǎng)絡配置的方法。

      5、程序代碼編寫要規(guī)范。

      6、掌握腳本的生成方法和幫助文件的生成方法。

      7、熟悉電子商務的基本知識,掌握常用B/S系統(tǒng)的設計、編寫方法。

      8、重點放在網(wǎng)站的設計,而不是網(wǎng)頁設計上。

      三、設計進度及安排

      1、需求分析階段(1周)

      2、系統(tǒng)規(guī)化設計階段(3周)

      3、畢業(yè)設計階段(3周)

      4、畢業(yè)答辯階段(1周)

      四、設計成品要求

      1、軟件實際上機運行,實現(xiàn)基本功能,并且有一定可擴展性。

      2、設計成果存入光盤。

      3、畢業(yè)設計論文。

      第五篇:人事管理系統(tǒng)源代碼

      #include #include #include #define N 100 struct member_info {

      char xm[7];char xb[3];char sr[15];char whcd[13];char zc[17];char sfzh[19];char lxdh[12];int gl;int nl;};struct member_info member[N+1];int CurrentCount=0;void input(){ char sfjx=1;

      while(sfjx!=0)

      {

      if(CurrentCount==N)

      {

      printf(“n人數(shù)已達上限,不能添加??!n”);

      sfjx=0;

      }

      else

      {

      CurrentCount++;

      printf(“n請輸入員工信息(姓名 性別 生日 年齡 文化程度 聯(lián)系電話 身份證號碼 工齡 職稱):n”);

      scanf(“%s%s%s%d%s%s%s%d%s”,member[CurrentCount].xm,member[CurrentCount].xb,member[CurrentCount].sr,&member[CurrentCount].nl,member[CurrentCount].whcd,member[CurrentCount].lxdh,member[CurrentCount].sfzh,&member[CurrentCount].gl,member[CurrentCount].zc);

      printf(“n是否繼續(xù)(0--結(jié)束,其它--繼續(xù)):”);

      scanf(“%d”,&sfjx);

      }

      } printf(“人員已排序”);int i,j;

      for(i=1;i

      for(j=CurrentCount;j>i;j--)

      if(strcmp(member[j].sfzh,member[j-1].sfzh)<0)

      {

      member[0]=member[j];

      member[j]=member[j-1];

      member[j-1]=member[0];

      }

      printf(“n

      人事基本信息表n”);

      printf(“ 序號 姓名 性別

      生日 年齡 文化程度 聯(lián)系電話 身份證號碼

      工齡

      職稱n”);

      for(i=1;i<=CurrentCount;i++)

      printf(“%4d %6s%3s%11s%3d%8s%12s%20s%3d%5sn”,i,member[i].xm,member[i].xb,member[i].sr,member[i].nl,member[i].whcd,member[i].lxdh,member[i].sfzh,member[i].gl,member[i].zc);

      system(“pause”);} void save(){

      FILE *fp;

      fp=fopen(“ygjbxx.txt”,“w”);

      if(fp==NULL)

      printf(“n文件打開不成功,信息無法保存!!n”);

      else

      {

      fprintf(fp,“%d”,CurrentCount);

      for(int i=1;i<=CurrentCount;i++)

      fprintf(fp,“n%8s%4s%16s%4d%14s%13s%20s%4d%18s”,member[i].xm,member[i].xb,member[i].sr,member[i].nl,member[i].whcd,member[i].lxdh,member[i].sfzh,member[i].gl,member[i].zc);

      fclose(fp);

      printf(“n信息已成功保存!!n”);

      }

      system(“pause”);} void read(){

      FILE *fp;

      fp=fopen(“ygjbxx.txt”,“r”);

      if(fp==NULL)

      printf(“n文件打開不成功,信息無法讀??!!n”);

      else

      {

      fscanf(fp,“%d”,&CurrentCount);

      for(int i=1;i<=CurrentCount;i++)

      {

      fscanf(fp,“%s%s%s%d%s%s%s%d%s”,member[i].xm,member[i].xb,member[i].sr,&member[i].nl,member[i].whcd,member[i].lxdh,member[i].sfzh,&member[i].gl,member[i].zc);

      printf(“姓名:%s 性別:%s 生日:%s 年齡:%d 文化程度: %s 聯(lián)系電話: %s 身份證號碼: %s 工齡: %d 職稱: %sn”,member[i].xm,member[i].xb,member[i].sr,member[i].nl,member[i].whcd,member[i].lxdh,member[i].sfzh,member[i].gl,member[i].zc);

      }

      fclose(fp);

      printf(“n信息已成功讀取!!n”);

      }

      system(“pause”);} void search(){

      char dcsfzh[19];

      int sfjx=1,i;

      while(sfjx!=0)

      {

      printf(“n請輸入一個待查員工的身份證號碼:”);

      scanf(“%s”,dcsfzh);

      strcpy(member[0].sfzh,dcsfzh);

      i=CurrentCount;

      while(strcmp(member[i].sfzh,dcsfzh)!=0)

      i--;

      if(i==0)

      printf(“查無此人??!n”);

      else

      {

      printf(“n此人詳細信息如下:n”);

      printf(“姓名:%s 性別:%s 生日:%s 年齡:%d 文化程度: %s 聯(lián)系電話: %s 身份證號碼: %s 工齡: %d 職稱: %sn”,member[i].xm,member[i].xb,member[i].sr,member[i].nl,member[i].whcd,member[i].lxdh,member[i].sfzh,member[i].gl,member[i].zc);

      }

      printf(“n是否繼續(xù)(0--結(jié)束,其它--繼續(xù)):”);

      scanf(“%d”,&sfjx);

      }

      system(“pause”);} void del(){

      char dcsfzh[19];

      int sfjx=1,i,j;

      while(sfjx!=0)

      {

      printf(“n請輸入一個待刪員工的身份證號碼:”);

      scanf(“%s”,dcsfzh);

      strcpy(member[0].sfzh,dcsfzh);

      i=CurrentCount;

      while(strcmp(member[i].sfzh,dcsfzh)!=0)

      i--;

      if(i==0)

      printf(“查無此人?。”);

      else

      {

      printf(“n此人詳細信息如下:n”);

      printf(“姓名:%s 性別:%s 生日:%s 年齡:%d 文化程度: %s 聯(lián)系電話: %s 身份證號碼: %s 工齡: %d 職稱: %sn”,member[i].xm,member[i].xb,member[i].sr,member[i].nl,member[i].whcd,member[i].lxdh,member[i].sfzh,member[i].gl,member[i].zc);

      printf(“n按任意鍵開始刪除......n”);

      system(“pause”);

      for(j=i+1;j<=CurrentCount;j++)

      member[j-1]=member[j];

      CurrentCount--;

      printf(“n已成功刪除......n”);

      system(“pause”);

      }

      printf(“n是否繼續(xù)(0--結(jié)束,其它--繼續(xù)):”);

      scanf(“%d”,&sfjx);

      }

      system(“pause”);} void modify(){

      char dcsfzh[19];

      int sfjx=1,i;

      while(sfjx!=0)

      {

      printf(“n請輸入一個待修改員工的身份證號碼:”);

      scanf(“%s”,dcsfzh);

      strcpy(member[0].sfzh,dcsfzh);

      i=CurrentCount;

      while(strcmp(member[i].sfzh,dcsfzh)!=0)

      i--;

      if(i==0)

      printf(“查無此人?。”);

      else

      {

      printf(“n此人詳細信息如下:n”);

      printf(“姓名:%s 性別:%s 生日:%s 年齡:%d 文化程度: %s 聯(lián)系電話: %s 身份證號碼: %s 工齡: %d 職稱: %sn”,member[i].xm,member[i].xb,member[i].sr,member[i].nl,member[i].whcd,member[i].lxdh,member[i].sfzh,member[i].gl,member[i].zc);

      printf(“n請輸入新內(nèi)容......n”);

      printf(“n請輸入人員相關信息(姓名 性別 生日 年齡 文化程度 聯(lián)系電話 身份證號碼 工齡 職稱):”);

      scanf(“%s%s%s%d%s%s%s%d%s”,member[CurrentCount].xm,member[CurrentCount].xb,member[CurrentCount].sr,&member[CurrentCount].nl,member[CurrentCount].whcd,member[CurrentCount].lxdh,member[CurrentCount].sfzh,&member[CurrentCount].gl,member[CurrentCount].zc);

      printf(“n已成功修改......n”);

      system(“pause”);

      }

      printf(“n是否繼續(xù)(0--結(jié)束,其它--繼續(xù)):”);

      scanf(“%d”,&sfjx);

      }

      system(“pause”);} int check(){

      int count=0,name,pass;

      while(count<=2)

      {

      printf(“n請輸入用戶名及密碼:”);

      scanf(“%d%d”,&name,&pass);

      count++;

      if((name==1)&&(pass==1))

      count=10;

      else

      if(count>2)

      count=5;

      }

      if(count==10)

      return 0;

      else

      return 1;} struct mem_gz {

      float jbgz;float cql;float jj;float kk;float grsd;float sf;};struct mem_gz mem[N+1];void inputgz(){ char sfjx=1;CurrentCount=0;

      while(sfjx!=0)

      {

      if(CurrentCount==N)

      {

      printf(“n工資已添加完畢,無法添加??!n”);

      sfjx=0;

      }

      else

      {

      CurrentCount++;

      printf(“請輸入身份證號碼為:%s的員工工資資料n”,member[CurrentCount].sfzh);

      printf(“n請輸入員工工資信息(基本工資 考勤 獎金 扣款 個人所得稅):n”);

      scanf(“%f%f%f%f%f”,&mem[CurrentCount].jbgz,&mem[CurrentCount].cql,&mem[CurrentCount].jj,&mem[CurrentCount].kk,&mem[CurrentCount].grsd);

      mem[CurrentCount].sf=mem[CurrentCount].jbgz*mem[CurrentCount].cql+mem[CurrentCount].jj-mem[CurrentCount].kk-mem[CurrentCount].grsd;

      }

      printf(“n是否繼續(xù)(0--結(jié)束,其它--繼續(xù)):n”);

      scanf(“%d”,&sfjx);

      }

      system(“pause”);} void savegz(){

      FILE *fq;

      fq=fopen(“yggzxx.txt”,“w”);

      if(fq==NULL)

      printf(“n文件打開不成功,信息無法保存!!n”);

      else

      {

      fprintf(fq,“%d”,CurrentCount);

      for(int i=1;i<=CurrentCount;i++)

      fprintf(fq,“n%f %f %f %f %f %f”,mem[i].jbgz,mem[i].cql,mem[i].jj,mem[i].kk,mem[i].grsd,mem[i].sf);

      fclose(fq);

      printf(“n信息已成功保存!!n”);

      }

      system(“pause”);} void readgz(){

      FILE *fq;

      fq=fopen(“yggzxx.txt”,“r”);

      if(fq==NULL)

      printf(“n文件打開不成功,信息無法讀??!!n”);

      else

      {

      fscanf(fq,“%d”,&CurrentCount);

      for(int i=1;i<=CurrentCount;i++)

      {

      fscanf(fq,“%f%f%f%f%f%f”,&mem[i].jbgz,&mem[i].cql,&mem[i].jj,&mem[i].kk,&mem[i].grsd,&mem[i].sf);

      printf(“基本工資: %f 考勤: %f 獎金: %f 扣款: %f 個人所得稅: %f 實發(fā)工資:%fn”,mem[i].jbgz,mem[i].cql,mem[i].jj,mem[i].kk,mem[i].grsd,mem[i].sf);

      }

      fclose(fq);

      printf(“n信息已成功讀?。?n”);

      }

      system(“pause”);} void searchgz(){

      int dcbh;

      int sfjx=1;

      while(sfjx!=0)

      {

      printf(“n請輸入一個待查員工編號(身份證號從小到大的順序):”);

      scanf(“%d”,&dcbh);

      if(dcbh<1||dcbh>CurrentCount)

      printf(“查無此人??!n”);

      else

      {

      printf(“n此人工資信息如下:n”);

      printf(“基本工資: %f 考勤: %f 獎金: %f 扣款: %f 個人所得稅: %f 實發(fā)工資:%fn”,mem[dcbh].jbgz,mem[dcbh].cql,mem[dcbh].jj,mem[dcbh].kk,mem[dcbh].grsd,mem[dcbh].sf);

      }

      printf(“n是否繼續(xù)(0--結(jié)束,其它--繼續(xù)):”);

      scanf(“%d”,&sfjx);

      }

      system(“pause”);} void delgz(){

      int dcbh;

      int sfjx=1,j;

      while(sfjx!=0)

      {

      printf(“n請輸入一個待刪工資的編號:”);

      scanf(“%d”,&dcbh);

      if(dcbh<1||dcbh>CurrentCount)

      printf(“查無此人?。”);

      else

      {

      printf(“n此人工資信息如下:n”);

      printf(“基本工資: %f 考勤: %f 獎金: %f 扣款: %f 個人所得稅: %f 實發(fā)工資:%fn”,mem[dcbh].jbgz,mem[dcbh].cql,mem[dcbh].jj,mem[dcbh].kk,mem[dcbh].grsd,mem[dcbh].sf);

      printf(“n按任意鍵開始刪除......n”);

      system(“pause”);

      for(j=dcbh+1;j<=CurrentCount;j++)

      mem[j-1]=mem[j];

      CurrentCount--;

      printf(“n已成功刪除......n”);

      system(“pause”);

      }

      printf(“n是否繼續(xù)(0--結(jié)束,其它--繼續(xù)):”);

      scanf(“%d”,&sfjx);

      }

      system(“pause”);} void modifygz(){

      int dcbh;

      int sfjx=1;

      while(sfjx!=0)

      {

      printf(“n請輸入一個待修改工資員工的編號:”);

      scanf(“%d”,&dcbh);

      if(dcbh<1||dcbh>CurrentCount)

      printf(“查無此人?。”);

      else

      {

      printf(“n此人工資信息如下:n”);

      printf(“基本工資: %f 考勤: %f 獎金: %f 扣款: %f 個人所得稅: %f 實發(fā)工資:%fn”,mem[dcbh].jbgz,mem[dcbh].cql,mem[dcbh].jj,mem[dcbh].kk,mem[dcbh].grsd,mem[dcbh].sf);

      printf(“n請輸入新內(nèi)容......n”);

      printf(“n請輸入人員工資信息(基本工資 考勤 獎金 扣款 個人所得稅 實發(fā)工資):”);

      scanf(“%f%f%f%f”,&mem[CurrentCount].jbgz,&mem[dcbh].cql,&mem[dcbh].jj,&mem[dcbh].kk,&mem[dcbh].grsd,&mem[dcbh].sf);

      printf(“n已成功修改......n”);

      system(“pause”);

      }

      printf(“n是否繼續(xù)(0--結(jié)束,其它--繼續(xù)):”);

      scanf(“%d”,&sfjx);

      }

      system(“pause”);} void listgz(){ int i;

      printf(“n

      員工工資信息表n”);

      printf(“ 序號 基本工資 考勤 獎金 扣款 個人所得稅 實發(fā)工資n”);

      for(i=1;i<=CurrentCount;i++)

      printf(“%4d %8f%8f%8f%8f”,i,mem[i].jbgz,mem[i].cql,mem[i].jj,mem[i].kk,mem[i].grsd,mem[i].sf);

      system(“pause”);}

      void main(){

      int xz=1;

      printf(“

      *~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*n”);printf(“

      *

      歡迎使用人事工資管理系統(tǒng)

      *n”);printf(“

      ***************************************nnn”);

      if(check()!=0)

      {

      printf(“n你無權使用本系統(tǒng)......nn”);

      system(“pause”);

      }

      else

      {

      while(xz!=0)

      {

      printf(“n請選擇相應功能:n”);

      printf(“1-錄入n2-查詢n3-修改n4-刪除n5-保存n6-讀取n7-輸入員工工資n8-保存工資信息n9-讀取工資信息n10-修改工資信息n11-刪除工資信息n12-工資列表n0-結(jié)束n請輸入選擇:”);

      scanf(“%d”,&xz);

      switch(xz)

      {

      case 1:

      input();break;

      case 2:

      search();break;

      case 3:

      modify();break;

      case 4:

      del();break;

      case 5:

      save();break;

      case 6:

      read();break;

      case 7:

      inputgz();break;

      case 8:

      savegz();break;

      case 9:

      readgz();break;

      case 10:

      modifygz();break;

      case 11:

      delgz();break;

      case 12:

      listgz();break;

      case 0:

      printf(“nn謝謝使用本系統(tǒng)!nn”);system(“pause”);break;

      default:

      printf(“n無此功能,請重新選擇......n”);

      system(“pause”);

      }

      }

      } }

      下載asp網(wǎng)上投票系統(tǒng)源代碼[推薦閱讀]word格式文檔
      下載asp網(wǎng)上投票系統(tǒng)源代碼[推薦閱讀].doc
      將本文檔下載到自己電腦,方便修改和收藏,請勿使用迅雷等下載。
      點此處下載文檔

      文檔為doc格式


      聲明:本文內(nèi)容由互聯(lián)網(wǎng)用戶自發(fā)貢獻自行上傳,本網(wǎng)站不擁有所有權,未作人工編輯處理,也不承擔相關法律責任。如果您發(fā)現(xiàn)有涉嫌版權的內(nèi)容,歡迎發(fā)送郵件至:645879355@qq.com 進行舉報,并提供相關證據(jù),工作人員會在5個工作日內(nèi)聯(lián)系你,一經(jīng)查實,本站將立刻刪除涉嫌侵權內(nèi)容。

      相關范文推薦

        投票系統(tǒng)課程設計

        摘要:在積極建立科學管理機制的今天,僅僅靠原始的手工管理或簡單的單機管理,管理部門面對大量的信息,無法有效率地將其中的重要部分提取出來,并做出相應的判斷和處理。投票管理者......

        用Struts完成網(wǎng)上投票系統(tǒng)[小編推薦]

        一、 (一)創(chuàng)建Web工程 進入創(chuàng)建工程界面后按圖3.1所示選擇: 圖3.1 創(chuàng)建Web工程 (二)導入Struts容器 選中工程擊右鍵,按圖3.2,圖3.3所示。 圖3.2 加入Struts容器第一步 注意在沒......

        網(wǎng)上投票推薦情況匯報(最終版)

        XXXX組織開展網(wǎng)上投票推 薦全國優(yōu)秀共產(chǎn)黨員情況的匯報 根據(jù)局《XXXXXXX》的要求, XX高度重,及時宣傳,并組織黨員干部對全國優(yōu)秀共產(chǎn)黨員候選人進行投票?,F(xiàn)將我XX此次全國優(yōu)秀......

        網(wǎng)上投票黨員總結(jié)

        大洋衛(wèi)生院 組織開展網(wǎng)上投票推薦全國優(yōu)秀共產(chǎn)黨員活動總結(jié)根據(jù)衛(wèi)生局《關于組織開展好網(wǎng)上投票推薦全國創(chuàng)先爭優(yōu)優(yōu)秀共產(chǎn)黨員活動的通知》要求,我院高度重視,及時宣傳,并組織......

        職工信息管理系統(tǒng)源代碼

        #include #include #include int N=2; struct worker/*定義一個職工信息的結(jié)構(gòu)體*/ { intnum; /*定義一個職工信息的結(jié)構(gòu)體*/ char name[20]; /*定義一個職工信息的結(jié)構(gòu)......

        通訊管理系統(tǒng)源代碼

        題目:用C/C++設計出模擬手機通信錄管理系統(tǒng),實現(xiàn)對手機中的通信錄進行管理。 (一)功能要求 (1)查看功能:選擇此功能時,列出下列三類選擇。 A 辦公類 B 個人類 C 商務類 ,當選中某類時......

        學生信息管理系統(tǒng)源代碼

        學生信息管理系統(tǒng)源代碼 import java.io.*; class StuInfo { public String name; public int number; public String sex; public String age; public String bir; public......

        人事管理系統(tǒng)數(shù)據(jù)庫源代碼

        using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using Sys......