080601165 李四 外文資料翻譯
《080601165 李四 外文資料翻譯》由會(huì)員分享,可在線閱讀,更多相關(guān)《080601165 李四 外文資料翻譯(12頁(yè)珍藏版)》請(qǐng)?jiān)谘b配圖網(wǎng)上搜索。
1、 南 京 理 工 大 學(xué) 紫 金 學(xué) 院 畢業(yè)設(shè)計(jì)(論文)外文資料翻譯 系: 計(jì)算機(jī)系 專 業(yè): 計(jì)算機(jī)科學(xué)與技術(shù) 姓 名: 周欣宇 學(xué) 號(hào): 080601165 (用外文寫(xiě)) 外文出處:Anon .The Introduction Of JSP [EB/OL].
2、 (2009-01-13)[2011-12-20].http://nibiye. com/fy/wwfy/jsjw/2009/0113/1033.html. 附 件: 1.外文資料翻譯譯文;2.外文原文。 指導(dǎo)教師評(píng)語(yǔ): 該譯文比較通順,專業(yè)詞匯的使用也比較準(zhǔn)確,較好地反映了原文的本意,說(shuō)明該生較好地理解了原文的意思,表明該同學(xué)具備一定的閱讀外文資料的能力。 簽名:
3、 年 月 日 注:請(qǐng)將該封面與附件裝訂成冊(cè)。附件1:外文資料翻譯譯文 關(guān)于JSP的介紹 Java2企業(yè)版(J2EE)已經(jīng)把建立一個(gè)網(wǎng)上的亂中有律任務(wù)的存在現(xiàn)象進(jìn)行了有效的改造,就是開(kāi)發(fā)人員能使用Java有效創(chuàng)造多層次的服務(wù)器端應(yīng)用程序。今天,Java企業(yè)應(yīng)用程序編程接口已經(jīng)擴(kuò)大,包括許多方面:遠(yuǎn)程方法調(diào)用與公共對(duì)象請(qǐng)求代理體系結(jié)構(gòu)用來(lái)遠(yuǎn)程對(duì)象的處理,JDBC(Java數(shù)據(jù)庫(kù)的連接)的數(shù)據(jù)庫(kù)交互,JNDI(Java命名和目錄接口)來(lái)訪問(wèn)命名和目錄服務(wù),為企業(yè)創(chuàng)造了可重復(fù)使用的JavaBeans業(yè)務(wù)組件、JMS(Java信息服務(wù))消息中介軟件
4、,JAXP為XML(可擴(kuò)展標(biāo)示語(yǔ)言)處理和JTA(Java事務(wù)應(yīng)用程序界面)為執(zhí)行一個(gè)原子事務(wù)。此外,J2EE也支持小型服務(wù)程序,極受歡迎的Java語(yǔ)言代替了公共網(wǎng)關(guān)接口腳本。這些技術(shù)的結(jié)合,可以讓程序員創(chuàng)造分布式業(yè)務(wù)解決方案中的各種任務(wù)。 早在在1999年末,Sun Microsystems(美國(guó)一家計(jì)算機(jī)公司)添加了一個(gè)新的精選的元素企業(yè)Java工具:Java動(dòng)態(tài)服務(wù)器頁(yè)面(JSP)。Java動(dòng)態(tài)服務(wù)器頁(yè)面都是建立在Java的頂部小型服務(wù)器用來(lái)增進(jìn)效率使程序員,甚至是非專業(yè)的程序員,都可以創(chuàng)建網(wǎng)頁(yè)的內(nèi)容。 那么什么是Java服務(wù)器頁(yè)呢? 我們來(lái)簡(jiǎn)潔明點(diǎn),Java的動(dòng)態(tài)服務(wù)器頁(yè)面是一個(gè)
5、運(yùn)用科學(xué)技術(shù)發(fā)展的網(wǎng)頁(yè),其中是包括動(dòng)態(tài)內(nèi)容的。不像一個(gè)HTML頁(yè)面,只包含靜態(tài)內(nèi)容,總是保持不變的,一個(gè)JSP頁(yè)面中可以改變它的內(nèi)容基于任何數(shù)量的變項(xiàng),包括用戶的身份,用戶的瀏覽器類型,用戶信息的提供,或者由用戶選擇信息等等。一個(gè)JSP頁(yè)面中包含標(biāo)準(zhǔn)標(biāo)記語(yǔ)言的元素,例如HTML標(biāo)簽,它也就像是一個(gè)正規(guī)的網(wǎng)頁(yè)。然而,一個(gè)JSP動(dòng)態(tài)服務(wù)器頁(yè)面中也含有特殊的JSP元素允許服務(wù)器插入動(dòng)態(tài)的內(nèi)容在其頁(yè)面里。JSP元素可以被用于各種用途,比如檢索數(shù)據(jù)庫(kù)里的信息或注冊(cè)用戶信息等等。當(dāng)一個(gè)用戶訪問(wèn)一個(gè)JSP動(dòng)態(tài)服務(wù)器頁(yè)面的時(shí)候,服務(wù)器執(zhí)行JSP元素,就會(huì)融合靜態(tài)部分的頁(yè)面來(lái)組成動(dòng)態(tài)頁(yè)面,并將動(dòng)態(tài)組成頁(yè)面返回到
6、瀏覽器,供用戶瀏覽。 JSP定義了大量的標(biāo)準(zhǔn)構(gòu)件,適用于任何的網(wǎng)路式應(yīng)用程序,比如訪問(wèn)JavaBeans組件,通過(guò)控制頁(yè)和信息共享之間,通過(guò)在請(qǐng)求,頁(yè)面和用戶之間。程序員可以也將通過(guò)實(shí)施特定的應(yīng)用JSP動(dòng)態(tài)服務(wù)器頁(yè)語(yǔ)法元素來(lái)完成任務(wù),比如訪問(wèn)數(shù)據(jù)庫(kù)執(zhí)行任務(wù)和訪問(wèn)企業(yè)JavaBeans組件,比如發(fā)送電子郵件和生成HTML到當(dāng)前的特殊應(yīng)用程序的細(xì)節(jié)數(shù)據(jù)。這樣一套通常需要定制的元素被定義為一個(gè)質(zhì)量指標(biāo)有聯(lián)系的JSP規(guī)范:JSP標(biāo)準(zhǔn)標(biāo)簽庫(kù)(JSTL)的規(guī)格。結(jié)合標(biāo)準(zhǔn)元件和自定義元素允許為建立強(qiáng)大的網(wǎng)絡(luò)應(yīng)用程序而提供了強(qiáng)有力的保證。 那么我們?yōu)槭裁匆褂肑SP呢? 在很早期的網(wǎng)絡(luò)開(kāi)發(fā)的時(shí)候,公共網(wǎng)
7、關(guān)接口(CGI)是動(dòng)態(tài)發(fā)展的網(wǎng)頁(yè)內(nèi)容的唯一的工具。然而, 公共網(wǎng)關(guān)接口這并不是一個(gè)非常有效的解決方案。為了滿足所有開(kāi)發(fā)者的要求,當(dāng)網(wǎng)絡(luò)服務(wù)器必須創(chuàng)建一個(gè)新的操作系統(tǒng)的過(guò)程中,負(fù)荷翻譯和一個(gè)腳本的時(shí)候,執(zhí)行了劇本,然后把它們都記錄下來(lái)了。這對(duì)服務(wù)器來(lái)說(shuō)是非常繁重繁瑣的, 增加了很多不必要的操作和流量。 后來(lái)眾多的公共網(wǎng)關(guān)接口被代替和改進(jìn)了,如快速公共網(wǎng)關(guān)接口協(xié)議,Apache服務(wù)器中的mod_perl模塊,從NSAPI到美國(guó)網(wǎng)景公司,從ISAPI到美國(guó)微軟公司,從Java小型服務(wù)程序到Sun Microsystems公司,這些都在過(guò)去的幾年里已經(jīng)形成了。雖然這些解決方案應(yīng)對(duì)措施展現(xiàn)了很好的表現(xiàn)
8、性和可擴(kuò)展性,但是所有這些技術(shù)遭受了一個(gè)共同的問(wèn)題:他們都是直接產(chǎn)生嵌入HTML網(wǎng)頁(yè)的程序設(shè)計(jì)語(yǔ)言代碼。因?yàn)檫@一原因就需要?jiǎng)?chuàng)造動(dòng)態(tài)網(wǎng)頁(yè)領(lǐng)域的專門的程序員了。然而Java服務(wù)器頁(yè) ,就改變了這一切的一切。JSP攔截問(wèn)題從另一個(gè)方向表明,不是嵌入HTML程序代碼,JSP而是讓你特別有效成分嵌入HTML網(wǎng)頁(yè),這些給HTML元素元素看起來(lái)很相似很相似,但當(dāng)用戶請(qǐng)求頁(yè)面服務(wù)器執(zhí)行時(shí),他們實(shí)際上它們都是在幕后構(gòu)件化Java程式來(lái)執(zhí)行的。這里有一個(gè)非常簡(jiǎn)單的JSP頁(yè)面,就說(shuō)明了這一點(diǎn)的內(nèi)容: <%@ taglib prefix="c" url="http://J %>
9、olor="white">
Good morning!
Good day!
Good evening!
10、ome to our site, open 24 hours a day. 這一頁(yè)根據(jù)一天的時(shí)間插入一個(gè)不同的消息給用戶:如果當(dāng)?shù)貢r(shí)間是12點(diǎn)之前,則給出“早上好!”,如果在12點(diǎn)和6點(diǎn)給出“美好的一天!”,否則就給出“晚上好!”。當(dāng)一個(gè)用戶訪問(wèn)這一頁(yè),JSP自動(dòng)化網(wǎng)絡(luò)服務(wù)器用有效的JSP原理執(zhí)行邏輯回應(yīng),且生成一個(gè)頁(yè)面送回用戶的瀏覽器。例如,如果現(xiàn)在的時(shí)間是下午8:53,從服務(wù)器發(fā)送到瀏覽器的最終頁(yè)面看起來(lái)像這樣:
Good evening!
Welcome to o11、ur site, open 24 hours a day. 除了很像超文本標(biāo)記語(yǔ)言的JSP元素,一個(gè)JSP頁(yè)面中也含有Java代碼嵌在所謂的腳本的元素。這一特點(diǎn)已經(jīng)是最早版本JSP規(guī)范的一種了,它用來(lái)起來(lái)非常方便非常簡(jiǎn)單而且很有條件邏輯性。通過(guò)引入新的JSP標(biāo)準(zhǔn)標(biāo)簽庫(kù)(JSTL),所以就使得Java代碼頁(yè)是完全沒(méi)必要的。此外,太多的代碼嵌入網(wǎng)頁(yè)中并不比使用超文本標(biāo)記語(yǔ)言元素在一個(gè)服務(wù)器端程序好多少,而且通常會(huì)導(dǎo)致有一個(gè)網(wǎng)絡(luò)應(yīng)用程序請(qǐng)求,這是很難維護(hù)和調(diào)試的。 使用合適的人做每一項(xiàng)合適的任務(wù)。當(dāng)我們?cè)缧r(shí)候,JSP是允許你把標(biāo)記語(yǔ)言代碼,如HTML
12、,用程序語(yǔ)言代碼來(lái)處理用戶輸入,訪問(wèn)數(shù)據(jù)庫(kù)和執(zhí)行其他應(yīng)用的任務(wù)操作。這種分離發(fā)生的一種方法是通過(guò)使用JSP標(biāo)準(zhǔn)和自定義元素,這些元素是實(shí)現(xiàn)和應(yīng)用程序代碼一樣標(biāo)是記元素在常規(guī)頁(yè)網(wǎng)頁(yè)中的。 另一種方法來(lái)分離是結(jié)合JSP和其他J2EE技術(shù)。例如,Java小服務(wù)程序可以處理輸入后處理,企業(yè)JavaBeans(EJB)能夠照顧應(yīng)用的程序的邏輯,和JSP頁(yè)面可以提供用戶界面。 這種JSP方法的分離意味著,典型的企業(yè)可以分為兩組人,他們其中有自己的領(lǐng)域的專業(yè)知識(shí)的Java程序員可以一起作為開(kāi)發(fā)團(tuán)隊(duì),開(kāi)發(fā)網(wǎng)站實(shí)施應(yīng)用邏輯作為小服務(wù)程序,商業(yè)應(yīng)用組件技術(shù)和自定義JSP元素,這就使網(wǎng)頁(yè)具體的工藝的作者使用功能
13、強(qiáng)大的自定義界面元素而就不需要做任何編程。 最后整合與企業(yè)Java的編程接口,因?yàn)槎际墙⒃贘ava服務(wù)器網(wǎng)頁(yè)上方的Java應(yīng)用程序界面,JSP擁有所有的強(qiáng)大的企業(yè)Java的應(yīng)用程序接口,這些都包括: ? JDBC(Java數(shù)據(jù)庫(kù)的連接) ? Remote Method Invocation (RMI) and OMG CORBA support(遠(yuǎn)程方法調(diào)用) ? JNDI (Java Naming and Directory Interface)(命名目錄服務(wù)) ? Enterprise JavaBeans (EJB)(JAVA中的商業(yè)應(yīng)用組件技術(shù)) ? JMS (Java M
14、essage Service)(Java消息服務(wù)) ? JTA (Java Transaction API)(事物處理構(gòu)架) ? JAXP (Java API for XML Processing)(用于XML文檔處理的使用Java語(yǔ)言編寫(xiě)的編程接口) ? JavaMail(提供給開(kāi)發(fā)者處理電子郵件相關(guān)的編程接口) 這意味著你可以更加容易地集成Java服務(wù)器頁(yè)面與你現(xiàn)有的Java的企業(yè)所需要的解決方案。 Java servlet模板引擎。一個(gè)Java小型服務(wù)程序模板引擎就是另一種技術(shù)表現(xiàn)了,從加工到分離。當(dāng)小型服務(wù)程序流行起來(lái),沒(méi)過(guò)多久開(kāi)發(fā)商意識(shí)到這是多么難以維護(hù)的啊,HTML代碼演
15、示部分直接嵌入Java小服務(wù)程序的代碼。結(jié)果就導(dǎo)致了,相當(dāng)多的所謂的模板引擎已經(jīng)發(fā)展開(kāi)源產(chǎn)品的幫助獲取小服務(wù)程序中HTML的值。使用模板引擎的目的是,可以使用純代碼元件(servlets)和使用的網(wǎng)頁(yè)腳本代碼,這僅僅是表現(xiàn)了部分內(nèi)容。請(qǐng)求被送到一個(gè)servlet加工的要求,創(chuàng)造物體,展現(xiàn)了結(jié)果,并呼吁一個(gè)網(wǎng)頁(yè)生成的HTML模板將被派到瀏覽器。包含腳本代碼模板描述相似的選擇更早。腳本語(yǔ)言使用的這些引擎都缺少一點(diǎn)點(diǎn)的強(qiáng)大,然而,由于腳本只限于讀數(shù)據(jù)對(duì)象和生成HTML代碼顯示其存在的價(jià)值。所有其他產(chǎn)品和技術(shù)支持的通用語(yǔ)言(這可以是好的也可以是壞的)被用于包括在業(yè)務(wù)邏輯頁(yè)面中。 結(jié)合了最重要的特征中
16、發(fā)現(xiàn)的辦法: ?JSP既支持腳本語(yǔ)言也支持基于動(dòng)態(tài)元素的內(nèi)容,并允許程序員開(kāi)發(fā)自己定義的標(biāo)簽庫(kù)以用來(lái)滿足特定應(yīng)用的需要。 ?JSP頁(yè)面可以進(jìn)行非常有效的服務(wù)器處理和編譯。 ?JSP頁(yè)面可通過(guò)Java servlet支持模板引擎以來(lái)用于處理servlets結(jié)合商業(yè)邏輯的模型。此外JSP還有有幾個(gè)非常獨(dú)特的優(yōu)點(diǎn),這就使它得以脫穎而出了。 ?JSP是一個(gè)質(zhì)量指標(biāo),而不是一個(gè)產(chǎn)品。這意味著供應(yīng)商可以根據(jù)不同的要求來(lái)實(shí)現(xiàn)不同的方案,從而引導(dǎo)他們走向更好的性能和更好的質(zhì)量。它也會(huì)導(dǎo)致一個(gè)較不明顯的優(yōu)勢(shì),就是即當(dāng)許多公司已經(jīng)投入了大量的時(shí)間和金錢在技術(shù)上,非常可能的是這將會(huì)在很長(zhǎng)一段時(shí)間內(nèi),以合理的
17、保證的新版本將會(huì)和一個(gè)專有的技術(shù)反向兼容;這并不是一個(gè)總是考慮到了的問(wèn)題。 ?JSP不可分割的一部分就是J2EE, 它為企業(yè)級(jí)應(yīng)用提供了一個(gè)非常完整的平臺(tái)。這意味著JSP能在其中可以扮演一個(gè)最簡(jiǎn)單的應(yīng)用程序角色,也可以扮演最復(fù)雜最 苛刻角色。附件2:外文原文(復(fù)印件) The Introduction Of JSP The Java 2 Enterprise Edition (J2EE) has taken the once-chaotic task of building an internet presence and transformed it to the point whe
18、re developers can use Java to efficiently create multitier, server-side applications. Today, the Java Enterprise APIs have expanded to encompass a number of areas: RMI and CORBA for remote object handling, JDBC for database interaction, JNDI for accessing naming and directory services, Enterprise Ja
19、vaBeans for creating reusable business components, JMS (Java Messaging Service)for message oriented middleware, JAXP for XML processing, and JTA (Java Transaction API) for performing atomic transactions. In addition, J2EE also supports servlets , an extremely popular Java substitute for CGI scripts.
20、 The combination of these technologies allows programmers to create distributed business solutions for a variety of tasks. In late 1999, Sun Microsystems added a new element to the collection of Enterprise Java tools: Java Server Pages (JSP). Java Server Pages are built on top of Java servlets
21、and are designed to increase the efficiency in which programmers, and even nonprogrammers, can create web content. What Is Java Server Pages? Put succinctly, Java Server Pages is a technology for developing web pages that include dynamic content. Unlike a plain HTML page, which contains st
22、atic content that always remains the same, a JSP page can change its content based on any number of variable items, including the identity of the user, the user's browser type, information provided by the user, and selections made by the user. A JSP page contains standard markup language elemen
23、ts, such as HTML tags, just like a regular web page. However, a JSP page also contains special JSP elements that allow the server to insert dynamic content in the page. JSP elements can be used for a variety of purposes, such as retrieving information from a database or registering user preferences.
24、 When a user asks for a JSP page, the server executes the JSP elements, merges the results with the static parts of the page, and sends the dynamically composed page back to the browser. JSP defines a number of standard elements that are useful for any web application, such as accessing JavaBe
25、ans components, passing control between pages and sharing information between requests, pages, and users. Programmers can also extend the JSP syntax by implementing application-specific elements that perform tasks such as accessing databases and Enterprise JavaBeans, sending email, and generating HT
26、ML to present application-specific data. One such set of commonly needed custom elements is defined by a specification related to the JSP specification: the JSP Standard Tag Library (JSTL) specification. The combination of standard elements and custom elements allows for the creation of powerful web
27、 applications. Why Use JSP? In the early days of the Web, the Common Gateway Interface (CGI) was the only tool for developing dynamic web content. However, CGI is not an efficient solution. For every request that comes in, the web server has to create a new operating-system process, load a
28、n interpreter and a script, execute the script, and then tear it all down again. This is very taxing for the server and doesn't scale well when the amount of traffic increases. Numerous CGI alternatives and enhancements, such as FastCGI, mod_perl from Apache, NSAPI from Netscape, ISAPI from Mic
29、rosoft, and Java servlets from Sun Microsystems, have been created over the years. While these solutions offer better performance and scalability, all these technologies suffer from a common problem: they generate web pages by embedding HTML directly in programming language code. This pushes the cre
30、ation of dynamic web pages exclusively into the realm of programmers. Java Server Pages, however, changes all that. JSP tackles the problem from the other direction. Instead of embedding HTML in programming code, JSP lets you embed special active elements into HTML pages. These elements look s
31、imilar to HTML elements, but behind the scenes they are actually componentized Java programs that the server executes when a user requests the page. Here's a simple JSP page that illustrates this: <%@ taglib prefix="c" url="http://J %>
32、s="Java.util.Date" />
33、y>
This page inserts a different message to the user based on the time of day: "Good morning!" if the local time is before 12 P.M., "Good day!" if between 12 P.M. and 6 P.M., and "Good evening!" otherwise. When a user asks for this page, the JSP-enabled web server executes the logic re 34、presented by the highlighted JSP elements and creates an HTML page that is sent back to the user's browser. For example, if the current time is 8:53 P.M., the resulting page sent from the server to the browser looks like this:
Good morning!
Good day!
Good evening!
Good evening!
Welcome to our
35、site, open 24 hours a day. In addition to the HTML-like JSP elements, a JSP page can also contain Java code embedded in so-called scripting elements. This feature has been part of the JSP specification from the very first version, and it used to be convenient for simple condit
36、ional logic. With the introduction of the new JSP Standard Tag Library (JSTL), however, Java code in a page is rarely needed. In addition, embedding too much code in a web page is no better than using HTML elements in a server-side program, and often leads to a web application that is hard to mainta
37、in and debug. Using the Right Person for Each Task As I alluded to earlier, JSP allows you to separate the markup language code, such as HTML, from the programming language code used to process user input, access a databases and perform other application tasks. One way this separation takes pl
38、ace is through the use of the JSP standard and custom elements; these elements are implemented with programming code and used the same way as page markup elements in regular web pages. Another way to separate is to combine JSP with other J2EE technologies. For example, Java servlets can handle
39、input processing, Enterprise JavaBeans (EJB) can take care of the application logic, and JSP pages can provide the user interface. This separation means that with JSP, a typical business can divide its efforts among two groups that excel in their own areas of expertise: a Java web development team
40、with programmers who implement the application logic as servlets, EJB and custom JSP elements, and page authors who craft the specifics of the interface and use the powerful custom elements without having to do any programming. Integration with Enterprise Java APIs Finally, because Java Server
41、 Pages are built on top of the Java Servlets API, JSP has access to all the powerful Enterprise Java APIs, including: ? JDBC ? Remote Method Invocation (RMI) and OMG CORBA support ? JNDI (Java Naming and Directory Interface) ? Enterprise JavaBeans (EJB) ? JMS (Java Message Service) ? JTA (Java
42、 Transaction API) ? JAXP (Java API for XML Processing) ? JavaMail This means that you can easily integrate Java Server Pages with your existing Java Enterprise solutions. Java servlet template engines .A Java servlet template engine is another technology for separating presentation fro
43、m processing. When servlets became popular,it didn't take long before developers realized how hard it was to maintain the presentation part when the HTML code was embedded directly in the servlet's Java code. As a result,a number of so-called template engines have been developed as open source produ
44、cts to help get HTML out of the servlets. Template engines are intended to be used with pure code components (servlets) and to use web pages with scripting code only for the presentation part. Requests are sent to a servlet that processes the request, creates objects that represent the result,
45、and calls on a web page template to generate the HTML to be sent to the browser. The template contains scripting code similar to the alternatives described earlier. The scripting languages used by these engines are less powerful, however, since scripting is intended only for reading data objects and
46、 generating HTML code to display their values. All the other products and technologies support general-purpose languages, which can (for better or for worse) be used to include business logic in the pages. combines the most important features found in the alternatives: ? JSP supports both scri
47、pting- and element-based dynamic content and allows programmers to develop custom tag libraries to satisfy application-specific needs. ? JSP pages are compiled for efficient server processing. ? JSP pages can be used in combination with servlets that handle the business logic, the model supported
48、 by Java servlet template engines. In addition, JSP has a couple of unique advantages that make it stand out from the crowd: ? JSP is a specification, not a product. This means vendors can compete with different implementations, leading to better performance and quality. It also leads to a less obv
49、ious advantage, namely that when so many companies have invested time and money in the technology, chances are it will be around for a long time, with reasonable assurances that new versions will be backward-compatible; with a proprietary technology, this is not always a given. ? JSP is an integral part of J2EE, a complete platform for enterprise class applications. This means that JSP can play a part in the simplest applications to the most complex and demanding.
- 溫馨提示:
1: 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
2: 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
3.本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
5. 裝配圖網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 川渝旅游日記成都重慶城市介紹推薦景點(diǎn)美食推薦
- XX國(guó)有企業(yè)黨委書(shū)記個(gè)人述責(zé)述廉報(bào)告及2025年重點(diǎn)工作計(jì)劃
- 世界濕地日濕地的含義及價(jià)值
- 20XX年春節(jié)節(jié)后復(fù)工安全生產(chǎn)培訓(xùn)人到場(chǎng)心到崗
- 大唐女子圖鑒唐朝服飾之美器物之美繪畫(huà)之美生活之美
- 節(jié)后開(kāi)工第一課輕松掌握各要點(diǎn)節(jié)后常見(jiàn)的八大危險(xiǎn)
- 廈門城市旅游介紹廈門景點(diǎn)介紹廈門美食展示
- 節(jié)后開(kāi)工第一課復(fù)工復(fù)產(chǎn)十注意節(jié)后復(fù)工十檢查
- 傳統(tǒng)文化百善孝為先孝道培訓(xùn)
- 深圳城市旅游介紹景點(diǎn)推薦美食探索
- 節(jié)后復(fù)工安全生產(chǎn)培訓(xùn)勿忘安全本心人人講安全個(gè)個(gè)會(huì)應(yīng)急
- 預(yù)防性維修管理
- 常見(jiàn)閥門類型及特點(diǎn)
- 設(shè)備預(yù)防性維修
- 2.乳化液泵工理論考試試題含答案