CN105577425A - Method and device for processing network management data - Google Patents

Method and device for processing network management data Download PDF

Info

Publication number
CN105577425A
CN105577425A CN201510896723.9A CN201510896723A CN105577425A CN 105577425 A CN105577425 A CN 105577425A CN 201510896723 A CN201510896723 A CN 201510896723A CN 105577425 A CN105577425 A CN 105577425A
Authority
CN
China
Prior art keywords
algorithm
newly
computational algorithm
increased
path
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
CN201510896723.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.)
Inspur Communication Information System Co Ltd
Original Assignee
Inspur Communication Information System 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 Inspur Communication Information System Co Ltd filed Critical Inspur Communication Information System Co Ltd
Priority to CN201510896723.9A priority Critical patent/CN105577425A/en
Publication of CN105577425A publication Critical patent/CN105577425A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/14Network analysis or design
    • H04L41/142Network analysis or design using statistical or mathematical methods

Landscapes

  • Physics & Mathematics (AREA)
  • Algebra (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Mathematical Physics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Pure & Applied Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

An embodiment of the invention provides a method and device for processing network management data, relates to the communication field and is to realize the purpose of reducing code maintenance complexity and reducing work difficulty of research and development personnel. The method comprises the following steps: obtaining a newly-added calculating algorithm and the algorithm path and algorithm name of the newly-added calculating algorithm, wherein the newly-added calculating algorithm is a calculating algorithm which is newly added, the algorithm path of the newly-added calculating algorithm is different from the algorithm path of an existing calculating algorithm; updating configuration information according to the algorithm path and the algorithm name of the newly-added calculating algorithm, wherein the configuration information is used for recording algorithm names and corresponding algorithm paths of the different algorithms; and obtaining data to be calculated, and loading the calculating algorithm for data calculation according to the configuration information. The method is suitable for the scene where a new calculating algorithm is added.

Description

A kind of method and device processing network management data
Technical field
The present invention relates to the communications field, particularly relate to a kind of method and the device that process network management data.
Background technology
In the mobile communication network, performance management system need carry out specific calculation to the service data of network management system or gather calculating.Due to country variant, the demand of different operator to computational algorithm is also not quite similar, and therefore when carrying out above-mentioned calculating, the computational algorithm that performance management system uses can be different.Like this when using different algorithms, for each different scene, all needing to change source code ninety-nine times out of a hundred to what increase new computational algorithm realizes logic, make the code at each scene unanimous on the whole, but incomplete same, and the size of code of source code is larger, add the complexity of code maintenance, because the size of code of source code is large and complicated, when changing source code and increasing realizing of new computational algorithm, add the work difficulty of research staff.
Summary of the invention
Embodiments of the invention provide a kind of method and the device that process network management data, in order to realize the complexity reducing code maintenance, reduce the object of the work difficulty of research staff.
For achieving the above object, embodiments of the invention adopt following technical scheme:
Embodiments provide a kind of method processing network management data, comprising: the algorithm path of the newly-increased computational algorithm of acquisition, described newly-increased computational algorithm and algorithm name; Wherein, described newly-increased computational algorithm is the computational algorithm newly increased; The algorithm path of described newly-increased computational algorithm is different from the algorithm path of existing computational algorithm; According to algorithm path and the algorithm name of described newly-increased computational algorithm, Reconfigurations information; Described configuration information is for the algorithm path of the algorithm name and correspondence thereof that record different computational algorithm; Obtain data to be calculated, and according to described configuration information, loading calculation algorithm carries out data calculating.
Optionally, described acquisition data to be calculated, and according to described configuration information, loading calculation algorithm carries out data calculating and comprises: according to described configuration information, loading calculation algorithm; Obtain data to be calculated, utilize the computational algorithm that described data to be calculated are corresponding, carry out data calculating.
Optionally, described acquisition data to be calculated, and according to described configuration information, loading calculation algorithm carries out data calculating and comprises: obtain data to be calculated, according to described configuration information, utilize reflex mechanism loading calculation algorithm to carry out data calculating.
Optionally, described newly-increased computational algorithm is function computational algorithm, and described newly-increased computational algorithm inherits CommonFunction class.
Optionally, described newly-increased computational algorithm is for gathering computational algorithm, and described newly-increased computational algorithm inherits IndicatorEvaluator class.
Further, embodiments provide a kind of device processing network management data, comprising: acquiring unit, for obtaining newly-increased computational algorithm, the algorithm path of described newly-increased computational algorithm and algorithm name; Wherein, described newly-increased computational algorithm is the computational algorithm newly increased; The algorithm path of described newly-increased computational algorithm is different from the algorithm path of existing computational algorithm; Updating block, for the algorithm path of described newly-increased computational algorithm that obtains according to described acquiring unit and algorithm name, Reconfigurations information; Described configuration information is for the algorithm path of the algorithm name and correspondence thereof that record different computational algorithm; Processing unit, for obtaining data to be calculated, and according to described configuration information, loading calculation algorithm carries out data calculating.
Optionally, described processing unit, specifically for according to described configuration information, loading calculation algorithm; Obtain data to be calculated, utilize the computational algorithm that described data to be calculated are corresponding, carry out data calculating.
Optionally, described processing unit, specifically for obtaining data to be calculated, according to described configuration information, utilizes reflex mechanism loading calculation algorithm to carry out data calculating.
Optionally, described newly-increased computational algorithm is function computational algorithm, and described newly-increased computational algorithm inherits CommonFunction class.
Optionally, described newly-increased computational algorithm is for gathering computational algorithm, and described newly-increased computational algorithm inherits IndicatorEvaluator class.
Embodiments provide a kind of method and the device that process network management data, comprising: obtain newly-increased computational algorithm, the algorithm path increasing computational algorithm newly and algorithm name; Newly-increased computational algorithm is the computational algorithm newly increased; The algorithm path of newly-increased computational algorithm is different from the algorithm path of existing computational algorithm; According to algorithm path and the algorithm name of newly-increased computational algorithm, Reconfigurations information; Configuration information is for recording the corresponding relation between the algorithm name of different computational algorithm and algorithm path; Obtain data to be calculated, and according to configuration information, loading calculation algorithm carries out data calculating.Like this, when research staff need increase new computational algorithm, the device of process network management data can get newly-increased computational algorithm, the newly-increased algorithm path of computational algorithm and the algorithm name of newly-increased computational algorithm, and the algorithm path of newly-increased computational algorithm is different from the algorithm path of existing computational algorithm, such research staff is when writing newly-increased computational algorithm, without the need to modifying on the basis of original computational algorithm, but newly-increased computational algorithm can be programmed in the position different from the algorithm path of original computational algorithm.Like this, research staff, when carrying out the writing of newly-increased computational algorithm, without the need to changing original computational algorithm, can reduce the work difficulty of research staff.The device of process network management data, can according to the algorithm path of newly-increased computational algorithm and algorithm name Reconfigurations information behind the algorithm path obtaining newly-increased computational algorithm and algorithm name.Like this, the device of process network management data, need according to configuration information after obtaining data to be calculated, and loading calculation algorithm carries out data calculating.Therefore, the device of the process network management data in the present invention can according to configuration information, load the calculating that each computational algorithm carries out data, and, when newly-increased algorithm, without the need to algorithm after changing, be only Reconfigurations information, achieve the complexity reducing code maintenance, reduce the object of the work difficulty of research staff.
Accompanying drawing explanation
In order to be illustrated more clearly in the technical scheme of the embodiment of the present invention, be briefly described to the accompanying drawing used required in embodiment or description of the prior art 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 prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
A kind of schematic flow sheet processing the method for network management data that Fig. 1 provides for the embodiment of the present invention;
A kind of structural representation processing the device of network management data that Fig. 2 provides for the embodiment of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
Embodiments provide a kind of method processing network management data, as shown in Figure 1, comprising:
The algorithm path of step 101, the newly-increased computational algorithm of acquisition, newly-increased computational algorithm and algorithm name.
Wherein, newly-increased computational algorithm is the computational algorithm newly increased.The algorithm path of newly-increased computational algorithm is different from the algorithm path of existing computational algorithm.
Concrete, when research staff needs to increase new computational algorithm, newly-increased computational algorithm can be programmed in self-defining algorithm path.Be, research staff newly can set up a project, and in newly-built project, set up a catalogue, is programmed in by newly-increased computational algorithm in this newly-built catalogue.Like this, research staff is without the need to being attached to the computational algorithm newly increased in existing computational algorithm.That is, research staff, while not changing original computational algorithm, can increase new computational algorithm, thus decreases the development difficulty of research staff.Further, original algorithm cannot change, and just can increase new computational algorithm, when carrying out code maintenance, can only safeguard newly-increased algorithm, and then can reduce the complexity of code maintenance.
The device of process network management data is after user has write newly-increased computational algorithm, algorithm path and the algorithm title of this newly-increased computational algorithm and newly-increased computational algorithm can be got, and according to the algorithm path of newly-increased computational algorithm, newly-increased computational algorithm can be stored.
Further, newly-increased computational algorithm can, for the function computational algorithm for carrying out computing to each data, also can be gather computational algorithm for what gather each data.
Need newly-increased computational algorithm can not have the function newly increased, when compatiblely can also have the function of computational algorithm, newly-increased computational algorithm can be inherited existing computational algorithm.Like this, when newly-increased computational algorithm is function computational algorithm, newly-increased computational algorithm inherits CommonFunction class.When newly-increased computational algorithm is for gathering computational algorithm, newly-increased computational algorithm inherits IndicatorEvaluator class.
It should be noted that, CommonFunction class is of the prior art, for the conventional computational algorithm of data operation.IndicatorEvaluator class is of the prior art, for the conventional computational algorithm of data summarization.
The algorithm path of the newly-increased computational algorithm of step 102, basis and algorithm name, Reconfigurations information.
Wherein, configuration information is for the algorithm path of the algorithm name and correspondence thereof that record different computational algorithm.
Concrete, because different computational algorithms is stored in different positions, conveniently when carrying out data and calculating, get corresponding computational algorithm, therefore the algorithm path of the algorithm name correspondence of computational algorithm can be stored in configuration information.Like this, after obtaining the algorithm name of computational algorithm, can configuration information be searched, get corresponding algorithm path, and then get corresponding computational algorithm.So, the device of process network management data is behind the algorithm path obtaining newly-increased computational algorithm and algorithm name, when carrying out data calculating to utilize newly-increased computational algorithm at needs, this newly-increased computational algorithm can be found, now, the device of process network management data needs the algorithm path of newly-increased computational algorithm and algorithm name to be stored in configuration information, and then Reconfigurations information.
Further, configuration information can be configuration file, or allocation list, and go back other forms of information, the present invention does not limit this.
Step 103, obtain data to be calculated, and according to configuration information, loading calculation algorithm carries out data calculating.
Concrete, the device of process network management data can get data to be calculated in a database, and the device of network data can according to configuration information, each computational algorithm recorded in load configuration information.Be, the device of network data according to the algorithm name of each computational algorithm recorded in configuration information and algorithm path, can find each computational algorithm, and then is loaded on by computational algorithm in the device of process network management data.Like this, the device processing network management data can be loaded with each computational algorithm and after obtaining data to be calculated, computational algorithm corresponding to these data to be calculated can utilized to treat calculated data and carry out corresponding data calculating.
Further, obtain data to be calculated, and according to configuration information, loading calculation algorithm carries out data calculating and comprises: obtain data to be calculated, according to configuration information, utilize reflex mechanism loading calculation algorithm to carry out data calculating.
Further, obtain data to be calculated, and according to described configuration information, loading calculation algorithm carries out data calculating and comprises: according to configuration information, loading calculation algorithm; Obtain data to be calculated, utilize the computational algorithm that data to be calculated are corresponding, carry out data calculating.
That is, each computational algorithm recorded in configuration information, after having upgraded configuration information, first according to configuration information, can be loaded in the device of process network management data by the device of process network management data.Be, each computational algorithm according to the algorithm name of each computational algorithm recorded in configuration information and algorithm path, can be loaded in the device of process network management data by the device of process network management data.The device of process network management data after having loaded each computational algorithm, can obtain data to be calculated, and then can after acquisition data to be calculated, and the computational algorithm corresponding according to data to be calculated, carries out data calculating.
It should be noted that, use which kind of computational algorithm to carry out data calculating for data to be calculated, can be specified by user.Being user need specify data to be calculated need carry out which kind of data calculating.Like this, the device of process network management data when obtaining data to be calculated, can know the computational algorithm needed for it, and then the computational algorithm that can data to be calculated be found in the computational algorithm loaded corresponding.
Or, use which kind of computational algorithm to carry out data calculating for data to be calculated, can be specified by Front End Server.Be, which kind of data is data to be calculated need be carried out by Front End Server calculates storage in a database, like this, computational algorithm required when the device of process network management data can regularly obtain data to be calculated and calculate these data to be calculated in this database, and then the computational algorithm that can data to be calculated be found in the computational algorithm loaded corresponding.
It should be noted that, Front End Server refer to can with the server of user interactions.
Further, data to be calculated need carry out function calculate time, now process network management data device can acquisition data to be calculated after, can load function calculate in, find the function computational algorithm that data to be calculated are corresponding, and then corresponding computing is carried out to these data to be calculated.
When data to be calculated need carry out gathering calculating, the device now processing network management data can after acquisition data to be calculated, can gather in the calculating that gathers loaded, find these data to be calculated corresponding gather computational algorithm, and then corresponding aggregation process is carried out to these data to be calculated.
Embodiments provide a kind of method processing network management data, comprising: obtain newly-increased computational algorithm, the algorithm path increasing computational algorithm newly and algorithm name; Newly-increased computational algorithm is the computational algorithm newly increased; The algorithm path of newly-increased computational algorithm is different from the algorithm path of existing computational algorithm; According to algorithm path and the algorithm name of newly-increased computational algorithm, Reconfigurations information; Configuration information is for recording the corresponding relation between the algorithm name of different computational algorithm and algorithm path; Obtain data to be calculated, and according to configuration information, loading calculation algorithm carries out data calculating.Like this, when research staff need increase new computational algorithm, the device of process network management data can get newly-increased computational algorithm, the newly-increased algorithm path of computational algorithm and the algorithm name of newly-increased computational algorithm, and the algorithm path of newly-increased computational algorithm is different from the algorithm path of existing computational algorithm, such research staff is when writing newly-increased computational algorithm, without the need to modifying on the basis of original computational algorithm, but newly-increased computational algorithm can be programmed in the position different from the algorithm path of original computational algorithm.Like this, research staff, when carrying out the writing of newly-increased computational algorithm, without the need to changing original computational algorithm, can reduce the work difficulty of research staff.The device of process network management data, can according to the algorithm path of newly-increased computational algorithm and algorithm name Reconfigurations information behind the algorithm path obtaining newly-increased computational algorithm and algorithm name.Like this, the device of process network management data, need according to configuration information after obtaining data to be calculated, and loading calculation algorithm carries out data calculating.Therefore, the device of the process network management data in the present invention can according to configuration information, load the calculating that each computational algorithm carries out data, and, when newly-increased algorithm, without the need to algorithm after changing, be only Reconfigurations information, achieve the complexity reducing code maintenance, reduce the object of the work difficulty of research staff.
Embodiments provide a kind of device processing network management data, as shown in Figure 2, comprising:
Acquiring unit 201, for obtaining newly-increased computational algorithm, the algorithm path increasing computational algorithm newly and algorithm name.
Wherein, newly-increased computational algorithm is the computational algorithm newly increased.The algorithm path of newly-increased computational algorithm is different from the algorithm path of existing computational algorithm.
Further, newly-increased computational algorithm is function computational algorithm, and newly-increased computational algorithm inherits CommonFunction class.
Or newly-increased computational algorithm is for gathering computational algorithm, and newly-increased computational algorithm inherits IndicatorEvaluator class.
Updating block 202, for the algorithm path of newly-increased computational algorithm that obtains according to acquiring unit 201 and algorithm name, Reconfigurations information.
Wherein, configuration information is for the algorithm path of the algorithm name and correspondence thereof that record different computational algorithm.
Processing unit 203, for obtaining data to be calculated, and according to configuration information, loading calculation algorithm carries out data calculating.
Concrete, processing unit 203, specifically for according to configuration information, loading calculation algorithm.Obtain data to be calculated, utilize the computational algorithm that data to be calculated are corresponding, carry out data calculating.
Further, processing unit 203, specifically for obtaining data to be calculated, according to configuration information, utilizes reflex mechanism loading calculation algorithm to carry out data calculating.
Embodiments provide a kind of device processing network management data, comprising: obtain newly-increased computational algorithm, the algorithm path increasing computational algorithm newly and algorithm name; Newly-increased computational algorithm is the computational algorithm newly increased; The algorithm path of newly-increased computational algorithm is different from the algorithm path of existing computational algorithm; According to algorithm path and the algorithm name of newly-increased computational algorithm, Reconfigurations information; Configuration information is for recording the corresponding relation between the algorithm name of different computational algorithm and algorithm path; Obtain data to be calculated, and according to configuration information, loading calculation algorithm carries out data calculating.Like this, when research staff need increase new computational algorithm, the device of process network management data can get newly-increased computational algorithm, the newly-increased algorithm path of computational algorithm and the algorithm name of newly-increased computational algorithm, and the algorithm path of newly-increased computational algorithm is different from the algorithm path of existing computational algorithm, such research staff is when writing newly-increased computational algorithm, without the need to modifying on the basis of original computational algorithm, but newly-increased computational algorithm can be programmed in the position different from the algorithm path of original computational algorithm.Like this, research staff, when carrying out the writing of newly-increased computational algorithm, without the need to changing original computational algorithm, can reduce the work difficulty of research staff.The device of process network management data, can according to the algorithm path of newly-increased computational algorithm and algorithm name Reconfigurations information behind the algorithm path obtaining newly-increased computational algorithm and algorithm name.Like this, the device of process network management data, need according to configuration information after obtaining data to be calculated, and loading calculation algorithm carries out data calculating.Therefore, the device of the process network management data in the present invention can according to configuration information, load the calculating that each computational algorithm carries out data, and, when newly-increased algorithm, without the need to algorithm after changing, be only Reconfigurations information, achieve the complexity reducing code maintenance, reduce the object of the work difficulty of research staff.
Last it is noted that above embodiment is only in order to illustrate technical scheme of the present invention, be not intended to limit; Although with reference to previous embodiment to invention has been detailed description, those of ordinary skill in the art is to be understood that: it still can be modified to the technical scheme described in foregoing embodiments, or carries out equivalent replacement to wherein portion of techniques feature; And these amendments or replacement, do not make the essence of appropriate technical solution depart from the spirit and scope of various embodiments of the present invention technical scheme.

Claims (10)

1. process a method for network management data, it is characterized in that, comprising:
The algorithm path of the newly-increased computational algorithm of acquisition, described newly-increased computational algorithm and algorithm name; Wherein, described newly-increased computational algorithm is the computational algorithm newly increased; The algorithm path of described newly-increased computational algorithm is different from the algorithm path of existing computational algorithm;
According to algorithm path and the algorithm name of described newly-increased computational algorithm, Reconfigurations information; Described configuration information is for the algorithm path of the algorithm name and correspondence thereof that record different computational algorithm;
Obtain data to be calculated, and according to described configuration information, loading calculation algorithm carries out data calculating.
2. method according to claim 1, is characterized in that, described acquisition data to be calculated, and according to described configuration information, loading calculation algorithm carries out data calculating and comprises:
According to described configuration information, loading calculation algorithm;
Obtain data to be calculated, utilize the computational algorithm that described data to be calculated are corresponding, carry out data calculating.
3. method according to claim 2, is characterized in that, described acquisition data to be calculated, and according to described configuration information, loading calculation algorithm carries out data calculating and comprises:
Obtain data to be calculated, according to described configuration information, utilize reflex mechanism loading calculation algorithm to carry out data calculating.
4. the method according to any one of claim 1-3, is characterized in that,
Described newly-increased computational algorithm is function computational algorithm, and described newly-increased computational algorithm inherits CommonFunction class.
5. the method according to any one of claim 1-3, is characterized in that,
Described newly-increased computational algorithm is for gathering computational algorithm, and described newly-increased computational algorithm inherits IndicatorEvaluator class.
6. process a device for network management data, it is characterized in that, comprising:
Acquiring unit, for obtaining newly-increased computational algorithm, the algorithm path of described newly-increased computational algorithm and algorithm name; Wherein, described newly-increased computational algorithm is the computational algorithm newly increased; The algorithm path of described newly-increased computational algorithm is different from the algorithm path of existing computational algorithm;
Updating block, for the algorithm path of described newly-increased computational algorithm that obtains according to described acquiring unit and algorithm name, Reconfigurations information; Described configuration information is for the algorithm path of the algorithm name and correspondence thereof that record different computational algorithm;
Processing unit, for obtaining data to be calculated, and according to described configuration information, loading calculation algorithm carries out data calculating.
7. device according to claim 6, is characterized in that,
Described processing unit, specifically for according to described configuration information, loading calculation algorithm; Obtain data to be calculated, utilize the computational algorithm that described data to be calculated are corresponding, carry out data calculating.
8. device according to claim 7, is characterized in that,
Described processing unit, specifically for obtaining data to be calculated, according to described configuration information, utilizes reflex mechanism loading calculation algorithm to carry out data calculating.
9. the device according to any one of claim 6-8, is characterized in that,
Described newly-increased computational algorithm is function computational algorithm, and described newly-increased computational algorithm inherits CommonFunction class.
10. the device according to any one of claim 6-8, is characterized in that,
Described newly-increased computational algorithm is for gathering computational algorithm, and described newly-increased computational algorithm inherits IndicatorEvaluator class.
CN201510896723.9A 2015-12-07 2015-12-07 Method and device for processing network management data Pending CN105577425A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510896723.9A CN105577425A (en) 2015-12-07 2015-12-07 Method and device for processing network management data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510896723.9A CN105577425A (en) 2015-12-07 2015-12-07 Method and device for processing network management data

Publications (1)

Publication Number Publication Date
CN105577425A true CN105577425A (en) 2016-05-11

Family

ID=55887122

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510896723.9A Pending CN105577425A (en) 2015-12-07 2015-12-07 Method and device for processing network management data

Country Status (1)

Country Link
CN (1) CN105577425A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101075187A (en) * 2006-05-18 2007-11-21 腾讯科技(深圳)有限公司 Method and device for fetching audio-frequency files
CN101719168A (en) * 2010-01-25 2010-06-02 浪潮通信信息系统有限公司 Algorithm configurability-based universal data loading method
CN101860454A (en) * 2010-06-24 2010-10-13 杭州华三通信技术有限公司 Network performance data processing method and device thereof
CN103283209A (en) * 2011-04-18 2013-09-04 北京新媒传信科技有限公司 Application service platform system and implementation method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101075187A (en) * 2006-05-18 2007-11-21 腾讯科技(深圳)有限公司 Method and device for fetching audio-frequency files
CN101719168A (en) * 2010-01-25 2010-06-02 浪潮通信信息系统有限公司 Algorithm configurability-based universal data loading method
CN101860454A (en) * 2010-06-24 2010-10-13 杭州华三通信技术有限公司 Network performance data processing method and device thereof
CN103283209A (en) * 2011-04-18 2013-09-04 北京新媒传信科技有限公司 Application service platform system and implementation method thereof

Similar Documents

Publication Publication Date Title
DE112012005037B4 (en) Manage redundant immutable files using deduplications in storage clouds
CN104090889B (en) Data processing method and system
US9075633B2 (en) Configuration of life cycle management for configuration files for an application
CN108052374A (en) A kind of method and device of deployment container micro services
CN104268291A (en) Data consistency processing method and system
CN104657164B (en) Software upgrading treating method and apparatus
CN105493095A (en) Adaptive and recursive filtering for sample submission
US11232025B2 (en) Method, device and computer program product for storage management
US11175993B2 (en) Managing data storage system
CN106294462A (en) A kind of method and system obtaining recommendation video
CN106155566A (en) For storing method, the Apparatus and system of data
CN105488210A (en) Batch data matching method and device
CN107135108A (en) The update method and system of network connection list
CN104063377A (en) Information processing method and electronic equipment using same
CN103678041A (en) Incremental backup method and system
US20160314179A1 (en) Crowd Sourced Data Sampling at the Crowd
US20170344454A1 (en) Determining dynamic statistics based on key value patterns
WO2017088528A1 (en) Configuration information management method and apparatus, and operation maintenance centre or base station
CN105760198A (en) Mobile phone app updating method and system
CN105357100A (en) Method and device for acquiring priorities of instant messaging group members
CN107422991B (en) Storage strategy management system
CN106294010A (en) The storage method and system of big data in distributed system
CN105577425A (en) Method and device for processing network management data
CN105095283A (en) Quasi-friend recommending method in social networking system and quasi-friend recommending system in social networking system
US11226739B2 (en) Method, device and computer program product for storage management

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160511