CN106570037A - Data processing method and device - Google Patents

Data processing method and device Download PDF

Info

Publication number
CN106570037A
CN106570037A CN201510658490.9A CN201510658490A CN106570037A CN 106570037 A CN106570037 A CN 106570037A CN 201510658490 A CN201510658490 A CN 201510658490A CN 106570037 A CN106570037 A CN 106570037A
Authority
CN
China
Prior art keywords
data
file
list
tables
configuration parameter
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
CN201510658490.9A
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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201510658490.9A priority Critical patent/CN106570037A/en
Priority to PCT/CN2016/080270 priority patent/WO2016180228A1/en
Publication of CN106570037A publication Critical patent/CN106570037A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a data processing method and a data processing device. The method comprises the steps of receiving a message, and importing a configuration parameter from a preset file; and extracting corresponding valid data in a message according to the imported configuration parameter, and generating a data sheet. According to the technical scheme of the method and the device provided by the invention, separation of the configuration parameter and a code is achieved, recompiling or modification of the client code is not needed when the client sets, modifies, adds or deletes the configuration parameter, and only modification of the preset file is needed, so that parameter configuration work is facilitated.

Description

A kind of data processing method and device
Technical field
The present invention relates to electronic technology field, more particularly to a kind of data processing method and device.
Background technology
Each network element device under network management system generally needs to manage which carries out patrolling and examining for properties, Yong Hu In the client of network management system select need patrol and examine network element device, patrol and examine item (as temperature, rotation speed of the fan, Power etc.) after, the service end of network management system carries out selected respectively patrolling and examining item to the network element device that user selects Patrol and examine, and result will be patrolled and examined and client is issued in the form of message, after client receives message, need basis Advance configuration parameter extracts the valid data in message, and each result of patrolling and examining for patrolling and examining item is generated a number According to table, this mode has following a few point defects:
1st, client to the setting of configuration parameter, modification, increase, delete all inconvenient, it usually needs again Client code is write, because its configuration parameter is substantially write extremely in client code in advance.For example when Increase is needed to patrol and examine item or when modification is patrolled and examined, it is very loaded down with trivial details.
2nd, item is patrolled and examined for each, be all to generate a tables of data respectively, no automatic merging data table Function, this needs to open each tables of data one by one when causing to check, it has not been convenient to.
3rd, while generating tables of data, it is impossible to timely internally deposit into capable release, the problem for causing internal memory to overflow. During in prior art, client generates tables of data, client is Java language, the GC of Java Mechanism is carried out automatically, and the Memory Allocation of Java and recovery are also mainly carried out on the heap of Java, Java Heap in store substantial amounts of object instance.Valid data time is extracted from message, it is substantial amounts of to patrol and examine result It is stored in heap, and during each patrols and examines the excel files generated by item, will exactly patrols and examines result Take out from heap and be put in excel files, as excel files are also stored in heap, equivalent to patrolling Inspection result stores two parts in internal memory, greatly wastes internal memory performance.And Java internal memories reclaim automatically and are Can just perform when whole excel files all generate to finish.
Especially in the environment of extensive network element, it is often necessary to setting, modification, increase to configuration parameter, Delete, cause very big workload;Patrol and examine item also especially many, can finally generate substantial amounts of tables of data, it is impossible to from Dynamic circuit connector is simultaneously;During generation tables of data, the data volume of memory cache is very big, is extremely easily caused internal memory and overflows Go out.
The content of the invention
The present invention provides a kind of data processing method and device, solves in prior art, for having to message The configuration parameter extracted by effect data is bound with client code, the setting, modification, increasing to configuration parameter Plus, delete and need to write again or change code and cause inconvenient problem.
To solve above-mentioned technical problem, the present invention is employed the following technical solutions:
A kind of data processing method, including:
Message is received, and configuration parameter is imported from default file;
The configuration parameter according to importing extracts corresponding valid data in the message, and generates tables of data.
In certain embodiments, the message includes the valid data of at least two preset terms;The life Include into tables of data:A data list file is generated, the data list file includes having for each preset term Effect data.
In certain embodiments, the data list file be Excel file, the valid data of each preset term Respectively as one of sheet page.
In certain embodiments, the configuration parameter includes:The row title of the column name or tables of data of tables of data, And the Value Types of tables of data.
In certain embodiments, the data processing method also includes:Generate the default file;And/or it is right Configuration parameter in the default file is modified, increases and/or is deleted.
In certain embodiments, the generation tables of data includes:
The form number of tables of data form is generated in internal memory according to the configuration parameter and the valid data for extracting According to according to predetermined manner is according to list data generation tables of data and is cached in hard disk.
In certain embodiments, while generating list data, also include:Delete from internal memory described in generating Valid data corresponding to list data.
In certain embodiments, tables of data is generated according to the list data according to predetermined manner and is cached to hard Disk includes:
By N rows or M row list data conversion byte stream, N, M are the positive integer more than or equal to 1;
The byte stream is converted into into file stream and is cached in hard disk, repeat above step, until all of List data all changes into file stream and is cached in hard disk.
In certain embodiments, by N rows or M row list data with file it is streamed be cached in hard disk it is same When, also include:The file stream changed into by N rows or M row list datas in internal memory is deleted.
A kind of data processing equipment, including:
Receiver module, for receiving message;
Import modul, for configuration parameter is imported from default file;
Processing module, the configuration parameter for being imported according to the import modul extract right in the message The valid data answered, and generate tables of data.
In certain embodiments, the processing module includes:
Extracting sub-module, the configuration parameter for being imported according to the import modul are extracted in the message Corresponding valid data;
First generates submodule, for being extracted according to the configuration parameter and the extracting sub-module in internal memory The valid data for going out generate the list data of tables of data form;
Second generates submodule, for generating form that submodule generate according to described first according to predetermined manner Data genaration tables of data is simultaneously cached in hard disk.
In certain embodiments, the data processing equipment also deletes submodule including first, for described the While one generation submodule generates list data, delete from internal memory and generate corresponding to the list data Valid data.
In certain embodiments, described second submodule is generated specifically for N rows or M row list data are turned Change byte stream, N, M are the positive integer more than or equal to 1;The byte stream is converted into into file stream and is cached To in hard disk, repeat above step, until all of list data all changes into file stream and is cached to hard In disk.
In certain embodiments, the data processing equipment also deletes submodule including second, for described the While N rows or M row list data are cached in hard disk by two generation submodules so that file is streamed, will be interior The file stream changed into by N rows or M row list datas in depositing is deleted.
The present invention adopts and configuration data is imported from default file, when network management system generally needs to manage down which Each network element device carry out patrolling and examining for properties, user selects needs to patrol and examine in the client of network management system Network element device, patrol and examine item after, the service end of network management system carries out this to the network element device that needs are patrolled and examined and respectively patrols Patrolling and examining for item is examined, and result will be patrolled and examined and client, after client receives message, root are issued in the form of message The valid data in message are extracted according to the configuration parameter for importing, tables of data is generated, due to configuration parameter and code Realize separation, client to the setting of configuration parameter, modification, increase, delete all without the need for write again visitor Family end code, only need to change default file.
Further, in some embodiments of the invention, item is patrolled and examined for each, all generate a sheet respectively Page, merges sheet page automatically into an Excel file, it is only necessary to open the Excel file, it is possible to Conveniently check that what each patrolled and examined item patrols and examines result.
Further, while sheet page of generation, Excel file, capable release is timely internally deposited into, is kept away Exempt from internal memory spilling.
Disclosure is particularly well suited in the environment of applying extensive network element, the application scenarios of the present invention do not limit to certainly Each network element device under network management system is managed to which carries out patrolling and examining for properties.
Description of the drawings
The flow chart of the data processing method that Fig. 1 is provided for one embodiment of the invention;
The schematic diagram of the data processing equipment that Fig. 2 is provided for one embodiment of the invention.
Specific embodiment
The present invention proposes a kind of design, and configuration parameter does not write dead in client code, but is written in default In file, when needing to extract the valid data in reception message using the configuration parameter, from default file Configuration parameter is imported, the operation such as the modification of configuration parameter, increases, deletions so is facilitated, because need not weigh Write and write code.
Accompanying drawing is combined below by specific embodiment to be described in further detail the present invention.
The flow chart of the data processing method that Fig. 1 is provided for one embodiment of the invention, refer to Fig. 1, including such as Lower flow process:
S101, reception message, and configuration parameter is imported from default file.
Carry out as a example by performance patrols and examines this application scenarios, working as net by the network element device under network management system manages which Some network element devices under guard system generally needs to manage which carry out when patrolling and examining of some performances, Yong Hu In the client of network management system select need patrol and examine network element device, patrol and examine item after, the service end of network management system Carry out this and respectively patrol and examine patrolling and examining for item, and result will be patrolled and examined sending out in the form of message to the network element device that user selects To client, client receives message, and configuration parameter is imported from default file.
Wherein, default file is preferred, is XML file.So when needs are newly-increased, change, deletion is configured When parameter, it is only necessary to change XML file, be conducive to the maintenance of configuration parameter, without removing code In change.
Configuration parameter includes for the extracted valid data from message and generates the call parameter of tables of data, such as Can include:The row title of the column name or tables of data of tables of data, and the Value Types of tables of data;Can be with Width, color including tables of data etc..Which the title of concrete file, has arrange, the gauge outfit name per string Claim, how the value per string shows, such as parse according to network element, parse according to veneer, parse according to port, Internationalization parsing, width, color etc., can obtain corresponding indicated value, from configuration parameter according to this A little indicated value execution steps S102.
S102, corresponding valid data in the message are extracted according to the configuration parameter for importing, and generate number According to table.
The value after the corresponding coding of configuration parameter is generally comprised in message, message after decoding to message Each property value take out, such as using the reflection function in java, it is possible to obtain the name of any attribute Claim and be worth, the valid data useful to this generation tables of data are therefrom extracted further according to configuration parameter, further according to The configuration parameter and the valid data for extracting generate tables of data.
The present embodiment, when being to patrol and examine item to two or more to patrol and examine in application scenarios, then step The message that rapid S101 is received includes the valid data of at least two preset terms (such as patrolling and examining item);It is preferred that , a data list file is generated in step S102, the data list file includes the effective of each preset term Data, that is, realize the merging of the valid data to each preset term, is merged in a data list file. More excellent, a data list file for generation is Excel file, and the valid data of each preset term point Not as one of sheet page, like this, each result of patrolling and examining for patrolling and examining item is exactly excel literary One sheet page in the middle of part, how many is individual no matter to patrol and examine item, and user only needs to open an excel all the time File can just browse it is all of patrol and examine result, Consumer's Experience can be effectively improved.
The present embodiment can further include following steps:Default file in generation step S101;With/ Or the configuration parameter in the default file is modified, increases and/or deleted.The step is compared to existing technology In write again the mode of client code or modification client code, it is convenient many.
The present embodiment, can generate tables of data according to the configuration parameter and the valid data for extracting in internal memory The list data of form, generates tables of data according to the list data according still further to predetermined manner and is cached in hard disk, In order to prevent internal memory from overflowing, further, while generating list data, delete from internal memory and generate the table Valid data corresponding to lattice data, to generate an Excel file, and respectively patrol and examine item patrol and examine result (from The valid data extracted in message) respectively as one of sheet page as a example by, extracting valid data During generating excel files, one sheet page can be generated with regard to correspondence is first discharged from internal memory with every Data, after release, in internal memory, just lacked a result data of patrolling and examining for patrolling and examining item, and many sheet Page, so equivalent to a data are only stored in internal memory, memory consumption reduces half in theory.
Wherein, tables of data is generated according to the list data according to predetermined manner and the step for be cached in hard disk Can specifically include:By N rows or M row list data conversion byte stream, N, M more than or equal to 1 are just Integer;The byte stream is converted into into file stream and is cached in hard disk, repeat above step, until all List data all change into file stream and be cached in hard disk, in order to prevent internal memory from overflowing, further, While N rows or M row list data are cached in hard disk so that file is streamed, also include:By in internal memory The N rows or M list lattice data deletions.To generate an Excel file, and respectively patrol and examine item patrol and examine knot As a example by really (valid data extracted from message) are respectively as one of sheet page, the root in internal memory After the list data of Excel forms is generated according to configuration parameter and the valid data for extracting, to be generated In excel files line by line or rows of list datas conversion byte stream, byte stream is converted into into text then Part stream is simultaneously cached in hard disk, so disposably need not all be imported all of data and just be given birth in excel heaps Into excel files, such as, 1000 row list datas can be converted into into byte stream first, be then converted into text Part stream, this generates the excel files of an only 1000 row data, while be cached in hard disk, and The file stream changed into by this 1000 row list data is removed in internal memory.So only saved in internal memory always 1000 row data, greatly reduce generation consumption of the excel files to internal memory.
The schematic diagram of the data processing equipment that Fig. 2 is provided for one embodiment of the invention, as shown in Fig. 2 data Processing meanss include:
Receiver module 21, for receiving message;
Import modul 22, for configuration parameter is imported from default file;
Processing module 23, the configuration parameter for being imported according to import modul 22 extract right in the message The valid data answered, and generate tables of data.
Preferably, the message includes the valid data of at least two preset terms;Processing module 23 is concrete A data list file is generated, the data list file includes the valid data of each preset term.
Preferably, processing module 23 includes:
Extracting sub-module 231, the configuration parameter for being imported according to import modul 22 extract the message In corresponding valid data;
First generates submodule 232, for being carried according to the configuration parameter and extracting sub-module 231 in internal memory The valid data of taking-up generate the list data of tables of data form;
Second generates submodule 233, for generating table that submodule 232 generate according to first according to predetermined manner Lattice data genaration tables of data is simultaneously cached in hard disk.
Preferably, data processing equipment can further include the first deletion submodule 24, for the first life While list data is generated into submodule 232, delete from internal memory and generate corresponding to the list data Valid data.
Preferably, second submodule 233 is generated specifically for N rows or M row list data are converted byte stream, N, M are the positive integer more than or equal to 1;The byte stream is converted into into file stream and is cached in hard disk, Repeat above step, until all of list data all changes into file stream and is cached in hard disk.
Preferably, data processing equipment can further include the second deletion submodule 25, for the second life While N rows or M row list data being cached in hard disk so that file is streamed into submodule 233, will be interior The file stream changed into by N rows or M row list datas in depositing is deleted.
Present invention achieves configuration parameter is separated with client code, setting, modification to configuration parameter, Increase, delete all without the need for writing again or changing client code, only need to change default file, it is convenient Operation.Item is patrolled and examined for each, one sheet page can be generated respectively, merge sheet page automatically Into an Excel file, it is only necessary to open the Excel file, it is possible to conveniently check that each patrols and examines item Patrol and examine result.While sheet page of generation, Excel file, capable release timely can also be internally deposited into, Internal memory is avoided to overflow.Disclosure is particularly well suited to apply in the environment of extensive network element, certainly of the invention should The each network element device being not limited to scene under network management system is managed to which carries out patrolling and examining for properties.
Above content is with reference to specific embodiment further description made for the present invention, it is impossible to recognized Being embodied as of the fixed present invention is confined to these explanations.For the ordinary skill of the technical field of the invention For personnel, without departing from the inventive concept of the premise, some simple deduction or replace can also be made, Protection scope of the present invention should be all considered as belonging to.

Claims (15)

1. a kind of data processing method, it is characterised in that include:
Message is received, and configuration parameter is imported from default file;
The configuration parameter according to importing extracts corresponding valid data in the message, and generates tables of data.
2. data processing method as claimed in claim 1, it is characterised in that the message includes The valid data of at least two preset terms;The generation tables of data includes:A data list file is generated, The data list file includes the valid data of each preset term.
3. data processing method as claimed in claim 2, it is characterised in that the data list file For Excel file, the valid data of each preset term are respectively as one of sheet page.
4. data processing method as claimed in claim 1, it is characterised in that the configuration parameter bag Include:The row title of the column name or tables of data of tables of data, and the Value Types of tables of data.
5. data processing method as claimed in claim 1, it is characterised in that also include:Generate institute State default file;And/or the configuration parameter in the default file is modified, increases and/or deleted.
6. the data processing method as described in any one of claim 1 to 5, it is characterised in that described Generating tables of data includes:
The form number of tables of data form is generated in internal memory according to the configuration parameter and the valid data for extracting According to according to predetermined manner is according to list data generation tables of data and is cached in hard disk.
7. data processing method as claimed in claim 6, it is characterised in that generate list data Meanwhile, also include:The valid data generated corresponding to the list data are deleted from internal memory.
8. data processing method as claimed in claim 6, it is characterised in that according to predetermined manner root Generating tables of data and be cached to hard disk according to the list data includes:
By N rows or M row list data conversion byte stream, N, M are the positive integer more than or equal to 1;
The byte stream is converted into into file stream and is cached in hard disk, repeat above step, until all of List data all changes into file stream and is cached in hard disk.
9. data processing method as claimed in claim 8, it is characterised in that by N rows or M lists While lattice data are cached in hard disk so that file is streamed, also include:The N rows in internal memory or M are arranged The file stream changed into by list data is deleted.
10. a kind of data processing equipment, it is characterised in that include:
Receiver module, for receiving message;
Import modul, for configuration parameter is imported from default file;
Processing module, the configuration parameter for being imported according to the import modul extract right in the message The valid data answered, and generate tables of data.
11. data processing equipments as claimed in claim 10, it is characterised in that wrap in the message Include the valid data of at least two preset terms;The processing module specifically generates a data list file, institute Stating data list file includes the valid data of each preset term.
12. data processing equipments as described in claim 9 or 10, it is characterised in that the process Module includes:
Extracting sub-module, the configuration parameter for being imported according to the import modul are extracted in the message Corresponding valid data;
First generates submodule, for being extracted according to the configuration parameter and the extracting sub-module in internal memory The valid data for going out generate the list data of tables of data form;
Second generates submodule, for generating form that submodule generate according to described first according to predetermined manner Data genaration tables of data is simultaneously cached in hard disk.
13. data processing equipments as claimed in claim 12, it is characterised in that also delete including first Except submodule, while submodule generation list data being generated for described first, delete from internal memory and generate Valid data corresponding to the list data.
14. data processing equipments as claimed in claim 12, it is characterised in that described second generates Submodule is specifically for by N rows or M row list data conversion byte stream, N, M more than or equal to 1 are just Integer;The byte stream is converted into into file stream and is cached in hard disk, repeat above step, until all List data all change into file stream and be cached in hard disk.
15. data processing equipments as claimed in claim 14, it is characterised in that also delete including second Except submodule, submodule is generated by N rows or M row list data with the streamed caching of file for described second While in hard disk, the file stream changed into by the N rows or M row list datas in internal memory is deleted.
CN201510658490.9A 2015-10-12 2015-10-12 Data processing method and device Pending CN106570037A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201510658490.9A CN106570037A (en) 2015-10-12 2015-10-12 Data processing method and device
PCT/CN2016/080270 WO2016180228A1 (en) 2015-10-12 2016-04-26 Data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510658490.9A CN106570037A (en) 2015-10-12 2015-10-12 Data processing method and device

