CN107729331A - A kind of method of Mobile solution cache HTML5 page resources - Google Patents

A kind of method of Mobile solution cache HTML5 page resources Download PDF

Info

Publication number
CN107729331A
CN107729331A CN201610654644.1A CN201610654644A CN107729331A CN 107729331 A CN107729331 A CN 107729331A CN 201610654644 A CN201610654644 A CN 201610654644A CN 107729331 A CN107729331 A CN 107729331A
Authority
CN
China
Prior art keywords
cache
mobile solution
local
network request
list
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.)
Pending
Application number
CN201610654644.1A
Other languages
Chinese (zh)
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.)
Van (shanghai) Education And Technology Co Ltd
Original Assignee
Van (shanghai) Education And Technology 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 Van (shanghai) Education And Technology Co Ltd filed Critical Van (shanghai) Education And Technology Co Ltd
Priority to CN201610654644.1A priority Critical patent/CN107729331A/en
Publication of CN107729331A publication Critical patent/CN107729331A/en
Pending legal-status Critical Current

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/9577Optimising the visualization of content, e.g. distillation of HTML documents

Abstract

The present invention relates to a kind of method of Mobile solution cache HTML5 page resources, it is characterised in that comprises the following steps:1) data model for the cache resources list that setting Mobile solution is asked to background server;2) when starting Mobile solution, the request for obtaining cache resources list is sent to background server, and local cache resources list and the corresponding cache resources of loading are updated according to the return value of background server;3) during the Mobile solution caching HTML5 pages, the network request that Mobile solution is sent to background server is intercepted, and network request object information is obtained according to network request and local cache resources list.Compared with prior art, the present invention has can realize the timely refreshings of the H5 pages in App, being capable of dynamic control the advantages that needing the H5 resources cached.

Description

A kind of method of Mobile solution cache HTML5 page resources
Technical field
The present invention relates to software technology field, more particularly, to a kind of Mobile solution cache HTML5 page resources Method.
Background technology
Native applications occupy 90% market share before 2015, but with HTML5 (abbreviation H5) final version, Hybird App (mixed mode Mobile solution) also become a kind of trend, and the nowadays application of the in the market overwhelming majority can all use More or less H5 pages, reason is very simple, and the iteration in H5 faces need not audit, but the H5 pages also have its shortcoming, be exactly page Face loading can not reach primary effect.
H5 prior arts:Nowadays the H5 pages have had a set of caching mechanism of oneself.H5 page resources can be buffered in CDN On the node of (Content Delivery Network, content distributing network), but in some cases when user updates H5 pages Find that the page does not flush to newest H5 resources during face, then just can be with after CDN node is repeatedly refreshed, and when using Do the second in limited time and be also required to the H5 pages when kill and refresh in time in family, it is clear that be so the in-mind anticipation for not conforming to symbol user.
App prior arts:Primary App caching nowadays for relative maturity, but there is also have its distinct disadvantage: First, not having substantially to H5 caching mechanism, place one's entire reliance upon caching mechanism of the browser for H5;Second, the code of caching Solidification, does not support dynamic buffering.
So it is necessary to research and develop a kind of method on Mobile solution cache H5 page resources under this prospect.
The content of the invention
It is an object of the present invention to overcome the above-mentioned drawbacks of the prior art and provide a kind of Mobile solution at a high speed The method for caching HTML5 page resources, there is the timely refreshing that the H5 pages can be realized in App, being capable of dynamic control needs The advantages of H5 resources of caching.
The purpose of the present invention can be achieved through the following technical solutions:
A kind of method of Mobile solution cache HTML5 page resources comprises the following steps:
1) data model for the cache resources list that setting Mobile solution is asked to background server, the cache resources name Singly include:Whether the first mark, the mark whether mark opens caching master switch open the second mark of white list, server version This information, the local file directory for needing to delete, the white list for needing to cache, the domain name catalogue for needing to cache, needs cache The url addresses specified;
2) when starting Mobile solution, the request for obtaining cache resources list is sent to background server, and take according to backstage The cache resources list and the corresponding cache resources of loading of the return value renewal local of business device;
3) during the Mobile solution caching HTML5 pages, the network request that Mobile solution is sent to background server, and root are intercepted Network request object information is obtained according to network request and local cache resources list.
The step 2) specifically includes following steps:
201) when starting Mobile solution, the request for obtaining cache resources list is sent to background server;
202) whether the request for judging to obtain cache resources list succeeds, if so, step 204) is then performed, if it is not, then holding Row step 203);
203) it is defined by the cache resources list being locally stored, performs step 206);
204) judge whether to need to update local cache resources list, if so, then performing step 205), perform step if not It is rapid 203);
205) the local cache resources list of value renewal is beamed back according to background server, and deletes and be stored in local delay The content for the local file directory for needing to delete in resource list is deposited, performs step 206);
206) according to local cache resources list by need cache white list, need cache domain name catalogue, needs Cache resources corresponding to the url addresses specified of caching are loaded into the device memory of operation Mobile solution respectively.
The step 3) specifically includes following steps:
301) during the Mobile solution caching HTML5 pages, the network request that Mobile solution is sent to background server is intercepted;
302) judge to cache whether master switch is opened, if so, performing step 303), perform step 308) if not;
303) this network request is judged whether in cache resources list, if so, step 304) is performed, if it is not, performing Step 308);
304) judge locally whether be cached this network request, if so, step 305) is performed, if it is not, performing step 309);
305) judge whether local cache resource is expired corresponding to this network request, if so, step 307) is performed, if It is no, perform step 306);
306) local cache resource is returned into network request, performs step 314);
307) network request of local cache is deleted, performs step 309);
308) network request intercepted is sent, and receives the request results information of background server return, perform step It is rapid 314);
309) network request intercepted is sent, and judges whether network request succeeds, if so, step 310) is performed, If it is not, perform step 314);
310) whether the version information for judging to beam back after network request success and the version information being locally stored are identical, if It is that local cache resource is then returned into network request, performs step 314), if it is not, then performs step 311);
311) this network request is temporarily retained, and asking for renewal cache resources list is sent to background server Ask;
312) the local cache resources list of value renewal is beamed back according to background server, and deletes and be stored in local delay Deposit the content for the local file directory for needing to delete in resource list;
313) according to local cache resources list by need cache white list, need cache domain name catalogue, needs Cache resources corresponding to the url addresses specified of caching are loaded into the device memory of operation Mobile solution respectively, jump to step It is rapid 301);
314) this network request terminates.
If the holding time of local cache resource reaches the time threshold of setting, local cache money in the step 305) Source is expired, the time threshold T of the settingsMeet below equation:
In formula, a represents the time interval of unified standard,Represent in time interval a every time using the interval of Mobile solution Time average, α represent interval time average valueShared proportion parameter, f represent to use Mobile solution in time interval a Frequency, β represents the proportion parameter shared by frequency f,Represent that the device memory of operation Mobile solution in time interval a is averaged Value, u represent the device memory value of unified standard, and γ represents differenceShared proportion parameter.
The span of the time interval a is 3-7 days.
This method also includes step 4):When exiting Mobile solution, local expired cache file is deleted.
The step 4) specifically includes following steps:
401) when exiting Mobile solution, local all cache file catalogues are obtained;
402) each cache file is traveled through, judges whether cache file is expired, if so, step 403) is then performed, if it is not, Then perform step 404);
403) expired cache file is deleted, completes exiting for Mobile solution.
Compared with prior art, the present invention has advantages below:
1st, the present invention utilizes the characteristic of client (App) platform, establishes model in cache resources list by step 1), is The data model basis that dynamic buffering provides, by step 2) in application program launching, updates memory buffers resource name immediately It is single, to obtain the basic buffer setting of the App loading H5 pages so that follow-up H5 pages loading can it is personalized, by setting rule The preloading page is carried out, the filtering asked all-network, and back office interface control are realized by step 3), establish caching brush New mechanism, to realize dynamic buffering of the H5 pages in App, finally using step 4), cache flush and deleting mechanism are integrated, App can discharge internal memory in time after exiting, and can ensure again newest data cached when having enough memory spaces and storage Between, the timely refreshings of the H5 pages can be realized in App by having, being capable of dynamic control the advantages of needing the H5 resources cached.
2nd, the inventive method is not high to hardware requirement, it is only necessary to internal processes are modified, are not only applicable primary APP's Network request, H5 network request is also compatible with, application easy to spread, the Experience Degree that user uses App can be substantially improved.
3rd, the inventive method is directed to data cached deleting mechanism, proposes, using dynamic time threshold as criterion, to make Must delete Rule of judgment simultaneously with every time using Mobile solution interval time average value, using Mobile solution frequency, operation The device memory average value of Mobile solution etc. is relevant, can be preferably compared to the existing setting set time as criterion Distinct device operation App environment is adapted to, is advantageous to realize timely refreshing and the dynamic buffering of the H5 pages in App.
Brief description of the drawings
Fig. 1 is the overall flow figure of the inventive method;
Fig. 2 is workflow diagram when Mobile solution starts;
Fig. 3 is workflow diagram when Mobile solution sends network request;
Fig. 4 is the workflow diagram at the end of Mobile solution.
Embodiment
The present invention is described in detail with specific embodiment below in conjunction with the accompanying drawings.The present embodiment is with technical solution of the present invention Premised on implemented, give detailed embodiment and specific operating process, but protection scope of the present invention is not limited to Following embodiments.
As shown in figure 1, a kind of method of Mobile solution cache HTML5 page resources comprises the following steps:
1) data model for the cache resources list that setting Mobile solution is asked to background server, cache resources list bag Include:Whether the first mark, the mark whether mark opens caching master switch open the second mark of white list, server version letter What breath, the local file directory for needing to delete, the white list for needing to cache, the domain name catalogue for needing to cache, needs cached specifies Url addresses.
2) when starting Mobile solution, the request for obtaining cache resources list is sent to background server, and take according to backstage The cache resources list and the corresponding cache resources of loading of the return value renewal local of business device.
3) during the Mobile solution caching HTML5 pages, the network request that Mobile solution is sent to background server, and root are intercepted Network request object information is obtained according to network request and local cache resources list.
4) when exiting Mobile solution, local expired cache file is deleted.
By taking an IOS system mobile phone equipped with App as an example, the H5 pages are loaded with this App, the APP is connect by server Mouth and server interaction data, wherein, it is expressed as from the code of the data model of the cache resources list of server request:
“Code”:Solicited status return value, it is successfully ture, is unsuccessfully false;
“Message”:Return information field, it is successfully OK, is unsuccessfully corresponding error message;
“Result”:Returning result collection;
“isCache”:Whether unlatching caches, and opens as ture, is not turned on as false;
“isWithe”:Whether open white list, open as ture, be not turned on as false, when for false when and caching open Open, then enable local list;
“version”:Version information, such as version number, for comparing with the version information inside request header information, work as clothes The version number of server adds 1 during business device upgraded version;
“delete”:Need the local file directory deleted;
“withe”:Need the white list cached;
“domain”:Need the domain name catalogue cached;
“url”:The url addresses specified for needing to cache.
As shown in Fig. 2 step 2) specifically includes following steps:
201) when starting Mobile solution, the request for obtaining cache resources list is sent to background server;
202) whether the request for judging to obtain cache resources list succeeds, if so, step 204) is then performed, if it is not, then holding Row step 203);
203) it is defined by the cache resources list being locally stored, performs step 206);
204) judge whether to need to update local cache resources list, if so, then performing step 205), perform step if not It is rapid 203);
205) the local cache resources list of value renewal is beamed back according to background server, and deletes and be stored in local delay The content for the local file directory (delete lists) for needing to delete in resource list is deposited, performs step 206);
206) according to local cache resources list by need cache white list, need cache domain name catalogue, needs Cache resources corresponding to the url addresses specified of caching are loaded into the device memory of operation Mobile solution respectively.
As shown in figure 3, step 3) specifically includes following steps (by taking iOS as an example, Android scheme is similarly):
301) during the URL addresses of the Mobile solution caching HTML5 pages, the net that Mobile solution is sent to background server is intercepted Network asks (NSURLProtocol);
302) judge to cache whether master switch is opened, if so, performing step 303), perform step 308) if not;
303) this network request is judged whether in cache resources list, if so, step 304) is performed, if it is not, performing Step 308);
304) judge locally whether be cached this network request, if so, step 305) is performed, if it is not, performing step 309);
305) judge whether local cache resource is expired corresponding to this network request, if so, step 307) is performed, if It is no, perform step 306);
306) local cache resource is returned into network request, performs step 314);
307) network request of local cache is deleted, performs step 309);
308) network request intercepted is sent, and receives the request results information of background server return, perform step It is rapid 314);
309) network request intercepted is sent, and judges whether network request succeeds, if so, step 310) is performed, If it is not, perform step 314);
310) version information (version information included in head response) beamed back after judging network request successfully and local Whether the version information of storage is identical, if so, local cache resource then is returned into network request, performs step 314), if it is not, Then perform step 311);
311) App temporarily retains this network request (i.e. hold is lived), and sends renewal caching to background server The request (needing simultaneously operating) of resource list;
312) the local cache resources list of value renewal is beamed back according to background server, and deletes and be stored in local delay Deposit the content (asynchronous operation) for the local file directory for needing to delete in resource list;
313) according to local cache resources list by need cache white list, need cache domain name catalogue, needs Cache resources corresponding to the url addresses specified of caching are loaded into the device memory of operation Mobile solution respectively, are then needed Resend request that hold lives (because what this hold request ask is not newest resource, asynchronous operation), jump Go to step 301);
314) this network request terminates.
If the holding time of local cache resource reaches the time threshold of setting, local cache resource mistake in step 305) Phase, the time threshold T of settingsMeet below equation:
In formula, a represents the time interval of unified standard,Represent in time interval a every time using the interval of Mobile solution Time average, α represent interval time average valueShared proportion parameter, f represent to use Mobile solution in time interval a Frequency, β represents the proportion parameter shared by frequency f,Represent that the device memory of operation Mobile solution in time interval a is averaged Value, u represent the device memory value of unified standard, and γ represents differenceShared proportion parameter.
Time interval a span is 3-7 days, is given tacit consent to 3 days.
As shown in figure 4, step 4) specifically includes following steps:
401) when exiting Mobile solution, local all cache file catalogues are obtained;
402) each cache file is traveled through, judging cache file, whether expired (expired judgment mode can be the same as step 305) Interior), if so, step 403) is then performed, if it is not, then performing step 404);
403) expired cache file is deleted, completes exiting for Mobile solution.
The present invention utilizes the characteristic of client (App) platform, establishes model in cache resources list by step 1), is The data model basis that state caching provides, by step 2) in application program launching, updates memory buffers resource list immediately, To obtain the basic buffer setting of the App loading H5 pages so that follow-up H5 pages loading can it is personalized, by setting rule to carry out The page is preloaded, the filtering asked all-network, and back office interface control are realized by step 3), establish cache flush machine System, to realize dynamic buffering of the H5 pages in App, finally utilize step 4), comprehensive cache flush and deleting mechanism, in App Internal memory can be discharged after exiting in time, can ensure newest data cached there is enough memory spaces and storage time again.
To sum up, the present invention can realize the timely refreshings of the H5 pages in App, can dynamic control need the H5 moneys that cache Source, and this mode is not only applicable primary APP network request, is also compatible with H5 network request.

