WO2014044103A1 - 离线缓存方法及装置 - Google Patents
离线缓存方法及装置 Download PDFInfo
- Publication number
- WO2014044103A1 WO2014044103A1 PCT/CN2013/081832 CN2013081832W WO2014044103A1 WO 2014044103 A1 WO2014044103 A1 WO 2014044103A1 CN 2013081832 W CN2013081832 W CN 2013081832W WO 2014044103 A1 WO2014044103 A1 WO 2014044103A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- resource
- identifier
- local database
- download request
- request
- 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.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/568—Storing data temporarily at an intermediate stage, e.g. caching
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/06—Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
Definitions
- the present invention relates to Internet technologies, and more particularly to an offline caching method and apparatus. Background technique
- the biggest feature of the mobile Internet is "mobile", and the user terminal can use the Internet without a fixed physical location.
- the mobile Internet provides great convenience to user terminals.
- the coverage of current mobile networks is not so wide, and it is impossible for user terminals to use the mobile Internet anytime and anywhere. Therefore, some mobile applications use offline caching technology to cache already downloaded resources locally. In this way, the user terminal can continue to use these resources without a network. This technology can save the traffic generated by the user terminal and meet the personalized needs of the user terminal.
- HTML5 Hypertext Markup Language 5
- HTML5 has developed like a tea in the past decade. On the HTML5 platform, video, audio, images, animation, and interaction with the computer have all been standardized. HTML5 is becoming more and more feature-rich, and most importantly, it has the ability to cache mobile web applications offline.
- HTML5-based offline caching Many mobile apps are developed using HTML5. Such mobile applications are referred to as mobile web applications.
- Mobile apps primarily use HTML5 technology and can run in text browsers such as Javascript (Script), CSS (Cascading Style Sheet, Cascading Style Sheets).
- Mobile apps developed with HTML5's offline caching feature also have offline caching.
- the HTML5 offline cache typically provides offline storage through the Application Cache API, which specifies that the browser caches specific files (usually those that the browser has accessed) for offline users to access that particular file.
- the above application development mode that implements the offline caching function of a mobile application by using the HTML5 offline function is called mashup development.
- the biggest feature of mobile applications developed with the above developments is cross-platform support. Since the mobile application needs to use a browser when downloading files, it will affect the download speed of the file, the fluency of the download, and the efficiency. Summary of the invention
- the invention provides an offline caching method, which improves the speed, fluency, efficiency and the like of communication in a user terminal.
- the invention provides an offline caching method, which comprises:
- the method further comprises:
- the source responds to the resource download request, and saves the resource corresponding to the identifier in the local database by using the identifier as a key.
- sending the resource download request to the remote end includes:
- Encapsulating the identifier in the resource download request requesting, by the remote end, to download the resource corresponding to the identifier
- the resource download request is resent, and the resource download request is stopped after being continuously retransmitted multiple times.
- the resource download request comprises: a hypertext transfer protocol HTTP request; the identifier comprises: a uniform resource locator URL.
- the encapsulating the resource corresponding to the identifier in the local database, and responding to the resource download request includes: returning an HTTP request initiated by the user terminal.
- the method further comprises:
- Downloading a resource from the remote end, and saving the resource in the local database; determining, according to the identifier, whether the resource corresponding to the identifier exists in the local database includes:
- the invention also provides an offline cache device, comprising:
- the local database is configured to store the downloaded resource
- the processor is configured to intercept a resource download request, and obtain an identifier of the resource to be downloaded from the resource download request;
- the resource corresponding to the identifier is saved in the local database, the resource corresponding to the identifier is encapsulated, and the resource download request is responded to.
- the processor is further configured to:
- the processor is further configured to:
- Encapsulating the identifier in the resource download request requesting, by the remote end, to download the resource corresponding to the identifier
- the resource download request is resent, and the resource download request is stopped after being continuously retransmitted multiple times.
- the resource download request comprises: a hypertext transfer protocol HTTP request; the identifier comprises: a uniform resource locator URL.
- the processor is further configured to: return an HTTP request initiated by the user terminal.
- the processor is further configured to search the local database according to the identifier, and determine whether the resource corresponding to the identifier is included in the resource saved in the local database.
- the present invention provides a non-transitory computer readable storage medium having stored thereon computer executable instructions that, when executed in a computer, perform the following steps: intercepting a resource download request and downloading a request from the resource Get the target to download the resource Knowledge
- the resource download request is for resource downloading.
- the identifier corresponding to the resource to be downloaded is obtained from the resource downloading request, and the identifier is determined according to the identifier. Whether the local database holds the resource corresponding to the identifier, and if so, obtains the resource from the local database and responds to the resource download request.
- FIG. 1 is a schematic flow chart of an offline cache method 1 in an embodiment of the present invention
- FIG. 2 is a schematic flowchart of an offline cache method 2 in an embodiment of the present invention
- FIG. 3 is a schematic flow chart of sending a request to a remote end in an offline cache method according to an embodiment of the present invention
- FIG. 5 is a schematic structural diagram of an offline cache device 1 according to an embodiment of the present invention.
- FIG. 6 is a schematic structural diagram of an offline cache device 2 in an embodiment of the present invention.
- FIG. 7 is a schematic structural diagram of a remote request module in an offline cache device according to an embodiment of the present invention.
- FIG. 8 is a schematic structural diagram of an offline cache device 3 in an embodiment of the present invention.
- FIG. 1 is a schematic flowchart diagram of an offline cache method 1 according to an embodiment of the present invention.
- the method can include the following steps.
- Step S12 Intercepting a resource download request, and obtaining an identifier of the resource to be downloaded from the resource download request.
- Step S13 Determine, according to the identifier, whether a resource corresponding to the identifier is stored in the local database.
- Step S14 If yes, encapsulating the resource corresponding to the identifier.
- step S11 is further included: initiating a resource download request according to an instruction of the user terminal.
- resources are acquired from a remote server in the Internet, and resources are stored in the user terminal. Local database.
- the user terminal may first intercept a resource download request, such as an HTTP (HyperText Transfer Protocol) request, for sending the resource to a remote end, such as a server, and Obtain the identifier of the corresponding resource in the resource download request, such as a URL (Uniform Resource Locator), and query the local database.
- a resource download request such as an HTTP (HyperText Transfer Protocol) request
- HTTP HyperText Transfer Protocol
- URL Uniform Resource Locator
- the requested resource is already cached in the local database, the one is taken from the local database
- the resource and encapsulates an HTTP response ( Response ), and returns the HTTP response to the HTTP request.
- the user terminal can obtain resources from the server and save it in the local database when there is a network, especially if the network environment is good. This way, the user can read the resource from the local database without the network. With this offline caching method, the user can be allowed to use the resource without the network.
- the offline caching method can further include: downloading a resource from the remote end and saving the resource in the local database.
- Determining, according to the identifier, whether the resource corresponding to the identifier exists in the local database includes:
- FIG. 2 is a schematic flowchart diagram of an offline cache method 2 according to an embodiment of the present invention.
- the method may further include:
- Step S15 When the local database does not save the resource corresponding to the identifier, send the resource download request to the remote end.
- Step S16 Download the resource corresponding to the identifier from the remote end, encapsulate the resource corresponding to the identifier, and respond to the resource download request, and save the resource corresponding to the identifier in the local database by using the identifier as a key.
- FIG. 3 is a schematic flowchart of sending a request to a remote end in an offline cache method according to an embodiment of the present invention.
- the above step S15 may include:
- Step S151 Encapsulating the identifier in the resource download request, requesting the remote end to download the resource corresponding to the identifier; when the request is unsuccessful, proceeding to step S152; when the request is successful, proceeding to step S153.
- the resource corresponding to the identifier may also be referred to as a remote resource.
- step S152 the resource download request is resent, and the transmission is stopped after consecutive retransmissions.
- Step S153 Receive a resource corresponding to the identifier.
- the identifier obtained from the resource download request may be re-encapsulated, the resource download request is regenerated, and the resource is requested to be downloaded to the Internet remote server. If the request is successful, after downloading the resource corresponding to the identifier, the downloaded resource is encapsulated in response to the resource download request. At the same time, the resource corresponding to the identifier is stored in the local database by using the identifier as a key. If the request is unsuccessful, the resource download request may be resent, and may be stopped after being continuously retransmitted multiple times (for example, three times), and the resource download request is terminated.
- FIG. 4 is a schematic flowchart of an offline cache method 3 according to an embodiment of the present invention.
- the offline cache method in this embodiment will be described in detail below by taking the offline cache method as a mobile application as an example.
- the resource download request may be an HTTP request, and the identifier of the resource may be a URL.
- Step S21 The mobile application initiates an HTTP request according to an instruction of the mobile user terminal, requesting to download the resource from the remote server.
- Step S22 The mobile application intercepts the HTTP request.
- Step S23 Parse the URL of the requested resource from the HTTP request.
- Step S24 Query a local database of the mobile user terminal by using a URL as a key.
- Step S25 If the resource corresponding to the URL exists in the local database, the resource corresponding to the URL is encapsulated into an HTTP response, and the HTTP request initiated by the mobile application is returned, and the HTTP request process initiated by the mobile application ends. .
- Step S26 If the resource corresponding to the URL does not exist in the local database, the URL is encapsulated in an HTTP request, and then the HTTP request is sent. If the initiated request is unsuccessful, the request is resent, and if the request is resent three times without success, the HTTP request is stopped. Step S27: If the request is successful, receive a resource corresponding to the URL, encapsulate an HTTP response, and return an HTTP request initiated by the mobile application.
- Step S28 The received resource is stored in the local database by using a URL as a key. At this point, the HTTP request process initiated by the mobile app ends.
- native mobile apps In mobile user terminals (such as smartphones, tablets, etc.), native mobile apps have a natural advantage, at least for a while in the future. Therefore, using the offline caching technology of the native mobile application will greatly improve the performance (such as speed, efficiency, etc.) of the mobile application, and bring convenience to the mobile Internet user terminal.
- the user terminal can save a large amount of network traffic. Requesting the required resources and storing the resources to a local database in the presence of a network, especially if the network environment is good, can greatly reduce the time required for the request. At the same time, the resource can be obtained from the local database in the case of a bad network environment, which prevents the resources stored in the local database from being repeatedly downloaded, thereby improving the performance of the user terminal.
- FIG. 5 is a schematic structural diagram of an offline cache device 1 according to an embodiment of the present invention.
- This embodiment provides an offline cache device 30 - an embodiment.
- the apparatus 30 can include: a request initiation module 31, a request interception module 32, a resource determination module 33, and a local response module 34.
- the request initiating module 31 is configured to initiate a resource download request according to an instruction of the user terminal.
- the request intercepting module 32 is configured to intercept the resource download request, and obtain an identifier of the resource to be downloaded from the resource download request.
- the resource determining module 33 is configured to determine, according to the identifier, whether a resource corresponding to the identifier is saved in the local database.
- the local response module 34 is configured to: when the local database saves the resource corresponding to the identifier, encapsulate the resource corresponding to the identifier and complete the resource download in response to the resource download request.
- the above offline cache device 30 can mainly acquire resources from a remote server in the Internet in the case of a network, especially when the network environment is relatively good, and store the resources in a local database of the user terminal.
- the first Intercepting a resource download request for obtaining a resource to the remote end such as an HTTP (HyperText Transfer Protocol) request
- an identifier obtained from the resource download request such as a URL (Uniform Resource Locator) Local database.
- a URL Uniform Resource Locator
- FIG. 6 is a schematic structural diagram of an offline cache device 2 according to an embodiment of the present invention.
- the device 30 may further include: a remote request module 35 and a remote response module 36 as compared to the embodiment shown in FIG.
- the remote requesting module 35 is configured to send a resource download request to the remote end when the local database does not save the resource corresponding to the identifier.
- the remote response module 36 is configured to: after the resource corresponding to the identifier is downloaded from the remote end, encapsulate the resource corresponding to the identifier, and respond to the resource download request, and use the identifier as a key to associate the identifier with the identifier.
- the resource is saved in the local database.
- FIG. 7 is a schematic structural diagram of a remote request module in an offline cache device according to an embodiment of the present invention.
- the remote request module 35 may include: a packaging unit 351, a retransmission unit 352, and a receiving unit 353.
- the encapsulating unit 351 is configured to encapsulate the identifier in the resource download request, and download a resource corresponding to the identifier from the remote end.
- the retransmission unit 352 is configured to resend the resource download request when the request is unsuccessful, and stop sending the resource download request after consecutive retransmissions.
- the receiving unit 353 is configured to receive the remote resource when the request is successful.
- the identifier obtained from the resource download request may be re-encapsulated, the resource download request is regenerated, and the resource is requested to be downloaded from the remote server of the Internet. If the request is successful, after downloading the resource corresponding to the identifier, encapsulating the downloaded resource and responding to the resource downloading The resource corresponding to the identifier is stored in the local database by using the identifier as a keyword. If the request is unsuccessful, the resource download request may be resent, and the transmission may be stopped after the continuous retransmission multiple times (for example, 3 times), and the resource download request is terminated.
- a large amount of network traffic can be saved by using the offline cache device 30 described above. You can download a resource and store it in a local database if you have a network, especially if the network environment is good. Utilizing the offline cache device 30 can greatly reduce the time required to download resources. At the same time, in the case of a bad network environment, the required resources can be obtained from the local database, and the resources stored in the local database can be prevented from being repeatedly downloaded, thereby improving the performance of the user terminal.
- FIG. 8 is a schematic structural diagram of an offline cache device 3 in an embodiment of the present invention.
- the offline cache device includes: a local database 800 and a processor 810.
- the local database 800 is used to store downloaded resources.
- the processor 810 is configured to intercept a resource download request, and obtain an identifier of the resource to be downloaded from the resource download request, and determine, according to the identifier, whether the resource corresponding to the identifier is saved in the local database 800, when When the resource corresponding to the identifier is stored in the local database 800, the resource corresponding to the identifier is encapsulated, and the resource download request is responded to.
- the processor 810 is further configured to: when the local database 800 does not save the resource corresponding to the identifier, send the resource download request to the remote end, from the remote end Downloading, by the resource corresponding to the identifier, the resource corresponding to the identifier, and in response to the resource download request, saving the resource corresponding to the identifier in the local database 800 by using the identifier as a key .
- the processor 810 is further configured to encapsulate the identifier in the resource download request, and request the remote end to download the resource corresponding to the identifier, when the request is unsuccessful And resending the resource download request, and stopping sending the resource download request after consecutive retransmissions.
- the resource download request may be an HTTP request, and the identifier may be a URL.
- the processor 810 is further configured to encapsulate the resource corresponding to the identifier in the local database 800 as an HTTP response, and return an HTTP request initiated by the user terminal.
- the processor 810 is further configured to search the local database 800 according to the identifier, and determine whether the resource stored in the local database 800 has the identifier corresponding to the identifier. Resources.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
Description
Claims
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2015532283A JP2015531952A (ja) | 2012-09-20 | 2013-08-20 | オフラインキャッシングの方法及び装置 |
| AU2013317501A AU2013317501A1 (en) | 2012-09-20 | 2013-08-20 | Offline caching method and apparatus |
| US14/657,483 US20150189036A1 (en) | 2012-09-20 | 2015-03-13 | Offline caching method and apparatus |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201210351924.7 | 2012-09-20 | ||
| CN201210351924.7A CN103686684A (zh) | 2012-09-20 | 2012-09-20 | 离线缓存的方法及装置 |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/657,483 Continuation US20150189036A1 (en) | 2012-09-20 | 2015-03-13 | Offline caching method and apparatus |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2014044103A1 true WO2014044103A1 (zh) | 2014-03-27 |
Family
ID=50322699
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2013/081832 Ceased WO2014044103A1 (zh) | 2012-09-20 | 2013-08-20 | 离线缓存方法及装置 |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20150189036A1 (zh) |
| JP (1) | JP2015531952A (zh) |
| CN (1) | CN103686684A (zh) |
| AU (1) | AU2013317501A1 (zh) |
| WO (1) | WO2014044103A1 (zh) |
Families Citing this family (19)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104219323A (zh) * | 2014-09-18 | 2014-12-17 | 深圳市中兴移动通信有限公司 | 应用下载方法和移动终端 |
| CN105681380B (zh) * | 2014-11-20 | 2019-09-03 | 阿里巴巴集团控股有限公司 | 客户端离线化方法及其系统 |
| CN104461632B (zh) * | 2014-12-09 | 2017-06-16 | 东软集团股份有限公司 | 一种Web App加载方法及装置 |
| CN105550338B (zh) * | 2015-12-23 | 2018-11-23 | 北京大学 | 一种基于HTML5应用缓存的移动Web缓存优化方法 |
| US9888039B2 (en) * | 2015-12-28 | 2018-02-06 | Palantir Technologies Inc. | Network-based permissioning system |
| CN107168963A (zh) * | 2016-03-07 | 2017-09-15 | 阿里巴巴集团控股有限公司 | 客户端的页面加载和页面的缓存方法、系统和客户端 |
| CN107995245B (zh) * | 2016-10-27 | 2019-03-15 | 腾讯科技(深圳)有限公司 | 一种资源共享的方法及终端 |
| CN108347461B (zh) * | 2017-01-25 | 2020-10-16 | 华为技术有限公司 | 离线缓存方法、设备及系统 |
| CN108733701A (zh) * | 2017-04-20 | 2018-11-02 | 杭州施强教育科技有限公司 | 一种应用于在线教育的查询页面缓存控制方法 |
| US10142349B1 (en) | 2018-02-22 | 2018-11-27 | Palantir Technologies Inc. | Verifying network-based permissioning rights |
| US11244063B2 (en) | 2018-06-11 | 2022-02-08 | Palantir Technologies Inc. | Row-level and column-level policy service |
| CN108846141B (zh) * | 2018-07-11 | 2022-05-24 | 中国建设银行股份有限公司 | 一种离线缓存加载方法及装置 |
| CN109344349B (zh) * | 2018-09-28 | 2020-12-29 | 北京三快在线科技有限公司 | 一种数据缓存方法及装置、电子设备 |
| US11010476B2 (en) * | 2018-12-04 | 2021-05-18 | Palantir Technologies Inc. | Security-aware caching of resources |
| WO2020240614A1 (ja) * | 2019-05-24 | 2020-12-03 | 日本電信電話株式会社 | 配信システム、配信方法、配信サーバ、処理サーバ、配信プログラムおよび処理プログラム |
| CN110569456B (zh) * | 2019-07-26 | 2022-03-08 | 广州视源电子科技股份有限公司 | Web端数据离线缓存方法及装置、电子设备 |
| CN111212418A (zh) * | 2019-12-31 | 2020-05-29 | 北京指掌易科技有限公司 | 移动端应用安全下载装置和方法 |
| CN115134356B (zh) * | 2022-09-01 | 2022-12-06 | 深圳市华曦达科技股份有限公司 | 针对中心节点分发监控节点下载的方法、系统和介质 |
| CN119202442A (zh) * | 2024-11-27 | 2024-12-27 | 北京仁科互动网络技术有限公司 | 一种基于元数据的应用离线管理方法和装置 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101127784A (zh) * | 2007-09-29 | 2008-02-20 | 网秦无限(北京)科技有限公司 | 在移动终端上快捷获取网络信息服务的方法和系统 |
| EP1914677A1 (en) * | 2006-10-17 | 2008-04-23 | Adnan Veysel Ertemel | System for location-based intelligent matchmaking using moble access devices |
| CN101499080A (zh) * | 2008-02-01 | 2009-08-05 | 网秦无限(北京)科技有限公司 | 在移动终端上快捷获取信息服务的方法和系统 |
| CN101707635A (zh) * | 2009-12-25 | 2010-05-12 | 中国海洋大学 | 一种基于互联网的资源推送系统 |
Family Cites Families (16)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH09212397A (ja) * | 1996-01-31 | 1997-08-15 | Toshiba Corp | ファイル読み出し方法 |
| US6035324A (en) * | 1997-08-28 | 2000-03-07 | International Business Machines Corporation | Client-side asynchronous form management |
| US6341304B1 (en) * | 1999-09-23 | 2002-01-22 | International Business Machines Corporation | Data acquisition and distribution processing system |
| US20020174189A1 (en) * | 2001-04-23 | 2002-11-21 | Luosheng Peng | Apparatus and methods for intelligently caching applications and data on a mobile device |
| US7146434B2 (en) * | 2002-05-15 | 2006-12-05 | Hewlett-Packard Development Company, L.P. | Method for downloading data via the internet to a browser enabled computer |
| US6941310B2 (en) * | 2002-07-17 | 2005-09-06 | Oracle International Corp. | System and method for caching data for a mobile application |
| JP4228886B2 (ja) * | 2003-11-18 | 2009-02-25 | 日本電気株式会社 | 通信システムおよび通信方法 |
| JP3769580B2 (ja) * | 2004-05-18 | 2006-04-26 | 株式会社東芝 | 情報処理装置、情報処理方法および情報処理プログラム |
| KR100730058B1 (ko) * | 2006-01-25 | 2007-06-20 | 삼성전자주식회사 | 무선인터넷 플랫폼을 이용한 컨텐츠 다운로드 시스템 및방법 |
| CN101401118A (zh) * | 2006-03-06 | 2009-04-01 | 雅虎公司 | 通过移动设备来送达广告的系统 |
| US20080189190A1 (en) * | 2007-02-01 | 2008-08-07 | Jeff Ferber | Proxy server and api extension for online stores |
| CN101459619B (zh) * | 2009-01-05 | 2011-01-05 | 杭州华三通信技术有限公司 | 一种在网络中对报文传输的处理方法和装置 |
| US9485299B2 (en) * | 2009-03-09 | 2016-11-01 | Arris Canada, Inc. | Progressive download gateway |
| JP2011164749A (ja) * | 2010-02-05 | 2011-08-25 | Kddi Corp | Webアプリケーション高可用化装置及びWebアプリケーション高可用化方法 |
| US8738765B2 (en) * | 2011-06-14 | 2014-05-27 | Lookout, Inc. | Mobile device DNS optimization |
| CN102427471B (zh) * | 2011-11-24 | 2014-06-11 | 中兴通讯股份有限公司 | 一种离线运行微件的方法及客户端 |
-
2012
- 2012-09-20 CN CN201210351924.7A patent/CN103686684A/zh active Pending
-
2013
- 2013-08-20 WO PCT/CN2013/081832 patent/WO2014044103A1/zh not_active Ceased
- 2013-08-20 AU AU2013317501A patent/AU2013317501A1/en not_active Abandoned
- 2013-08-20 JP JP2015532283A patent/JP2015531952A/ja active Pending
-
2015
- 2015-03-13 US US14/657,483 patent/US20150189036A1/en not_active Abandoned
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1914677A1 (en) * | 2006-10-17 | 2008-04-23 | Adnan Veysel Ertemel | System for location-based intelligent matchmaking using moble access devices |
| CN101127784A (zh) * | 2007-09-29 | 2008-02-20 | 网秦无限(北京)科技有限公司 | 在移动终端上快捷获取网络信息服务的方法和系统 |
| CN101499080A (zh) * | 2008-02-01 | 2009-08-05 | 网秦无限(北京)科技有限公司 | 在移动终端上快捷获取信息服务的方法和系统 |
| CN101707635A (zh) * | 2009-12-25 | 2010-05-12 | 中国海洋大学 | 一种基于互联网的资源推送系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2015531952A (ja) | 2015-11-05 |
| AU2013317501A1 (en) | 2015-05-07 |
| US20150189036A1 (en) | 2015-07-02 |
| CN103686684A (zh) | 2014-03-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2014044103A1 (zh) | 离线缓存方法及装置 | |
| US11356533B2 (en) | Facilitation of efficient web site page loading | |
| CN102710748B (zh) | 数据获取方法、系统及设备 | |
| CN105045887B (zh) | 混合模式跨域数据交互的系统及其方法 | |
| US8868638B2 (en) | Methods for reducing latency in network connections using automatic redirects and systems thereof | |
| CN107154963B (zh) | 一种请求处理方法、装置及电子设备 | |
| WO2013097592A1 (zh) | 脚本加载技术 | |
| CN106294379A (zh) | 一种页面的加载方法、装置和系统 | |
| WO2017190641A1 (zh) | 拦截爬虫的方法、装置、服务器终端以及计算机可读介质 | |
| US8577961B2 (en) | Methods and apparatus for obtaining content with reduced access times | |
| WO2012152228A1 (zh) | 获取页面资源的方法及装置、浏览器及移动终端 | |
| US20050182826A1 (en) | Method and apparatus for improving wireless data networks performance | |
| CN102929985A (zh) | 一种收藏网页展示的方法和系统 | |
| WO2017045538A1 (zh) | 基于http协议的缓存、请求、响应方法及相应装置 | |
| WO2013056564A1 (zh) | 浏览器内核适配的方法和浏览器 | |
| CN104580192A (zh) | 应用程序的网络访问请求的处理方法和装置 | |
| WO2015039559A1 (zh) | 页面重定向方法、路由设备、终端设备及系统 | |
| WO2012142892A1 (zh) | 一种浏览器的脚本处理方法和系统 | |
| WO2012126433A2 (zh) | 访问控制方法、系统及接入终端 | |
| CN103678508A (zh) | 一种网页打开方法及装置 | |
| WO2015196442A1 (zh) | 一种网页优化的设备及方法 | |
| CN105556932B (zh) | 使移动应用能获取mac地址以获得位置信息的方法和装置 | |
| WO2014194733A1 (en) | Method and device for obtaining contents of page, application apparatus and mobile terminal | |
| CN103440143A (zh) | 移动web应用升级系统及方法 | |
| WO2015154270A1 (zh) | 一种信息搜索的方法以及装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 13839313 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2015532283 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| ENP | Entry into the national phase |
Ref document number: 2013317501 Country of ref document: AU Date of ref document: 20130820 Kind code of ref document: A |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 17.08.2015) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 13839313 Country of ref document: EP Kind code of ref document: A1 |