CN105824909A - Page generation method and device - Google Patents

Page generation method and device Download PDF

Info

Publication number
CN105824909A
CN105824909A CN201610147582.5A CN201610147582A CN105824909A CN 105824909 A CN105824909 A CN 105824909A CN 201610147582 A CN201610147582 A CN 201610147582A CN 105824909 A CN105824909 A CN 105824909A
Authority
CN
China
Prior art keywords
static resource
page
resource bag
caching
hashed value
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN201610147582.5A
Other languages
Chinese (zh)
Other versions
CN105824909B (en
Inventor
张炎辉
林俊海
邱彬
林孟光
吕远方
曾健
管琰平
饶凌河
李自胜
张元超
刘庆媛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201610147582.5A priority Critical patent/CN105824909B/en
Publication of CN105824909A publication Critical patent/CN105824909A/en
Application granted granted Critical
Publication of CN105824909B publication Critical patent/CN105824909B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation

Abstract

The invention relates to a page generation method and device. The method comprises the steps of obtaining a page access request; obtaining a page address accessed by the page access request; according to the page address, analyzing a file directory structure of a static resource required to be requested according to the page address; according to the analyzed file directory structure, extracting the static resource from a static resource package downloaded and cached before a page is accessed; and according to the extracted static resource, generating the page. According to the page generation method and device provided by the invention, the page access efficiency is improved.

Description

Page generation method and device
Technical field
The present invention relates to Internet technical field, particularly relate to a kind of page generation method and device.
Background technology
At present, browser or have the application of browser kernel and have caching mechanism, can cache the web page contents got from web page server after browsing certain webpage, thus the web page contents directly reading caching when next time accesses same web page conducts interviews, to improve access efficiency.
But, accelerate again to access after access process is only applicable to access webpage the situation of webpage currently with web cache mechanism, if accessing webpage first to remain a need for downloading whole web page contents from web page server, there is the longest waiting time, being presented to the user for long white screen during this, access efficiency is low.
Summary of the invention
Based on this, it is necessary to accelerate, for currently with web cache mechanism, the problem that access process access efficiency is low, it is provided that a kind of page generation method and device.
A kind of page generation method, described method includes:
Obtain accessing page request;
Obtain the page address that described accessing page request is accessed;
The document directory structure of the static resource that need to ask is parsed according to described page address;
From the static resource bag downloaded and cached before the page is accessed, static resource is extracted according to the document directory structure parsed;
The described page is generated according to the static resource extracted.
A kind of webpage generating device, described device includes:
Page address acquisition module, is used for obtaining accessing page request;Obtain the page address that described accessing page request is accessed;
Caching static resource resolution module, for parsing the document directory structure of the static resource that need to ask according to described page address;
Static resource extraction module, for extracting static resource according to the document directory structure parsed from the static resource bag downloaded and cached before the page is accessed;
Page generation module, for generating the described page according to the static resource extracted.
Above-mentioned page generation method and device, download corresponding static resource bag when the page is not accessed and cache, so after first or first during accession page, the page address accessed by request just can parse the document directory structure of the static resource that need to ask, thus the static resource of request can be extracted and generate the page from caching according to the document directory structure parsed, improve access efficiency.And carry out specification by document directory structure, map accurately between the static resource bag of page address and caching, the static resource in caching can be accurately positioned by page address, efficiently the static resource of caching can be conducted interviews, promote access efficiency further.
Accompanying drawing explanation
Fig. 1 is page cache management systematic difference environment map in an embodiment;
Fig. 2 is the internal structure schematic diagram of terminal in an embodiment;
Fig. 3 is the schematic flow sheet of page generation method in an embodiment;
Fig. 4 is the data structure schematic diagram of static resource in static resource bag in an embodiment;
Fig. 5 is to resolve static resource from caching according to page address in an embodiment and render the process schematic of the page;
Fig. 6 is the schematic flow sheet of the step updating caching in an embodiment by the cycle;
Fig. 7 is the schematic flow sheet of the step of the static resource bag downloading the page in an embodiment when the page is not accessed;
Fig. 8 is the schematic diagram that in an embodiment, each page of website is integrated according to class of service;
Fig. 9 is the schematic flow sheet in an embodiment to the step that the static resource bag of caching verifies and processes according to check results;
Figure 10 is the schematic flow sheet of page generation method in an embodiment;
Figure 11 is that in an embodiment, static resource bag generates verification desired data when issuing on the server, and static resource is coated when being issued in terminal and utilizes verification desired data to carry out the process schematic verified;
Figure 12 is the structured flowchart of webpage generating device in an embodiment;
Figure 13 is the structured flowchart of webpage generating device in another embodiment;
Figure 14 is the structured flowchart of webpage generating device in further embodiment;
Figure 15 is the structured flowchart of webpage generating device in an embodiment;
Figure 16 is the structured flowchart of webpage generating device in another embodiment;
Figure 17 is the structured flowchart of webpage generating device in further embodiment.
Detailed description of the invention
In order to make the purpose of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
As it is shown in figure 1, in one embodiment, it is provided that a kind of page cache management system, including terminal 102 and server 104.Terminal 102 includes desk computer and mobile terminal, and mobile terminal includes mobile phone, panel computer, PDA (personal digital assistant) and can networked electronic reader etc..Server 104 includes one or more physical server.Connected by network between terminal 102 and server 104.Server 104 is used for issuing and issue static resource bag.
As in figure 2 it is shown, in one embodiment, it is provided that a kind of terminal 102, including the processor connected by system bus, non-volatile memory medium, built-in storage, network interface, display screen and input equipment.Wherein processor has computing function and controls the function of terminal 102 work, and this processor is configured to perform a kind of page generation method.Non-volatile memory medium includes magnetic storage medium, optical storage media and flash memory type storage medium.Non-volatile memory medium storage has operating system and webpage generating device, and this webpage generating device has the functional module realizing a kind of page generation method.Built-in storage is for providing cache for operating system and webpage generating device.Display screen can be LCDs or electric ink display screen.Input equipment includes Trackpad, trace ball, mouse and the touch layer overlapping with display screen, and wherein display screen and touch layer constitute touch screen.Network interface is then used for being connected to network.
As it is shown on figure 3, in one embodiment, it is provided that a kind of page generation method, the terminal 102 that the present embodiment is applied in above-mentioned Fig. 1 and Fig. 2 in this way illustrates.The method specifically includes following steps:
Step 302, obtains accessing page request.
Specifically, terminal can detect page access trigger action, thus triggers accessing page request, and terminal obtains the page address that accessing page request is asked to access.Such as terminal can be detecting that application program management application triggers the accessing page request to the application program management specified page of application when being opened.Terminal can also trigger the accessing page request to respective page when user clicks on links being detected or forwarding the operation of specific webpage to.
Step 304, obtains the page address that accessing page request is accessed.Wherein page address can use URL (UniformResourceLocator, uniform resource locator) to represent.
Step 306, parses the document directory structure of the static resource that need to ask according to page address.
Specifically, the page that page address sensing request accesses file on the server, page address includes host address and the file name that need to ask, it is also possible to include the sub-folder title under host address.Separated by directory separator between catalogues at different levels in page address, such that it is able to utilize directory separator to parse the document directory structure of the static resource that need to ask from page address.
Step 308, extracts static resource according to the document directory structure parsed from the static resource bag downloaded and cached before the page is accessed.
Specifically, the static resource bag of caching is according to file directory tissue, now parse document directory structure according to web page address, the mapping relations between the static resource bag of web page address and caching can be obtained, thus just can extract asked static resource from the static resource bag of caching according to these mapping relations.
Wherein, the page refers to the page that can be accessed by network, such as webpage or be embedded in local interface and pass through the page etc. of Network Capture page data;The page is not accessed refers to that the page is not by this terminal access.Static resource refers to the data that can directly obtain from server for generating the page with document form, is usually identical for different user's static resources.Picture, pattern data (such as CSS, CSS), script file or HTML (HypertextMarkupLanguage, HTML) file in the static resource such as page.Accordingly, dynamic resource is then the resource of change, is usually different for different user dynamic resources, dynamic resource such as database data.
Static resource bag is the set of some static resources, and static resource bag can use the compressed package forms such as zip or rar.Static resource in static resource bag is organized according to file directory, concrete static resource bag can set up main folder according to host address, and under main folder, store file or set up sub-folder, file attaching relation configuration file catalogue between All Files in main folder.With reference to Fig. 4, certain static resource bag sets up main folder test.yyb.com with host address test.yyb.com, navigation page file index.html is stored under main folder, and set up title respectively " cs " " img " or multiple sub-folders of " js " by resource class under main folder, and under sub-folder, store the static resource of respective resources classification.
In one embodiment, terminal can download the static resource bag of the page when the page is not accessed, and the static resource in static resource bag presses file directory tissue.Specifically, terminal may specify the page, thus download the static resource bag of specified page from server.Such as terminal can run application program management application (such as applying shop), and the application of this application program management has specifies the page accessed, or user can independently set specified page.Terminal actively can also have the page of Downloadable static resource bag from server lookup, thus downloads the static resource bag of respective page.Server can also active push static resource bag by terminal downloads.The static resource bag of download can be directly cached in caching by terminal, it is also possible to is cached in caching after being decompressed by the static resource bag of download and retains the document directory structure of each static resource in static resource bag.
Step 310, generates the page according to the static resource extracted.
Specifically, if the page does not include dynamic resource, then terminal directly can render the page according to the static resource extracted;If the page includes dynamic resource, then terminal from page place server pull dynamic resource, and can render the page according to static resource and dynamic resource.
Illustrate, with reference to Fig. 5, terminal is after getting page address http://www.xx.com/visit/index.html, this page address is input to the caching resolver packaged by this page generation method, parsed document directory structure according to page address by caching resolver and from caching, extract corresponding static resource according to this document bibliographic structure, the static resource extracted is exported according to document directory structure, and renders the control of the page according to the static resource of output.
Above-mentioned page generation method, download corresponding static resource bag when the page is not accessed and cache, and the static resource in static resource bag is according to file directory tissue, so after first or first during accession page, the page address accessed by request just can parse the document directory structure of the static resource that need to ask, thus the static resource of request can be extracted and generate the page from caching according to the document directory structure parsed, improve access efficiency.And carry out specification by document directory structure, map accurately between the static resource bag of page address and caching, the static resource in caching can be accurately positioned by page address, efficiently the static resource of caching can be conducted interviews, promote access efficiency further.
In one embodiment, the method also includes updating the step of caching by the cycle, with reference to Fig. 6, specifically includes following steps:
Step 602, the static resource updated compared to the static resource bag of caching by cyclic check.
Specifically, terminal can be according to the default cycle, such as every day or every 1 hour etc., the up-to-date static resource bag of the page on the static resource bag of caching and server is compared, if inconsistent, illustrate on server, to there is the static resource bag updated compared to the static resource bag of caching, if consistent, illustrate on server, to there is not the static resource updated compared to the static resource bag of caching.The hashed value of the static resource bag of caching and up-to-date static resource bag, by when on the static resource bag of caching and server, the up-to-date static resource bag of the page compares, can be compared by terminal.
Step 604, the static resource of down loading updating.
Specifically, terminal can only download the static resource updated compared to the static resource bag of caching, it is also possible to downloads the up-to-date static resource bag that the page is complete.
Step 606, updates the static resource bag of caching according to the static resource of the renewal downloaded.
Specifically, the static resource of download, according to the static resource document directory structure in up-to-date static resource bag downloaded, is joined in the document directory structure of static resource bag of caching by terminal, to be updated the static resource bag of caching in caching.
In the present embodiment, the static resource bag of caching compared to the static resource that updated of static resource bag of caching and is updated by terminal by cyclic check, can ensure that the static resource bag of caching is in up-to-date state, it is to avoid the up-to-date page cannot be accessed because caching does not upgrades in time.
As it is shown in fig. 7, in one embodiment, the method is additionally included in the step of the static resource bag downloading the page when page is not accessed, and specifically includes following steps:
Step 702, obtains online accessing page request.
Specifically, online accessing page request refers to access the access request of the online page on server, and this online page is without caching.
Step 704, obtains the class of service belonging to the online page that online accessing page request is asked.
Step 706, downloads the static resource bag of all pages belonging to class of service and caches.
Specifically, each page of website is according to class of service tissue, every kind of corresponding multiple pages of class of service.With reference to Fig. 8, business 1 is the set of preferential related pages, the corresponding preferential page and preferential details page 1 to N etc.;Business N is then another kind of business, the most corresponding multiple pages.After arbitrary page in class of service is accessed, terminal can be downloaded the static resource bag of all pages of this class of service and cache.
After terminal can get the class of service belonging to the online page that online accessing page request is asked, actively download the static resource bag of all pages belonging to class of service.Server after getting the class of service belonging to the online page that online accessing page request is asked, can also push the static resource bag of all pages belonging to class of service to terminal, server download.Terminal specifically can download the static resource bag of all pages belonging to class of service when network idle.
In the present embodiment, the static resource in static resource bag is organized according to class of service, and when the page of terminal access class of service, then triggering terminal downloads the static resource bag of this class of service.Owing to static resource bag downloaded before user to access pages by needs, the data volume of the static resource bag that need to download is undoubtedly huge, and in access service classification during certain page, illustrate that user has and access the potential demand of other page in this class of service, now trigger the static resource bag downloading all pages of this class of service, then can conduct interviews efficiently when other page during user accesses this class of service.
In one embodiment, after the step 304, also include: judge whether to meet offline access condition;If meeting, then perform step 306;If being unsatisfactory for, then send the accessing page request of request accession page, and receive the page data according to accessing page request feedback.
Wherein, offline access condition refers to the condition that should be possessed by the cache access page.If meeting offline access condition, then carrying out offline access, performing step 306 to step 310;If being unsatisfactory for offline access condition, then obtain the accessing page request of accession page, and this accessing page request is sent to server, and receive the page data that server is fed back according to accessing page request.The page data of feedback can include static resource and/or dynamic resource.
In one embodiment, offline access condition includes at least one in following condition: (1), the very first time length playing this accession page from the last visit page is less than the first predetermined time period.(2) the second time span of current time, is packaged from caching static resource last time less than the second predetermined time period.(3), the static resource bag of caching is verified and check results is that the static resource bag cached is not tampered with.
Wherein, very first time length and the second time span can reflect the survival duration of the static resource bag of caching, if survival duration is more than the first predetermined time period or the second predetermined time period, illustrate that the static resource bag survival duration of caching is long, being likely to is not up-to-date static resource bag, now can carry out online access, and the page data that caching server is fed back.If survival duration is less than or equal to the first predetermined time period or the second predetermined time period, then can illustrate that the static resource bag of caching is still the newest, now can carry out offline access.
Verifying the static resource bag of caching, whether the static resource being used for verifying caching is maliciously tampered, and is such as distorted by rogue program or malicious user malice.If being tampered, the static resource bag cached cannot use, and needs to carry out online access, it is also possible to re-downloads the static resource bag that the page is up-to-date.
In the present embodiment, the static resource bag of caching is utilized to carry out offline access when offline access can be carried out by judging whether to meet offline access condition, online access is then carried out, it is ensured that the static resource of caching wraps in and is used properly suitable opportunity when being not available for offline access.
In one embodiment, download and the static resource bag that caches carries the hashed value generated according to the static resource in static resource bag.Also include after step 304 the static resource bag of caching being verified and according to the step that check results processes, specifically including: the hashed value of the static resource in the static resource bag of calculating caching;Judge that the hashed value calculated is the most consistent with the hashed value entrained by the static resource bag of caching;If consistent, then perform step 306.If inconsistent, the accessing page request of request accession page can be sent, and receive the page data according to accessing page request feedback.
Wherein, hashed value refers to utilize hash function by data value after definition domain mapping to the codomain less than definition territory, such as MD5 (MessageDigestAlgorithmMD5, Message Digest Algorithm 5) value or SHA (SecureHashAlgorithm, translations SHA) value etc..
When static resource bag is issued on the server, the hashed value of each resource in static resource bag can be gone out by server operation, and by server the hashed value calculated be carried when terminal downloads static resource bag and be issued to terminal in static resource bag.Static resource in static resource bag and respective Hash value are cached by terminal when downloading to static resource bag.Terminal calculates the hashed value of each static resource in the static resource bag of caching, and compare with the hashed value entrained by the static resource bag of caching, if the static resource bag of consistent explanation caching is not tampered with, then can perform step 306 and carry out offline access to step 310.If the static resource of inconsistent explanation caching is coated and distorts or cache the reason such as make mistakes and cause insincere, then can carry out online access.
In the present embodiment, the static resource bag downloaded and cache carries hashed value, such that it is able to judge whether the static resource bag of caching is tampered when carrying out offline access according to this hashed value, such that it is able to improve the safety of page access.
In one embodiment, the static resource bag downloaded and cache carries the hashed value and signed data generated according to the static resource in static resource bag, and signed data is, according to private key, the hashed value of each static resource in static resource bag is encrypted generation.Also include the step that the static resource bag of caching is verified and processed according to check results after step 304, with reference to Fig. 9, specifically include:
Step 902, decrypts hashed value according to the PKI corresponding with private key from signed data.
Specifically, after static resource bag is issued on the server, the respective hashed value of each static resource in static resource bag is gone out by server operation, according to private key, the hashed value encryption calculated is obtained signed data, and issue the static resource bag carrying hashed value and signed data when issuing static resource bag.What terminal then download server issued carries the static resource bag of hashed value and signed data and caches.
Terminal, when accession page, carries out validation verification to signed data, and such as checking signed data is the most before the deadline, and signed data form is the most correct, it is also possible to according to PKI, signed data is carried out validation verification, such as whether normally can decipher according to PKI.If effectively, decrypting hashed value from signed data according to PKI.Wherein private key and PKI constitute double secret key.
Step 904 is the most effective according to the hashed value entrained by the hashed value verification static resource bag decrypted.If effectively, then performing step 906;If invalid, then perform step 910.
Specifically, the hashed value decrypted can be compared by terminal with the hashed value entrained by static resource bag, if consistent, illustrates that the hashed value carried is effective;If inconsistent, then illustrate that the hashed value carried is invalid.
Step 906, the hashed value of the static resource in the static resource bag of calculating caching.
Specifically, terminal uses hash function identical when calculating hashed value with server to calculate the hashed value of each static resource in the static resource bag of caching.Terminal also can only calculate in static resource bag the hashed value of the static resource needing extraction.
Step 908, it is judged that the hashed value calculated is the most consistent with the hashed value entrained by the static resource bag of caching.If consistent, then perform step 306;If inconsistent, step 910 can be performed.
Specifically, the hashed value calculated is compared by terminal with the hashed value decrypted, if unanimously, illustrates that the static resource bag of caching is not tampered with, then can continue with caching and carry out offline access.Terminal can also judge that the hashed value calculated is the most consistent with the hashed value decrypted.Step 902 can also perform after step 306, and performs step 308 when judging consistent in step 908;Step 902 can also perform after step 308, and performs step 310 when judging consistent in step 908.
Step 910, sends the accessing page request of request accession page, and receives the page data according to accessing page request feedback.
Specifically, terminal to server sends the accessing page request of request accession page, the page data that server is asked to terminal feedback accessing page request according to this accessing page request, terminal receives this page data, and generates, according to this page data, the page that accessing page request is asked.
In the present embodiment, by rivest, shamir, adelman, the hashed value of static resource in static resource table is encrypted generation signed data, and hashed value and signed data are carried in static resource bag.Application program in terminal could decrypt hashed value from signed data when having the PKI mated with the private key on server, thus utilize the hashed value entrained by static resource bag of the hashed value verification caching decrypted, and then whether the static resource bag of recycling hashed value verification caching is tampered, further increase safety.
Illustrating, with reference to Figure 10, business side issues static resource bag according to class of service belonging to the page on the server, and terminal is then from server lookup static resource bag and download, the static resource bag caching that will download, and is updated periodically the static resource bag of caching.When accession page, it may be judged whether meet offline access condition, if meeting, access cache, extracting the static resource of request and generating the corresponding page from caching;If being unsatisfactory for, directly access the page on website.
With reference to Figure 11, server is after the issue application receiving business side, calculate the MD5 value of all static resources in the static resource bag that need to issue, and all MD5 values calculated are formed structural data verify.json according to certain format, use private key that structural data is encrypted, obtain signed data verify.signature, and structural data verify.json and signed data verify.signature is all carried in corresponding static resource bag.Server issues static resource bag to terminal, terminal then downloads this static resource bag, from static resource bag, structural data verify.json and signed data verify.signature is obtained when needs carry out offline access, utilize PKI to decrypt structural data verify.json from signed data verify.signature, and it is the most effective to verify structural data verify.json.If it is valid, the MD5 value in verification structural data verify.json, verify by then extracting the static resource that need to ask from the static resource bag of caching and generating the page.
As shown in figure 12, in one embodiment, it is provided that a kind of webpage generating device 1200, including page address acquisition module 1203, caching static resource resolution module 1204, static resource extraction module 1205 and page generation module 1206.
Page address acquisition module 1203, is used for obtaining accessing page request;Obtain the page address that accessing page request is accessed.
Specifically, page address acquisition module 1203 can detect page access trigger action, thus triggers the access to the page, and page address acquisition module 1203 obtains the page address that page access trigger action is asked to access.Such as page address acquisition module 1203 can be detecting that application program management application triggers the access to the application program management specified page of application when being opened.Page address acquisition module 1203 can also trigger the access to respective page when user clicks on links being detected or forwarding the operation of specific webpage to.Page address can represent with URL.
Caching static resource resolution module 1204, for parsing the document directory structure of the static resource that need to ask according to page address.
Specifically, the page that page address sensing request accesses file on the server, page address includes host address and the file name that need to ask, it is also possible to include the sub-folder title under host address.Separated by directory separator between catalogues at different levels in page address, such that it is able to utilize directory separator to parse the document directory structure of the static resource that need to ask from page address.
Static resource extraction module 1205, for extracting static resource according to the document directory structure parsed from the static resource bag downloaded and cached before the page is accessed.
Specifically, the static resource bag of caching is according to file directory tissue, now static resource extraction module 1205 parses document directory structure according to web page address, the mapping relations between the static resource bag of web page address and caching can be obtained, thus just can extract asked static resource from the static resource bag of caching according to these mapping relations.
Wherein, the page refers to the page that can be accessed by network, such as webpage or be embedded in local interface and pass through the page etc. of Network Capture page data;The page is not accessed refers to that the page is not by this terminal access.Static resource refers to the data that can directly obtain from server for generating the page with document form, is usually identical for different user's static resources.Picture, pattern data (such as CSS, CSS), script file or HTML (HypertextMarkupLanguage, HTML) file in the static resource such as page.Accordingly, dynamic resource is then the resource of change, is usually different for different user dynamic resources, dynamic resource such as database data.
Static resource bag is the set of some static resources, and static resource bag can use the compressed package forms such as zip or rar.Static resource in static resource bag is organized according to file directory, concrete static resource bag can set up main folder according to host address, and under main folder, store file or set up sub-folder, file attaching relation configuration file catalogue between All Files in main folder.With reference to Fig. 4, certain static resource bag sets up main folder test.yyb.com with host address test.yyb.com, navigation page file index.html is stored under main folder, and set up title respectively " cs " " img " or multiple sub-folders of " js " by resource class under main folder, and under sub-folder, store the static resource of respective resources classification.
As shown in figure 13, in one embodiment, webpage generating device 1200 also includes download module 1201 and cache module 1202.
Download module 1201 for downloading the static resource bag of the page when the page is not accessed, and the static resource in static resource bag presses file directory tissue.
Specifically, download module 1201 may specify the page, thus download the static resource bag of specified page from server.Download module 1201 actively can have the page of Downloadable static resource bag from server lookup, thus downloads the static resource bag of respective page.Server can also active push static resource bag being downloaded by download module 1201.
Cache module 1202, for caching the static resource bag of download.
Page generation module 1206, for generating the page according to the static resource extracted.
Specifically, if the page does not include dynamic resource, then page generation module 1206 directly can render the page according to the static resource extracted;If the page includes dynamic resource, then page generation module 1206 from page place server pull dynamic resource, and can render the page according to static resource and dynamic resource.
Above-mentioned webpage generating device 1200, download corresponding static resource bag when the page is not accessed and cache, and the static resource in static resource bag is according to file directory tissue, so after first or first during accession page, the page address accessed by request just can parse the document directory structure of the static resource that need to ask, thus the static resource of request can be extracted and generate the page from caching according to the document directory structure parsed, improve access efficiency.And carry out specification by document directory structure, map accurately between the static resource bag of page address and caching, the static resource in caching can be accurately positioned by page address, efficiently the static resource of caching can be conducted interviews, promote access efficiency further.
As shown in figure 14, in one embodiment, webpage generating device 1200 also includes: check module 1207, for the static resource updated compared to the static resource bag of caching by cyclic check.
Specifically, check that module 1207 can be according to the default cycle, such as every day or every 1 hour etc., the up-to-date static resource bag of the page on the static resource bag of caching and server is compared, if inconsistent, illustrate on server, to there is the static resource bag updated compared to the static resource bag of caching, if consistent, illustrate on server, to there is not the static resource updated compared to the static resource bag of caching.Check that the hashed value of the static resource bag of caching and up-to-date static resource bag, by when the up-to-date static resource bag of the page compares on the static resource bag of caching and server, can be compared by module 1207.
Download module 1201 is additionally operable to the static resource of down loading updating.
Specifically, download module 1201 can only download the static resource updated compared to the static resource bag of caching, it is also possible to downloads the up-to-date static resource bag that the page is complete.
Cache module 1202 is additionally operable to the static resource according to the renewal downloaded and updates the static resource bag of caching.
Specifically, the static resource of download, according to the static resource document directory structure in up-to-date static resource bag downloaded, is joined in the document directory structure of static resource bag of caching by cache module 1202, to be updated the static resource bag of caching in caching.
In the present embodiment, and compared to the static resource that updated of static resource bag of caching the static resource bag of caching is updated by cyclic check, can ensure that the static resource bag of caching is in up-to-date state, it is to avoid the up-to-date page cannot be accessed because caching does not upgrades in time.
In one embodiment, download module 1201 is additionally operable to obtain online accessing page request;Obtain the class of service belonging to the online page that online accessing page request is asked;Download the static resource bag of all pages belonging to class of service.
Cache module 1202, is additionally operable to the static resource bag that caching is downloaded.
Specifically, each page of website is according to class of service tissue, every kind of corresponding multiple pages of class of service.With reference to Fig. 8, business 1 is the set of preferential related pages, the corresponding preferential page and preferential details page 1 to N etc.;Business N is then another kind of business, the most corresponding multiple pages.After arbitrary page in class of service is accessed, terminal can download the static resource bag of all pages of this class of service.
After terminal can get the class of service belonging to the online page that online accessing page request is asked, actively download the static resource bag of all pages belonging to class of service.Server after getting the class of service belonging to the online page that online accessing page request is asked, can also push the static resource bag of all pages belonging to class of service to terminal, server download.Terminal specifically can download the static resource bag of all pages belonging to class of service when network idle.
In the present embodiment, the static resource in static resource bag is organized according to class of service, and when the page of terminal access class of service, then triggering terminal downloads the static resource bag of this class of service.Owing to static resource bag downloaded before user to access pages by needs, the data volume of the static resource bag that need to download is undoubtedly huge, and in access service classification during certain page, illustrate that user has and access the potential demand of other page in this class of service, now trigger the static resource bag downloading all pages of this class of service, then can conduct interviews efficiently when other page during user accesses this class of service.
As shown in figure 15, in one embodiment, webpage generating device 1200 also includes: the first judge module 1208 and page request module 1209.
First judge module 1208, is used for judging whether to meet offline access condition.Wherein, offline access condition refers to the condition that should be possessed by the cache access page.
Page request module 1209, if for being unsatisfactory for offline access condition, then sends the accessing page request of request accession page, and receives the page data according to accessing page request feedback.
If caching static resource resolution module 1204 is additionally operable to meet offline access condition, then parse the document directory structure of the static resource that need to ask according to page address.
In the present embodiment, the static resource bag of caching is utilized to carry out offline access when offline access can be carried out by judging whether to meet offline access condition, online access is then carried out, it is ensured that the static resource of caching wraps in and is used properly suitable opportunity when being not available for offline access.
In one embodiment, offline access condition includes at least one in following condition: (1), the very first time length playing this accession page from the last visit page is less than the first predetermined time period.(2) the second time span of current time, is packaged from caching static resource last time less than the second predetermined time period.(3), the static resource bag of caching is verified and check results is that the static resource bag cached is not tampered with.
In one embodiment, download and the static resource bag that caches carries the hashed value generated according to the static resource in static resource bag.As shown in figure 16, webpage generating device 1200 also includes hashed value computing module 1210 and the second judge module 1211.
Hashed value computing module 1210, the hashed value of the static resource in the static resource bag calculating caching.
Wherein, hashed value refers to utilize hash function by data value after definition domain mapping to the codomain less than definition territory, such as MD5 (MessageDigestAlgorithmMD5, Message Digest Algorithm 5) value or SHA (SecureHashAlgorithm, translations SHA) value etc..
When static resource bag is issued on the server, the hashed value of each resource in static resource bag can be gone out by server operation, and by server the hashed value calculated be carried when terminal downloads static resource bag and be issued to terminal in static resource bag.After download module 1201 downloads to static resource bag, the static resource in static resource bag and respective Hash value are cached by cache module 1202.Hashed value computing module 1210 calculates the hashed value of each static resource in the static resource bag of caching.
Second judge module 1211, for judging that the hashed value calculated is the most consistent with the hashed value entrained by the static resource bag of caching.
Specifically, the second judge module 1211 compares by the hashed value calculated and with the hashed value entrained by the static resource bag of caching, thus judges whether the static resource bag of caching is tampered.
If it is consistent that caching static resource resolution module 1204 is additionally operable to the second judge module 1211 judged result, then parse the document directory structure of the static resource that need to ask according to page address.
Specifically, if the second judge module 1211 is judged as unanimously, illustrates that the static resource bag of caching is not tampered with, then can carry out offline access.Distort or cache the reason such as make mistakes cause insincere if the second judge module 1211 is judged as that the static resource of inconsistent explanation caching is coated, then can carry out online access.
In the present embodiment, the static resource bag downloaded and cache carries hashed value, such that it is able to judge whether the static resource bag of caching is tampered when carrying out offline access according to this hashed value, such that it is able to improve the safety of page access.
In one embodiment, the static resource bag downloaded and cache also carries signed data, and signed data is, according to private key, the hashed value of each static resource in static resource bag is encrypted generation.After static resource bag is issued on the server, the respective hashed value of each static resource in static resource bag is gone out by server operation, according to private key, the hashed value encryption calculated is obtained signed data, and issue the static resource bag carrying hashed value and signed data when issuing static resource bag.What terminal then download server issued carries the static resource bag of hashed value and signed data and caches.
As shown in figure 17, webpage generating device 1200 also includes effectiveness authentication module 1212, for decrypting hashed value from signed data according to the PKI corresponding with private key;The most effective according to the hashed value entrained by the hashed value verification static resource bag decrypted.
Validation verification module 1212 can be also used for when accession page, signed data is carried out validation verification, such as checking signed data is the most before the deadline, signed data form is the most correct, according to PKI, signed data can also be carried out validation verification, such as whether normally can decipher according to PKI.If effectively, decrypting hashed value from signed data according to PKI.Wherein private key and PKI constitute double secret key.
If it is effective that hashed value computing module 1210 is additionally operable to the check results of validation verification module, then calculate the hashed value of static resource in the static resource bag of caching.
In one embodiment, after static resource bag is issued on the server, the respective hashed value of each static resource in static resource bag is gone out by server operation, according to private key, the hashed value encryption calculated is obtained signed data, and issue the static resource bag carrying signed data when issuing static resource bag.
In the present embodiment, by rivest, shamir, adelman, the hashed value of static resource in static resource table is encrypted generation signed data, and hashed value and signed data are carried in static resource bag.Application program in terminal could decrypt hashed value from signed data when having the PKI mated with the private key on server, thus utilize the hashed value entrained by static resource bag of the hashed value verification caching decrypted, and then whether the static resource bag of recycling hashed value verification caching is tampered, further increase safety.
One of ordinary skill in the art will appreciate that all or part of flow process realizing in above-described embodiment method, can be by computer program and complete to instruct relevant hardware, described program can be stored in a computer read/write memory medium, this program is upon execution, it may include such as the flow process of the embodiment of above-mentioned each method.Wherein, described storage medium can be the non-volatile memory mediums such as magnetic disc, CD, read-only store-memory body (Read-OnlyMemory, ROM), or random store-memory body (RandomAccessMemory, RAM) etc..
Each technical characteristic of above example can combine arbitrarily, for making description succinct, all possible combination of each technical characteristic in above-described embodiment is not all described, but, as long as the combination of these technical characteristics does not exist contradiction, all it is considered to be the scope that this specification is recorded.
Above example only have expressed the several embodiments of the present invention, and it describes more concrete and detailed, but can not therefore be construed as limiting the scope of the patent.It should be pointed out that, for the person of ordinary skill of the art, without departing from the inventive concept of the premise, it is also possible to make some deformation and improvement, these broadly fall into protection scope of the present invention.Therefore, the protection domain of patent of the present invention should be as the criterion with claims.

Claims (16)

1. a page generation method, described method includes:
Obtain accessing page request;
Obtain the page address that described accessing page request is accessed;
The document directory structure of the static resource that need to ask is parsed according to described page address;
From the static resource bag downloaded and cached before the page is accessed, static resource is extracted according to the document directory structure parsed;
The described page is generated according to the static resource extracted.
Method the most according to claim 1, it is characterised in that described method also includes:
The static resource updated compared to the static resource bag of caching by cyclic check;
Download the static resource of described renewal;
Static resource according to the described renewal downloaded updates the static resource bag of caching.
Method the most according to claim 1, it is characterised in that described method also includes:
Obtain online accessing page request;
Obtain the class of service belonging to the online page that described online accessing page request is asked;
Download the static resource bag of all pages belonging to described class of service and cache.
Method the most according to claim 1, it is characterised in that after the page address that the described accessing page request of described acquisition is accessed, including:
Judge whether to meet offline access condition;
If meeting, then perform the step of the described document directory structure parsing the static resource that need to ask according to described page address;
If being unsatisfactory for, then the request that sends accesses the accessing page request of the described page, and receives the page data fed back according to described accessing page request.
Method the most according to claim 4, it is characterised in that described offline access condition includes at least one in following condition:
This very first time length accessing the described page is played less than the first predetermined time period from the page described in last visit;
The second time span of current time is packaged less than the second predetermined time period from caching static resource last time;
The static resource bag of caching is verified and check results is that the static resource bag cached is not tampered with.
Method the most according to claim 1, it is characterised in that the described static resource bag downloaded and cache carries the hashed value generated according to the static resource in described static resource bag;Described when accessing the described page, after the page address that the request of acquisition accesses, including:
The hashed value of the static resource in the static resource bag of calculating caching;
Judge that the hashed value calculated is the most consistent with the hashed value entrained by the static resource bag of caching;
If consistent, then perform the step of the described document directory structure parsing the static resource that need to ask according to described page address.
During method the most according to claim 6, it is characterised in that the described static resource bag downloaded and cache also carries signed data, described signed data is, according to private key, the hashed value of each static resource in described static resource bag is encrypted generation;After the page address that the described accessing page request of described acquisition is accessed, also include:
From described signed data, hashed value is decrypted according to the PKI corresponding with described private key;
The most effective according to the hashed value that the hashed value decrypted verifies entrained by described static resource bag;
If the step of the hashed value of the static resource effectively, then performed in the described static resource bag calculating caching.
Method the most according to claim 7, it is characterized in that, after described static resource bag is issued on the server, the respective hashed value of each static resource in described static resource bag is gone out by described server operation, according to described private key, the described hashed value encryption calculated is obtained signed data, and issue the described static resource bag carrying described signed data when issuing described static resource bag.
9. a webpage generating device, it is characterised in that described device includes:
Page address acquisition module, is used for obtaining accessing page request;Obtain the page address that described accessing page request is accessed;
Caching static resource resolution module, for parsing the document directory structure of the static resource that need to ask according to described page address;
Static resource extraction module, for extracting static resource according to the document directory structure parsed from the static resource bag downloaded and cached before the page is accessed;
Page generation module, for generating the described page according to the static resource extracted.
Device the most according to claim 9, it is characterised in that described device also includes:
Check module, for the static resource updated compared to the static resource bag of caching by cyclic check;
Download module, for downloading the static resource of described renewal;
Cache module, updates the static resource bag of caching for the static resource according to the described renewal downloaded.
11. devices according to claim 9, it is characterised in that described device also includes:
Download module, is used for obtaining online accessing page request;Obtain the class of service belonging to the online page that described online accessing page request is asked;Download the static resource bag of all pages belonging to described class of service;
Cache module, for caching the static resource bag of download.
12. devices according to claim 9, it is characterised in that described device also includes:
First judge module, is used for judging whether to meet offline access condition;
Page request module, if for being unsatisfactory for described offline access condition, then the request that sends accesses the accessing page request of the described page, and receives the page data fed back according to described accessing page request;
If described caching static resource resolution module is additionally operable to meet described offline access condition, then parse the document directory structure of the static resource that need to ask according to described page address.
13. devices according to claim 12, it is characterised in that described offline access condition includes at least one in following condition:
This very first time length accessing the described page is played less than the first predetermined time period from the page described in last visit;
The second time span of current time is packaged less than the second predetermined time period from caching static resource last time;
The static resource bag of caching is verified and check results is that the static resource bag cached is not tampered with.
14. devices according to claim 9, it is characterised in that the described static resource bag downloaded and cache carries the hashed value generated according to the static resource in described static resource bag;Described device also includes:
Hashed value computing module, the hashed value of the static resource in the static resource bag calculating caching;
Second judge module, for judging that the hashed value calculated is the most consistent with the hashed value entrained by the static resource bag of caching;
If it is consistent that described caching static resource resolution module is additionally operable to described second judge module judged result, then parse the document directory structure of the static resource that need to ask according to described page address.
During 15. device according to claim 14, it is characterised in that the described static resource bag downloaded and cache also carries signed data, described signed data is, according to private key, the hashed value of each static resource in described static resource bag is encrypted generation;Described device also includes:
Validation verification module, for decrypting hashed value according to the PKI corresponding with described private key from described signed data;The most effective according to the hashed value that the hashed value decrypted verifies entrained by described static resource bag;
If it is effective that described hashed value computing module is additionally operable to the check results of described validation verification module, then calculate the hashed value of static resource in the static resource bag of caching.
16. devices according to claim 15, it is characterized in that, after described static resource bag is issued on the server, the respective hashed value of each static resource in described static resource bag is gone out by described server operation, according to described private key, the described hashed value encryption calculated is obtained signed data, and issue the described static resource bag carrying described signed data when issuing described static resource bag.
CN201610147582.5A 2016-03-15 2016-03-15 Page generation method and device Active CN105824909B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610147582.5A CN105824909B (en) 2016-03-15 2016-03-15 Page generation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610147582.5A CN105824909B (en) 2016-03-15 2016-03-15 Page generation method and device

Publications (2)

Publication Number Publication Date
CN105824909A true CN105824909A (en) 2016-08-03
CN105824909B CN105824909B (en) 2020-05-29

Family

ID=56987320

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610147582.5A Active CN105824909B (en) 2016-03-15 2016-03-15 Page generation method and device

Country Status (1)

Country Link
CN (1) CN105824909B (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106598567A (en) * 2016-11-03 2017-04-26 广州凯耀资产管理有限公司 Method and device for displaying page elements on terminal equipment
CN107105336A (en) * 2017-04-19 2017-08-29 腾讯科技(深圳)有限公司 Data processing method and data processing equipment
CN108241689A (en) * 2016-12-26 2018-07-03 广州市动景计算机科技有限公司 Page resource acquisition methods, device and client device
CN108287836A (en) * 2017-01-09 2018-07-17 腾讯科技(深圳)有限公司 A kind of resource caching method and device
CN108287839A (en) * 2017-01-09 2018-07-17 阿里巴巴集团控股有限公司 A kind of page loading method and equipment
CN108347479A (en) * 2018-01-26 2018-07-31 政采云有限公司 More warehouse static resource method for uploading based on content distributing network and system
CN109474563A (en) * 2017-09-08 2019-03-15 阿里巴巴集团控股有限公司 Processing, providing method, client and the server of file stream
CN109547838A (en) * 2018-12-06 2019-03-29 青岛海信传媒网络技术有限公司 The processing method and processing device of video window
CN109933737A (en) * 2019-03-22 2019-06-25 中国工商银行股份有限公司 Webpage processing method, apparatus and system
WO2019137214A1 (en) * 2018-01-09 2019-07-18 阿里巴巴集团控股有限公司 Page display method and device
CN110515631A (en) * 2019-08-23 2019-11-29 掌阅科技股份有限公司 Using the generation method of installation data packet, server and computer storage medium
CN112015485A (en) * 2020-08-14 2020-12-01 北京达佳互联信息技术有限公司 Page display method and device, electronic equipment and storage medium
CN112261090A (en) * 2020-09-28 2021-01-22 成都长虹网络科技有限责任公司 Web data processing method and device, computer equipment and readable storage medium
CN112395191A (en) * 2020-11-16 2021-02-23 北京五八信息技术有限公司 Information processing method and device
CN112632440A (en) * 2020-12-18 2021-04-09 西安博达软件股份有限公司 Static resource generation method for teacher personal homepage based on watermark characteristic rule string
CN112887362A (en) * 2021-01-08 2021-06-01 重庆锐明信息技术有限公司 Equipment access method, equipment access device and server
CN113158098A (en) * 2020-01-07 2021-07-23 百度在线网络技术(北京)有限公司 Page generation method, device, equipment and medium
CN113268261A (en) * 2021-07-16 2021-08-17 北京乐学帮网络技术有限公司 Page content display method and device and electronic equipment
CN116980233A (en) * 2023-09-21 2023-10-31 宝略科技(浙江)有限公司 Authorization verification method, system and medium for discrete data high-frequency access

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102438045A (en) * 2011-12-07 2012-05-02 深圳市深信服电子科技有限公司 Method and system for pre-fetching web page, and method for accessing web page
CN103218434A (en) * 2013-04-15 2013-07-24 北京小米科技有限责任公司 Method and device for loading static resource
CN103617165A (en) * 2013-10-22 2014-03-05 小米科技有限责任公司 Picture loading method, device and terminal
CN103870487A (en) * 2012-12-13 2014-06-18 腾讯科技(深圳)有限公司 Webpage file processing method and mobile terminal

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102438045A (en) * 2011-12-07 2012-05-02 深圳市深信服电子科技有限公司 Method and system for pre-fetching web page, and method for accessing web page
CN103870487A (en) * 2012-12-13 2014-06-18 腾讯科技(深圳)有限公司 Webpage file processing method and mobile terminal
CN103218434A (en) * 2013-04-15 2013-07-24 北京小米科技有限责任公司 Method and device for loading static resource
CN103617165A (en) * 2013-10-22 2014-03-05 小米科技有限责任公司 Picture loading method, device and terminal

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106598567A (en) * 2016-11-03 2017-04-26 广州凯耀资产管理有限公司 Method and device for displaying page elements on terminal equipment
CN108241689A (en) * 2016-12-26 2018-07-03 广州市动景计算机科技有限公司 Page resource acquisition methods, device and client device
CN108287839B (en) * 2017-01-09 2022-01-28 阿里巴巴集团控股有限公司 Page loading method and equipment
CN108287836A (en) * 2017-01-09 2018-07-17 腾讯科技(深圳)有限公司 A kind of resource caching method and device
CN108287839A (en) * 2017-01-09 2018-07-17 阿里巴巴集团控股有限公司 A kind of page loading method and equipment
CN108287836B (en) * 2017-01-09 2022-09-13 腾讯科技(深圳)有限公司 Resource caching method and device
CN107105336A (en) * 2017-04-19 2017-08-29 腾讯科技(深圳)有限公司 Data processing method and data processing equipment
CN109474563A (en) * 2017-09-08 2019-03-15 阿里巴巴集团控股有限公司 Processing, providing method, client and the server of file stream
WO2019137214A1 (en) * 2018-01-09 2019-07-18 阿里巴巴集团控股有限公司 Page display method and device
TWI688282B (en) * 2018-01-09 2020-03-11 香港商阿里巴巴集團服務有限公司 Page display method and device
CN108347479B (en) * 2018-01-26 2020-12-18 政采云有限公司 Multi-warehouse static resource uploading method and system based on content distribution network
CN108347479A (en) * 2018-01-26 2018-07-31 政采云有限公司 More warehouse static resource method for uploading based on content distributing network and system
CN109547838A (en) * 2018-12-06 2019-03-29 青岛海信传媒网络技术有限公司 The processing method and processing device of video window
CN109933737A (en) * 2019-03-22 2019-06-25 中国工商银行股份有限公司 Webpage processing method, apparatus and system
CN110515631A (en) * 2019-08-23 2019-11-29 掌阅科技股份有限公司 Using the generation method of installation data packet, server and computer storage medium
CN113158098B (en) * 2020-01-07 2024-03-19 百度在线网络技术(北京)有限公司 Page generation method, device, equipment and medium
CN113158098A (en) * 2020-01-07 2021-07-23 百度在线网络技术(北京)有限公司 Page generation method, device, equipment and medium
CN112015485A (en) * 2020-08-14 2020-12-01 北京达佳互联信息技术有限公司 Page display method and device, electronic equipment and storage medium
CN112261090A (en) * 2020-09-28 2021-01-22 成都长虹网络科技有限责任公司 Web data processing method and device, computer equipment and readable storage medium
CN112261090B (en) * 2020-09-28 2022-06-17 成都长虹网络科技有限责任公司 Web data processing method and device, computer equipment and readable storage medium
CN112395191A (en) * 2020-11-16 2021-02-23 北京五八信息技术有限公司 Information processing method and device
CN112632440A (en) * 2020-12-18 2021-04-09 西安博达软件股份有限公司 Static resource generation method for teacher personal homepage based on watermark characteristic rule string
CN112632440B (en) * 2020-12-18 2023-01-24 西安博达软件股份有限公司 Static resource generation method for teacher personal homepage based on watermark characteristic rule string
CN112887362A (en) * 2021-01-08 2021-06-01 重庆锐明信息技术有限公司 Equipment access method, equipment access device and server
CN112887362B (en) * 2021-01-08 2023-03-10 重庆锐明信息技术有限公司 Equipment access method, equipment access device and server
CN113268261A (en) * 2021-07-16 2021-08-17 北京乐学帮网络技术有限公司 Page content display method and device and electronic equipment
CN116980233A (en) * 2023-09-21 2023-10-31 宝略科技(浙江)有限公司 Authorization verification method, system and medium for discrete data high-frequency access
CN116980233B (en) * 2023-09-21 2024-01-30 宝略科技(浙江)有限公司 Authorization verification method and system for discrete data during high-frequency access

Also Published As

Publication number Publication date
CN105824909B (en) 2020-05-29

Similar Documents

Publication Publication Date Title
CN105824909A (en) Page generation method and device
CN108540459B (en) Data storage method, device, system, electronic equipment and computer readable medium
CN109257340B (en) Website tamper-proof system and method based on block chain
US9356965B2 (en) Method and system for providing transparent trusted computing
CN109639661B (en) Server certificate updating method, device, equipment and computer readable storage medium
US9614862B2 (en) System and method for webpage analysis
US10754634B1 (en) Customized application package with context specific token
CN110866198B (en) Static resource caching method, system, device, computer equipment and storage medium
US20170346802A1 (en) Out of box experience application api integration
US10397191B2 (en) Passing content securely from web browsers to computer applications
CN110929183B (en) Data processing method, device and machine-readable medium
CN106940651A (en) POS terminal method for upgrading software and device
CN110502602B (en) Data storage method, device, equipment and computer storage medium
CN110708335A (en) Access authentication method and device and terminal equipment
CN113505318A (en) Short link generation method, device, equipment and storage medium
CN110795663B (en) Webpage loading method and equipment
CN112241298A (en) Page display method and device, storage medium and electronic device
US11232190B2 (en) Device attestation techniques
US11138287B1 (en) System for reducing size of transmitted content
CN113378147A (en) Method for user to log in service platform
US9397995B2 (en) Information processing apparatus and user authentication method
AU2013237707B2 (en) Prevention of forgery of web requests to a server
CN113364848B (en) File caching method and device, electronic equipment and storage medium
CN109002710A (en) A kind of detection method, device and computer readable storage medium
CN110460685B (en) User unique identifier processing method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant