TWI695261B - Data processing method, device and electronic equipment for page access - Google Patents

Data processing method, device and electronic equipment for page access Download PDF

Info

Publication number
TWI695261B
TWI695261B TW107128736A TW107128736A TWI695261B TW I695261 B TWI695261 B TW I695261B TW 107128736 A TW107128736 A TW 107128736A TW 107128736 A TW107128736 A TW 107128736A TW I695261 B TWI695261 B TW I695261B
Authority
TW
Taiwan
Prior art keywords
page
behavior
product business
data
terminal
Prior art date
Application number
TW107128736A
Other languages
Chinese (zh)
Other versions
TW201917577A (en
Inventor
徐達峰
朱子辰
Original Assignee
香港商阿里巴巴集團服務有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 香港商阿里巴巴集團服務有限公司 filed Critical 香港商阿里巴巴集團服務有限公司
Publication of TW201917577A publication Critical patent/TW201917577A/en
Application granted granted Critical
Publication of TWI695261B publication Critical patent/TWI695261B/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

本說明書實施例揭露了一種頁面存取的資料處理方法、裝置及電子設備。所述方法包括:採集用戶行為資料並進行用戶行為趨勢的預測,根據用戶行為的預測結果預先從伺服器加載對應文檔資源,構建頁面文檔,並快取到用戶本地終端中(如快取到記憶體)儲存。這樣,當用戶點擊或進入頁面時,可以從本地終端中快速讀取頁面資源並展示,使得用戶快速的進入對應的產品頁面。The embodiments of the present specification disclose a data processing method, device and electronic equipment for page access. The method includes: collecting user behavior data and predicting user behavior trends, loading corresponding document resources from the server in advance according to the prediction results of the user behavior, constructing page documents, and caching to the user's local terminal (such as caching to memory) Body) storage. In this way, when the user clicks or enters the page, the page resource can be quickly read from the local terminal and displayed, so that the user can quickly enter the corresponding product page.

Description

頁面存取的資料處理方法、裝置及電子設備Data processing method, device and electronic equipment for page access

本說明書實施例方案屬於計算機資料處理技術領域,尤其涉及一種頁面存取的資料處理方法、裝置及電子設備。The embodiment solution of the present specification belongs to the technical field of computer data processing, and particularly relates to a data processing method, device and electronic device for page access.

隨著行動網際網路技術的發展,行動網際網路業務需求也在高速增長。行動終端APP(application,應用)快速的打開頁面、響應用戶操作,是目前各APP應用開發方和運營方提升用戶應用使用體驗的重要研究方向。   當用戶點擊進入應用頁面時,通常需要根據用戶的操作從伺服器下載資源,然後跳轉到目標頁面,展示新打開的頁面的內容資訊。由於用戶行動、跨境存取等,客戶端與伺服器進行資料傳輸的網路情況存在一些不穩定、參差不齊的現象,常常會導致應用頁面打開速度慢,甚至打不開頁面的現象。目前現有方案中已有的加速應用打開頁面的方式主要為網路應用層面的優化,例如優化DNS(提前解析)、靜態資源預熱等。目前已經出現了各種基於網路應用層的優化方案,這種方式也逐漸進入瓶頸期,進一步的提升頁面存取速度的難度越來越大。因此,業內需要一種可以更加有效提升頁面存取速度的實現方案。With the development of mobile Internet technology, the demand for mobile Internet services is also growing rapidly. The mobile terminal APP (application, application) quickly opens pages and responds to user operations. It is currently an important research direction for each APP application developer and operator to improve the user application experience.  When the user clicks to enter the application page, usually need to download resources from the server according to the user's operation, and then jump to the target page to display the content information of the newly opened page. Due to user actions, cross-border access, etc., the network conditions of data transmission between the client and the server are unstable and uneven, often resulting in slow application page opening speed, or even the phenomenon that the page cannot be opened. At present, the existing methods for accelerating application opening pages are mainly optimizations at the network application level, such as optimizing DNS (advance resolution) and static resource warm-up. Various optimization schemes based on the network application layer have appeared, and this approach has gradually entered a bottleneck period, and it is more and more difficult to further increase the page access speed. Therefore, the industry needs an implementation solution that can more effectively increase the page access speed.

本說明書實施例目的在於提供一種頁面存取的資料處理方法、裝置及電子設備,可以預測用戶行為並下載相應的資源到記憶體,使得用戶存取頁面時可以由記憶體讀取展示頁面資源,極大的提升了頁面存取速度,提高了用戶體驗。   本說明書實施例提供的一種頁面存取的資料處理方法、裝置及電子設備是包括以下方式實現的:   一種頁面存取的資料處理方法,所述方法包括:   監測並獲取用戶終端操作的行為資料;   根據所述行為資料預測用戶的預期操作行為;   確定與所述預期操作行為對應的預觸發產品業務;   從資源伺服器加載所述預觸發產品業務對應的資源,並構建成頁面資源進行本地儲存;   基於目標頁面的存取請求從所述本地儲存中讀取相應的頁面資源,基於讀取的頁面資源展示所述目標頁面的資訊內容,所述目標頁面包括觸發所述預觸發產品業務跳轉的頁面。   一種頁面存取的資料處理裝置,所述裝置包括:   頁面存取模組,用於接收目標頁面的存取請求,判斷所述存取請求是否存取預測用戶行為所對應的產品業務;   內容快取模組,用於在所述存取請求存取預測用戶行為所對應的產品業務時,獲取預先快取在記憶體中所述產品業務的頁面文檔,所述頁面文檔包括基於預測用戶在終端上的操作行為預先從伺服器加載相應的產品資源並構建出的頁面文檔;   資源替換模組,用於將所述頁面文檔替換為所述目標頁面的展示文檔;   內容展示模組,用於基於所述展示文檔展示所述目標頁面的資訊內容。   一種頁面存取的資料處理裝置,包括處理器以及用於儲存處理器可執行指令的記憶體,所述處理器執行所述指令時實現:   監測並獲取用戶終端操作的行為資料;   根據所述行為資料預測用戶的預期操作行為;   確定與所述預期操作行為對應的預觸發產品業務;   從資源伺服器加載所述預觸發產品業務對應的資源,並構建成頁面資源進行本地儲存;   基於目標頁面的存取請求從所述本地儲存中讀取相應的頁面資源,基於讀取的頁面資源展示所述目標頁面的資訊內容,所述目標頁面包括觸發所述預觸發產品業務跳轉的頁面。   一種電子設備,包括至少一個處理器和儲存處理器可執行指令的記憶體,所述處理器執行所述指令時實現:   監測並獲取用戶終端操作的行為資料;   根據所述行為資料預測用戶的預期操作行為;   確定與所述預期操作行為對應的預觸發產品業務;   從資源伺服器加載所述預觸發產品業務對應的資源,並構建成頁面資源進行本地儲存;   基於目標頁面的存取請求從所述本地儲存中讀取相應的頁面資源,基於讀取的頁面資源展示所述目標頁面的資訊內容,所述目標頁面包括觸發所述預觸發產品業務跳轉的頁面。   一種頁面存取的資料處理方法,所述方法包括:   接收目標頁面的存取請求,判斷所述存取請求是否存取預觸發產品業務,所述預觸發產品業務包括基於預測用戶在終端上的預測操作行為而確定的產品業務;   若是,則獲取預先快取在記憶體中所述預觸發產品業務的頁面文檔,所述頁面文檔包括預先從伺服器加載與所述預先觸發產品對應的資源,資源構建目標頁面的頁面文檔;   將當前頁面的頁面文檔完全替換為所述目標頁面的頁面文檔;   基於替換後的頁面文檔展示所述目標頁面的資訊內容。   本說明書實施例提供的一種頁面存取的資料處理方法、裝置及電子設備,可以採集用戶行為資料並進行用戶行為趨勢的預測,根據用戶行為的預測結果預先從伺服器加載對應文檔資源,構建頁面文檔,並快取到用戶本地終端中(如快取到記憶體)儲存。這樣,當用戶點擊或進入頁面時,可以從本地終端中快速讀取頁面資源並展示,可以有效解決用戶發起頁面存取時用戶終端到伺服器頁面資源的網路請求時間,使得用戶可以非常快速的進入對應的產品頁面,大大提高了用戶終端頁面存取體驗。The purpose of the embodiments of this specification is to provide a data processing method, device and electronic device for page access, which can predict user behavior and download corresponding resources to the memory, so that the user can read the display page resources from the memory when accessing the page. Greatly improve the page access speed and improve the user experience. The page access data processing method, device, and electronic device provided in the embodiments of the present specification are implemented in the following manner:    A page access data processing method, the method includes:   Monitoring and acquiring behavior data of user terminal operations; Predict the user's expected operation behavior according to the behavior data;    determine the pre-triggered product business corresponding to the expected operation behavior;    load the resource corresponding to the pre-triggered product business from the resource server, and construct a page resource for local storage; A corresponding page resource is read from the local storage based on the access request of the target page, and the information content of the target page is displayed based on the read page resource. The target page includes a page that triggers the pre-triggered product business jump . A page access data processing device, the device includes: a    page access module for receiving an access request of a target page, judging whether the access request accesses a product business corresponding to predicted user behavior;    fast content A fetch module is used to obtain a page document of the product business pre-cached in the memory when the access request accesses the product business corresponding to the predicted user behavior, the page document includes The operation behavior on the above is to load the corresponding product resources from the server in advance and construct the page document;    resource replacement module, which is used to replace the page document with the display document of the target page;    content display module, which is used to The presentation document displays the information content of the target page. A page access data processing device includes a processor and a memory for storing processor executable instructions. The processor implements the instructions to implement:   monitor and obtain behavior data of user terminal operations;   according to the behavior The data predicts the expected operation behavior of the user;   Determines the pre-triggered product business corresponding to the expected operation behavior;   Loads the resources corresponding to the pre-triggered product business from the resource server and constructs the page resource for local storage;   Based on the target page The access request reads the corresponding page resource from the local storage, and displays the information content of the target page based on the read page resource. The target page includes a page that triggers the pre-triggered product business jump. An electronic device includes at least one processor and a memory storing instructions executable by the processor. When the processor executes the instructions, it implements:   monitoring and acquiring behavior data of user terminal operations;   predicting user expectations based on the behavior data Operational behavior;   Determine the pre-triggered product business corresponding to the expected operational behavior;   Load the resource corresponding to the pre-triggered product business from the resource server and construct it as a page resource for local storage;   Based on the access request of the target page from the The corresponding page resource is read from the local storage, and the information content of the target page is displayed based on the read page resource. The target page includes a page that triggers the pre-triggered product service jump. A data processing method for page access, the method includes:    receiving an access request of a target page, and judging whether the access request accesses a pre-triggered product service, and the pre-triggered product service includes prediction based on the user’s The product business determined by predicting the operation behavior; if it is, then obtaining a page document of the pre-triggered product business pre-cached in the memory, the page document including pre-loading resources corresponding to the pre-triggered product from the server, The resource builds the page document of the target page;    completely replaces the page document of the current page with the page document of the target page;    displays the information content of the target page based on the replaced page document. An embodiment of this specification provides a page access data processing method, device, and electronic device, which can collect user behavior data and predict user behavior trends, and load corresponding document resources from the server in advance according to the user behavior prediction results to construct pages Documents, and cache to the user's local terminal (such as cache to memory) for storage. In this way, when the user clicks or enters the page, the page resource can be quickly read from the local terminal and displayed, which can effectively solve the network request time from the user terminal to the server page resource when the user initiates the page access, so that the user can be very fast To enter the corresponding product page, greatly improving the user terminal page access experience.

為了使本技術領域的人員更好地理解本說明書中的技術方案,下面將結合本說明書實施例中的圖式,對本說明書實施例中的技術方案進行清楚、完整地描述,顯然,所描述的實施例僅僅是本說明書中的一部分實施例,而不是全部的實施例。基於本說明書中的一個或多個實施例,本領域普通技術人員在沒有作出創造性勞動前提下所獲得的所有其他實施例,都應當屬於本說明書實施例保護的範圍。   圖1是本說明書提供的所述一種頁面存取的資料處理方法實施例的流程示意圖。雖然本說明書提供了如下述實施例或圖式所示的方法操作步驟或裝置結構,但基於常規或者無需創造性的勞動在所述方法或裝置中可以包括更多或者部分合併後更少的操作步驟或模組單元。在邏輯性上不存在必要因果關係的步驟或結構中,這些步驟的執行順序或裝置的模組結構不限於本說明書實施例或圖式所示的執行順序或模組結構。所述的方法或模組結構的在實際中的裝置、伺服器或終端產品應用時,可以按照實施例或者圖式所示的方法或模組結構進行順序執行或者平行執行(例如平行處理器或者多執行緒處理的環境、甚至包括分散式處理、伺服器叢集的實施環境)。   目前業務已有的提高存取頁面速度的優化方案多數為網路應用層面的優化。本說明書提供的實施方案中可以從用戶存取的業務產品出發,尤其是對業務邏輯的表達鏈路層面進行存取頁面的加速。例如可以透過感應裝置獲取用戶持有終端設備的姿勢、角度,以及用戶當前手指的位置和手勢方向等,結合提供的產品業務,預測用戶接下來可能執行的操作。然後可以將與預測的用戶行為相關聯的產品業務的資源資訊預先從伺服器下載到終端設備中,構建出產品對應的頁面文檔,並快取在本地終端設備的記憶體中,如記憶體。這樣,當用戶實際發生預測的用戶的行為操作時,終端設備可以從記憶體中加載獲取頁面以及其他資源資料。由於是終端本地記憶體資料的讀取,相比於正常從伺服器請求資源並進行網路傳輸、渲染等處理過程,可以使得用戶在極短的時間內看到對應的產品頁面,大大提高了用戶的頁面存取體驗。   下面以一個具體的應用場景為例對本說明書實施方案進行說明。本應用場景中的本地快取為記憶體,其他的實施場景中,所述的本地儲存還可以包括網路中的儲存,也可以為從本地快閃記憶體或者是行動設備的記憶體常駐等。下述實施例的描述並不對基於本說明的其他可擴展到的技術方案構成限制。具體的一種實施例如圖1所示,本說明書提供的一種頁面存取的資料處理方法的一種實施例中,所述方法可以包括:   S2:監測並獲取用戶終端操作的行為資料;   S4:根據所述行為資料預測用戶的預期操作行為;   S6:確定與所述預期操作行為對應的預觸發產品業務;   S8:從資源伺服器加載所述預觸發產品業務對應的資源,並構建成頁面資源進行本地儲存;   S10:基於目標頁面的存取請求從所述本地儲存中讀取相應的頁面資源,基於讀取的頁面資源展示所述目標頁面的資訊內容,所述目標頁面包括觸發所述預觸發產品業務跳轉的頁面。   本說明書實施例方案可以用於行動終端、智慧型手機、車載設備、智慧型穿戴設備、個人電腦、手持設備、微型或大型伺服器等多種類型的終端設備中。這些終端設備中可以包括一個或多個用戶使用的應用,例如購物應用、瀏覽器、支付應用等。本實施例中可以監聽並獲取用戶在終端設備上的操作資訊、終端的狀態資訊等,然後可以結合這些資料設計預測終端用戶行為的演算法,用於預測用戶接下來可能進行的操作。例如檢測到用戶在終端上使用搜尋功能搜尋了一部最近熱播的電影名稱,則可以預測用戶可能點擊“購票”產品業務並進入相應的購票頁面進行購票,或者點擊“影評”產品業務進行觀影評論頁面來查看電影口碑情況。   本實施例中可以基於用戶當前的操作行為等多種監測獲取的資訊來預測用戶的行為,然後提前從伺服器下載相應的產品資源,構建出預測的用戶行為對應的產品的頁面文檔。具體的一個實施方式中,所述監測用戶終端操作包括利用終端的感測器設備監測終端空間狀態、在終端上產生的操控行為。所述的感測器設備可以包括但不限於陀螺儀、水平儀、指南針(指北針)、顯示螢幕、距離感應器、溫度感應器、濕度感應器等。可以監測其中的一種或多種資料資訊,由此來判斷終端和用戶的狀態,並預測用戶可能執行的操作。   如上述所述,當用戶搜尋某個電影名稱時,可以得到預測用戶行為包括點擊“購票”、點擊“影評”。終端應用可以從伺服器根據“購票”、“影評”產品的資源資訊從伺服器加載對應的文檔資源,然後解析並構建出“購票”、“影評”產品業務對應的頁面文檔。這些產品業務的頁面文檔可以儲存在終端的記憶體之中。這樣,當用戶在終端上真的點擊“購票”或“影評”產品業務時,終端應用可以得知用戶點擊的產品業務為之前預測的用戶行為所對應的產品業務,其頁面文檔已經預先快取在終端的記憶體之中。此時,終端應用可以從本地記憶體中獲取“購票”或“影評”的頁面文檔,然後將這些頁面文檔替換掉當前頁面的文檔。終端應用可以基於替換後的文檔展示“購票”或“影評”的頁面文檔。用戶也可以快速查看到頁面資訊內容,提升用戶體驗。   本說明書的一個實施例提供一種預測用戶行為並下載產品業務的頁面資源的處理方案。具體的,本說明書所述方法的另一個實施例中,所述根據所述用戶行為資料預測用戶的預期操作行為包括:   S40:根據所述行為資料確定當前操作的趨勢行為,所述行為資料包括感測器檢測到的終端的空間位置、終端傾斜角度、觸摸螢幕上的觸摸位置、在觸摸螢幕上的滑動軌跡中的至少一項資料資訊;   S42:結合提供的產品業務資料,計算所述趨勢行為所關聯到的產品業務,以觸發所述關聯到的產品業務作為預測的預期操作行為;   相應的,選取至少一個所述關聯到的產品業務作為與所述預期操作行為對應的預觸發產品業務。   與終端相關的資料資訊可以包括表示用戶所使用的終端設備的在物理空間的形態的資訊,例如顯示螢幕朝向資訊、橫向螢幕還是直立螢幕、終端傾斜角度等。與用戶相關的觸摸資訊可以包括表示用戶在終端設備上接觸的位置資訊、滑動的方向、單指還是雙指或其他多指觸摸、感應或檢測到的手勢的方位等用戶觸摸操作的資訊。   例如一個示例中,可以包括透過陀螺儀得到的用戶持有終端設備的姿勢和角度資訊;   本說明書實施例中可以根據陀螺儀、觸摸資訊等結合伺服器一側的業務資料計算出用戶接下來可能進行的行為。伺服器一側可以為大數據儲存,可以包括終端應用全部或多個產品的業務資料。在一個示例中,不同的應用場景下,可以根據預測的用戶行為映射到不同的產品業務中,建立起用戶行為和產品業務的對應關係。例如,當前頁面為某應用的主頁,該主頁面中可以包括多個產品業務。當檢測到用戶手持終端設備水平向右傾斜並且用戶手指向屏幕右上方行動時,則可以預測用戶可能要點擊當前頁面右上角處的產品業務A。則此時可以建立在當前頁面中用戶的上述行為與產品業務A的對應關係。若當前頁面為所述產品業務A的頁面,同樣預測到用戶手持終端設備水平向右傾斜並且用戶手指向屏幕右上方行動時的行為操作時,則可以預測用戶可能要點擊產品頁面A右上角處的“查看活動詳情”的產品業務A。   一個如上述所述的示例中,根據用戶的觸摸、陀螺儀等傳感設備確定的趨勢行為可以包括“用戶可能要點擊當前頁面右上角處”,根據當前頁面中根據產品業務的分佈或配置資訊,可以確定該趨勢行為在“手持終端設備水平向右傾斜並且用戶手指向屏幕右上方行動”以及“用戶可能要點擊當前頁面右上角處”的趨勢行為中,所關聯到的產品業務可以包括一個或多個其趨勢行為在觸摸螢幕上滑動軌跡所涉及到的產品業務,或者一個或多個其趨勢行為的滑動軌跡預定範圍內的產品業務,如圖9所示,圖9是根據監測資料預測的用戶的趨勢行為所關聯到的產品業務示意圖,座標為(x,y,z)的空間座標。在圖9所示的應用場景中,根據用戶當前手勢、向右上角的滑動軌跡L1以及終端設備向右傾斜的感測器資料,可以預定用戶當前操作的趨勢行為用戶接下來可能會繼續向右上角繼續行動手指,可能要觸發產品業務A。在該趨勢行為中產生的軌跡為L2。然後根據預測的用戶的趨勢行為得到相關聯到的產品業務。圖9的示例場景中,所關聯到的產品業務可以包括產品業務A,其他的實施方式中,也可以包括多個產品業務,如除產品業務A之外,還可以包括預測的軌跡L2所經過的產品業務B,或者還可以包括L2周邊一定範圍內的產品業務C。然後可以選取所關聯到的一個或多個產品業務作為預觸發產品業務,例如選擇產品業務A和B作為預觸發產品業務。這樣,該終端設備接下來可以從資源伺服器先行下載產品業務A和B所對應的頁面的相關資源,構建相應的頁面文檔進行本地儲存。當用戶真正的觸發產品業務A或B時,終端設備可以從本地儲存如記憶體中直接快速讀取和展示產品業務A或B的頁面內容,實現在用戶真正觸發產品頁面打開相應頁面之前預加載相應的頁面資源,節約了在用戶觸發時才請求資源的網路請求時間,從而使得用戶可以瞬間看到對應的產品頁面,大大提高了用戶體驗。   另一種實施例中,伺服器預測還可以預先根據產品業務的流量資料,例如播放流量或搜尋後點擊的流量等資料資訊,對不同的產品業務分配不同的權重值。所述的流量資料可以包括產品的點擊流量或其他歷史資料等,可以用於基於流量資料確定產品業務的權重值。具體的,本說明書所述方法的另一個實施例中,   S60:在確定預觸發產品業務時,選取權重值達到預設臨限值的產品業務作為預觸發產品業務,所述權重值包括根據所述產品業務資料的存取流量資料為產品業務分配的權重值。   具體的在伺服器一側,頁面某熱區的存取量可以作為衡量權重的一個參數。具體實現方式中個,若預測的趨勢行為和產品業務的對應關係中,若所述單個趨勢行為對應至少兩個產品業務時,則選擇權重值符合篩選要求的產品業務作為預觸發產品業務。例如上述示例中,趨勢行為關聯的產品業務A、B、C中,伺服器大數據分析統計可以得知,在當前頁面中,產品業務A的存取流量最高,達到38%(也可以是點擊次數的表述方式),產品業務B和C分別為12%和2%。伺服器可以預先根據範圍流量資料設置當前頁面中產品業務A、B、C的權重值。一個實施方式中,該權重值可以僅在當前頁面中有效,例如當在同樣包括產品業務A的其他頁面場景中,產品業務A的權重值可以發生變化。例如一個子頁面中出現另一個存取量高於產品業務A的產品業務D,則在該子頁面中,雖然產品業務A的點擊總數與在主頁面中一樣都是200萬,但在子頁面中產品業務D的點擊總數為250萬,則產品業務在主頁面中權重值最高,在子頁面中則權重值小於產品業務D。可以將存取流量資料轉化為對應的權重值,分配給相應的產品業務,如產品業務A、B、C的權重值可以分別為3.8、1.2、0.2。在選取預觸發產品時,可以選擇權重值大於預設臨限值的產品業務作為預觸發產品業務,如選取權重值大於1的產品業務,則可以將產品業務A和B作為預觸發產品業務。   上述所述的預設臨限值可以根據實際應用場景和篩選需求等進行設置。上述示例中,當產品業務A和B的權重值大於預設臨限值時,可以同時將產品業務A和B作為預測用戶行為的對應的產品業務,可以從伺服器下載產品業務A和B的資源資料到終端,構建A和B的頁面文檔。   圖2是本說明書提供的所述方法一種實施示例中預測用戶行為趨勢的流程示意圖。如圖2所示,其中,   1.1陀螺儀,可以利用手機的陀螺儀系統得到用戶持有設備的姿勢和角度,從而估算出用戶當前操作的走向,如點擊右上角或中間的某個產品圖標,或打開調整其他頁面、打開新的應用等。   1.2觸摸資訊,可以監聽用戶當前手指的位置和手勢的方位,包括單指還是多指操作、觸摸的位置、滑動的方向,甚至透過光感應獲得用戶手勢行動的方位等。   1.3 伺服器大數據,伺服器根據相關業務的流量,對於不同的業務分配不同的權重值。   1.4 用戶行為趨勢,結合客戶端中陀螺儀給出的操作走向和用戶當前的手勢資訊,利用基於伺服端大數據的不同權重,計算出用戶當前的行為趨勢矩陣。這些行為趨勢矩陣的資料可以透過相關的演算法轉化為對應的用戶行為。   終端設備中可以包括用戶行為映射到產品業務的演算法,如圖3所示,圖3是本說明書實施方案中預測的用戶行為映射到相應預觸發產品業務的示意圖。可以根據用戶的當前的行為趨勢矩陣,映射到不同的預觸發產品業務,從而建立起用戶行為和產品業務的對應關係。   獲取預測用戶行為對應的產品業務後,可以從伺服器下載文檔資源,解析並構建頁面文檔,然後快取到記憶體中。具體的一個實施方式中,所示從資源伺服器加載所述預觸發產品業務的資源,並構建成頁面資源進行本地儲存,可以包括:   根據所述預觸發產品業務的資源資訊從資源伺服器獲取對應的文檔資訊;   解析所述文檔資訊,構建所述預觸發產品業務的頁面文檔;   將頁面文檔快取到本地記憶體中。   圖4是本說明書提供的所述方法一個實施示例中頁面預加載的處理流程示意圖。如圖4所示可以包括:   3.1 產品元資料,產品的元資料中定義了關於產品的基本資訊和相應的資源鏈接地址。   3.2 XMLHttpRequest,可擴展超文本傳輸請求,Xml為可擴展標記語言,Http為超文本傳輸協議,Request請求。XMLHttpRequest對象可以在不向伺服器提交整個頁面的情況下,實現局部更新網頁。在本實施例中,可以根據產品的資源資訊,透過 XMLHttpRequest 介面從伺服器端預加載對應的文檔資源。   3.3 DOMParser,解析 XML 文本並返回一個 XML Document 對象。本實施例中可以利用 DOMParser 去解析伺服器返回的文檔資訊,構建出該產品對應的 HTML (HyperText Markup Language,超文本標記語言)文檔。   3.4 內容快取   對應相應的產品業務資訊,將構建出的 HTML 文檔快取到終端記憶體之中。   在上述透過預測用戶行為、確定預測用戶行為對應的產品業務、下載產品業務的資源資料並構建頁面文檔快取在記憶體中等的處理後,當用戶實際點擊進行新的頁面時,終端可以從記憶體讀取預先快取的頁面文檔,然後完全替換掉當前頁面的文檔。具體處理的一個實施例中,所述從所述本地儲存的頁面資源中讀取相應的頁面資源可以包括:   接收所述目標頁面的存取請求之後,利用頁面的歷史頁面存取介面變更當前頁面統一資源定位符的地址,並通知頁面渲染引擎去存取所述目標頁面;   從所述本地儲存中讀取目標頁面的頁面文檔;   將當前頁面的頁面文檔完全替換為所述目標頁面的頁面文檔。   這樣用戶可以瞬間在很短的時間內查看到頁面內容。一般的,所述的頁面的歷史頁面存取介面History操作瀏覽器的曾經在標籤頁或者框架裡存取的會話歷史記錄。可以利用 HTML5 定義的 History API,變更當前的 URL 地址,並且通知程式去存取該產品。   具體的一個示例如圖5所示,可以包括:   4.1 用戶進入新頁面,用戶實際點擊或進入相應頁面,可以不透過瀏覽器直接跳轉 URL,而是可以利用 HTML5 定義的 History API,變更當前的 URL 地址,並且通知程式去存取該產品。   4.2 獲取內容快取,根據程式中通知的產品,獲得之前預測並快取在記憶體中的相應 HTML 文檔。   4.3 完全替換,將當前 HTML 文檔完全的替換為上一步快取之中的文檔。   4.4 快速體驗內容,由於頁面和資源可以全部由記憶體讀取並展示,節約了所有資源的網路請求時間,從而使得用戶可以瞬間看到對應的產品頁面,大大提高了用戶體驗。   本說明書實施例提供的一種頁面存取的資料處理方法,可以採集用戶行為資料並進行用戶行為趨勢的預測,根據用戶行為的預測結果預先從伺服器加載對應文檔資源,構建頁面文檔,並快取到用戶本地終端中(如快取到記憶體)儲存。這樣,當用戶點擊或進入頁面時,可以從本地終端中快速讀取頁面資源並展示,可以有效解決用戶發起頁面存取時用戶終端到伺服器頁面資源的網路請求時間,使得用戶可以非常快速的進入對應的產品頁面,大大提高了用戶終端頁面存取體驗。   基於上述所述的頁面存取的資料處理方法,本說明書實施例還提供一種頁面存取的資料處理裝置。所述的裝置可以包括使用了本說明書實施例所述方法的系統(包括分散式系統)、軟體(應用)、模組、組件、伺服器、客戶端、量子計算機等並結合必要的實施硬體的裝置。基於同一創新構思,本說明書提供的一種實施例中的裝置如下面的實施例所述。由於裝置解決問題的實現方案與方法相似,因此本說明書實施例具體的裝置的實施可以參見前述方法的實施,重複之處不再贅述。以下所使用的,術語“單元”或者“模組”可以實現預定功能的軟體和/或硬體的組合。儘管以下實施例所描述的裝置較佳地以軟體來實現,但是硬體,或者軟體和硬體的組合的實現也是可能並被構想的。具體的,圖6是本說明書提供的一種頁面存取的資料處理裝置實施例的模組結構示意圖,如圖6所示,所述裝置可以包括:   預測資料獲取模組101,可以用於監測並獲取用戶終端操作的行為資料;   行為預測模組102,可以用於根據所述行為資料預測用戶的預期操作行為;   產品映射模組103,可以用於確定與所述預期操作行為對應的預觸發產品業務;   資源預加載模組104,可以用於從資源伺服器加載所述預觸發產品業務對應的資源,並構建成頁面資源進行本地儲存;   預期存取處理模組105,可以用於基於目標頁面的存取請求從所述本地儲存中讀取相應的頁面資源,基於讀取的頁面資源展示所述目標頁面的資訊內容,所述目標頁面包括觸發所述預觸發產品業務跳轉的頁面。   所述裝置的另一個實施例中,所述預測資料獲取模組監測用戶終端操作包括利用終端的感測器設備監測終端空間狀態、在終端上產生的操控行為。   圖7是本說明書提供的所述裝置中行為預測模組102一個實施例的模組結構示意圖,如圖7所示,所述裝置的另一個實施例中,所述行為預測模組包括:   行為趨勢預測單元1021,可以用於根據所述行為資料確定當前操作的趨勢行為,所述行為資料包括感測器檢測到的終端的空間位置、終端傾斜角度、觸摸螢幕上的觸摸位置、在觸摸螢幕上的滑動軌跡中的至少一項資料資訊;   預期操作預測單元1022,可以用於結合提供的產品業務資料,計算所述趨勢行為所關聯到的產品業務,以觸發所述關聯到的產品業務作為預測的預期操作行為;   相應的,所述產品映射模組103選取至少一個所述關聯到的產品業務作為與所述預期操作行為對應的預觸發產品業務。   所述裝置的另一個實施例中,所述產品映射模組103在確定預觸發產品業務時,可以選取權重值達到預設臨限值的產品業務作為預觸發產品業務;所述權重值包括根據所述產品業務資料的存取流量資料為產品業務分配的權重值。   本說明書提供的所述裝置的另一個實施例中,所述資源加載模組104可以包括:   資訊加載單元,可以用於根據所述預觸發產品業務的資源資訊從資源伺服器獲取對應的文檔資訊;   資源解析單元,可以用於解析所述文檔資訊,構建所述預觸發產品業務的頁面文檔;   快取單元,可以用於將頁面文檔快取到本地記憶體中。   本說明書提供的所述裝置的另一個實施例中,所述頁面存取處理模組105包括:   第一處理單元,可以用於接收所述目標頁面的存取請求之後,利用頁面的歷史頁面存取介面變更當前頁面統一資源定位符的地址,並通知頁面渲染引擎去存取所述目標頁面;   本地資源讀取單元,可以用於從所述本地儲存中讀取目標頁面的頁面文檔;   替換單元,可以用於將當前頁面的頁面文檔完全替換為所述目標頁面的頁面文檔。   在上述透過預測用戶行為、確定預測用戶行為對應的產品業務、下載產品業務的資源資料並構建頁面文檔快取在記憶體中等的處理後,當用戶實際點擊進行新的頁面時,終端可以從記憶體讀取預先快取的頁面文檔,然後完全替換掉當前頁面的文檔。這樣用戶可以瞬間在很短的時間內查看到頁面內容。   本說明書實施例提供的頁面存取的資料處理方法可以在計算機中由處理器執行相應的程式指令來實現,如使用windows操作系統的c++語言在PC端實現,或其他例如Linux、android、iOS系統相應應用設計語言的實現等,以及基於量子計算機的處理邏輯實現等。具體的,本說明書提供的一種頁面存取的資料處理裝置的一種實施例中,所述裝置可以包括處理器以及用於儲存處理器可執行指令的記憶體,所述處理器執行所述指令時實現:   監測並獲取用戶終端操作的行為資料;   根據所述行為資料預測用戶的預期操作行為;   確定與所述預期操作行為對應的預觸發產品業務;   從資源伺服器加載所述預觸發產品業務對應的資源,並構建成頁面資源進行本地儲存;   基於目標頁面的存取請求從所述本地儲存中讀取相應的頁面資源,基於讀取的頁面資源展示所述目標頁面的資訊內容,所述目標頁面包括觸發所述預觸發產品業務跳轉的頁面。   需要說明的是,本說明書實施例上述所述的裝置根據相關方法實施例的描述還可以包括其他的實施方式。本說明書中的各個實施例均採用遞進的方式描述,各個實施例之間相同相似的部分互相參見即可,每個實施例重點說明的都是與其他實施例的不同之處。尤其,對於硬體+程式類實施例而言,由於其基本相似於方法實施例,所以描述的比較簡單,相關之處參見方法實施例的部分說明即可。   上述對本說明書特定實施例進行了描述。其它實施例在所附申請專利範圍的範疇內。在一些情況下,在申請專利範圍中記載的動作或步驟可以按照不同於實施例中的順序來執行並且仍然可以實現期望的結果。另外,在圖式中描繪的過程不一定要求示出的特定順序或者連續順序才能實現期望的結果。在某些實施方式中,多任務處理和平行處理也是可以的或者可能是有利的。   本申請實施例所提供的方法或裝置實施例可以在行動終端、計算機終端、伺服器或者類似的運算裝置中執行,這些運算裝置通常包括具有邏輯運算能力的電子設備,可以包括基於儲存/讀取的資料處理方式以及量子計算機的處理邏輯。以運行在行動終端一側的電子設備為例,圖8是本發明實施例的頁面存取的資料處理方法的電子設備的硬體結構方塊圖。如圖8所示,電子設備80可以包括一個或多個(圖中僅示出一個)處理器802(處理器802可以包括但不限於微處理器MCU或可程式化邏輯器件FPGA等的處理裝置)、用於儲存資料的記憶體804、以及用於通信功能的傳輸模組806。本領域普通技術人員可以理解,圖8所示的結構僅為示意,其並不對上述電子裝置的結構造成限定。例如,其電子設備80還可包括比圖8中所示更多或者更少的組件,例如還可以包括其他的處理硬體,例如GPU(Graphics Processing Unit,圖形處理單元)等。或者具有與圖8所示不同的配置。   記憶體804可用於儲存應用軟體的軟體程式以及模組,如本發明實施例中的頁面存取的資料處理方法對應的程式指令/模組,處理器802透過運行儲存在記憶體804內的軟體程式以及模組,從而執行各種功能應用以及資料處理,即實現上述頁面存取的資料處理方法。記憶體804可包括高速隨機記憶體,還可包括非揮發性記憶體,如一個或者多個磁性儲存裝置、快閃記憶體、或者其他非揮發性固態記憶體。在一些實例中,記憶體804可進一步包括相對於處理器8102遠端設置的記憶體,這些遠端記憶體可以透過網路連接至計算機終端80。上述網路的實例包括但不限於網際網路、企業內部網、區域網路、行動通信網及其組合。   傳輸模組806用於經由一個網路接收或者發送資料。上述的網路具體實例可包括計算機終端810的通信供應商提供的無線網路。在一個實例中,傳輸模組806包括一個網路適配器(Network Interface Controller,NIC),其可透過基站與其他網路設備相連從而可與網際網路進行通訊。在一個實例中,傳輸模組806可以為射頻(Radio Frequency,RF)模組,其用於透過無線方式與網際網路進行通訊。   上述所述的裝置或方法可以用於各種終端設備中頁面存取的電子設備中,可以根據採集獲取的資料預測用戶行為,然後下載與預測用戶行為對應的產品的頁面文檔資料,並快取在終端記憶體中。這樣當用戶真的執行預測用戶行為時,則可以直接從終端記憶體中讀取頁面的資源資料,然後快速展示頁面內容,可以有效從業務邏輯的表達鏈路層面解決web資源傳輸緩慢的問題,尤其是解決跨境、跨網頁面存取以及網路基礎設施和網路環境殘次不齊下的頁面存取優化問題。具體的,本說明書實施例提供一種頁面存取的電子設備,如圖8所示,包括至少一個處理器和儲存處理器可執行指令的記憶體,所述處理器執行所述指令時實現:   監測並獲取用戶終端操作的行為資料;   根據所述行為資料預測用戶的預期操作行為;   確定與所述預期操作行為對應的預觸發產品業務;   從資源伺服器加載所述預觸發產品業務對應的資源,並構建成頁面資源進行本地儲存;   基於目標頁面的存取請求從所述本地儲存中讀取相應的頁面資源,基於讀取的頁面資源展示所述目標頁面的資訊內容,所述目標頁面包括觸發所述預觸發產品業務跳轉的頁面。   計算機可讀儲存媒體可以包括用於儲存資訊的物理裝置,通常是將資訊數位化後再以利用電、磁或者光學等方式的媒體加以儲存。本實施例所述的計算機可讀儲存媒體有可以包括:利用電能方式儲存資訊的裝置如,各式記憶體,如RAM、ROM等;利用磁能方式儲存資訊的裝置如,硬碟、軟碟、磁帶、磁芯記憶體、磁泡記憶體、USB碟;利用光學方式儲存資訊的裝置如,CD或DVD。當然,還有其他方式的可讀儲存媒體,例如量子記憶體、石墨烯記憶體等等。   基於上述的描述,基於本說明書實施例技術方案的創新思想,還提供另一種頁面存取的資料處理方法,如圖10所示,圖10是本說明書所述一種頁面存取的資料處理方法實施例的流程示意圖,具體的可以包括:   S90:接收目標頁面的存取請求,判斷所述存取請求是否存取預觸發產品業務,所述預觸發產品業務包括基於預測用戶在終端上的預測操作行為而確定的產品業務;   S92:若是,則獲取預先快取在記憶體中所述預觸發產品業務的頁面文檔,所述頁面文檔包括預先從伺服器加載與所述預先觸發產品對應的資源,資源構建目標頁面的頁面文檔;   S94:將所述當前頁面的頁面文檔完全替換為所述目標頁面的頁面文檔;   S96:基於替換後的頁面文檔展示所述目標頁面的資訊內容。   當然,對於本領域技術人員來說,本說明書實施例可以有各種更改和變化。凡在本說明書實施例的精神和原理之內所作的任何修改、等同替換、改進等,均應包含在本說明書實施例的申請專利範圍的範疇之內。   需要說明的,上述所述的電子設備根據方法或裝置或電子設備實施例的描述還可以包括其他的實施方式,具體的實現方式可以參照方法實施例的描述,在此不作一一贅述。   本說明書實施例提供的一種頁面存取的資料處理方法、裝置及電子設備,可以採集用戶行為資料並進行用戶行為趨勢的預測,根據用戶行為的預測結果預先從伺服器加載對應文檔資源,構建頁面文檔,並快取到用戶終端的記憶體中。這樣,當用戶點擊或進入頁面時,可以從本地記憶體中讀取頁面資源並展示,可以有效解決用戶發起頁面存取時用戶終端到伺服器頁面資源的網路請求時間,使得用戶可以非常快速的進入對應的產品頁面,大大提高了用戶終端應用使用體驗。   儘管本說明書實施例內容中提到透過History API變更URL地址、使用陀螺儀採集終端資料、為產品業務設置權重值的方式建立對應關係、下載產品文字資源構建頁面文檔、完全替換等之類的資料設置、獲取、互動、計算、判斷等描述,但是,本說明書實施例並不局限於必須是符合行業通信標準、標準頁面資料處理協議、計算機處理和資料庫規則或本說明書實施例所描述的情況。某些行業標準或者使用自定義方式或實施例描述的實施基礎上略加修改後的實施方案也可以實現上述實施例相同、等同或相近、或變形後可預料的實施效果。應用這些修改或變形後的資料獲取、儲存、判斷、處理方式等獲取的實施例,仍然可以屬於本說明書的可選實施方案範圍之內。   在20世紀90年代,對於一個技術的改進可以很明顯地區分是硬體上的改進(例如,對二極管、晶體管、開關等電路結構的改進)還是軟體上的改進(對於方法流程的改進)。然而,隨著技術的發展,當今的很多方法流程的改進已經可以視為硬體電路結構的直接改進。設計人員幾乎都透過將改進的方法流程程式化到硬體電路中來得到相應的硬體電路結構。因此,不能說一個方法流程的改進就不能用硬體實體模組來實現。例如,可程式化邏輯器件(Programmable Logic Device, PLD)(例如現場可程式化閘陣列(Field Programmable Gate Array,FPGA))就是這樣一種積體電路,其邏輯功能由用戶對器件程式化來確定。由設計人員自行程式化來把一個數位系統“整合”在一片PLD上,而不需要請晶片製造廠商來設計和製作專用的積體電路晶片。而且,如今,取代手工地製作積體電路晶片,這種程式化也多半改用“邏輯編譯器(logic compiler)”軟體來實現,它與程式開發撰寫時所用的軟體編譯器相類似,而要編譯之前的原始碼也得用特定的程式化語言來撰寫,此稱之為硬體描述語言(Hardware Description Language,HDL),而HDL也並非僅有一種,而是有許多種,如ABEL(Advanced Boolean Expression Language)、AHDL(Altera Hardware Description Language)、Confluence、CUPL(Cornell University Programming Language)、HDCal、JHDL(Java Hardware Description Language)、Lava、Lola、MyHDL、PALASM、RHDL(Ruby Hardware Description Language)等,目前最普遍使用的是VHDL(Very-High-Speed Integrated Circuit Hardware Description Language)與Verilog。本領域技術人員也應該清楚,只需要將方法流程用上述幾種硬體描述語言稍作邏輯程式化並程式化到積體電路中,就可以很容易得到實現該邏輯方法流程的硬體電路。   控制器可以按任何適當的方式實現,例如,控制器可以採取例如微處理器或處理器以及儲存可由該(微)處理器執行的計算機可讀程式碼(例如軟體或韌體)的計算機可讀媒體、邏輯閘、開關、專用積體電路(Application Specific Integrated Circuit,ASIC)、可程式化邏輯控制器和嵌入微控制器的形式,控制器的例子包括但不限於以下微控制器:ARC 625D、Atmel AT91SAM、Microchip PIC18F26K20 以及Silicone Labs C8051F320,記憶體控制器還可以被實現為記憶體的控制邏輯的一部分。本領域技術人員也知道,除了以純計算機可讀程式碼方式實現控制器以外,完全可以透過將方法步驟進行邏輯程式化來使得控制器以邏輯閘、開關、專用積體電路、可程式化邏輯控制器和嵌入微控制器等的形式來實現相同功能。因此這種控制器可以被認為是一種硬體部件,而對其內包括的用於實現各種功能的裝置也可以視為硬體部件內的結構。或者甚至,可以將用於實現各種功能的裝置視為既可以是實現方法的軟體模組又可以是硬體部件內的結構。   上述實施例闡明的系統、裝置、模組或單元,具體可以由計算機晶片或實體實現,或者由具有某種功能的產品來實現。一種典型的實現設備為計算機。具體的,計算機例如可以為個人計算機、膝上型計算機、車載人機互動設備、蜂窩電話、相機電話、智慧型電話、個人數位助理、媒體播放器、導航設備、電子郵件設備、遊戲控制台、平板計算機、可穿戴設備或者這些設備中的任何設備的組合。   雖然本說明書實施例提供了如實施例或流程圖所述的方法操作步驟,但基於常規或者無創造性的手段可以包括更多或者更少的操作步驟。實施例中列舉的步驟順序僅僅為眾多步驟執行順序中的一種方式,不代表唯一的執行順序。在實際中的裝置或終端產品執行時,可以按照實施例或者圖式所示的方法順序執行或者平行執行(例如平行處理器或者多執行緒處理的環境,甚至為分散式資料處理環境)。術語“包括”、“包含”或者其任何其他變體意在涵蓋非排他性的包含,從而使得包括一系列要素的過程、方法、產品或者設備不僅包括那些要素,而且還包括沒有明確列出的其他要素,或者是還包括為這種過程、方法、產品或者設備所固有的要素。在沒有更多限制的情況下,並不排除在包括所述要素的過程、方法、產品或者設備中還存在另外的相同或等同要素。   為了描述的方便,描述以上裝置時以功能分為各種模組分別描述。當然,在實施本說明書實施例時可以把各模組的功能在同一個或多個軟體和/或硬體中實現,也可以將實現同一功能的模組由多個子模組或子單元的組合實現等。以上所描述的裝置實施例僅僅是示意性的,例如,所述單元的劃分,僅僅為一種邏輯功能劃分,實際實現時可以有另外的劃分方式,例如多個單元或組件可以結合或者可以整合到另一個系統,或一些特徵可以忽略,或不執行。另一點,所顯示或討論的相互之間的耦合或直接耦合或通信連接可以是透過一些介面,裝置或單元的間接耦合或通信連接,可以是電性,機械或其它的形式。   本領域技術人員也知道,除了以純計算機可讀程式碼方式實現控制器以外,完全可以透過將方法步驟進行邏輯程式化來使得控制器以邏輯閘、開關、專用積體電路、可程式化邏輯控制器和嵌入微控制器等的形式來實現相同功能。因此這種控制器可以被認為是一種硬體部件,而對其內部包括的用於實現各種功能的裝置也可以視為硬體部件內的結構。或者甚至,可以將用於實現各種功能的裝置視為既可以是實現方法的軟體模組又可以是硬體部件內的結構。   本發明是參照根據本發明實施例的方法、設備(系統)、和計算機程式產品的流程圖和/或方塊圖來描述的。應理解可由計算機程式指令實現流程圖和/或方塊圖中的每一流程和/或方塊、以及流程圖和/或方塊圖中的流程和/或方塊的結合。可提供這些計算機程式指令到通用計算機、專用計算機、嵌入式處理機或其他可程式化資料處理設備的處理器以產生一個機器,使得透過計算機或其他可程式化資料處理設備的處理器執行的指令產生用於實現在流程圖一個流程或多個流程和/或方塊圖一個方塊或多個方塊中指定的功能的裝置。   這些計算機程式指令也可儲存在能引導計算機或其他可程式化資料處理設備以特定方式工作的計算機可讀記憶體中,使得儲存在該計算機可讀記憶體中的指令產生包括指令裝置的製造品,該指令裝置實現在流程圖一個流程或多個流程和/或方塊圖一個方塊或多個方塊中指定的功能。   這些計算機程式指令也可裝載到計算機或其他可程式化資料處理設備上,使得在計算機或其他可程式化設備上執行一系列操作步驟以產生計算機實現的處理,從而在計算機或其他可程式化設備上執行的指令提供用於實現在流程圖一個流程或多個流程和/或方塊圖一個方塊或多個方塊中指定的功能的步驟。   在一個典型的配置中,計算設備包括一個或多個處理器(CPU)、輸入/輸出埠、網路介面和記憶體。   記憶體可能包括計算機可讀媒體中的非永久性記憶體,隨機存取記憶體(RAM)和/或非揮發性記憶體等形式,如唯讀記憶體(ROM)或快閃記憶體(flash RAM)。記憶體是計算機可讀媒體的示例。   計算機可讀媒體包括永久性和非永久性、可行動和非可行動媒體可以由任何方法或技術來實現資訊儲存。資訊可以是計算機可讀指令、資料結構、程式的模組或其他資料。計算機的儲存媒體的例子包括,但不限於相變記憶體(PRAM)、靜態隨機存取記憶體(SRAM)、動態隨機存取記憶體(DRAM)、其他類型的隨機存取記憶體(RAM)、唯讀記憶體(ROM)、電可擦除可程式化唯讀記憶體(EEPROM)、快閃記憶體或其他記憶體技術、唯讀光碟唯讀記憶體(CD-ROM)、數位多功能光碟(DVD)或其他光學儲存、磁盒式磁帶,磁帶磁磁碟儲存或其他磁性儲存設備或任何其他非傳輸媒體,可用於儲存可以被計算設備存取的資訊。按照本文中的界定,計算機可讀媒體不包括暫存電腦可讀媒體(transitory media),如調變的資料信號和載波。   本領域技術人員應明白,本說明書的實施例可提供為方法、系統或計算機程式產品。因此,本說明書實施例可採用完全硬體實施例、完全軟體實施例或結合軟體和硬體方面的實施例的形式。而且,本說明書實施例可採用在一個或多個其中包含有計算機可用程式碼的計算機可用儲存媒體(包括但不限於磁碟記憶體、CD-ROM、光學記憶體等)上實施的計算機程式產品的形式。   本說明書實施例可以在由計算機執行的計算機可執行指令的一般上下文中描述,例如程式模組。一般地,程式模組包括執行特定任務或實現特定抽象資料類型的例程、程式、對象、組件、資料結構等等。也可以在分散式計算環境中實踐本說明書實施例,在這些分散式計算環境中,由透過通信網路而被連接的遠端處理設備來執行任務。在分散式計算環境中,程式模組可以位於包括儲存設備在內的本地和遠端計算機儲存媒體中。   本說明書中的各個實施例均採用遞進的方式描述,各個實施例之間相同相似的部分互相參見即可,每個實施例重點說明的都是與其他實施例的不同之處。尤其,對於系統實施例而言,由於其基本相似於方法實施例,所以描述的比較簡單,相關之處參見方法實施例的部分說明即可。在本說明書的描述中,參考術語“一個實施例”、“一些實施例”、“示例”、“具體示例”、或“一些示例”等的描述意指結合該實施例或示例描述的具體特徵、結構、材料或者特點包含於本說明書實施例的至少一個實施例或示例中。在本說明書中,對上述術語的示意性表述不必須針對的是相同的實施例或示例。而且,描述的具體特徵、結構、材料或者特點可以在任一個或多個實施例或示例中以合適的方式結合。此外,在不相互矛盾的情況下,本領域的技術人員可以將本說明書中描述的不同實施例或示例以及不同實施例或示例的特徵進行結合和組合。   以上所述僅為本說明書實施例的實施例而已,並不用於限制本說明書實施例。對於本領域技術人員來說,本說明書實施例可以有各種更改和變化。凡在本說明書實施例的精神和原理之內所作的任何修改、等同替換、改進等,均應包含在本說明書實施例的申請專利範圍的範疇之內。In order to enable those skilled in the art to better understand the technical solutions in this specification, the technical solutions in the embodiments of this specification will be described clearly and completely in conjunction with the drawings in the embodiments of this specification. Obviously, the described The embodiments are only a part of the embodiments in this specification, but not all the embodiments. Based on one or more embodiments in this specification, all other embodiments obtained by a person of ordinary skill in the art without creative efforts shall fall within the protection scope of the embodiments of this specification. FIG. 1 is a schematic flowchart of an embodiment of a method for processing a page access data provided in this specification. Although this specification provides method operation steps or device structures as shown in the following embodiments or drawings, the method or device may include more or partly combined operation steps based on conventional or without creative labor Or modular unit. In steps or structures where there is no necessary causality in logic, the execution order of these steps or the module structure of the device is not limited to the execution order or module structure shown in the embodiments or drawings of this specification. When the method or module structure is applied to an actual device, server, or terminal product, the method or module structure shown in the embodiments or drawings may be executed sequentially or in parallel (for example, a parallel processor or Multi-threaded processing environment, even including distributed processing, server cluster implementation environment).   Most of the existing optimization solutions for business to improve the speed of accessing pages are optimizations at the network application level. The implementation provided in this specification can start from the service products accessed by the user, in particular, accelerate the access page of the express link level of the business logic. For example, the posture and angle of the terminal device held by the user, as well as the current finger position and gesture direction of the user can be obtained through the sensing device, and combined with the provided product services, the user may be expected to perform the next operation. Then, the resource information of the product business associated with the predicted user behavior can be downloaded from the server to the terminal device in advance, a page file corresponding to the product can be constructed, and cached in the memory of the local terminal device, such as the memory. In this way, when the user actually performs the predicted user behavior operation, the terminal device can load and obtain the page and other resource information from the memory. Because it is the reading of the local memory data of the terminal, compared with the normal request for resources from the server and the processing procedures such as network transmission and rendering, the user can see the corresponding product page in a very short time, which greatly improves The user's page access experience.  The following uses a specific application scenario as an example to describe the implementation of this specification. In this application scenario, the local cache is memory. In other implementation scenarios, the local storage may also include storage in the network, or it may be resident from the local flash memory or the memory of the mobile device, etc. . The description of the following embodiments does not limit other expandable technical solutions based on this description. A specific embodiment is shown in FIG. 1. In an embodiment of a page access data processing method provided in this specification, the method may include:   S2: monitoring and acquiring behavior data of user terminal operations;   S4: according to The behavior data predicts the expected operation behavior of the user;   S6: Determine the pre-triggered product business corresponding to the expected operation behavior;   S8: Load the resources corresponding to the pre-triggered product business from the resource server, and construct a page resource for local Storage;    S10: read the corresponding page resource from the local storage based on the access request of the target page, display the information content of the target page based on the read page resource, the target page includes triggering the pre-trigger product Business jump page.   The embodiment solution of this specification can be used in various types of terminal devices such as mobile terminals, smart phones, in-vehicle devices, smart wearable devices, personal computers, handheld devices, miniature or large-scale servers. These terminal devices may include applications used by one or more users, such as shopping applications, browsers, payment applications, and so on. In this embodiment, it is possible to monitor and obtain user operation information on the terminal device, terminal state information, etc., and then combine these data to design an algorithm to predict the end user's behavior, which is used to predict the user's next possible operation. For example, if it is detected that the user uses the search function on the terminal to search for the name of a recently popular movie, it can be predicted that the user may click the "ticket purchase" product business and enter the corresponding ticket purchase page to purchase the ticket, or click the "film review" product The business conducts a movie viewing review page to view the movie's word of mouth.   In this embodiment, the user's behavior can be predicted based on the user's current operation behavior and other information obtained by monitoring, and then the corresponding product resources can be downloaded from the server in advance to construct a page document of the product corresponding to the predicted user behavior. In a specific embodiment, the monitoring of user terminal operations includes using terminal sensor devices to monitor terminal space status and manipulation behaviors generated on the terminal. The sensor device may include, but is not limited to, a gyroscope, a spirit level, a compass (northern compass), a display screen, a distance sensor, a temperature sensor, a humidity sensor, and the like. You can monitor one or more of the data information to determine the status of the terminal and the user, and predict the operations that the user may perform.  As mentioned above, when the user searches for a certain movie name, the predicted user behavior can be obtained by clicking "buy tickets" and clicking "film reviews". The terminal application can load the corresponding document resources from the server from the server according to the resource information of the "buy ticket" and "film review" products, and then parse and construct the page document corresponding to the "buy ticket" and "film review" product business. The page files of these product services can be stored in the memory of the terminal. In this way, when the user really clicks on the "buy ticket" or "film review" product business on the terminal, the terminal application can learn that the product business clicked by the user is the product business corresponding to the previously predicted user behavior, and its page document has been fast Taken in the terminal's memory. At this time, the terminal application can obtain the page documents of "ticket purchase" or "film review" from the local memory, and then replace these page documents with the documents of the current page. The terminal application may display the page document of "ticket purchase" or "film review" based on the replaced document. Users can also quickly view the content of the page information to enhance the user experience.   An embodiment of this specification provides a processing solution for predicting user behavior and downloading page resources of product services. Specifically, in another embodiment of the method described in this specification, the predicting the user's expected operation behavior based on the user behavior data includes:    S40: determining the trend behavior of the current operation according to the behavior data, the behavior data including At least one piece of data information of the terminal's spatial position, terminal tilt angle, touch position on the touch screen, and sliding track on the touch screen detected by the sensor;   S42: Combine the provided product business data to calculate the trend The product business associated with the behavior, to trigger the associated product business as the predicted expected operational behavior; correspondingly, select at least one of the associated product business as the pre-triggered product business corresponding to the expected operational behavior . The data information related to the terminal may include information indicating the form of the terminal device used by the user in the physical space, such as display screen orientation information, landscape screen or upright screen, terminal tilt angle, and the like. The touch information related to the user may include information indicating the user's touch operation such as the position information of the user's contact on the terminal device, the direction of sliding, the position of the single-finger or two-finger or other multi-finger touch, the sensed or detected gesture, and the like. For example, in an example, the posture and angle information of the user holding the terminal device obtained through the gyroscope may be included; In this embodiment of the specification, the user's next possibility may be calculated based on the gyroscope, touch information, etc. in combination with the business data on the server side Conducted behavior. One side of the server can be used for big data storage, and can include business information of all or multiple products of terminal applications. In one example, under different application scenarios, the predicted user behavior can be mapped to different product businesses to establish the correspondence between the user behavior and the product business. For example, the current page is the homepage of an application, and the main page may include multiple product services. When it is detected that the user's handheld terminal device is tilted horizontally to the right and the user's finger moves toward the upper right of the screen, it can be predicted that the user may click on the product service A at the upper right corner of the current page. Then, at this time, the correspondence between the above-mentioned behavior of the user and the product service A in the current page can be established. If the current page is the page of the product business A, and it is also predicted that the user’s handheld terminal device is tilted to the right and the user’s finger moves to the upper right of the screen, it can be predicted that the user may click on the upper right corner of the product page A Product Business A of "View Event Details". In an example as described above, the trend behavior determined according to the user's touch, gyroscope, and other sensing devices may include "the user may want to click on the upper right corner of the current page", according to the current page's distribution or configuration information of product business , It can be determined that the trend behavior in the "handheld terminal device is tilted horizontally to the right and the user's finger moves to the upper right of the screen" and "the user may want to click on the upper right corner of the current page" trend behavior, the associated product business may include a One or more product businesses involved in the sliding trajectory of the trend behavior on the touch screen, or one or more product businesses within a predetermined range of the sliding trajectory of the trend behavior, as shown in FIG. 9, which is predicted based on monitoring data The schematic diagram of the product business related to the trend behavior of the user, the coordinate is the spatial coordinate of (x, y, z). In the application scenario shown in FIG. 9, according to the current gesture of the user, the sliding trajectory L1 in the upper right corner, and the sensor data of the terminal device tilting to the right, the trend behavior of the user’s current operation can be predetermined. The user may continue to move to the upper right next. The horn continues to move the finger, which may trigger product business A. The trajectory generated in this trend behavior is L2. Then according to the predicted user's trend behavior to get the related product business. In the example scenario of FIG. 9, the associated product business may include product business A, and in other implementations, it may also include multiple product businesses. For example, in addition to product business A, it may also include the predicted trajectory L2. Product business B, or may also include product business C within a certain range around L2. Then, one or more associated product services may be selected as pre-triggered product services, for example, product services A and B are selected as pre-triggered product services. In this way, the terminal device can first download related resources of the pages corresponding to the product services A and B from the resource server, and construct corresponding page documents for local storage. When the user actually triggers the product business A or B, the terminal device can quickly read and display the page content of the product business A or B directly from the local storage, such as memory, to achieve pre-loading before the user actually triggers the product page to open the corresponding page The corresponding page resources save the network request time for requesting resources only when the user triggers, so that the user can instantly see the corresponding product page, which greatly improves the user experience.  In another embodiment, the server prediction may also pre-allocate different weight values for different product services based on the data information of the product services, such as playback traffic or clicked traffic after searching. The traffic data may include click traffic of the product or other historical data, and may be used to determine the weight value of the product business based on the traffic data. Specifically, in another embodiment of the method described in this specification,    S60: When determining the pre-triggered product business, select the product business whose weight value reaches the preset threshold as the pre-triggered product business, and the weight value includes The access flow data of the product business data is the weight value assigned to the product business.   Specifically on the server side, the amount of access to a hot zone on the page can be used as a parameter to measure the weight. In a specific implementation manner, if the predicted trend behavior corresponds to the product business, if the single trend behavior corresponds to at least two product businesses, the product business whose weight value meets the screening requirements is selected as the pre-trigger product business. For example, in the above example, in the product business A, B, and C related to the trend behavior, the server big data analysis statistics can be found that on the current page, the access traffic of product business A is the highest, reaching 38% (also can be click The expression of frequency), product business B and C were 12% and 2%, respectively. The server can set the weight values of the product business A, B, and C in the current page according to the range flow data in advance. In one embodiment, the weight value may be valid only in the current page. For example, in other page scenarios that also include product service A, the weight value of product service A may change. For example, another product business D with a higher access volume than product business A appears on a sub-page. Although the total number of clicks on product business A is 2 million as on the main page, the sub-page The total number of clicks on the middle product business D is 2.5 million, the product business has the highest weight value on the main page, and the weight value on the sub-page is less than the product business D. Access flow data can be converted into corresponding weight values and assigned to the corresponding product business, such as product business A, B, C weight value can be 3. 8. 1. 2, 0. 2. When selecting a pre-trigger product, you can select a product business with a weight value greater than a preset threshold as the pre-trigger product business. If you select a product business with a weight value greater than 1, you can use product services A and B as pre-trigger product services.   The above-mentioned preset thresholds can be set according to actual application scenarios and screening requirements. In the above example, when the weight values of product services A and B are greater than the preset threshold, product services A and B can be used as corresponding product services to predict user behavior, and product services A and B can be downloaded from the server. The resource information is sent to the terminal, and the page documents of A and B are constructed. FIG. 2 is a schematic flowchart of predicting user behavior trends in an implementation example of the method provided in this specification. As shown in Figure 2, where    1. 1 Gyroscope, you can use the mobile phone's gyro system to get the user's posture and angle of the device, so as to estimate the user's current operation direction, such as clicking on a product icon in the upper right corner or middle, or opening to adjust other pages, opening new Applications, etc. 1. 2 Touch information, you can monitor the user's current finger position and gesture orientation, including single-finger or multi-finger operation, touch position, sliding direction, and even obtain the user's gesture action position through light sensing. 1. 3 Server big data, the server assigns different weight values for different services according to the flow of related services. 1. 4 The user's behavior trend, combined with the operation direction given by the gyroscope in the client and the user's current gesture information, uses different weights based on the big data on the server side to calculate the user's current behavior trend matrix. The data of these behavior trend matrices can be transformed into corresponding user behaviors through related algorithms.  The terminal device may include an algorithm for mapping user behavior to product services, as shown in FIG. 3, which is a schematic diagram of mapping predicted user behavior to corresponding pre-triggered product services in the embodiment of the present specification. According to the user's current behavior trend matrix, it can be mapped to different pre-triggered product services, so as to establish the correspondence between user behavior and product business.  After obtaining the product business corresponding to the predicted user behavior, you can download the document resource from the server, parse and construct the page document, and then cache it into the memory. In a specific embodiment, loading the resources of the pre-triggered product service from the resource server and building it as a page resource for local storage may include:   Acquiring from the resource server according to the resource information of the pre-triggered product service Corresponding document information;    Parse the document information to construct the page document of the pre-triggered product business;    Cache the page document to the local memory. FIG. 4 is a schematic diagram of a processing flow of page preloading in an implementation example of the method provided in this specification. As shown in Figure 4 can include:    3. 1 Product metadata. The product metadata defines basic information about the product and the corresponding resource link address.   3. 2 XMLHttpRequest, extensible hypertext transmission request, Xml is extensible markup language, Http is hypertext transmission protocol, Request request. The XMLHttpRequest object can partially update the web page without submitting the entire page to the server. In this embodiment, the corresponding document resources can be preloaded from the server side through the XMLHttpRequest interface according to the resource information of the product.   3. 3 DOMParser, parses the XML text and returns an XML Document object. In this embodiment, DOMParser can be used to parse the document information returned by the server to construct an HTML (HyperText Markup Language, Hypertext Markup Language) document corresponding to the product.   3. 4 Content cache    Corresponding to the corresponding product business information, cache the constructed HTML document into the terminal memory. After the above process of predicting user behavior, determining the product business corresponding to the predicted user behavior, downloading the resource information of the product business, and constructing the page document cache in the memory, etc., when the user actually clicks on a new page, the terminal can learn from the memory Read the pre-cached page document, and then completely replace the current page document. In an embodiment of the specific processing, the reading of the corresponding page resource from the locally stored page resource may include:   After receiving the access request of the target page, the current page access interface of the page is used to change the current page Unify the address of the resource locator and notify the page rendering engine to access the target page;    read the page document of the target page from the local storage;    completely replace the page document of the current page with the page document of the target page .   This way users can instantly view the content of the page in a short time. In general, the history page access interface of the said page History operates the session history records that the browser used to access in the tab or frame. You can use the History API defined by HTML5 to change the current URL address and notify the program to access the product. A specific example of    is shown in Figure 5, which can include:    4. 1 The user enters a new page. The user actually clicks or enters the corresponding page. Instead of jumping directly to the URL through the browser, the History API defined by HTML5 can be used to change the current URL address and notify the program to access the product.   4. 2 Get content cache, according to the product notified in the program, get the corresponding HTML document that was predicted and cached in memory.   4. 3 Complete replacement, completely replace the current HTML document with the document in the previous step cache.   4. 4 Quickly experience the content, because pages and resources can be read and displayed by memory, saving the network request time of all resources, so that users can instantly see the corresponding product pages, greatly improving the user experience. An embodiment of this specification provides a page access data processing method that can collect user behavior data and predict user behavior trends, load corresponding document resources from the server in advance according to the user behavior prediction results, construct page documents, and cache To the user's local terminal (such as cache to memory) for storage. In this way, when the user clicks or enters the page, the page resource can be quickly read from the local terminal and displayed, which can effectively solve the network request time from the user terminal to the server page resource when the user initiates the page access, so that the user can be very fast To enter the corresponding product page, greatly improving the user terminal page access experience.  Based on the data processing method for page access described above, an embodiment of the present specification further provides a page access data processing device. The device may include a system (including a decentralized system), software (applications), modules, components, servers, clients, quantum computers, etc. using the methods described in the embodiments of the present specification in combination with necessary implementation hardware installation. Based on the same innovative concept, the device in an embodiment provided in this specification is as described in the following embodiment. Since the implementation solution of the device to solve the problem is similar to the method, the implementation of the specific device in the embodiments of the present specification may refer to the implementation of the foregoing method, and the repetition is not repeated. As used below, the term “unit” or “module” can be a combination of software and/or hardware that can realize a predetermined function. Although the devices described in the following embodiments are preferably implemented in software, implementation of hardware or a combination of software and hardware is also possible and conceived. Specifically, FIG. 6 is a schematic diagram of a module structure of an embodiment of a page access data processing device provided in this specification. As shown in FIG. 6, the device may include: a   predicted data acquisition module 101, which may be used to monitor and Obtain behavior data of user terminal operations;    behavior prediction module 102, which can be used to predict the user's expected operation behavior based on the behavior data;    product mapping module 103, which can be used to determine the pre-triggered product corresponding to the expected operation behavior Business;    Resource preloading module 104, which can be used to load resources corresponding to the pre-triggered product business from the resource server, and is constructed as a page resource for local storage;   Expected access processing module 105, which can be used based on the target page The access request reads the corresponding page resource from the local storage, and displays the information content of the target page based on the read page resource. The target page includes a page that triggers the pre-triggered product business jump. In another embodiment of the apparatus, monitoring the user terminal operation by the predictive data acquisition module includes using a terminal sensor device to monitor the terminal space status and the manipulation behavior generated on the terminal. FIG. 7 is a schematic structural diagram of an embodiment of the behavior prediction module 102 in the device provided by this specification. As shown in FIG. 7, in another embodiment of the device, the behavior prediction module includes:   The trend prediction unit 1021 may be used to determine the trend behavior of the current operation according to the behavior data, the behavior data includes the spatial position of the terminal detected by the sensor, the tilt angle of the terminal, the touch position on the touch screen, and the touch screen At least one piece of data information in the sliding trajectory on the;   anticipated operation prediction unit 1022, which can be used to calculate the product business associated with the trend behavior in combination with the provided product business data to trigger the associated product business as Predicted expected operation behavior; correspondingly, the product mapping module 103 selects at least one of the associated product services as a pre-triggered product business corresponding to the expected operation behavior. In another embodiment of the device, when determining the pre-triggered product business, the product mapping module 103 may select a product business whose weight value reaches a preset threshold as the pre-triggered product business; the weight value includes The access flow data of the product business data is the weight value assigned by the product business. In another embodiment of the device provided in this specification, the resource loading module 104 may include: a    information loading unit, which may be used to obtain corresponding document information from a resource server according to the resource information of the pre-triggered product business   Resource parsing unit, which can be used to parse the document information and construct the page document of the pre-triggered product business;    Cache unit, which can be used to cache the page document into local memory. In another embodiment of the device provided in this specification, the page access processing module 105 includes: a first processing unit, which can be used to receive the access request of the target page and use the page history page to store Take the interface to change the address of the uniform resource locator of the current page, and notify the page rendering engine to access the target page;   local resource reading unit, which can be used to read the page document of the target page from the local storage;    replacement unit , Can be used to completely replace the page document of the current page with the page document of the target page. After the above process of predicting user behavior, determining the product business corresponding to the predicted user behavior, downloading the resource information of the product business, and constructing the page document cache in the memory, etc., when the user actually clicks on a new page, the terminal can learn from the memory Read the pre-cached page document, and then completely replace the current page document. In this way, the user can instantly view the content of the page in a short time. The data processing method for page access provided in the embodiments of this specification can be implemented by a processor executing corresponding program instructions in a computer, such as using the Windows operating system C++ language to implement on the PC side, or other systems such as Linux, Android, and iOS Implementation of corresponding application design language, etc., and implementation of processing logic based on quantum computer. Specifically, in an embodiment of a page access data processing apparatus provided in this specification, the apparatus may include a processor and a memory for storing processor-executable instructions. When the processor executes the instructions Implementation:   Monitor and obtain behavior data of user terminal operations;   Predict user's expected operational behavior based on the behavioral data;   Determine pre-triggered product business corresponding to the expected operational behavior;   Load the pre-triggered product business correspondence from the resource server Resources, and built into page resources for local storage;    read the corresponding page resources from the local storage based on the access request of the target page, display the information content of the target page based on the read page resources, the target The page includes a page that triggers the pre-triggered product service jump.   It should be noted that, the device described above in the embodiments of the present specification may also include other implementations according to the description of the related method embodiments. The embodiments in this specification are described in a progressive manner. The same or similar parts between the embodiments can be referred to each other. Each embodiment focuses on the differences from other embodiments. In particular, for the hardware + program embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant part can be referred to the description of the method embodiment.  The above describes specific embodiments of the present specification. Other embodiments are within the scope of the attached patent application. In some cases, the actions or steps described in the scope of the patent application may be performed in a different order than in the embodiment and still achieve the desired result. Additionally, the processes depicted in the drawings do not necessarily require the particular order shown or sequential order to achieve the desired results. In some embodiments, multitasking and parallel processing are also possible or may be advantageous. The method or device embodiments provided in the embodiments of the present application may be executed in a mobile terminal, a computer terminal, a server, or a similar computing device. These computing devices generally include electronic devices with logical computing capabilities, which may include storage/reading-based Data processing methods and quantum computer processing logic. Taking the electronic device running on the side of the mobile terminal as an example, FIG. 8 is a block diagram of the hardware structure of the electronic device of the page access data processing method according to an embodiment of the present invention. As shown in FIG. 8, the electronic device 80 may include one or more (only one is shown in the figure) processor 802 (the processor 802 may include, but is not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA, etc. ), a memory 804 for storing data, and a transmission module 806 for communication functions. A person of ordinary skill in the art may understand that the structure shown in FIG. 8 is merely an illustration, which does not limit the structure of the foregoing electronic device. For example, the electronic device 80 may further include more or fewer components than those shown in FIG. 8, and may also include other processing hardware, such as a GPU (Graphics Processing Unit, graphics processing unit). Or it has a different configuration from that shown in FIG. The memory 804 can be used to store software programs and modules of application software, such as program instructions/modules corresponding to the data processing method of page access in the embodiment of the present invention, and the processor 802 runs the software stored in the memory 804 Programs and modules to execute various functional applications and data processing, that is, data processing methods that implement the above-mentioned page access. The memory 804 may include a high-speed random memory, and may also include a non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 804 may further include memories disposed remotely with respect to the processor 8102, and these remote memories may be connected to the computer terminal 80 via a network. Examples of the aforementioned network include, but are not limited to, the Internet, intranet, regional network, mobile communication network, and combinations thereof.   Transmission module 806 is used to receive or send data via a network. The above specific example of the network may include a wireless network provided by a communication provider of the computer terminal 810. In one example, the transmission module 806 includes a network adapter (Network Interface Controller, NIC), which can be connected to other network devices through the base station to communicate with the Internet. In one example, the transmission module 806 may be a radio frequency (Radio Frequency, RF) module, which is used to communicate with the Internet in a wireless manner. The device or method described above can be used in electronic devices for page access in various terminal devices. It can predict user behavior based on the collected data, and then download the page documentation of products corresponding to the predicted user behavior, and cache the In the terminal memory. In this way, when the user really performs predicting user behavior, he can read the resource information of the page directly from the terminal memory, and then quickly display the page content, which can effectively solve the problem of slow transmission of web resources from the expression link level of business logic. Especially to solve cross-border, cross-network page access and network infrastructure and network environment inferior page access optimization problems. Specifically, an embodiment of the present specification provides an electronic device for page access. As shown in FIG. 8, it includes at least one processor and a memory that stores processor executable instructions. The processor implements the instructions to implement:    monitoring And obtain behavior data of the user terminal operation;    predict the user's expected operation behavior according to the behavior data;    determine the pre-triggered product business corresponding to the expected operation behavior;    load resources corresponding to the pre-triggered product business from the resource server, And construct a page resource for local storage;    read the corresponding page resource from the local storage based on the access request of the target page, display the information content of the target page based on the read page resource, the target page includes a trigger The pre-triggered product business jump page.  Computer-readable storage media may include physical devices for storing information, usually after digitizing the information and then storing it in a medium that uses electrical, magnetic or optical methods. The computer-readable storage medium described in this embodiment may include: devices that use electrical energy to store information, such as various types of memory, such as RAM, ROM, etc.; devices that use magnetic energy to store information, such as hard disks, floppy disks, Magnetic tape, magnetic core memory, bubble memory, USB disk; optical storage device such as CD or DVD. Of course, there are other readable storage media, such as quantum memory, graphene memory, and so on. Based on the above description, based on the innovative ideas of the technical solutions of the embodiments of this specification, another data processing method for page access is provided, as shown in FIG. 10, which is an implementation of a data processing method for page access described in this specification The flow diagram of the example may specifically include:    S90: Receive the access request of the target page, determine whether the access request accesses the pre-triggered product service, and the pre-triggered product service includes a prediction operation based on predicting the user on the terminal The product business determined by the behavior;    S92: If yes, obtain a pre-cached page document of the pre-triggered product business in the memory, the page document includes pre-loading resources corresponding to the pre-triggered product from the server, The resource builds the page document of the target page;    S94: completely replace the page document of the current page with the page document of the target page;    S96: display the information content of the target page based on the replaced page document. Of course, for those skilled in the art, various modifications and changes can be made to the embodiments of this specification. Any modifications, equivalent replacements, improvements, etc. made within the spirit and principle of the embodiments of this specification should be included in the scope of patent application of the embodiments of this specification.  It should be noted that the above description of the electronic device according to the method or apparatus or the embodiment of the electronic device may also include other implementation manners. For specific implementation manners, reference may be made to the description of the method embodiment, and details are not repeated herein. An embodiment of this specification provides a page access data processing method, device, and electronic device, which can collect user behavior data and predict user behavior trends, and load corresponding document resources from the server in advance according to the user behavior prediction results to construct pages Documents, and cached to the memory of the user terminal. In this way, when the user clicks or enters the page, the page resource can be read from the local memory and displayed, which can effectively solve the network request time from the user terminal to the server page resource when the user initiates the page access, so that the user can be very fast Enters the corresponding product page, which greatly improves the user terminal application experience. Although the content of the examples in this manual mentions the use of the History API to change the URL address, use the gyroscope to collect terminal data, set the weighting value for the product business, establish the correspondence, download the product text resources to construct the page document, complete replacement, etc. Descriptions of settings, acquisitions, interactions, calculations, judgments, etc. However, the embodiments of this specification are not limited to the conditions described in the industry communication standards, standard page data processing protocols, computer processing and database rules or the embodiments of this specification . Certain industry standards or implementations described in a custom manner or using examples with slight modifications can also achieve the same, equivalent, or similar, or predictable implementation effects of the above examples. Examples of data acquisition, storage, judgment, processing, etc. obtained after applying these modifications or deformations can still fall within the scope of optional implementations of this specification.  In the 1990s, the improvement of a technology can be clearly distinguished from the improvement of hardware (for example, the improvement of the circuit structure of diodes, transistors, switches, etc.) or the improvement of software (the improvement of the process flow). However, with the development of technology, the improvement of many methods and processes can be regarded as a direct improvement of the hardware circuit structure. Designers almost always get the corresponding hardware circuit structure by programming the improved method flow into the hardware circuit. Therefore, it cannot be said that the improvement of a method and process cannot be achieved with hardware physical modules. For example, a programmable logic device (Programmable Logic Device, PLD) (such as a field programmable gate array (Field Programmable Gate Array, FPGA)) is such an integrated circuit, and its logic function is determined by the user programming the device. It is up to the designer to “integrate” a digital system on a PLD without having to ask a chip manufacturer to design and manufacture a dedicated integrated circuit chip. Moreover, nowadays, instead of manually manufacturing integrated circuit chips, this kind of programming is also mostly implemented with "logic compiler" software, which is similar to the software compiler used in program development and writing. The source code before compilation must also be written in a specific programming language, which is called hardware description language (Hardware Description Language, HDL), and HDL is not only one, but there are many, such as ABEL (Advanced Boolean Expression Language), AHDL (Altera Hardware Description Language), Confluence, CUPL (Cornell University Programming Language), HDCal, JHDL (Java Hardware Description Language), Lava, Lola, MyHDL, PALASM, RHDL (Ruby Hardware Description Language), etc., Currently the most commonly used are VHDL (Very-High-Speed Integrated Circuit Hardware Description Language) and Verilog. Those skilled in the art should also understand that it is only necessary to logically program the method flow in the above hardware description languages and program it into the integrated circuit, and the hardware circuit that implements the logic method flow can be easily obtained. The controller can be implemented in any suitable manner, for example, the controller can take, for example, a microprocessor or processor and a computer-readable program code (such as software or firmware) that can be executed by the (micro)processor Media, logic gates, switches, application specific integrated circuits (Application Specific Integrated Circuit, ASIC), programmable logic controllers and embedded microcontrollers. Examples of controllers include but are not limited to the following microcontrollers: ARC 625D, Atmel AT91SAM, Microchip PIC18F26K20 and Silicone Labs C8051F320, the memory controller can also be implemented as part of the control logic of the memory. Those skilled in the art also know that, in addition to implementing the controller in a purely computer-readable program code, the method can be logically programmed to make the controller controlled by logic gates, switches, dedicated integrated circuits, and programmable logic To achieve the same function in the form of a controller and embedded microcontroller. Therefore, such a controller can be regarded as a hardware component, and the device for implementing various functions included therein can also be regarded as a structure within the hardware component. Or even, the device for realizing various functions can be regarded as both a software module of the implementation method and a structure in the hardware component.   The system, device, module or unit explained in the above embodiments can be realized by a computer chip or entity, or by a product with a certain function. A typical implementation device is a computer. Specifically, the computer may be, for example, a personal computer, a laptop computer, an on-board human-machine interactive device, a cellular phone, a camera phone, a smart phone, a personal digital assistant, a media player, a navigation device, an email device, a game console, Tablet computer, wearable device, or any combination of these devices.  Although the embodiments of the specification provide method operation steps as described in the embodiments or flowcharts, more or less operation steps may be included based on conventional or non-inventive means. The order of the steps listed in the embodiment is only one way among the order of execution of many steps, and does not represent a unique order of execution. When the actual device or terminal product is executed, it can be executed sequentially or in parallel according to the method shown in the embodiments or in the drawings (for example, a parallel processor or multi-threaded processing environment, or even a distributed data processing environment). The terms "include", "include" or any other variant thereof are intended to cover non-exclusive inclusion, so that a process, method, product, or device that includes a series of elements includes not only those elements, but also others that are not explicitly listed Elements, or also include elements inherent to such processes, methods, products, or equipment. Without more restrictions, it does not exclude that there are other identical or equivalent elements in the process, method, product or equipment including the elements.  For the convenience of description, when describing the above devices, the functions are divided into various modules and described separately. Of course, when implementing the embodiments of this specification, the functions of each module can be implemented in the same software or multiple hardware and/or hardware, or the modules that achieve the same function can be combined by multiple submodules or subunits Realize etc. The device embodiments described above are only schematic. For example, the division of the units is only a division of logical functions. In actual implementation, there may be other division methods, for example, multiple units or components may be combined or integrated into Another system, or some features can be ignored, or not implemented. In addition, the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or units, and may be electrical, mechanical or other forms. Those skilled in the art also know that, in addition to implementing the controller in a purely computer-readable program code, the method can be logically programmed to make the controller controlled by logic gates, switches, dedicated integrated circuits, and programmable logic To achieve the same function in the form of a controller and embedded microcontroller. Therefore, such a controller can be regarded as a hardware component, and the device for implementing various functions included therein can also be regarded as a structure within the hardware component. Or even, the device for realizing various functions can be regarded as both a software module of the implementation method and a structure in the hardware component. The present invention is described with reference to flowcharts and/or block diagrams of methods, devices (systems), and computer program products according to embodiments of the present invention. It should be understood that each flow and/or block in the flowchart and/or block diagram and a combination of the flow and/or block in the flowchart and/or block diagram can be implemented by computer program instructions. These computer program instructions can be provided to the processor of a general-purpose computer, special-purpose computer, embedded processor, or other programmable data processing device to produce a machine so that the instructions executed by the processor of the computer or other programmable data processing device Generate means for implementing the functions specified in one block or multiple blocks of a flowchart or a flow and/or a block diagram. These computer program instructions can also be stored in a computer-readable memory that can guide a computer or other programmable data processing device to work in a specific manner, so that the instructions stored in the computer-readable memory produce a manufactured product including an instruction device The instruction device implements the functions specified in one block or multiple blocks in one flow or multiple processes in the flowchart and/or one block in the block diagram. These computer program instructions can also be loaded onto a computer or other programmable data processing device, so that a series of operating steps are performed on the computer or other programmable device to generate computer-implemented processing, and thus on the computer or other programmable device The instructions executed on provide steps for implementing the functions specified in one block or multiple blocks of the flowchart one flow or multiple flows and/or block diagrams.  In a typical configuration, a computing device includes one or more processors (CPUs), input/output ports, a network interface, and memory. Memory may include non-permanent memory, random access memory (RAM) and/or non-volatile memory in computer-readable media, such as read only memory (ROM) or flash memory (flash) RAM). Memory is an example of computer-readable media.  Computer-readable media, including permanent and non-permanent, removable and non-removable media, can be stored by any method or technology. The information can be computer readable instructions, data structures, modules of programs, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), and other types of random access memory (RAM) , Read-only memory (ROM), electrically erasable and programmable read-only memory (EEPROM), flash memory or other memory technologies, read-only disc read-only memory (CD-ROM), digital multifunction Optical discs (DVD) or other optical storage, magnetic cassette tapes, magnetic tape magnetic disk storage or other magnetic storage devices or any other non-transmission media can be used to store information that can be accessed by computing devices. According to the definition in this article, computer-readable media does not include temporary computer-readable media (transitory media), such as modulated data signals and carrier waves.   Those skilled in the art should understand that the embodiments of this specification can be provided as methods, systems, or computer program products. Therefore, the embodiments of the present specification may take the form of a complete hardware embodiment, a complete software embodiment, or an embodiment combining software and hardware. Moreover, the embodiments of the present specification may use computer program products implemented on one or more computer usable storage media (including but not limited to disk memory, CD-ROM, optical memory, etc.) containing computer usable program code form.   Embodiments of this specification can be described in the general context of computer-executable instructions executed by a computer, such as program modules. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform specific tasks or implement specific abstract data types. The embodiments of the present specification may also be practiced in distributed computing environments in which remote processing devices connected through a communication network perform tasks. In a distributed computing environment, program modules can be located in local and remote computer storage media including storage devices.   The embodiments in this specification are described in a progressive manner. The same or similar parts between the embodiments can be referred to each other, and each embodiment focuses on the differences from other embodiments. In particular, for the system embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant part can be referred to the description of the method embodiment. In the description of this specification, the description referring to the terms "one embodiment", "some embodiments", "examples", "specific examples", or "some examples" means specific features described in conjunction with the embodiment or examples , Structure, material, or characteristics are included in at least one embodiment or example of the embodiments of this specification. In this specification, the schematic representation of the above terms does not necessarily refer to the same embodiment or example. Moreover, the specific features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. In addition, without contradicting each other, those skilled in the art may combine and combine different embodiments or examples and features of the different embodiments or examples described in this specification.  The above is only an example of the embodiment of the present specification, and is not intended to limit the embodiment of the present specification. For those skilled in the art, various modifications and changes can be made to the embodiments of this specification. Any modifications, equivalent replacements, improvements, etc. made within the spirit and principle of the embodiments of this specification should be included in the scope of patent application of the embodiments of this specification.

S2、S4、S6、S8、S10‧‧‧步驟S40、S42‧‧‧步驟A、B、C、D‧‧‧產品業務L1‧‧‧滑動軌跡L2‧‧‧軌跡S60‧‧‧步驟1.1‧‧‧陀螺儀1.2‧‧‧觸摸資訊1.3‧‧‧伺服器大數據1.4‧‧‧用戶行為趨勢3.1‧‧‧產品元資料3.2‧‧‧XMLHttpRequest3.3‧‧‧DOMParser3.4‧‧‧內容快取4.1‧‧‧用戶進入新頁面4.2‧‧‧獲取內容快取4.3‧‧‧完全替換4.4‧‧‧快速體驗內容101‧‧‧預測資料獲取模組102‧‧‧行為預測模組103‧‧‧產品映射模組104‧‧‧資源預加載模組105‧‧‧預期存取處理模組1021‧‧‧行為趨勢預測單元1022‧‧‧預期操作預測單元80‧‧‧電子設備802‧‧‧處理器804‧‧‧記憶體806‧‧‧傳輸模組S90、S92、S94、S96‧‧‧步驟S2, S4, S6, S8, S10‧‧‧Step S40, S42‧‧‧Step A, B, C, D‧‧‧Product business L1‧‧‧Sliding track L2‧‧‧Trace S60‧‧‧Step 1.1‧ ‧‧Gyroscope 1.2‧‧‧Touch information 1.3‧‧‧Server big data 1.4‧‧‧User behavior trends 3.1‧‧‧Product metadata 3.2‧‧‧XMLHttpRequest3.3‧‧‧DOMParser3.4‧‧‧Quick content Fetch 4.1‧‧‧User enters new page 4.2‧‧‧Get content cache 4.3‧‧‧Complete replacement 4.4‧‧‧Quick experience content 101‧‧‧Predictive data acquisition module 102‧‧‧Behavior prediction module 103‧‧ ‧Product mapping module 104‧‧‧Resource preload module 105‧‧‧Expected access processing module 1021‧‧‧Behavior trend prediction unit 1022‧‧‧Expected operation prediction unit 80‧‧‧Electronic equipment 802‧‧‧ Processor 804‧‧‧Memory 806‧‧‧Transmission module S90, S92, S94, S96‧‧‧ Step