Publications (1)

Publication Number Publication Date
CN106570037A true CN106570037A (en) 2017-04-19

Family

ID=57248469

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510658490.9A Pending CN106570037A (en) 2015-10-12 2015-10-12 Data processing method and device

Country Status (2)

Country Link
CN (1) CN106570037A (en)
WO (1) WO2016180228A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108574609A (en) * 2017-12-29 2018-09-25 北京视联动力国际信息技术有限公司 A kind of transmitting, monitoring method and apparatus
CN108874844A (en) * 2017-11-24 2018-11-23 北京视联动力国际信息技术有限公司 A kind of table data processing method and view networked server
CN111597596A (en) * 2020-04-03 2020-08-28 浙江众合科技股份有限公司 Signal system-based construction drawing automatic drawing method and device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1328687C (en) * 2003-06-11 2007-07-25 中兴通讯股份有限公司 Centralized broad spectrum report generation method based on expandable sign language
CN101140562A (en) * 2007-02-14 2008-03-12 中兴通讯股份有限公司 Method for realizing user-defined report forms
CN102760118B (en) * 2011-04-25 2015-06-03 中兴通讯股份有限公司 Method and device for exporting data as Excel file
CN104135737B (en) * 2014-05-20 2017-09-19 浙江明讯网络技术有限公司 A kind of LTE network base station element configuration data acquisition methods

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108874844A (en) * 2017-11-24 2018-11-23 北京视联动力国际信息技术有限公司 A kind of table data processing method and view networked server
CN108874844B (en) * 2017-11-24 2021-05-14 视联动力信息技术股份有限公司 Form data processing method and video network server
CN108574609A (en) * 2017-12-29 2018-09-25 北京视联动力国际信息技术有限公司 A kind of transmitting, monitoring method and apparatus
CN111597596A (en) * 2020-04-03 2020-08-28 浙江众合科技股份有限公司 Signal system-based construction drawing automatic drawing method and device
CN111597596B (en) * 2020-04-03 2023-08-15 浙江众合科技股份有限公司 Automatic construction drawing method and device based on signal system

Also Published As

Publication number Publication date
WO2016180228A1 (en) 2016-11-17

Similar Documents

Publication Publication Date Title
US10652265B2 (en) Method and apparatus for network forensics compression and storage
CN102436513B (en) Distributed search method and system
CN105912609B (en) A kind of data file processing method and device
CN102841901B (en) A kind of method and apparatus of web displaying
CN101127632A (en) A method, system and redirector for server traffic control
CN102906751A (en) Method and device for data storage and data query
CN107045422A (en) Distributed storage method and equipment
CN107317838A (en) A kind of astronomical metadata archiving method and system based on stream data processing framework
CN104077420A (en) Method and device for importing data into HBase database
CN103853743A (en) Distributed system and log query method thereof
CN106570037A (en) Data processing method and device
CN105183371A (en) Migration balancing policy based electricity-consuming information distributed file storage method and apparatus
CN106161633A (en) A kind of based on the transmission method of packaging file under cloud computing environment and system
CN110493140A (en) The cognitive method and its operating system of link event in information network system
CN110825598A (en) Log real-time processing method and system
CN105162622B (en) A kind of storage method and system
CN106570153A (en) Data extraction method and system for mass URLs
CN105159820A (en) Transmission method and device of system log data
CN107562810A (en) Video big data is classified storage method
CN106372109A (en) Internet resource file caching method and apparatus
CN103581119B (en) System and method for displaying production process data at high speed
KR101830504B1 (en) In-Memory DB Connection Support Type Scheduling Method and System for Real-Time Big Data Analysis in Distributed Computing Environment
CN105447016B (en) A kind of fast search of component and the method for reuse
Hurst et al. Social streams blog crawler
CN103577604B (en) A kind of image index structure for Hadoop distributed environments

Legal Events

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

Application publication date: 20170419