Claims (7)

  1. A kind of 1. method of Mobile solution cache HTML5 page resources, it is characterised in that comprise the following steps:
    1) data model for the cache resources list that setting Mobile solution is asked to background server, the cache resources list bag Include:Whether the first mark, the mark whether mark opens caching master switch open the second mark of white list, server version letter What breath, the local file directory for needing to delete, the white list for needing to cache, the domain name catalogue for needing to cache, needs cached specifies Url addresses;
    2) when starting Mobile solution, the request for obtaining cache resources list is sent to background server, and according to background server The local cache resources list and the corresponding cache resources of loading of return value renewal;
    3) during the Mobile solution caching HTML5 pages, the network request that Mobile solution is sent to background server is intercepted, and according to net Network is asked and local cache resources list obtains network request object information.
  2. A kind of 2. method of Mobile solution cache HTML5 page resources according to claim 1, it is characterised in that The step 2) specifically includes following steps:
    201) when starting Mobile solution, the request for obtaining cache resources list is sent to background server;
    202) whether the request for judging to obtain cache resources list succeeds, if so, step 204) is then performed, if it is not, then performing step It is rapid 203);
    203) it is defined by the cache resources list being locally stored, performs step 206);
    204) judge whether to need to update local cache resources list, if so, then performing step 205), perform step if not 203);
    205) the local cache resources list of value renewal is beamed back according to background server, and deletes and be stored in local caching money The content of local file directory deleted is needed in parent name list, performs step 206);
    206) according to local cache resources list by need cache white list, need cache domain name catalogue, need to cache The url addresses specified corresponding to cache resources be loaded into respectively operation Mobile solution device memory in.
  3. A kind of 3. method of Mobile solution cache HTML5 page resources according to claim 1, it is characterised in that The step 3) specifically includes following steps:
    301) during the Mobile solution caching HTML5 pages, the network request that Mobile solution is sent to background server is intercepted;
    302) judge to cache whether master switch is opened, if so, performing step 303), perform step 308) if not;
    303) this network request is judged whether in cache resources list, if so, step 304) is performed, if it is not, performing step 308);
    304) judge locally whether be cached this network request, if so, step 305) is performed, if it is not, performing step 309);
    305) judge whether local cache resource is expired corresponding to this network request, if so, step 307) is performed, if it is not, holding Row step 306);
    306) local cache resource is returned into network request, performs step 314);
    307) network request of local cache is deleted, performs step 309);
    308) network request intercepted is sent, and receives the request results information of background server return, perform step 314);
    309) network request intercepted is sent, and judges whether network request succeeds, if so, step 310) is performed, if it is not, Perform step 314);
    310) whether the version information for judging to beam back after network request success and the version information being locally stored are identical, if so, then Local cache resource is returned into network request, performs step 314), if it is not, then performing step 311);
    311) this network request is temporarily retained, and the request of renewal cache resources list is sent to background server;
    312) the local cache resources list of value renewal is beamed back according to background server, and deletes and be stored in local caching money The content of local file directory deleted is needed in parent name list;
    313) according to local cache resources list by need cache white list, need cache domain name catalogue, need to cache The url addresses specified corresponding to cache resources be loaded into respectively operation Mobile solution device memory in, jump to step 301);
    314) this network request terminates.
  4. A kind of 4. method of Mobile solution cache HTML5 page resources according to claim 3, it is characterised in that If the holding time of local cache resource reaches the time threshold of setting in the step 305), local cache resource is expired, The time threshold T of the settingsMeet below equation:
    <mrow> <msub> <mi>T</mi> <mi>s</mi> </msub> <mo>=</mo> <mi>a</mi> <mo>+</mo> <mover> <mrow> <mi>&amp;Delta;</mi> <mi>T</mi> </mrow> <mo>&amp;OverBar;</mo> </mover> <mo>&amp;CenterDot;</mo> <mi>&amp;alpha;</mi> <mo>-</mo> <mi>f</mi> <mo>&amp;CenterDot;</mo> <mi>&amp;beta;</mi> <mo>+</mo> <mrow> <mo>(</mo> <mover> <mi>U</mi> <mo>&amp;OverBar;</mo> </mover> <mo>-</mo> <mi>u</mi> <mo>)</mo> </mrow> <mo>&amp;CenterDot;</mo> <mi>&amp;gamma;</mi> </mrow>
    In formula, a represents the time interval of unified standard,Represent in time interval a every time using the interval time of Mobile solution Average value, α represent interval time average valueShared proportion parameter, f are represented in time interval a using the frequency of Mobile solution Rate, β represent the proportion parameter shared by frequency f,Represent the device memory average value of operation Mobile solution in time interval a, u tables Show the device memory value of unified standard, γ represents differenceShared proportion parameter.
  5. A kind of 5. method of Mobile solution cache HTML5 page resources according to claim 4, it is characterised in that The span of the time interval a is 3-7 days.
  6. A kind of 6. method of Mobile solution cache HTML5 page resources according to claim 1, it is characterised in that This method also includes step 4):When exiting Mobile solution, local expired cache file is deleted.
  7. A kind of 7. method of Mobile solution cache HTML5 page resources according to claim 6, it is characterised in that The step 4) specifically includes following steps:
    401) when exiting Mobile solution, local all cache file catalogues are obtained;
    402) each cache file is traveled through, judges whether cache file is expired, if so, step 403) is then performed, if it is not, then holding Row step 404);
    403) expired cache file is deleted, completes exiting for Mobile solution.