為了更清楚地說明本說明書實施例或現有技術中的技術方案,下面將對實施例或現有技術描述中所需要使用的圖式作簡單地介紹,顯而易見地,下面描述中的圖式僅僅是本說明書中記載的一些實施例,對於本領域普通技術人員來講,在不付出創造性勞動性的前提下,還可以根據這些圖式獲得其他的圖式。   圖1是本說明書所述一種頁面存取的資料處理方法實施例的流程示意圖;   圖2是本說明書提供的所述方法一種實施示例中預測用戶行為趨勢的流程示意圖;   圖3是本說明書實施方案中預測的用戶行為映射到相應產品業務的示意圖;   圖4是本說明書提供的所述方法一個實施示例中頁面預加載的處理流程示意圖;   圖5是本說明書所述方法中一個用戶存取頁面的處理流程示意圖;   圖6是本說明書提供的一種頁面存取的資料處理裝置實施例的模組結構示意圖;   圖7是本說明書提供的所述裝置中行為預測模組一個實施例的模組結構示意圖;   圖8是本說明書提供的所述電子設備的一個實施例的結構示意圖;   圖9是本說明書中一種根據監測資料預測的用戶的趨勢行為所關聯到的產品業務示意圖;   圖10是本說明書所述一種頁面存取的資料處理方法實施例的流程示意圖。In order to more clearly explain the embodiments of the present specification or the technical solutions in the prior art, the drawings required in the description of the embodiments or the prior art will be briefly introduced below. Obviously, the drawings in the following description are only For some embodiments described in the specification, for those of ordinary skill in the art, without paying any creative labor, other drawings can also be obtained according to these drawings. FIG. 1 is a schematic flowchart of an embodiment of a method for processing page access data described in this specification; FIG. 2 is a schematic flowchart of a method for predicting user behavior trends in an implementation example of the method provided in this specification;    FIG. 3 is an implementation scheme of this specification Schematic diagram of the user behavior predicted in the mapping to the corresponding product business;    FIG. 4 is a schematic diagram of a process flow of page preloading in an implementation example of the method provided in this specification; Schematic diagram of the processing flow;    FIG. 6 is a schematic diagram of a module structure of an embodiment of a page access data processing apparatus provided in this specification;    FIG. 7 is a schematic diagram of a module structure of an embodiment of the behavior prediction module in the apparatus provided in this specification   FIG. 8 is a structural schematic diagram of an embodiment of the electronic device provided in this specification;    FIG. 9 is a product business schematic diagram related to a user’s trend behavior predicted by monitoring data in this specification;    FIG. 10 is a description of this specification A schematic flowchart of an embodiment of a data processing method for page access.

