CN105721538A - Data access method and apparatus - Google Patents

Data access method and apparatus Download PDF

Info

Publication number
CN105721538A
CN105721538A CN201511034091.1A CN201511034091A CN105721538A CN 105721538 A CN105721538 A CN 105721538A CN 201511034091 A CN201511034091 A CN 201511034091A CN 105721538 A CN105721538 A CN 105721538A
Authority
CN
China
Prior art keywords
data
access
mapping tables
access request
access key
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
CN201511034091.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.)
Dongguan Guangxin Intellectual Property Services Limited
Original Assignee
DONGGUAN QINGMAITIAN DIGITAL 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 DONGGUAN QINGMAITIAN DIGITAL TECHNOLOGY Co Ltd filed Critical DONGGUAN QINGMAITIAN DIGITAL TECHNOLOGY Co Ltd
Priority to CN201511034091.1A priority Critical patent/CN105721538A/en
Publication of CN105721538A publication Critical patent/CN105721538A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Computer And Data Communications (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a data access method and apparatus. The method comprises the following steps: receiving a data access request of a client; obtaining an access keyword in the data access request; according to the access keyword, searching for a locally cached data mapping table comprising corresponding relations between multiple access keywords and data information; and when the access keyword is sought from the data mapping table, sending data information corresponding to the access keyword in the data access request to the client. By using the data access method and apparatus provided by the embodiments of the invention, access data can be cached locally, the corresponding access data can be obtained from a local memory through keyword matching, the data access speed is improved, the purpose of optimizing a data platform is realized, the realization investment cost is low, and the expandability is high.

Description

The method and apparatus of data access
Technical field
The present invention relates to communication technical field, the method and apparatus particularly relating to a kind of data access.
Background technology
Business site brings a lot of facility to the life of people, and its visit capacity is also day by day increase severely, and high concurrent data access brings huge pressure to this kind of website.Specifically, the network bandwidth is produced very big pressure, and data platform needs to store various substantial amounts of transaction data and long-term these transaction data of preservation.In order to provide good Consumer's Experience to the user using data platform, need the performance of data platform is optimized, in correlation technique, high performance data base, high performance web container or high performance server is adopted to reach to optimize the purpose of data platform performance, but the input cost of this several ways is higher, and autgmentability is low, system maintenance difficulty.
Summary of the invention
In view of this, the method and apparatus that the present invention provides a kind of data access, it is possible to optimize data platform performance, and input cost is low, autgmentability is high.
Specifically, the present invention is achieved through the following technical solutions:
According to an aspect of the present invention, it is provided that a kind of method of data access, described method includes:
Receive the data access request of client;
Obtain the access key in described data access request;
Search the data mapping tables of local cache according to described access key, described data mapping tables includes the corresponding relation of multiple access key and data message;
When finding described access key from described data mapping tables, the data message corresponding with the access key in described data access request is sent to described client.
Exemplarily, described method also includes:
When not finding the access key in described data access request from described data mapping tables, described data access request is sent to data server, obtains data message from described data server;
Set up the corresponding relation of the access key in described data access request and described data message;
Described corresponding relation is stored the data mapping tables in local cache.
Exemplarily, after the described access key set up in described data access request with the corresponding relation of described data message, described method also includes:
Judge whether the memory space of described local cache is not less than pre-set space;
If so, then described corresponding relation is stored the data mapping tables in described local cache.
Exemplarily, described method also includes:
When arriving Preset Time, remove described corresponding relation.
Exemplarily, described method also includes:
The size in local cache space is set, and determines the list item number that the data mapping tables of storage includes;
Set up data mapping tables.
Exemplarily, described data mapping tables is HashMap tables of data.
According to another aspect of the present invention, it is provided that the device of a kind of data access, described device includes:
Receive unit, for receiving the data access request of client;
First acquiring unit, for obtaining the access key in described data access request;
Searching unit, for searching the data mapping tables of local cache according to described access key, described data mapping tables includes the corresponding relation of multiple access key and data message;
First transmitting element, for when finding described access key from described data mapping tables, being sent to described client by the data message corresponding with the access key in described data access request.
Exemplarily, described device also includes:
Second transmitting element, for when not finding the access key in described data access request from described data mapping tables, being sent to data server by described data access request, to obtain data message from described data server;
Relation sets up unit, for setting up the corresponding relation of the access key in described data access request and described data message;
First memory element, for storing the data mapping tables in local cache by described corresponding relation.
Exemplarily, described device also includes:
Judging unit, for after the described access key set up in described data access request with the corresponding relation of described data message, it is judged that whether the memory space of described local cache is not less than pre-set space;
Second memory element, for when the memory space that described judging unit determines described local cache is not less than described pre-set space, storing the data mapping tables in described local cache by described corresponding relation.
Exemplarily, described device also includes:
Clearing cell, for when arriving Preset Time, removing described corresponding relation.
The application embodiment of the present invention, it is possible to access data at local cache, obtains the access data of correspondence by keyword match from local cache, improves the speed of data access, it is achieved optimize the purpose of data platform, it is achieved input cost is low, and autgmentability is high.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of the method for a kind of data access shown in the present invention one exemplary embodiment;
Fig. 2 is a hardware block diagram of the device place equipment of a kind of data access shown in the present invention one exemplary embodiment;
Fig. 3 is the structured flowchart of the device of a kind of data access shown in the present invention one exemplary embodiment.
Detailed description of the invention
Here in detail exemplary embodiment being illustrated, its example representation is in the accompanying drawings.When as explained below relates to accompanying drawing, unless otherwise indicated, the same numbers in different accompanying drawings represents same or analogous key element.Embodiment described in following exemplary embodiment does not represent all embodiments consistent with the present invention.On the contrary, they only with in appended claims describe in detail, the present invention some in the example of consistent apparatus and method.
The term used in the present invention is only merely for the purpose describing specific embodiment, and is not intended to be limiting the present invention." one ", " described " and " being somebody's turn to do " of the singulative used in the present invention and appended claims is also intended to include most form, unless context clearly shows that other implications.It is also understood that term "and/or" used herein refers to and comprises any or all of one or more project of listing being associated and be likely to combination.
Although should be appreciated that and be likely to adopt term first, second, third, etc. to describe various information in the present invention, but these information should not necessarily be limited by these terms.These terms are only used for being distinguished from each other out same type of information.Such as, without departing from the present invention, the first information can also be referred to as the second information, and similarly, the second information can also be referred to as the first information.Depend on linguistic context, word as used in this " if " can be construed to " ... time " or " when ... " or " in response to determining ".
The method of the data access that the embodiment of the present invention provides, for often accessed and that visit capacity the is bigger page, when access process first, can by the data information memory of acquisition in local cache, when conducting interviews next time, without inquiring about data server again, improve access speed, reduce the load pressure of data server.
Fig. 1 is the schematic flow sheet of the method for a kind of data access shown in the present invention one exemplary embodiment.
As it is shown in figure 1, a kind of method of data access, the method comprises the steps:
Step 110, receives the data access request of client.
Client can be integrated in such as mobile phone, individual's browser of the terminal unit such as electric energy or flat board, APP or shopping website etc..User can be operated by client and initiate data access request.The processor of client place equipment, such as CPU, it is possible to receive this data access request, and not will understand that and send the request to data server.
Step 120, obtains the access key in data access request.
Some fields in data access request can include the keyword of its access, and such as, when accessing Baidu, its URL is www.baidu.com, then can using baidu as keyword, and as the value of corresponding field.When receiving the data access request that client sends, such as request message, the corresponding field from request message obtains access key.
Step 130, searches the data mapping tables of local cache according to access key, and data mapping tables includes the corresponding relation of multiple access key and data message.
As an example, it is possible to offer a buffer zone in the local internal memory of client place equipment, set up data mapping tables.This spatial cache exemplarily, first this buffer zone can be carried out Initialize installation, the space size of this buffer zone is set, and any one table item size of data mapping tables is set, so that it is determined that can store the data mapping tables of how many list items.Exemplarily, this data mapping tables is HashMap tables of data, HashMap is a utility of JDK, object map can be stored into, realize the quick access that " key--value " is corresponding, therefore, in embodiments of the present invention, it is possible to realize " access critical word data message " and quick access.Additionally, distribute buffer zone in advance and arrange the number of list item, it is possible to increase the access efficiency of HashMap tables of data.
Step 140, when finding access key from data mapping tables, is sent to client by the data message corresponding with the access key in data access request.
In this step, when finding access key in step 130, data message corresponding for access key is sent to client, for instance, when finding baidu, web data corresponding for Baidu can be sent to client accordingly, so that after client receives web data, showing corresponding webpage, so, data are transmitted in this locality, decrease the waste of the network bandwidth, improve access speed.
As another example, if step 130 does not find access key from data mapping tables, data access request is sent to data server, obtains data message from data server.After getting data message, set up the corresponding relation of access key and this data message, and in the data mapping tables stored in local cache.Exemplarily, it is possible to adopt the content caching technology of such as OSCache, to realize the function of fast memory buffering.When carrying out this object of corresponding relation of above-mentioned access key Yu this data message is carried out buffer memory, can first judge whether the memory space of local cache is not less than pre-set space, such as, the size of the memory space of current local cache is remaining 5KB only, and the 10KB(that is sized to of pre-set space is assumed to be a table item size of data mapping tables), then insufficient memory, will not be able to storage, otherwise, if more than or equal to pre-set space, such as, the size of the memory space of current local cache is remaining 10KB only, then can store the corresponding relation of above-mentioned access key and this data message in a list item of data mapping tables.
Exemplarily, it is also possible to when reaching Preset Time, clear data the corresponding relation of storage in mapping table.Such as, when the keyword in data mapping tables or data message do not access for a long time, for instance more than 2 hours, then the corresponding list item in data mapping tables can be removed, memory space to obtain the free time stores new corresponding relation, reduces the waste of local cache space and data mapping tables.
The application embodiment of the present invention, it is possible to access data at local cache, obtains the access data of correspondence, it is provided that the speed of data access by keyword match from local cache, it is achieved optimize the purpose of data platform, it is achieved input cost is low, and autgmentability is high.
Corresponding with the embodiment of the method that aforementioned data accesses, present invention also offers the embodiment of the device of data access.
The embodiment of the device 300 of data access of the present invention can on content-switch.Device embodiment can be realized by software, it is also possible to is realized by the mode of hardware or software and hardware combining.Implemented in software for example, as the device on a logical meaning, it is that computer program instructions corresponding in nonvolatile memory is read to run in internal memory and formed by the processor by its place switch.Say from hardware view, as shown in Figure 2, a kind of hardware structure diagram for the retransmission unit place equipment of this multicast data message, except the processor shown in Fig. 2, internal memory, network interface and nonvolatile memory, in embodiment, the equipment at device place is generally according to the actual functional capability of this equipment, other hardware can also be included, this is repeated no more.
Fig. 3 is the structured flowchart of the device of a kind of data access shown in the present invention one exemplary embodiment.
As it is shown on figure 3, the device 300 of a kind of data access, this device 300 can include receiving unit the 301, first acquiring unit 302, searching unit 303 and the first transmitting element 304.
Receive unit 301 for receiving the data access request of client.
First acquiring unit 302 is for obtaining the access key in described data access request.
Searching unit 303 for searching the data mapping tables of local cache according to described access key, described data mapping tables includes the corresponding relation of multiple access key and data message.
First transmitting element 304 is for when finding described access key from described data mapping tables, being sent to described client by the data message corresponding with the access key in described data access request.
As a kind of example, the device 300 of a kind of data access can also include the second transmitting element (not shown), relation sets up unit (not shown) and the first memory element (not shown).
Second transmitting element is for when not finding the access key in described data access request from described data mapping tables, being sent to data server by described data access request, to obtain data message from described data server.
Relation sets up the unit corresponding relation for the access key setting up in described data access request and described data message.
First memory element for storing the data mapping tables in local cache by described corresponding relation.
As another kind of example, the device 300 of a kind of data access can also include judging unit (not shown) and the second memory element (not shown).
Judging unit is for after the described access key set up in described data access request with the corresponding relation of described data message, it is judged that whether the memory space of described local cache is not less than pre-set space;
Second memory element is for when the memory space that described judging unit determines described local cache is not less than described pre-set space, storing the data mapping tables in described local cache by described corresponding relation.
As another kind of example, the device 300 of a kind of data access can also include clearing cell, for when arriving Preset Time, removing corresponding relation.
What in said apparatus, the function of unit and the process that realizes of effect specifically referred in said method corresponding step realizes process, does not repeat them here.
For device embodiment, owing to it corresponds essentially to embodiment of the method, so relevant part illustrates referring to the part of embodiment of the method.Device embodiment described above is merely schematic, the wherein said unit illustrated as separating component can be or may not be physically separate, the parts shown as unit can be or may not be physical location, namely may be located at a place, or can also be distributed on multiple NE.Some or all of module therein can be selected according to the actual needs to realize the purpose of the present invention program.Those of ordinary skill in the art, when not paying creative work, are namely appreciated that and implement.
The foregoing is only presently preferred embodiments of the present invention, not in order to limit the present invention, all within the spirit and principles in the present invention, any amendment of making, equivalent replacement, improvement etc., should be included within the scope of protection of the invention.

Claims (10)

1. the method for a data access, it is characterised in that described method includes:
Receive the data access request of client;
Obtain the access key in described data access request;
Search the data mapping tables of local cache according to described access key, described data mapping tables includes the corresponding relation of multiple access key and data message;
When finding described access key from described data mapping tables, the data message corresponding with the access key in described data access request is sent to described client.
2. method according to claim 1, it is characterised in that described method also includes:
When not finding the access key in described data access request from described data mapping tables, described data access request is sent to data server, obtains data message from described data server;
Set up the corresponding relation of the access key in described data access request and described data message;
Described corresponding relation is stored the data mapping tables in local cache.
3. method according to claim 2, it is characterised in that after the described access key set up in described data access request with the corresponding relation of described data message, described method also includes:
Judge whether the memory space of described local cache is not less than pre-set space;
If so, then described corresponding relation is stored the data mapping tables in described local cache.
4. method according to claim 3, it is characterised in that described method also includes:
When arriving Preset Time, remove the corresponding relation of storage in described data mapping tables.
5. method according to claim 1, it is characterised in that described method also includes:
The size in local cache space is set, and determines the list item number that the data mapping tables of storage includes;
Set up data mapping tables.
6. method according to claim 5, it is characterised in that described data mapping tables is HashMap tables of data.
7. the device of a data access, it is characterised in that described device includes:
Receive unit, for receiving the data access request of client;
First acquiring unit, for obtaining the access key in described data access request;
Searching unit, for searching the data mapping tables of local cache according to described access key, described data mapping tables includes the corresponding relation of multiple access key and data message;
First transmitting element, for when finding described access key from described data mapping tables, being sent to described client by the data message corresponding with the access key in described data access request.
8. device according to claim 7, it is characterised in that described device also includes:
Second transmitting element, for when not finding the access key in described data access request from described data mapping tables, being sent to data server by described data access request, to obtain data message from described data server;
Relation sets up unit, for setting up the corresponding relation of the access key in described data access request and described data message;
First memory element, for storing the data mapping tables in local cache by described corresponding relation.
9. device according to claim 8, it is characterised in that described device also includes:
Judging unit, for after the described access key set up in described data access request with the corresponding relation of described data message, it is judged that whether the memory space of described local cache is not less than pre-set space;
Second memory element, for when the memory space that described judging unit determines described local cache is not less than described pre-set space, storing the data mapping tables in described local cache by described corresponding relation.
10. device according to claim 9, it is characterised in that described device also includes:
Clearing cell, for when arriving Preset Time, removing described corresponding relation.
CN201511034091.1A 2015-12-30 2015-12-30 Data access method and apparatus Pending CN105721538A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201511034091.1A CN105721538A (en) 2015-12-30 2015-12-30 Data access method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201511034091.1A CN105721538A (en) 2015-12-30 2015-12-30 Data access method and apparatus

Publications (1)

Publication Number Publication Date
CN105721538A true CN105721538A (en) 2016-06-29

Family

ID=56147052

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201511034091.1A Pending CN105721538A (en) 2015-12-30 2015-12-30 Data access method and apparatus

Country Status (1)

Country Link
CN (1) CN105721538A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106372244A (en) * 2016-09-20 2017-02-01 广东小天才科技有限公司 Application program access method and device of mobile terminal
CN106407452A (en) * 2016-09-30 2017-02-15 郑州云海信息技术有限公司 Method and device for server data access
CN106570108A (en) * 2016-11-01 2017-04-19 中国科学院计算机网络信息中心 Adaptive reading optimization method and system for mass data under cloud storage environment
CN107402785A (en) * 2017-07-12 2017-11-28 北京潘达互娱科技有限公司 A kind of collocation method and device
CN108154917A (en) * 2017-12-27 2018-06-12 广州水木星尘信息科技有限公司 The analysis method and system that medical industry is charged in violation of rules and regulations
CN109669980A (en) * 2018-12-21 2019-04-23 成都四方伟业软件股份有限公司 The inter-library access method of data and device
CN109740128A (en) * 2018-04-18 2019-05-10 北京字节跳动网络技术有限公司 A kind of text editing householder method, device and equipment
CN110110256A (en) * 2018-01-17 2019-08-09 阿里巴巴集团控股有限公司 Data processing method, device, electronic equipment and storage medium
CN111831716A (en) * 2020-06-17 2020-10-27 西安电子科技大学 Data caching and retrieving method, system, medium, computer equipment and terminal
CN114020657A (en) * 2021-11-03 2022-02-08 无锡沐创集成电路设计有限公司 Message searching method, system, storage medium and electronic equipment
CN115525657A (en) * 2022-10-12 2022-12-27 合肥九韶智能科技有限公司 Extensible network request message and forwarding system

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101131673A (en) * 2006-08-22 2008-02-27 中兴通讯股份有限公司 General caching method
CN101686156A (en) * 2008-09-28 2010-03-31 北京易路联动技术有限公司 Terminal and method for realizing local caching of network service data
CN102012931A (en) * 2010-12-01 2011-04-13 北京瑞信在线系统技术有限公司 Filter cache method and device, and cache system
CN102682037A (en) * 2011-03-18 2012-09-19 阿里巴巴集团控股有限公司 Data acquisition method, system and device
CN102902730A (en) * 2012-09-10 2013-01-30 新浪网技术(中国)有限公司 Method and device for reading data based on data cache
CN103036967A (en) * 2012-12-10 2013-04-10 北京奇虎科技有限公司 Data download system and device and method for download management
US20150032974A1 (en) * 2012-03-13 2015-01-29 International Business Machines Corporation Object caching for mobile data communication with mobility management
CN104424199A (en) * 2013-08-21 2015-03-18 阿里巴巴集团控股有限公司 Search method and device
CN104427350A (en) * 2013-08-29 2015-03-18 中兴通讯股份有限公司 Associated content processing method and system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101131673A (en) * 2006-08-22 2008-02-27 中兴通讯股份有限公司 General caching method
CN101686156A (en) * 2008-09-28 2010-03-31 北京易路联动技术有限公司 Terminal and method for realizing local caching of network service data
CN102012931A (en) * 2010-12-01 2011-04-13 北京瑞信在线系统技术有限公司 Filter cache method and device, and cache system
CN102682037A (en) * 2011-03-18 2012-09-19 阿里巴巴集团控股有限公司 Data acquisition method, system and device
US20150032974A1 (en) * 2012-03-13 2015-01-29 International Business Machines Corporation Object caching for mobile data communication with mobility management
CN102902730A (en) * 2012-09-10 2013-01-30 新浪网技术(中国)有限公司 Method and device for reading data based on data cache
CN103036967A (en) * 2012-12-10 2013-04-10 北京奇虎科技有限公司 Data download system and device and method for download management
CN104424199A (en) * 2013-08-21 2015-03-18 阿里巴巴集团控股有限公司 Search method and device
CN104427350A (en) * 2013-08-29 2015-03-18 中兴通讯股份有限公司 Associated content processing method and system

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106372244A (en) * 2016-09-20 2017-02-01 广东小天才科技有限公司 Application program access method and device of mobile terminal
CN106407452A (en) * 2016-09-30 2017-02-15 郑州云海信息技术有限公司 Method and device for server data access
CN106570108A (en) * 2016-11-01 2017-04-19 中国科学院计算机网络信息中心 Adaptive reading optimization method and system for mass data under cloud storage environment
CN107402785A (en) * 2017-07-12 2017-11-28 北京潘达互娱科技有限公司 A kind of collocation method and device
CN108154917A (en) * 2017-12-27 2018-06-12 广州水木星尘信息科技有限公司 The analysis method and system that medical industry is charged in violation of rules and regulations
CN110110256A (en) * 2018-01-17 2019-08-09 阿里巴巴集团控股有限公司 Data processing method, device, electronic equipment and storage medium
CN109740128A (en) * 2018-04-18 2019-05-10 北京字节跳动网络技术有限公司 A kind of text editing householder method, device and equipment
CN109669980A (en) * 2018-12-21 2019-04-23 成都四方伟业软件股份有限公司 The inter-library access method of data and device
CN111831716A (en) * 2020-06-17 2020-10-27 西安电子科技大学 Data caching and retrieving method, system, medium, computer equipment and terminal
CN111831716B (en) * 2020-06-17 2023-04-04 西安电子科技大学 Data caching and retrieving method, system, medium, computer equipment and terminal
CN114020657A (en) * 2021-11-03 2022-02-08 无锡沐创集成电路设计有限公司 Message searching method, system, storage medium and electronic equipment
CN115525657A (en) * 2022-10-12 2022-12-27 合肥九韶智能科技有限公司 Extensible network request message and forwarding system
CN115525657B (en) * 2022-10-12 2023-07-11 合肥九韶智能科技有限公司 Extensible network request message and forwarding system

Similar Documents

Publication Publication Date Title
CN105721538A (en) Data access method and apparatus
CN110674432B (en) Second-level caching method, device and computer readable storage medium
CN102419768B (en) Search cache for document search
CN109889426B (en) Information processing method, device and system based on instant messaging
CN101546309B (en) Method and equipment for constructing indexes to resource content in computer network
CN102656570B (en) For method and the server of buffer memory
WO2015043428A1 (en) Method, system, browser and proxy server for loading webpage
US20160335243A1 (en) Webpage template generating method and server
CN102761627A (en) Cloud website recommending method and system based on terminal access statistics as well as related equipment
CN104202360A (en) Webpage access method, device and router
CN105608159B (en) The method and apparatus of data buffer storage
CN103618787B (en) A kind of webpage represents system and method
WO2006121269A1 (en) Personalized search method and system for enabling the method
WO2014180130A1 (en) Method and system for recommending contents
CN101741986A (en) Page cache method for mobile communication equipment terminal
CN103685476B (en) The method and web page template server that webpage shows are realized using web page template
CN103246746A (en) Method, device and system for searching information
CN101202966A (en) Method, system and apparatus for collecting user information
CN102567339A (en) Method, device and system for acquiring start page
CN104346345A (en) Data storage method and device
CN103581224A (en) Method and device for pushing information
CN102404242B (en) A kind of user profile updating device, electronic equipment and updating method of user information
CN104753922A (en) Method for pre-loading, server side, client and system
CN103412900A (en) File downloading treatment method and terminal
Dutta et al. Caching to reduce mobile app energy consumption

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20180831

Address after: 523000 Room 301, 6B International Finance Innovation Park, Songshan Lake high tech Industrial Development Zone, Dongguan, Guangdong

Applicant after: Dongguan Guangxin Intellectual Property Services Limited

Address before: 523000 C10, 6 floor, brilliant business building, 81 South Central Road, Dongcheng District, Dongguan, Guangdong.

Applicant before: DONGGUAN QINGMAITIAN DIGITAL TECHNOLOGY CO., LTD.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160629