CN105786819A - Data operation method and device - Google Patents

Data operation method and device Download PDF

Info

Publication number
CN105786819A
CN105786819A CN201410798263.1A CN201410798263A CN105786819A CN 105786819 A CN105786819 A CN 105786819A CN 201410798263 A CN201410798263 A CN 201410798263A CN 105786819 A CN105786819 A CN 105786819A
Authority
CN
China
Prior art keywords
data
categorical data
target categorical
buffer memory
described target
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
CN201410798263.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.)
Guangzhou Huaduo Network Technology Co Ltd
Original Assignee
Guangzhou Huaduo Network 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 Guangzhou Huaduo Network Technology Co Ltd filed Critical Guangzhou Huaduo Network Technology Co Ltd
Priority to CN201410798263.1A priority Critical patent/CN105786819A/en
Publication of CN105786819A publication Critical patent/CN105786819A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention relates to the technical field of internet, and discloses a data operation method and device. The method includes the following steps: receiving an operation instruction for acquiring target class data, wherein the operation instruction includes a class identification of the target class data; calling a public data query function to query if at least one storage space has the target class data corresponding to the class identification or not; and acquiring the target class data if the at least one storage space has the target class data. The data operation method and device can improve the speed of searching the target class data and reduce the labor cost of development.

Description

A kind of data manipulation method and device
Technical field
The present invention relates to electronic technology field, be specifically related to a kind of data manipulation method and device.
Background technology
In recent years, in Web system, generally adopt relevant database to carry out data storage, be also sub-category storage when data store.Relevant database is difficult to reach the requirement of high concurrent system on performance; for promoting memory property; multichannel memory technology would generally be adopted to carry out data storage; namely it is by the digital independent in relevant database out; write buffer memory, caching technology conventional on the market has redis, memached, jvm etc..Each categorical data is stored in data base, at least one buffer memory, is namely stored at least one memory space.In prior art, when needing the target categorical data obtaining a certain classification from least one memory space, it is required for this target categorical data and writes a whole set of program code searching target categorical data, each categorical data all needs to write corresponding program code, this can make search efficiency low, increases the cost of labor of exploitation.
Summary of the invention
The embodiment of the invention discloses a kind of data manipulation method and device, it is possible to increase search the speed of target categorical data, reduce the cost of labor of exploitation.
The open a kind of data manipulation method of embodiment of the present invention first aspect, including:
Receiving the operational order for obtaining target categorical data, described operational order includes the classification logotype of described target categorical data;
Call public data query function inquires about whether there is the described target categorical data that described classification logotype is corresponding at least one memory space;
If at least one memory space described exists described target categorical data, then obtain described target categorical data.
The open a kind of data operation device of embodiment of the present invention second aspect, including:
Receiving unit, for receiving the operational order for obtaining target categorical data, described operational order includes the classification logotype of described target categorical data;
Call unit, for calling public data query function inquires about whether there is the described target categorical data that described classification logotype is corresponding at least one memory space;
Acquiring unit, if there is described target categorical data at least one memory space described, obtains described target categorical data.
In the embodiment of the present invention, receive the operational order for obtaining target categorical data, this operational order includes the classification logotype of target categorical data, call public data query function inquires about whether store the target categorical data that category mark is corresponding at least one memory space, if there is this target categorical data, then obtain this target categorical data.Pass through the present embodiment, the query script searching target categorical data at least one memory space is encapsulated as public data query function, when needing to inquire about target categorical data corresponding to some classification logotype, target categorical data can be inquired to needing the classification logotype to target categorical data incoming in public data query function, inquiry velocity is fast, and query steps is simple, reduces the cost of labor of exploitation.
Accompanying drawing explanation
In order to be illustrated more clearly that the technical scheme in the embodiment of the present invention, the accompanying drawing used required in embodiment will be briefly described below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the premise not paying creative work, it is also possible to obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is the flow chart of a kind of data manipulation method disclosed in the embodiment of the present invention;
Fig. 2 is the flow chart of the disclosed another kind of data manipulation method of the embodiment of the present invention;
Fig. 3 is the structure chart of a kind of data operation device disclosed in the embodiment of the present invention.
Detailed description of the invention
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is clearly and completely described, it is clear that described embodiment is only a part of embodiment of the present invention, rather than whole embodiments.Based on the embodiment in the present invention, the every other embodiment that those of ordinary skill in the art obtain under not making creative work premise, broadly fall into the scope of protection of the invention.
The embodiment of the invention discloses a kind of data manipulation method and device, the query script searching target categorical data at least one memory space is encapsulated as public data query function, when needing to inquire about target categorical data corresponding to some classification logotype, target categorical data can be inquired to needing the classification logotype to target categorical data incoming in public data query function, inquiry velocity is fast, and query steps is simple, reduces the cost of labor of exploitation.
Referring to Fig. 1, Fig. 1 is the flow chart of a kind of data manipulation method disclosed in the embodiment of the present invention.As it is shown in figure 1, the method may comprise steps of.
S100, reception are for obtaining the operational order of target categorical data, and described operational order includes the classification logotype of described target categorical data;
In the embodiment of the present invention, data are when at least one memory space stores, it is sub-category storage, the data of each classification have a classification logotype, when user needs to obtain target categorical data, then enter the operating instructions, this operational order carries the classification logotype of the target categorical data needing acquisition.It should be noted that operational order can be the program code inputted, carrying the classification logotype of target categorical data in this program code, further, this program code can also carry the storage mark of at least one memory space needing inquiry.
S101, call public data query function inquires about whether there is the described target categorical data that described classification logotype is corresponding at least one memory space;
In the embodiment of the present invention, when receiving the operational order obtaining target categorical data, namely call the public data query function encapsulated in advance inquires about whether there is the target categorical data that category mark is corresponding at least one memory space.Public data query function can be tool-class code, and the normal data that this tool-class code comprises definition adds add interface and digital independent get interface.It should be noted that at least one memory space can include buffer memory, data base etc..
Public data query function can include the subfunction for inquiring about target categorical data in the buffer, optionally, public data query function could be included for inquiring about the subfunction of target categorical data in data base, when calling data query function, it is necessary to input the classification logotype of target categorical data to data query function and need the storage mark of at least one memory space inquired about every time.
S102, if there is described target categorical data at least one memory space described, then obtains described target categorical data.
In the embodiment of the present invention, inquired by public data query function and at least one memory space exists target categorical data, then obtain this target categorical data, concrete, at least one memory space can include buffer memory, it is also possible to includes data base, therefore, can be obtain target categorical data in the buffer, it is also possible to be acquisition target categorical data in data base.Optionally, the digital independent get interface that the mode of acquisition target categorical data can be through in public data query function from buffer memory or data base is read out.
In the embodiment of the present invention, receive the operational order for obtaining target categorical data, this operational order includes the classification logotype of target categorical data, call public data query function inquires about whether store the target categorical data that category mark is corresponding at least one memory space, if there is this target categorical data, then obtain this target categorical data.Pass through the present embodiment, the query script searching target categorical data at least one memory space is encapsulated as public data query function, when needing to inquire about target categorical data corresponding to some classification logotype, target categorical data can be inquired to needing the classification logotype to target categorical data incoming in public data query function, inquiry velocity is fast, and query steps is simple, reduces the cost of labor of exploitation.
Refer to the flow chart that Fig. 2, Fig. 2 are the disclosed another kind of data manipulation methods of the embodiment of the present invention.As in figure 2 it is shown, the method may comprise steps of.
S200, reception are for obtaining the operational order of target categorical data, and described operational order includes the classification logotype of described target categorical data;
Embodiment of the present invention step S200, refer to the embodiment step S100 of Fig. 1, does not repeat them here.
S201, call described public data query function inquires about at least one buffer memory described that at least one cashing indication described is corresponding whether there is the described target categorical data that described classification logotype is corresponding respectively;
In the embodiment of the present invention, at least one memory space includes at least one buffer memory, operational order includes the cashing indication of at least one buffer memory, call public data query function at least one buffer memory is inquired about, public data query function can be the public bag encapsulated in advance, and this public bag can be tool-class code.When every time inquiring about target categorical data in buffer memory, it is thus only necessary to the classification logotype of the cashing indication of the incoming buffer memory needing inquiry and target categorical data in this public data query function.
If S202 at least one buffer memory described exists described target categorical data, then from the buffer memory preserving described target categorical data, obtain described target categorical data.
In the embodiment of the present invention, if at least one buffer memory inquired about includes this target categorical data, then from the buffer memory preserving target categorical data, obtain this target categorical data.The buffer memory quantity needing inquiry can only one of which, can also have multiple, when the quantity of buffer memory has multiple, from buffer memory, target categorical data is then searched successively according to predefined order, such as, if buffer memory is memcached and jvm, then can first search from access speed faster jvm buffer memory, if finding, then from jvm buffer memory, obtain target categorical data;If not finding this target categorical data, then searching from memcached buffer memory, if memcached buffer memory exists, then from memcached buffer memory, obtaining target categorical data, this target categorical data is write in jvm buffer memory simultaneously.
Optionally, public data query function includes digital independent interface, the mode obtaining described target categorical data from the buffer memory preserving described target categorical data may is that the described digital independent interface calling in described public data query function, reads described target categorical data from the buffer memory preserving described target categorical data;
Concrete, pre-defined normal data reads get interface, and public data query function includes this get interface, when needs obtain target categorical data from buffer memory, call the digital independent get interface in public data query function, target categorical data can be obtained from buffer memory.
S203, if being absent from described target categorical data at least one buffer memory described, calls described public data query function inquires about in the data base that described Database Identification is corresponding whether there is the described target categorical data that described classification logotype is corresponding;
In the embodiment of the present invention, at least one memory space not only includes at least one buffer memory, also includes data base, not only includes the cashing indication of at least one buffer memory in operational order, also includes wide area information server mark.Public data query function includes the subfunction for inquiring about data in the buffer and for inquiring about the subfunction of data in data base.Call public data query function at least one buffer memory, do not inquire target categorical data, call in the data base that public data query function inquiry Database Identification is corresponding whether there is the target categorical data that category mark is corresponding.
If the described data base of S204 exists described target categorical data, then from described data base, obtain described target categorical data;
Optionally, public data query function includes digital independent interface, the mode obtaining described target categorical data from described data base may is that the described digital independent interface calling in described public data query function, reads described target categorical data from described data base.
Concrete, pre-defined normal data reads get interface, and public data query function includes this get interface, when needs obtain target categorical data from data base, call the digital independent get interface in public data query function, from data base, obtain this target categorical data.
S205, stores described target categorical data at least one buffer memory described.
In the embodiment of the present invention, from buffer memory, directly obtain target categorical data for the ease of next time, therefore when inquiring target categorical data in data base, target categorical data is stored at least one buffer memory.
Optionally, public data query function also includes data and adds interface, the concrete mode stored by described target categorical data at least one buffer memory described may is that the described data called in described public data query function add interface, and described target categorical data is added at least one buffer memory described.
Concrete, pre-defined normal data adds add interface, public data query function includes this add interface, when target categorical data is stored at least one buffer memory by needs, call the data in public data query function and add add interface, add target categorical data at least one buffer memory.
In the embodiment of the present invention, receive the operational order for obtaining target categorical data, this operational order includes the classification logotype of target categorical data, call public data query function inquires about whether store the target categorical data that category mark is corresponding at least one memory space, if there is this target categorical data, then obtain this target categorical data.Pass through the present embodiment, the query script searching target categorical data at least one memory space is encapsulated as public data query function, when needing to inquire about target categorical data corresponding to some classification logotype, target categorical data can be inquired to needing the classification logotype to target categorical data incoming in public data query function, inquiry velocity is fast, and query steps is simple, reduces the cost of labor of exploitation.
Referring to Fig. 3, Fig. 3 is the structure chart of a kind of data operation device disclosed in the embodiment of the present invention, as it is shown on figure 3, this data operation device includes:
Receiving unit 100, for receiving the operational order for obtaining target categorical data, described operational order includes the classification logotype of described target categorical data;
In the embodiment of the present invention, data are when at least one memory space stores, it is sub-category storage, the data of each classification have a classification logotype, when user needs to obtain target categorical data, then enter the operating instructions, receive unit 100 and receive this operational order, this operational order carries the classification logotype of the target categorical data needing acquisition.It should be noted that operational order can be the program code inputted, carrying the classification logotype of target categorical data in this program code, further, this program code can also carry the storage mark of at least one memory space needing inquiry.
Call unit 101, for calling public data query function inquires about whether there is the described target categorical data that described classification logotype is corresponding at least one memory space;
In the embodiment of the present invention, when receiving the operational order obtaining target categorical data, namely call unit 101 calls the public data query function encapsulated in advance inquires about whether there is the target categorical data that category mark is corresponding at least one memory space.Public data query function can be tool-class code, and the normal data that this tool-class code comprises definition adds add interface and digital independent get interface.It should be noted that at least one memory space can include buffer memory, data base etc..
Public data query function can include the subfunction for inquiring about target categorical data in the buffer, optionally, public data query function could be included for inquiring about the subfunction of target categorical data in data base, when calling data query function, it is necessary to input the classification logotype of target categorical data to data query function and need the storage mark of at least one memory space inquired about every time.
Acquiring unit 102, if there is described target categorical data at least one memory space described, obtains described target categorical data.
In the embodiment of the present invention, inquired by public data query function and at least one memory space exists target categorical data, acquiring unit 102 then obtains this target categorical data, concrete, at least one memory space can include buffer memory, it is also possible to includes data base, therefore, can be obtain target categorical data in the buffer, it is also possible to be acquisition target categorical data in data base.Optionally, the digital independent get interface that the mode of acquisition target categorical data can be through in public data query function from buffer memory or data base is read out.
Further alternative, described data operation device can also include memory element 103:
Described memory element 103, for storing described target categorical data at least one buffer memory described.
In the embodiment of the present invention, directly obtaining target categorical data from buffer memory for the ease of next time, therefore when inquiring target categorical data in data base, target categorical data is stored at least one buffer memory by memory element 103.
Optionally, public data query function also includes data and adds interface, the concrete mode that described target categorical data is stored at least one buffer memory described by memory element 103 may is that the described data that memory element 103 is called in described public data query function add interface, and described target categorical data is added at least one buffer memory described.
Concrete, pre-defined normal data adds add interface, public data query function includes this add interface, when target categorical data is stored at least one buffer memory by needs, memory element 103 is called the data in public data query function and is added add interface, adds target categorical data at least one buffer memory.
In the embodiment of the present invention, receive the operational order for obtaining target categorical data, this operational order includes the classification logotype of target categorical data, call public data query function inquires about whether store the target categorical data that category mark is corresponding at least one memory space, if there is this target categorical data, then obtain this target categorical data.Pass through the present embodiment, the query script searching target categorical data at least one memory space is encapsulated as public data query function, when needing to inquire about target categorical data corresponding to some classification logotype, target categorical data can be inquired to needing the classification logotype to target categorical data incoming in public data query function, inquiry velocity is fast, and query steps is simple, reduces the cost of labor of exploitation.
One of ordinary skill in the art will appreciate that all or part of step in the various methods of above-described embodiment can be by the hardware that program carrys out instruction relevant and completes, this program can be stored in a computer-readable recording medium, storage medium may include that flash disk, read only memory (Read-OnlyMemory, ROM), random access device (RandomAccessMemory, RAM), disk or CD etc..
Above client terminal playing control method a kind of disclosed in the embodiment of the present invention and client are described in detail, principles of the invention and embodiment are set forth by specific case used herein, and the explanation of above example is only intended to help to understand method and the core concept thereof of the present invention;Simultaneously for one of ordinary skill in the art, according to the thought of the present invention, all will change in specific embodiments and applications, in sum, this specification content should not be construed as limitation of the present invention.

Claims (12)

1. a data manipulation method, it is characterised in that including:
Receiving the operational order for obtaining target categorical data, described operational order includes the classification logotype of described target categorical data;
Call public data query function inquires about whether there is the described target categorical data that described classification logotype is corresponding at least one memory space;
If at least one memory space described exists described target categorical data, then obtain described target categorical data.
2. the method for claim 1, it is characterised in that at least one memory space described includes at least one buffer memory, described operational order includes the cashing indication of at least one buffer memory described;
Described call public data query function inquires about whether there is the described target categorical data that described classification logotype is corresponding at least one memory space, including:
Call described public data query function inquires about at least one buffer memory described that at least one cashing indication described is corresponding whether there is the described target categorical data that described classification logotype is corresponding respectively;
If at least one memory space described exists described target categorical data, then obtain described target categorical data, including:
If at least one buffer memory described exists described target categorical data, then from the buffer memory preserving described target categorical data, obtain described target categorical data.
3. method as claimed in claim 2, it is characterised in that at least one memory space described also includes data base, described operational order also includes described wide area information server mark;
Described call public data query function inquires about whether there is the described target categorical data that described classification logotype is corresponding at least one memory space, including:
If at least one buffer memory described is absent from described target categorical data, call described public data query function inquires about in the data base that described Database Identification is corresponding whether there is the described target categorical data that described classification logotype is corresponding;
If at least one memory space described exists described target categorical data, then obtain described target categorical data, including:
If described data base exists described target categorical data, then from described data base, obtain described target categorical data.
4. method as claimed in claim 3, it is characterised in that described from described data base, obtain described target categorical data after, also include:
Described target categorical data is stored at least one buffer memory described.
5. method as claimed in claim 4, it is characterised in that described public data query function includes digital independent interface;
Described from preserve described target categorical data buffer memory obtain described target categorical data;Including:
Call the described digital independent interface in described public data query function, from the buffer memory preserving described target categorical data, read described target categorical data;
Described from described data base, obtain described target categorical data, including:
Call the described digital independent interface in described public data query function, from described data base, read described target categorical data.
6. method as claimed in claim 4, it is characterised in that also include data in described public data query function and add interface;
Described described target categorical data is stored at least one buffer memory described, including:
Call the described data in described public data query function and add interface, described target categorical data is added at least one buffer memory described.
7. a data operation device, it is characterised in that including:
Receiving unit, for receiving the operational order for obtaining target categorical data, described operational order includes the classification logotype of described target categorical data;
Call unit, for calling public data query function inquires about whether there is the described target categorical data that described classification logotype is corresponding at least one memory space;
Acquiring unit, if there is described target categorical data at least one memory space described, obtains described target categorical data.
8. device as claimed in claim 7, it is characterised in that at least one memory space described includes at least one buffer memory, described operational order includes the cashing indication of at least one buffer memory described;
Described call unit specifically for call described public data query function inquire about respectively at least one cashing indication described corresponding described in whether at least one buffer memory exists the described target categorical data that described classification logotype is corresponding;
If described acquiring unit is specifically for existing described target categorical data at least one buffer memory described, then from the buffer memory preserving described target categorical data, obtain described target categorical data.
9. device as claimed in claim 8, it is characterised in that at least one memory space described also includes data base, described operational order also includes described wide area information server mark;
If described call unit is additionally operable at least one buffer memory described is absent from described target categorical data, call described public data query function inquires about in the data base that described Database Identification is corresponding whether there is the described target categorical data that described classification logotype is corresponding;
If described acquiring unit is additionally operable in described data base there is described target categorical data, then from described data base, obtains described target categorical data, and described target categorical data is stored at least one buffer memory described.
10. device as claimed in claim 9, it is characterised in that described device also includes memory element;
Described memory element, for storing described target categorical data at least one buffer memory described.
11. device as claimed in claim 10, it is characterised in that described public data query function includes digital independent interface;
If described acquiring unit is specifically for existing described target categorical data at least one buffer memory described, call the described digital independent interface in described public data query function, from the buffer memory preserving described target categorical data, obtain described target categorical data;
If described acquiring unit is additionally operable in described data base there is described target categorical data, calls the described digital independent interface in described public data query function, from described data base, read described target categorical data.
12. device as claimed in claim 10, it is characterised in that also include data in described public data query function and add interface;
Described storage element adds interface specifically for calling the described data in described public data query function, and described target categorical data is added at least one buffer memory described.
CN201410798263.1A 2014-12-18 2014-12-18 Data operation method and device Pending CN105786819A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410798263.1A CN105786819A (en) 2014-12-18 2014-12-18 Data operation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410798263.1A CN105786819A (en) 2014-12-18 2014-12-18 Data operation method and device

Publications (1)

Publication Number Publication Date
CN105786819A true CN105786819A (en) 2016-07-20

Family

ID=56385654

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410798263.1A Pending CN105786819A (en) 2014-12-18 2014-12-18 Data operation method and device

Country Status (1)

Country Link
CN (1) CN105786819A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110059105A (en) * 2019-04-26 2019-07-26 北京贝斯平云科技有限公司 A kind of data processing method, device, computer equipment and storage medium
CN111104097A (en) * 2019-12-13 2020-05-05 上海众源网络有限公司 Data writing and reading method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101063935A (en) * 2007-03-07 2007-10-31 浪潮集团山东通用软件有限公司 Setup method of high-reliability common enquiring component
CN101452456A (en) * 2007-11-30 2009-06-10 英业达股份有限公司 Database enquiry system and method thereof
CN101854378A (en) * 2010-02-26 2010-10-06 深圳市同洲电子股份有限公司 Data operating method and data operating equipment
CN101944103A (en) * 2010-08-12 2011-01-12 漳州市顺和达软件有限公司 Data query or statistics method and system based on public conditions
CN102073745A (en) * 2011-02-15 2011-05-25 无锡曼荼罗软件有限公司 Identification information query processing method and system
US20110314092A1 (en) * 2010-06-16 2011-12-22 Lunt Eric M Unified collection and distribution of data
CN104169914A (en) * 2013-12-11 2014-11-26 华为技术有限公司 Data storage method, data processing method, device and mobile terminal

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101063935A (en) * 2007-03-07 2007-10-31 浪潮集团山东通用软件有限公司 Setup method of high-reliability common enquiring component
CN101452456A (en) * 2007-11-30 2009-06-10 英业达股份有限公司 Database enquiry system and method thereof
CN101854378A (en) * 2010-02-26 2010-10-06 深圳市同洲电子股份有限公司 Data operating method and data operating equipment
US20110314092A1 (en) * 2010-06-16 2011-12-22 Lunt Eric M Unified collection and distribution of data
CN101944103A (en) * 2010-08-12 2011-01-12 漳州市顺和达软件有限公司 Data query or statistics method and system based on public conditions
CN102073745A (en) * 2011-02-15 2011-05-25 无锡曼荼罗软件有限公司 Identification information query processing method and system
CN104169914A (en) * 2013-12-11 2014-11-26 华为技术有限公司 Data storage method, data processing method, device and mobile terminal

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
TONG哥: "memcached,jcs,jdbc直接访问之优劣比较", 《HTTPS://BLOG.CSDN.NET/SAMESEAM/ARTICLE/DETAILS/5002967》 *
XOELE: "memcached,jcs以及jdbc直接访问性能对比", 《HTTPS://BLOG.CSDN.NET/XOELE/ARTICLE/DETAILS/83355946》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110059105A (en) * 2019-04-26 2019-07-26 北京贝斯平云科技有限公司 A kind of data processing method, device, computer equipment and storage medium
CN111104097A (en) * 2019-12-13 2020-05-05 上海众源网络有限公司 Data writing and reading method and device
CN111104097B (en) * 2019-12-13 2023-06-30 上海众源网络有限公司 Data writing and reading method and device

Similar Documents

Publication Publication Date Title
CN108255958A (en) Data query method, apparatus and storage medium
CN104424261A (en) Information exhibiting method and device based on electronic map
US20130085987A1 (en) Downloading method and device
CN111241040B (en) Information acquisition method and device, electronic equipment and computer storage medium
WO2016000507A1 (en) Traffic-saving mode search service method, server, client and system
CN105095423B (en) Enumeration data wiring method and device
CN104598578A (en) Picture searching method and picture searching device
CN103744896A (en) Method and device for data processing
CN105574211A (en) File querying system and method based on time axis
CN105354195A (en) Information search method and apparatus
CN110413711A (en) A kind of variance data acquisition methods and its storage medium
CN105684031A (en) Real Estate web housing searching method and system
KR101509226B1 (en) System and method for providing mobile url in mobile search environment
CN114817657A (en) To-be-retrieved data processing method, data retrieval method, electronic device and medium
CN105786819A (en) Data operation method and device
CN102129454A (en) Method and system for processing encyclopaedia data based on cloud storage
CN104317955A (en) File scanning method and device for storage space of mobile terminal
US8112070B2 (en) Electronic device and method for searching a merchandise location
WO2019228009A1 (en) Lsm tree optimization method and device and computer equipment
CN105786572A (en) Application installing position selecting method and application installing position selecting device
CN107977381B (en) Data configuration method, index management method, related device and computing equipment
CN104216919A (en) Method and system for perfecting electronic map data
US20160239473A1 (en) Method and System for Auto-Populating Smart Templates with Data from Multiple Sources with Structured and Unstructured Data
CN102999596A (en) Method, system and terminal for searching text label
CN103186397A (en) Data installing method and data installing system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 510000, Guangdong Province, Guangzhou, Panyu District Town, Huambo business district, Wanda Plaza, block B1, 28 floor

Applicant after: Guangzhou Huaduo Network Technology Co., Ltd.

Address before: 510655, Guangzhou, Whampoa Avenue, No. 2, creative industrial park, building 3-08,

Applicant before: Guangzhou Huaduo Network Technology Co., Ltd.

SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20160720

Assignee: GUANGZHOU CUBESILI INFORMATION TECHNOLOGY Co.,Ltd.

Assignor: GUANGZHOU HUADUO NETWORK TECHNOLOGY Co.,Ltd.

Contract record no.: X2021440000030

Denomination of invention: A data operation method and device

License type: Common License

Record date: 20210125

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

Application publication date: 20160720