Claims (11)

一種頁面存取的資料處理方法,所述方法包括:監測並獲取用戶終端操作的行為資料,其包括利用終端的感測器設備監測終端空間狀態、在終端上產生的操控行為;根據所述行為資料預測用戶的預期操作行為,其包括:根據所述行為資料確定當前操作的趨勢行為,所述行為資料包括感測器檢測到的終端的空間位置、終端傾斜角度、觸摸螢幕上的觸摸位置、在觸摸螢幕上的滑動軌跡中的至少一項資料資訊;結合提供的產品業務資料,計算所述趨勢行為所關聯到的產品業務,以觸發所述關聯到的產品業務作為預測的預期操作行為;確定與所述預期操作行為對應的預觸發產品業務,其中,相應的,選取至少一個所述關聯到的產品業務作為與所述預期操作行為對應的預觸發產品業務;從資源伺服器加載所述預觸發產品業務對應的資源,並構建成頁面資源進行本地儲存;基於目標頁面的存取請求從所述本地儲存中讀取相應的頁面資源,基於讀取的頁面資源展示所述目標頁面的資訊內容,所述目標頁面包括觸發所述預觸發產品業務跳轉的頁面。 A data processing method for page access, the method includes: monitoring and acquiring behavior data of user terminal operations, which includes using terminal sensor devices to monitor terminal space status and manipulation behavior generated on the terminal; according to the behavior The data predicts the expected operation behavior of the user, which includes: determining the trend behavior of the current operation according to the behavior data, the behavior data includes the spatial position of the terminal detected by the sensor, the terminal tilt angle, the touch position on the touch screen, At least one piece of data information in the sliding track on the touch screen; in combination with the provided product business data, calculate the product business associated with the trend behavior to trigger the associated product business as the predicted expected operating behavior; Determining a pre-triggered product business corresponding to the expected operation behavior, wherein, correspondingly, at least one of the associated product services is selected as the pre-triggered product business corresponding to the expected operation behavior; loading the resource server from the resource server Pre-trigger the resources corresponding to the product business, and construct a page resource for local storage; read the corresponding page resource from the local storage based on the access request of the target page, and display the information of the target page based on the read page resource Content, the target page includes a page that triggers the pre-triggered product business jump. 如申請專利範圍第1項所述的一種頁面存取的資料處理方法,其中,在確定預觸發產品業務時,選取權重值達到預設臨限值的產品業務作為預觸發產品業務,所述權重值包括根據所述產品業務資料的存取流量資料為產品業務分配的權重值。 A data processing method for page access as described in item 1 of the patent application scope, wherein, when determining the pre-triggered product business, the product business whose weight value reaches the preset threshold is selected as the pre-triggered product business, and the weight The value includes the weight value assigned to the product business based on the access flow data of the product business data. 如申請專利範圍第1項所述的一種頁面存取的資料處理方法,其中所述從資源伺服器加載所述預觸發產品業務的資源,並構建成頁面資源進行本地儲存,包括:根據所述預觸發產品業務的資源資訊從資源伺服器獲取對應的文檔資訊;解析所述文檔資訊,構建所述預觸發產品業務的頁面文檔;將頁面文檔快取到本地記憶體中。 A data processing method for page access as described in item 1 of the scope of patent application, wherein the loading of the resources of the pre-triggered product business from the resource server and the construction of page resources for local storage include: The resource information of the pre-triggered product business obtains the corresponding document information from the resource server; parses the document information to construct the page document of the pre-triggered product business; and caches the page document into the local memory. 如申請專利範圍第1項所述的一種頁面存取的資料處理方法,其中所述從所述本地儲存的頁面資源中讀取相應的頁面資源包括:接收所述目標頁面的存取請求之後,利用頁面的歷史頁面存取介面變更當前頁面統一資源定位符的地址,並通知頁面渲染引擎去存取所述目標頁面;從所述本地儲存中讀取目標頁面的頁面文檔;將當前頁面的頁面文檔完全替換為所述目標頁面的頁面文檔。 A page access data processing method as described in item 1 of the patent application scope, wherein the reading of the corresponding page resource from the locally stored page resource includes: after receiving the access request of the target page, Use the page's historical page access interface to change the address of the current page's uniform resource locator, and notify the page rendering engine to access the target page; read the page document of the target page from the local storage; transfer the page of the current page The document is completely replaced with the page document of the target page. 一種頁面存取的資料處理裝置,所述裝置包括:預測資料獲取模組,用於監測並獲取用戶終端操作的行為資料,其更利用終端的感測器設備監測終端空間狀態、在終端上產生的操控行為;行為預測模組,用於根據所述行為資料預測用戶的預期操作行為,所述行為預測模組包括:行為趨勢預測單元,用於根據所述行為資料確定當前操作的趨勢行為,所述行為資料包括感測器檢測到的終端的空間位置、終端傾斜角度、觸摸螢幕上的觸摸位置、在觸摸螢幕上的滑動軌跡中的至少一項資料資訊;預期操作預測單元,用於結合提供的產品業務資料,計算所述趨勢行為所關聯到的產品業務,以觸發所述關聯到的產品業務作為預測的預期操作行為;產品映射模組,用於確定與所述預期操作行為對應的預觸發產品業務,其中,相應的,所述產品映射模組選取至少一個所述關聯到的產品業務作為與所述預期操作行為對應的預觸發產品業務;資源預加載模組,用於從資源伺服器加載所述預觸發產品業務對應的資源,並構建成頁面資源進行本地儲存;預期存取處理模組,用於基於目標頁面的存取請求從所述本地儲存中讀取相應的頁面資源,基於讀取的頁面資源展示所述目標頁面的資訊內容,所述目標頁面包括觸發所述預觸發產品業務跳轉的頁面。 A data processing device for page access, the device includes: a predictive data acquisition module for monitoring and acquiring behavior data of user terminal operations, which further utilizes the terminal's sensor equipment to monitor the terminal space status and generate on the terminal Control behavior; behavior prediction module for predicting the user's expected operation behavior based on the behavior data, the behavior prediction module includes: a behavior trend prediction unit for determining the trend behavior of the current operation based on the behavior data, The behavior data includes at least one piece of data information of the spatial position of the terminal detected by the sensor, the tilt angle of the terminal, the touch position on the touch screen, and the sliding trajectory on the touch screen; the expected operation prediction unit for combining Provide the product business data to calculate the product business associated with the trend behavior to trigger the associated product business as the predicted expected operating behavior; the product mapping module is used to determine the corresponding to the expected operating behavior Pre-triggered product business, wherein, correspondingly, the product mapping module selects at least one of the associated product business as a pre-triggered product business corresponding to the expected operation behavior; a resource pre-loading module is used to retrieve resources The server loads the resources corresponding to the pre-triggered product business and constructs the page resources for local storage; the expected access processing module is used to read the corresponding page resources from the local storage based on the access request of the target page , Displaying the information content of the target page based on the read page resources, the target page including a page that triggers the pre-triggered product business jump. 如申請專利範圍第5項所述的一種頁面存取的資料處 理裝置,其中所述產品映射模組在確定預觸發產品業務時,選取權重值達到預設臨限值的產品業務作為預觸發產品業務;所述權重值包括根據所述產品業務資料的存取流量資料為產品業務分配的權重值。 A page access data office as described in item 5 of the patent application scope Management device, wherein, when determining the pre-triggered product business, the product mapping module selects the product business whose weight value reaches the preset threshold as the pre-triggered product business; the weight value includes access according to the product business data Flow data is the weight value assigned to the product business. 如申請專利範圍第5項所述的一種頁面存取的資料處理裝置,其中所述資源加載模組包括:資訊加載單元,用於根據所述預觸發產品業務的資源資訊從資源伺服器獲取對應的文檔資訊;資源解析單元,用於解析所述文檔資訊,構建所述預觸發產品業務的頁面文檔;快取單元,用於將頁面文檔快取到本地記憶體中。 A page access data processing device as described in item 5 of the patent application scope, wherein the resource loading module includes: an information loading unit configured to obtain a correspondence from a resource server according to the resource information of the pre-triggered product business Document information; resource parsing unit, used to parse the document information to construct the page document of the pre-triggered product business; cache unit, used to cache the page document into local memory. 如申請專利範圍第5項所述的一種頁面存取的資料處理裝置,其中所述頁面存取處理模組包括:第一處理單元,用於接收所述目標頁面的存取請求之後,利用頁面的歷史頁面存取介面變更當前頁面統一資源定位符的地址,並通知頁面渲染引擎去存取所述目標頁面;本地資源讀取單元,用於從所述本地儲存中讀取目標頁面的頁面文檔;替換單元,用於將當前頁面的頁面文檔完全替換為所述目標頁面的頁面文檔。 A page access data processing device as described in item 5 of the patent application scope, wherein the page access processing module includes: a first processing unit, configured to use the page after receiving the access request of the target page The historical page access interface changes the address of the uniform resource locator of the current page and notifies the page rendering engine to access the target page; the local resource reading unit is used to read the page document of the target page from the local storage A replacement unit, used to completely replace the page document of the current page with the page document of the target page. 一種頁面存取的資料處理裝置,包括處理器以及用於 儲存處理器可執行指令的記憶體,所述處理器執行所述指令時實現:監測並獲取用戶終端操作的行為資料,其包括利用終端的感測器設備監測終端空間狀態、在終端上產生的操控行為;根據所述行為資料預測用戶的預期操作行為,其包括:根據所述行為資料確定當前操作的趨勢行為,所述行為資料包括感測器檢測到的終端的空間位置、終端傾斜角度、觸摸螢幕上的觸摸位置、在觸摸螢幕上的滑動軌跡中的至少一項資料資訊;結合提供的產品業務資料,計算所述趨勢行為所關聯到的產品業務,以觸發所述關聯到的產品業務作為預測的預期操作行為;確定與所述預期操作行為對應的預觸發產品業務,其中,相應的,選取至少一個所述關聯到的產品業務作為與所述預期操作行為對應的預觸發產品業務;從資源伺服器加載所述預觸發產品業務對應的資源,並構建成頁面資源進行本地儲存;基於目標頁面的存取請求從所述本地儲存中讀取相應的頁面資源,基於讀取的頁面資源展示所述目標頁面的資訊內容,所述目標頁面包括觸發所述預觸發產品業務跳轉的頁面。 Data processing device for page access, including processor and A memory for storing instructions executable by the processor, which is implemented when the processor executes the instructions: monitoring and acquiring behavior data of the user terminal operation, which includes monitoring the terminal space status using the sensor device of the terminal and generating Manipulation behavior; predicting the user's expected operation behavior based on the behavior data, including: determining the trend behavior of the current operation according to the behavior data, the behavior data including the spatial position of the terminal, the terminal tilt angle detected by the sensor, At least one piece of data information in the touch position on the touch screen and the sliding track on the touch screen; in combination with the provided product business data, calculate the product business associated with the trend behavior to trigger the associated product business As a predicted expected operation behavior; determining a pre-triggered product business corresponding to the expected operation behavior, wherein, correspondingly, at least one of the associated product services is selected as the pre-triggered product business corresponding to the expected operation behavior; Load the resources corresponding to the pre-triggered product business from the resource server, and construct a page resource for local storage; read the corresponding page resource from the local storage based on the access request of the target page, based on the read page resource The information content of the target page is displayed, and the target page includes a page that triggers the pre-triggered product service jump. 一種電子設備,包括至少一個處理器和儲存處理器可 執行指令的記憶體,所述處理器執行所述指令時實現:監測並獲取用戶終端操作的行為資料,其包括利用終端的感測器設備監測終端空間狀態、在終端上產生的操控行為;根據所述行為資料預測用戶的預期操作行為,其包括:根據所述行為資料確定當前操作的趨勢行為,所述行為資料包括感測器檢測到的終端的空間位置、終端傾斜角度、觸摸螢幕上的觸摸位置、在觸摸螢幕上的滑動軌跡中的至少一項資料資訊;結合提供的產品業務資料,計算所述趨勢行為所關聯到的產品業務,以觸發所述關聯到的產品業務作為預測的預期操作行為;確定與所述預期操作行為對應的預觸發產品業務,其中,相應的,選取至少一個所述關聯到的產品業務作為與所述預期操作行為對應的預觸發產品業務;從資源伺服器加載所述預觸發產品業務對應的資源,並構建成頁面資源進行本地儲存;基於目標頁面的存取請求從所述本地儲存中讀取相應的頁面資源,基於讀取的頁面資源展示所述目標頁面的資訊內容,所述目標頁面包括觸發所述預觸發產品業務跳轉的頁面。 An electronic device includes at least one processor and a storage processor A memory that executes instructions. When the processor executes the instructions, it implements: monitoring and acquiring behavior data of user terminal operations, which includes using terminal sensor devices to monitor terminal space status and manipulation behaviors generated on the terminal; The behavior data predicts the user's expected operation behavior, which includes: determining the trend behavior of the current operation according to the behavior data, the behavior data including the spatial position of the terminal detected by the sensor, the terminal tilt angle, and the touch screen At least one piece of data information in the touched position and the sliding track on the touch screen; in combination with the provided product business data, calculate the product business associated with the trend behavior to trigger the associated product business as a predicted expectation Operation behavior; determining the pre-triggered product business corresponding to the expected operation behavior, wherein, correspondingly, at least one of the associated product business is selected as the pre-triggered product business corresponding to the expected operation behavior; from the resource server Load resources corresponding to the pre-triggered product business, and construct a page resource for local storage; read the corresponding page resource from the local storage based on the access request of the target page, and display the target based on the read page resource For the information content of the page, the target page includes a page that triggers the pre-triggered product business jump. 一種頁面存取的資料處理方法,所述方法包括:接收目標頁面的存取請求,判斷所述存取請求是否存 取預觸發產品業務,所述預觸發產品業務包括基於預測用戶在終端上的預期操作行為而確定的產品業務;若是,則獲取預先快取在記憶體中所述預觸發產品業務的頁面文檔,所述頁面文檔包括預先從伺服器加載與所述預先觸發產品對應的資源,資源構建目標頁面的頁面文檔;將當前頁面的頁面文檔完全替換為所述目標頁面的頁面文檔;基於替換後的頁面文檔展示所述目標頁面的資訊內容,其中所述預期操作行為由以下步驟來預測:監測並獲取用戶終端操作的行為資料,其包括利用終端的感測器設備監測終端空間狀態、在終端上產生的操控行為;根據所述行為資料確定當前操作的趨勢行為,所述行為資料包括感測器檢測到的終端的空間位置、終端傾斜角度、觸摸螢幕上的觸摸位置、在觸摸螢幕上的滑動軌跡中的至少一項資料資訊;結合提供的產品業務資料,計算所述趨勢行為所關聯到的產品業務,以觸發所述關聯到的產品業務作為預測的預期操作行為;確定與所述預期操作行為對應的所述預觸發產品業務,其中,相應的,選取至少一個所述關聯到的產品業務作為與所述預期操作行為對應的預觸發產品業務。 A data processing method for page access, the method includes: receiving an access request of a target page, and determining whether the access request is stored Fetch the pre-triggered product business, the pre-triggered product business includes a product business determined based on predicting the user's expected operation behavior on the terminal; if so, obtain a pre-cached page document of the pre-triggered product business in the memory, The page document includes pre-loading resources corresponding to the pre-triggered product from the server, and the resource constructs the page document of the target page; completely replacing the page document of the current page with the page document of the target page; based on the replaced page The document shows the information content of the target page, wherein the expected operation behavior is predicted by the following steps: monitoring and acquiring user terminal operation behavior data, which includes using the terminal’s sensor device to monitor the terminal’s spatial status and generating on the terminal Control behavior; determine the trend behavior of the current operation according to the behavior data, the behavior data includes the spatial position of the terminal detected by the sensor, the terminal tilt angle, the touch position on the touch screen, and the sliding track on the touch screen At least one piece of data information; in combination with the provided product business data, calculate the product business associated with the trend behavior to trigger the associated product business as the predicted expected operating behavior; determine the expected operating behavior Corresponding to the pre-triggered product business, wherein, correspondingly, at least one of the associated product business is selected as the pre-triggered product business corresponding to the expected operation behavior.
TW107128736A 2017-10-19 2018-08-17 Data processing method, device and electronic equipment for page access TWI695261B (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CN201710974697.6A CN107943825A (en) 2017-10-19 2017-10-19 Data processing method, device and the electronic equipment of page access
CN201710974697.6 2017-10-19
??201710974697.6 2017-10-19

Publications (2)

Publication Number Publication Date
TW201917577A TW201917577A (en) 2019-05-01
TWI695261B true TWI695261B (en) 2020-06-01

Family

ID=61936193

Family Applications (1)

Application Number Title Priority Date Filing Date
TW107128736A TWI695261B (en) 2017-10-19 2018-08-17 Data processing method, device and electronic equipment for page access

Country Status (3)

Country Link
CN (1) CN107943825A (en)
TW (1) TWI695261B (en)
WO (1) WO2019076140A1 (en)

Families Citing this family (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107943825A (en) * 2017-10-19 2018-04-20 阿里巴巴集团控股有限公司 Data processing method, device and the electronic equipment of page access
CN108989380B (en) * 2018-05-23 2021-06-04 西安万像电子科技有限公司 Image data transmission method, device and system
CN108763453B (en) * 2018-05-28 2020-06-16 浙江口碑网络技术有限公司 Page data processing method and device based on behavior prediction
CN110825990A (en) * 2018-07-23 2020-02-21 优视科技有限公司 Page access method, client, server and system
CN110858238B (en) * 2018-08-08 2023-08-22 阿里巴巴集团控股有限公司 Data processing method and device
CN109544096A (en) * 2018-10-18 2019-03-29 国网福建省电力有限公司 Low pressure industry based on artificial intelligence expands business handling method and device on line
CN109409427A (en) * 2018-10-25 2019-03-01 珠海市君天电子科技有限公司 A kind of key detecting method and device
CN109614251B (en) * 2018-12-06 2023-05-26 万兴科技股份有限公司 Method, device, computer equipment and storage medium for pasting pages across documents
CN109800372B (en) * 2019-01-03 2020-12-29 北京字节跳动网络技术有限公司 Method and device for improving third-party webpage opening speed and electronic equipment
CN109857477A (en) * 2019-01-16 2019-06-07 北京辰森世纪科技股份有限公司 Transition optimization method, device and equipment are applied in mixing
CN111913921A (en) * 2019-05-08 2020-11-10 中国移动通信集团福建有限公司 User behavior analysis method and device, equipment and storage medium
CN111861612B (en) * 2019-05-19 2024-04-26 北京骑胜科技有限公司 Resource allocation method, device, equipment and medium
CN110166564B (en) * 2019-05-28 2023-09-05 北京小米移动软件有限公司 Information communication method, terminal and storage medium
CN112016693B (en) * 2019-05-30 2021-06-04 中兴通讯股份有限公司 Machine learning engine implementation method and device, terminal equipment and storage medium
CN110264283B (en) * 2019-06-27 2021-06-22 珠海天燕科技有限公司 Popularization resource display method and device
CN110633434B (en) * 2019-07-19 2024-02-27 北京有竹居网络技术有限公司 Page caching method and device, electronic equipment and storage medium
CN110633433B (en) * 2019-07-19 2024-02-27 北京有竹居网络技术有限公司 Page caching method and device, electronic equipment and storage medium
CN110750746A (en) * 2019-10-16 2020-02-04 支付宝(杭州)信息技术有限公司 Data receiving and pushing method, device, equipment and readable medium
CN110717129A (en) * 2019-10-24 2020-01-21 北京思维造物信息科技股份有限公司 Resource preloading method, device, equipment and storage medium
CN111078321A (en) * 2019-12-25 2020-04-28 江苏鑫合易家信息技术有限责任公司 Method for dynamically and rapidly loading module according to user use habit
CN111209414B (en) * 2020-01-03 2023-08-11 四川新网银行股份有限公司 Method for realizing cold-hot separation storage of data based on image data calling business scene
CN111681029A (en) * 2020-04-16 2020-09-18 上海淇玥信息技术有限公司 Additional resource distribution method and device, electronic equipment and storage medium
CN111681028A (en) * 2020-04-16 2020-09-18 上海淇玥信息技术有限公司 Resource allocation method and device, electronic equipment and computer readable storage medium
CN111612986A (en) * 2020-05-27 2020-09-01 北京学之途网络科技有限公司 Monitoring method and device, storage cabinet and storage medium
CN111881391B (en) * 2020-06-12 2022-03-22 马上消费金融股份有限公司 Static network resource preloading method, data model training method and device
CN111783018A (en) * 2020-07-28 2020-10-16 支付宝(杭州)信息技术有限公司 Page processing method, device and equipment
CN112182078B (en) * 2020-09-17 2023-08-22 建信人寿保险股份有限公司 Electronic product publishing and using method, device, equipment and storage medium
CN112115396B (en) * 2020-09-21 2024-04-02 北京达佳互联信息技术有限公司 Webpage rendering method, device, equipment and storage medium
CN112181532B (en) * 2020-10-15 2023-10-20 Oppo广东移动通信有限公司 Page resource loading method and device, electronic equipment and readable storage medium
CN112199399A (en) * 2020-10-22 2021-01-08 支付宝(杭州)信息技术有限公司 Data processing method and device
CN112383623B (en) * 2020-11-13 2024-01-23 Oppo广东移动通信有限公司 Multimedia file processing method and device, terminal and network access point equipment
CN113691578A (en) * 2021-05-31 2021-11-23 珠海大横琴科技发展有限公司 Data processing method and device
CN114595393A (en) * 2022-03-21 2022-06-07 北京有竹居网络技术有限公司 Data processing method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7284035B2 (en) * 2000-06-12 2007-10-16 Princeton University System for wireless push and pull based services
TW201229941A (en) * 2010-08-19 2012-07-16 Yahoo Inc Contextual advertising with user features
CN102810101A (en) * 2011-06-03 2012-12-05 北京搜狗科技发展有限公司 Webpage pre-reading method and device and browser
CN104007990A (en) * 2014-05-30 2014-08-27 北京金山网络科技有限公司 Webpage loading method and browser
CN105893446A (en) * 2015-02-18 2016-08-24 奥多比公司 Method for intelligent web reference preloading based on user behavior prediction
TW201636906A (en) * 2014-12-26 2016-10-16 英特爾股份有限公司 Techniques for mobile prediction
CN107193819A (en) * 2016-03-14 2017-09-22 广州市动景计算机科技有限公司 Method, equipment, browser and the client device pre-read for webpage

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102438045B (en) * 2011-12-07 2015-07-08 深圳市深信服电子科技有限公司 Method and system for pre-fetching web page, and method for accessing web page
CN107943825A (en) * 2017-10-19 2018-04-20 阿里巴巴集团控股有限公司 Data processing method, device and the electronic equipment of page access

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7284035B2 (en) * 2000-06-12 2007-10-16 Princeton University System for wireless push and pull based services
TW201229941A (en) * 2010-08-19 2012-07-16 Yahoo Inc Contextual advertising with user features
CN102810101A (en) * 2011-06-03 2012-12-05 北京搜狗科技发展有限公司 Webpage pre-reading method and device and browser
CN104007990A (en) * 2014-05-30 2014-08-27 北京金山网络科技有限公司 Webpage loading method and browser
TW201636906A (en) * 2014-12-26 2016-10-16 英特爾股份有限公司 Techniques for mobile prediction
CN105893446A (en) * 2015-02-18 2016-08-24 奥多比公司 Method for intelligent web reference preloading based on user behavior prediction
CN107193819A (en) * 2016-03-14 2017-09-22 广州市动景计算机科技有限公司 Method, equipment, browser and the client device pre-read for webpage

Also Published As

Publication number Publication date
CN107943825A (en) 2018-04-20
WO2019076140A1 (en) 2019-04-25
TW201917577A (en) 2019-05-01

Similar Documents

Publication Publication Date Title
TWI695261B (en) Data processing method, device and electronic equipment for page access
US9787795B2 (en) System for prefetching digital tags
US20130297887A1 (en) File handling within a cloud-based file system
US20150193395A1 (en) Predictive link pre-loading
CN108984548A (en) Content of pages caching method and device
US10469611B2 (en) Reduced page load time utilizing cache storage
US20160077673A1 (en) Intelligent Canvas
JP2014514668A (en) Multi-input gestures in hierarchical domains
US20230409398A1 (en) Resource pre-fetch using age threshold
KR20170126499A (en) Device and method for handheld operation
CN109690534B (en) Prefetching using dynamic user models to reduce latency
US20140136664A1 (en) Resource based mobile device application streaming
CN108241689A (en) Page resource acquisition methods, device and client device
US20170039076A1 (en) Adjusting tap position on touch screen
US20180060087A1 (en) Optimizing User Interface Requests for Backend Processing
CN108664191B (en) System access method and device
EP3752968A1 (en) Computationally efficient human-computer interface for web browser tab user interface button
CN111353296A (en) Article processing method and device, electronic equipment and computer-readable storage medium
WO2019204598A1 (en) Systems and methods for providing content items in situations involving suboptimal network conditions
US11327632B2 (en) Methods, apparatuses, browsers, and electronic devices for providing website navigation icons
Zhang et al. Mobile-Friendly HTTP Middleware with Screen Scrolling
KR101229222B1 (en) Information providing system and the method using dynamic shortcut
CN112685123A (en) Page display method, equipment, medium and electronic equipment
Song et al. A Revisit to Web Browsing on Wearable Devices.
CN105511844A (en) Webpage refresh method applied to computer and device thereof