CN201610654644.1A 2016-08-11 2016-08-11 A kind of method of Mobile solution cache HTML5 page resources Pending CN107729331A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610654644.1A CN107729331A (en) 2016-08-11 2016-08-11 A kind of method of Mobile solution cache HTML5 page resources

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610654644.1A CN107729331A (en) 2016-08-11 2016-08-11 A kind of method of Mobile solution cache HTML5 page resources

Publications (1)

Publication Number Publication Date
CN107729331A true CN107729331A (en) 2018-02-23

Family

ID=61199522

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610654644.1A Pending CN107729331A (en) 2016-08-11 2016-08-11 A kind of method of Mobile solution cache HTML5 page resources

Country Status (1)

Country Link
CN (1) CN107729331A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108416016A (en) * 2018-03-05 2018-08-17 北京云端智度科技有限公司 A kind of CDN is by prefix caching sweep-out method and system
CN108563470A (en) * 2018-03-06 2018-09-21 北京酷我科技有限公司 The loaded and optimized strategy of web page under a kind of iOS
CN108600382A (en) * 2018-04-28 2018-09-28 广州联欣信息科技有限公司 A kind of method and computer readable storage medium of the APP content cachings in internet off-line
CN108762754A (en) * 2018-04-26 2018-11-06 福建天泉教育科技有限公司 A kind of method and terminal of H5 pages dynamic skin change in native applications
CN108804707A (en) * 2018-06-21 2018-11-13 腾讯科技(深圳)有限公司 A kind of page processing method, device and relevant device
CN109740079A (en) * 2018-10-29 2019-05-10 深圳壹账通智能科技有限公司 Loading method, device and the computer equipment of the H5 page
CN110162727A (en) * 2019-05-29 2019-08-23 上海有谱网络科技有限公司 The method of android system HTML5 resource local cache
CN112988284A (en) * 2021-05-13 2021-06-18 太平金融科技服务(上海)有限公司 Application program starting method and device, computer equipment and storage medium

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108416016A (en) * 2018-03-05 2018-08-17 北京云端智度科技有限公司 A kind of CDN is by prefix caching sweep-out method and system
CN108563470A (en) * 2018-03-06 2018-09-21 北京酷我科技有限公司 The loaded and optimized strategy of web page under a kind of iOS
CN108762754A (en) * 2018-04-26 2018-11-06 福建天泉教育科技有限公司 A kind of method and terminal of H5 pages dynamic skin change in native applications
CN108600382A (en) * 2018-04-28 2018-09-28 广州联欣信息科技有限公司 A kind of method and computer readable storage medium of the APP content cachings in internet off-line
CN108804707A (en) * 2018-06-21 2018-11-13 腾讯科技(深圳)有限公司 A kind of page processing method, device and relevant device
CN108804707B (en) * 2018-06-21 2024-01-09 深圳市雅阅科技有限公司 Page processing method and device and related equipment
CN109740079A (en) * 2018-10-29 2019-05-10 深圳壹账通智能科技有限公司 Loading method, device and the computer equipment of the H5 page
CN110162727A (en) * 2019-05-29 2019-08-23 上海有谱网络科技有限公司 The method of android system HTML5 resource local cache
CN112988284A (en) * 2021-05-13 2021-06-18 太平金融科技服务(上海)有限公司 Application program starting method and device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN107729331A (en) A kind of method of Mobile solution cache HTML5 page resources
US7882181B2 (en) Minimizing data transfer from POP3 servers
US10083056B2 (en) Session transfer and suspension in a remote access application framework
CN107741977B (en) System and method for synchronizing actions in the background of an application
CN102193926B (en) A kind of manuscript management method and system based on the on-line automatic preservation of manuscript
US8131809B2 (en) Online archiving of message objects
US7734792B2 (en) Secure tunnel domain name management
US20150046519A1 (en) Programming model for synchronizing browser caches across devices and web services
US20030110266A1 (en) Apparatus and method of using session state data across sessions
US20120278281A1 (en) Storing metadata inside file to reference shared version of file
US11269816B2 (en) Recent file synchronization and aggregation methods and systems
US20120166518A1 (en) Providing state service for online application users
US9854052B2 (en) Business object attachments and expiring URLs
DE202014010930U1 (en) Access to objects in paged stores
CN103281397A (en) Data-caching method and system based on timestamps and access density
CN100579122C (en) Method for realizing browse service COOKIE of wireless application protocol gateway
US20100057861A1 (en) Dynamic Email Recipients Based on Entered Subject
US20120150942A1 (en) In browser real time collaboration lists and forms
US20070288591A1 (en) Method, system, and program product for caching application data in a browser cache
CN103139311A (en) System, device and method of file sharing
CN107070991A (en) Network data buffer storage and system
US9892202B2 (en) Web page load time reduction by optimized authentication
EP2224381A1 (en) Method and apparatus for case-based service composition
US10530724B2 (en) Large data management in communication applications through multiple mailboxes
CN113342746A (en) File management system, file management method, electronic device, and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20180223