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

正文內(nèi)容

外文翻譯---一個個人網(wǎng)頁定制的移動設(shè)備工具包-免費閱讀

2025-02-08 02:47 上一頁面

下一頁面
  

【正文】 圖。 雖然我們可以動態(tài)加載這些JavaScript文件,加載的時間已經(jīng)花了,但是必須依賴于瀏覽器。為了讓“腳本”的因素發(fā)揮作用,我們必須將它添加到Web頁面。這個適合于第三個目標(biāo),即面向主流瀏覽器。.頁面定制頁面定制的設(shè)計是在JavaScript中執(zhí)行,是因為下面的考慮。然后,由它和移動代理使用配置管理器的Web服務(wù)來訪問存儲用戶喜好的后端數(shù)據(jù)庫。這兩個服務(wù)一個用于查詢數(shù)據(jù)庫和另一個用于更新。通過使用XPath表達(dá)式,如果本頁面布局并沒有過于頻繁改變是,我們可以提供唯一的標(biāo)識塊。一開始,三個塊已被選定(左)。尤其是當(dāng)他/她只想要執(zhí)行一個輕微的修改。圖4是網(wǎng)頁制定在Firefox網(wǎng)頁瀏覽器上執(zhí)行的快照。圖 3通過移動設(shè)備瀏覽網(wǎng)頁。由服務(wù)器處理后,HTTP響應(yīng)被發(fā)送回請求(1號線)。在第6節(jié)討論一些相關(guān)的工程。 。用戶總是只關(guān)心網(wǎng)站內(nèi)容的一部分。通過拖和拖放操作,用戶可以根據(jù)他/她的個人喜好決定所選擇的塊的相對位置。從而使用戶可以在不同的地方的不同計算機(jī)上工作。另一方面,即使再加上迷人的工具包幫助,設(shè)計和維護(hù)同一網(wǎng)站的多個版本是一個Web開發(fā)人員的沉重負(fù)擔(dān)。類似的關(guān)于這一主題的學(xué)術(shù)研究包括[2]和[3]。雖然一些商業(yè)產(chǎn)品重新格式化了網(wǎng)頁,但是最終的網(wǎng)頁仍然包含不相關(guān)的信息。s browser when he/she is about to personalize a Web page. It provides some visual manipulations for users to help them specify their preferences about a Web page. The preferences here include: blocks of a Web page that should be retained and their final arrangement. All the preferences about this page would be saved in a remote database that is managed by Configuration Manager. Fig. 4 is a snapshot when executing Page Tailor in a Firefox Web browser.Fig. 4. Page Tailor in Firefox Web browser.. Execution and initializationWhen browsing Web pages, a user can click on the installed bookmarklet to download and execute Page Tailor. From the other perspective of users, it seems that the Web page itself provides the personalizing functions.After the Page Tailor window is launched in the user39。在一些關(guān)鍵單詞、語句的翻譯上也體現(xiàn)了一定的翻譯技巧與水平,能夠較完整地表達(dá)原文的意思。s memory, and not as part of this Web page. In order to let the “script” element take effect, we have to add it to the Web page. For that reason, we find the first occurrence of “body” element (Line 6) in the Web page, and then append the “script” element as a child of it (Line 7).Fig. 10. This is the bookmarklet used to launch Page Tailor.By this method, we can dynamically load an external JavaScript file on demand to do something with a Web page. It can also work for other types of files such as CSS.. Loading external JavaScript LibrariesJavaScript has been used in many applications. Some open source projects have already incorporated the monly used functions such as draganddrop and visual effects. In Page Tailor, we do not reinvent the wheel but take advantage of the JavaScript framework [10].Although we can dynamically load these JavaScript files, the exact time spent on loading, however, depends on the browsers. In other words, even if we add the “script” elements to a Web page in some order, which is not equivalent to load the first JavaScript file and then the second one. The results are still unexpected.To address the above problem, we must postpone the loading of until after has been loaded. By selecting a unique identifier from the file ( or ) and checking periodically whether the identifier has been defined or not, we can indirectly deduce the current state of that file. In other words, an identifier has been defined, which means that the file containing it must have been loaded, too. For example, we choose the identifier named Prototype in and Draggable in .. Containment hierarchy of Page TailorAfter is loaded, it would create the containment hierarchy of elements that together pose the Page Tailor window, and the entire hierarchy would be appended to the Web page. Fig. 11 shows the correspondence between each element and their appearance displayed on the browser. The tag name of each element contained in this hierarchy is labeled on the lefthand side of the figure.一個個人網(wǎng)頁定制的移動設(shè)備工具包摘要通過移動設(shè)備瀏覽網(wǎng)頁是很常見的。[1] (以前稱為MMIT,短的微軟移動互聯(lián)網(wǎng)工具包)例如,它減少了開發(fā)所需要的工作去開發(fā)針對不同類型移動設(shè)備的應(yīng)用程序,如移動電話和PDA等。當(dāng)在移動設(shè)備上瀏覽時,一個用戶可能要一直上下,左右滾動來尋找他們想要的信息。.易于使用啟動其他程序是沒有意義的,除了瀏覽器的個性化網(wǎng)頁。本研究的目的還在于讓用戶在用手機(jī)瀏覽網(wǎng)頁時確定其中一個網(wǎng)頁部分應(yīng)予以保留。在返回前一個網(wǎng)頁到移動設(shè)備之前,必須根據(jù)用戶的喜好對一些預(yù)處理網(wǎng)頁作一些調(diào)整。 ,并且不需要預(yù)先安裝任何軟件。此外,我們在第4節(jié)討論我們的移動網(wǎng)頁生成算法。下面給出兩張圖片分別說明了用戶、我們的網(wǎng)頁裁剪系統(tǒng)和遠(yuǎn)程Web服務(wù)器()之間的關(guān)系。圖 3張圖片在第二個步驟的互動。它為用戶提供一些可視化操作,以便幫助他們指定對有關(guān)網(wǎng)頁上的偏好。如果在此之前用戶已經(jīng)個性化了網(wǎng)頁,網(wǎng)頁制定將找回原來的選擇,然后使用數(shù)據(jù)檢索重建過去的形式,如已經(jīng)選擇的塊和它們的順序。圖 5在不同區(qū)的選擇塊。這是我們通過的用來存儲用戶的喜好的標(biāo)準(zhǔn)。配置管理提供了一個看門人來控制后端數(shù)據(jù)庫訪問的連接。返回用戶的喜好,如果有的話,可以被用來過濾掉不需要的網(wǎng)頁內(nèi)容,并重新安排剩余塊。圖9 系統(tǒng)組件及起接口在圖 9中,我們可以看到,幾乎所有的接口都iw, . Web接口。換句話說,我們可以改變網(wǎng)頁的外觀來反映用戶的選擇。創(chuàng)建后,新的元素不包含任何屬性。.加載外部JavaScript庫JavaScript已用于許多應(yīng)用。換言之,一個標(biāo)識符被定義了,這意味著該文件的包含也必須被加載了。為了解決上述問題。通過這種方法,我們可以根據(jù)需要動態(tài)加載外部JavaScript文件來做一些網(wǎng)頁的東西。這個書簽的源代碼是圖 10所示的。,我們可以通過DOM界面來操作網(wǎng)頁。我們也描述了問題解決方案。.移動代理移動代理是一種特制的代理,是為個性化過程完成的最后一步工作。圖 7網(wǎng)頁用戶喜好的內(nèi)部表達(dá)。 圖 6重新排列選定的區(qū)塊。例如,在這張照片上半部分包含的信息比在底部的多。 頁面定制后窗口是在用戶的瀏覽器上啟動,有些操作是在后臺自動執(zhí)行的。系統(tǒng)的設(shè)計細(xì)節(jié)在第3節(jié)中介紹。工作完成后,有關(guān)此網(wǎng)頁的喜好將發(fā)送回,并儲存在以后使用(2號線)的數(shù)據(jù)庫中。首先,用戶必須使用PC或筆記本電腦指定他/她的一個頁面喜好。在第2節(jié)中,一個系統(tǒng)的概述,并提出了三個主要組成部分。本研究的主要貢獻(xiàn)如下。下載的移動代碼應(yīng)與至少前兩名流行的瀏覽器合作,如微軟的Internet Explorer和Firefox Web瀏覽器。一些著名的網(wǎng)站上甚至可能含有大量的宣傳廣告。因此,在本研究中,我們設(shè)計了一個旨在幫助用戶為手持設(shè)備瀏覽而個性化移動網(wǎng)頁的系統(tǒng)。移動設(shè)備的廣泛使得通過他們?yōu)g覽網(wǎng)頁變得普通。根據(jù)個人的喜好,這些序列塊也可以改變。s browser. Then the Web services exported by Configuration Manager are used by it and Mobile Proxy to access the backend
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1