CN104320374A - Method of reducing packed data through Oracle transmission - Google Patents

Method of reducing packed data through Oracle transmission Download PDF

Info

Publication number
CN104320374A
CN104320374A CN201410381264.6A CN201410381264A CN104320374A CN 104320374 A CN104320374 A CN 104320374A CN 201410381264 A CN201410381264 A CN 201410381264A CN 104320374 A CN104320374 A CN 104320374A
Authority
CN
China
Prior art keywords
information
result set
content
packet
compressed
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.)
Granted
Application number
CN201410381264.6A
Other languages
Chinese (zh)
Other versions
CN104320374B (en
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.)
Hangzhou Dbappsecurity Technology Co Ltd
Original Assignee
DBAPPSecurity 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 DBAPPSecurity Co Ltd filed Critical DBAPPSecurity Co Ltd
Priority to CN201410381264.6A priority Critical patent/CN104320374B/en
Publication of CN104320374A publication Critical patent/CN104320374A/en
Application granted granted Critical
Publication of CN104320374B publication Critical patent/CN104320374B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/04Protocols for data compression, e.g. ROHC
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the field of network data transmission and aims at providing a method of reducing packed data through Oracle transmission. The method of reducing the packed data through Oracle transmission comprises the following steps of judging whether a transmitted data packet conforms to a protocol head format of a TNS (Transparence Network Substrate) communication protocol by utilizing a database type identification positioner, positioning and extracting compression information by utilizing compression information positioning and a content extractor, positioning and extracting result set information by utilizing a result set information positioner, assembling records of a result set to a two-dimensional table one by one by utilizing an output result set system, and then outputting. According to the method, the data packet transmitted by an Oracle database can be correctly identified, the compression information can be correctly extracted, the packed data can be correctly reduced and the unpacked data can be correctly extracted; the method can also be used as the basis of data storage and reduction.

Description

A kind of Oracle transmitted data compressing method of reducing
Technical field
The invention relates to field of network data transmission, particularly a kind of Oracle transmitted data compressing method of reducing.
Background technology
A lot of industry is all at use oracle database at present, when using SQL statement to obtain result set in some cases, there are data identical in a large number, if these identical data transmission primarieses, so can greatly reduce transmitted data on network amount in result set.
In the result set data that general SQL statement returns, can there are identical data in the partial content of part record.Most of relevant database (as SQL Server, DB2, MySQL etc.) by analysis, transmit strictly according to the facts (transmission that the identical data between record can repeat in every bar record) each row of data in result set, this increases the transmission quantity of network undoubtedly.
Summary of the invention
Main purpose of the present invention is to overcome deficiency of the prior art, provides a kind of and correctly can extract compressed information, correct reduction by the data compressed, the correct Oracle transmitted data compressing method of reducing extracting unpacked data.For solving the problems of the technologies described above, solution of the present invention is:
A kind of Oracle transmitted data compressing method of reducing is provided, specifically comprises the steps:
(1) type of database identification locator is utilized, the protocol header style meeting TNS communication protocol is judged whether to the packet of transmission, if meet the protocol header style of TNS communication protocol, the packet then transmitted meets TNS communication protocol, and the packet namely transmitted is the packet of oracle database transmission; If do not meet the protocol header style of TNS communication protocol, then the packet transmitted does not meet TNS communication protocol, is given up by the packet of transmission;
Wherein, described TNS communication protocol is the agreement of oracle database communication, is the application layer data agreement of ICP/IP protocol; TNS communication protocol comprises protocol header, and protocol header is made up of 8 bytes, is followed successively by the length of 2 bytes, the verification of 2 bytes, the Packet type of 1 byte, the reserve bytes of 1 byte, the head verification of 2 bytes;
(2) utilize compressed information to locate and content extractor, whether the record in the packet that determining step (1) identifies is compressed, and realizes the location of compressed information, and extracts the compressed information oriented;
The concrete grammar of compressed information location is: according to TTC agreement, from the packet selected by type of database identification locator, finds the position that TTC protocol header is 0x15, if do not find the TTC protocol header of 0x15, then gives up; If find the TTC protocol header of 0x15, then illustrate that the data content after TTC protocol header is compression relevant information, realize compressed information location;
Compressed information content extractor concrete grammar is: the position found according to compressed information locator, extract the data that TTC protocol header is two bytes after 0x15, the length of compressing mark information below the secondary indication of the content of these two bytes, length value is set to X; The length calculation method of compressing mark information is as follows: X rounds divided by 8, and the value obtained is set to Z, if X is except 8 being that Z+1 byte forms by the length of remainder then compressing mark information, as X does not have the length of remainder then compressing mark information to be that Z byte forms except 8;
The concrete form of described compressing mark information: the most multipotency of 1 byte (8 bit) deposits the compressing mark information of 8 row contents in result set 1 row (if 1 row has the content more than 8 row, then increase the compressing mark information that byte deposits other row), namely 1 bit can be used for representing in result set 1 row, whether 1 row content is compressed; If bit value is 1, then represent that corresponding data is not compressed; If bit value is 0, then represent that corresponding data is compressed;
Wherein, what the packet that oracle database transmits adopted is TNS communication protocol, TNS communication protocol inside comprises TTC agreement, described TTC protocol header is made up of 1 byte, the content (if TTC protocol header is 0x15, content is compressing mark information thereafter) that the value of TTC protocol header contains for the packet represented after TTC protocol header;
Result set is the content that execution SQL statement (mainly select statement) returns, result set is the two-dimentional form be made up of row and column, data line represents a complete record, article one, the TTC protocol header of record is 0x07, and according to TNS communication protocol regulation, there is not compressed information in the Article 1 record of result set; Article one, the reduction of record will be reduced according to compressed information;
(3) according to TTC agreement, utilize result set information locator, in the packet identified by type of database identification locator from step (1), find TTC protocol header to be the position of 0x07, realize the location of result set information; Then the content reductor position of orienting according to result set information locator, extract result set information, concrete extracting method is: locate one by one packet in conjunction with compressed information location and content extractor, if the compressed information of certain row is 1 (compressed information that compressed information locator and content extractor are extracted), then this row content is not compressed, have the information data of these row in after result set information locator is described, then extract this row content; If the compressed information of certain row is 0 (compressed information that compressed information locator and content extractor are extracted), then this row content is compressed, the information data that content after result set information locator does not have this to arrange is described, then using the information that arranges as this of respective column of a upper record;
(4) if the record of result set has not also extracted, the record of judged result collection has extracted according to being: TTC protocol header is that the content part of 0x04 contains no data found printed words; Repeat step (2) and step (3) successively;
(5) utilize Output rusults collecting system, the record of result set is assembled into two-dimentional form one by one, line output of going forward side by side.
Be provided for the Oracle transmitted data compressing restoring system of described a kind of Oracle transmitted data compressing method of reducing, it is characterized in that, comprise type of database identification locator, compressed information location and content extractor, result set information locator, content reductor, Output rusults storage;
Described type of database identification locator for judging whether the packet transmitted is the packet that oracle database transmits, and will not be that the packet that oracle database transmits is given up;
Described compressed information location and content extractor are used in the packet judged by type of database identification locator, orient compressed information and extract compressed information;
Described result set information locator and the packet of content reductor by obtaining from type of database identification locator, orient result set information and extract result set information;
Described Output rusults storage is used for object information location and the information that restores of content reductor to be assembled into bivariate table case form, and the result set that will be assembled into exports.
Compared with prior art, the invention has the beneficial effects as follows:
The present invention correctly can be familiar with the packet of oracle database transmission, correctly extracts compressed information, correctly reduces by the data compressed, correctly extract unpacked data; The foundation that the present invention can also store as data and reduce.
Accompanying drawing explanation
Fig. 1 is Oracle data compression transfer process figure of the present invention.
Embodiment
First it should be noted that, the present invention relates to network data transmission technology, is the one application of computer technology in information data transmission field.In implementation procedure of the present invention, the application of multiple software function module can be related to.Applicant thinks, as reading over application documents, accurate understanding is of the present invention realize principle and goal of the invention after, when in conjunction with existing known technology, those skilled in the art can use its software programming technical ability grasped to realize the present invention completely.Aforementioned software functional module comprises but is not limited to: type of database identification locator, compressed information location and content extractor, result set information locator, content reductor, Output rusults storage etc., this category of all genus that all the present patent application files are mentioned, applicant will not enumerate.
Below in conjunction with accompanying drawing and embodiment, the present invention is described in further detail:
Flow chart as shown in Figure 1, a kind of Oracle transmitted data compressing method of reducing, specifically comprises the steps:
(1) type of database identification locator is utilized, the protocol header style meeting TNS communication protocol is judged whether to the packet of transmission, if meet the protocol header style of TNS communication protocol, the packet then transmitted meets TNS communication protocol, and the packet namely transmitted is the packet of oracle database transmission; If do not meet the protocol header style of TNS communication protocol, then the packet transmitted does not meet TNS communication protocol, is given up by the packet of transmission;
Wherein, described TNS communication protocol is the agreement of oracle database communication, is the application layer data agreement of ICP/IP protocol; TNS communication protocol comprises protocol header, and protocol header is made up of 8 bytes, is followed successively by the length of 2 bytes, the School Affairs of 2 bytes, the Packet type of 1 byte, the reserve bytes of 1 byte, the head School Affairs of 2 bytes;
(2) utilize compressed information to locate and content extractor, whether the record in the packet that determining step (1) identifies is compressed, and realizes the location of compressed information, and extracts the compressed information oriented;
The concrete grammar of compressed information location is: according to TTC agreement, from the packet selected by type of database identification locator, finds the position that TTC protocol header is 0x15, if do not find the TTC protocol header of 0x15, then gives up; If find the TTC protocol header of 0x15, then illustrate that the data content after TTC protocol header is compression relevant information, realize compressed information location;
Compressed information content extractor concrete grammar is: the position found according to compressed information locator, extract the data that TTC protocol header is two bytes after 0x15, the length (representing the value of this content below with X) of compressing mark information below the secondary indication of the content of these two bytes; The length calculation method of compressing mark information is as follows: X rounds (representing this value rounded with Z below) divided by 8, if X is except 8 being that Z+1 byte forms by the length of remainder then compressing mark information, as X does not have the length of remainder then compressing mark information to be that Z byte forms except 8; Below the concrete form of compressing mark information: the most multipotency of 1 byte (8 bit) after compressed information locator deposits the compressing mark information of 8 row contents in result set 1 row (if 1 row has the content more than 8 row, then increase the compressing mark information that byte deposits other row), namely 1 bit can be used for representing in result set 1 row, whether 1 row content is compressed; If bit value is 1, then represent that corresponding data is not compressed; If bit value is 0, then represent that corresponding data is compressed; As table: following there to be 8 row in result set, in table, in the first row, each cell is 1 bit, and the second row is the explanation of respective column
Wherein, what the packet that oracle database transmits adopted is TNS communication protocol, TNS communication protocol inside comprises TTC agreement, described TTC protocol header is made up of 1 byte, the content (if TTC protocol header is 0x15, content is compressing mark information thereafter) that the value of TTC protocol header contains for the packet represented after TTC protocol header;
Result set is the content that execution SQL statement (mainly select statement) returns, result set is the two-dimentional form be made up of row and column, data line represents a complete record, article one, the TTC protocol header of record is 0x07, and according to TNS communication protocol regulation, there is not compressed information in the Article 1 record of result set; Article one, the reduction of record will be reduced according to compressed information;
(3) according to TTC agreement, utilize result set information locator, in the packet identified by type of database identification locator from step (1), find TTC protocol header to be the position of 0x07, realize the location of result set information; Then the content reductor position of orienting according to result set information locator, extract result set information, concrete extracting method is: locate one by one packet in conjunction with compressed information location and content extractor, if the compressed information of certain row is 1 (compressed information that compressed information locator and content extractor are extracted), then this row content is not compressed, have the information data of these row in after result set information locator is described, then extract this row content; If the compressed information of certain row is 0 (compressed information that compressed information locator and content extractor are extracted), then this row content is compressed, the information data that content after result set information locator does not have this to arrange is described, then using the information that arranges as this of respective column of a upper record;
(4) if the record of result set has not also extracted, the record of judged result collection has extracted according to being: TTC protocol header is that the content part of 0x04 contains no data found printed words; Repeat step (2) and step (3) successively;
(5) utilize Output rusults collecting system, the record of result set is assembled into two-dimentional form one by one, line output of going forward side by side.
Be provided for the Oracle transmitted data compressing restoring system of described a kind of Oracle transmitted data compressing method of reducing, comprise type of database identification locator, compressed information location and content extractor, result set information locator and content reductor, Output rusults storage;
Described type of database identification locator for judging whether the packet transmitted is the packet that oracle database transmits, and will not be that the packet that oracle database transmits is given up;
Described compressed information location and content extractor are used in the packet judged by type of database identification locator, orient compressed information and extract compressed information;
Described result set information locator and the packet of content reductor by obtaining from type of database identification locator, orient result set information and extract result set information;
Described Output rusults storage is used for object information location and the information that restores of content reductor to be assembled into bivariate table case form, and the result set that will be assembled into exports.
The following examples can make professional and technical personnel's comprehend the present invention of this specialty, but do not limit the present invention in any way.The present embodiment for guiding, illustrates the method with Output rusults collection.
The information of certain school to student is divided into groups by province, then sorts according to sex, exports name, sex, province name, educational background.
1. Output rusults (fraction information):
Name Sex Province Educational background
Zhang San Man Zhejiang Undergraduate course
Li Si Man Zhejiang Undergraduate course
King five Man Zhejiang Undergraduate course
Li Yuwen Female Zhejiang Undergraduate course
Zhou Jianghong Female Zhejiang Undergraduate course
Wu Gang Man Shanghai Undergraduate course
Liu Yafang Female Shanghai Undergraduate course
Hu Shiyi Female Shanghai Undergraduate course
Guo Ling Female Shanghai Undergraduate course
Luo Liangying Female Shanghai Undergraduate course
2. compressed information
3. the content of actual data packet
Name Sex Province Educational background
Zhang San Man Zhejiang Undergraduate course
Li Si ? ? ?
King five ? ? ?
Li Yuwen Female ? ?
Zhou Jianghong ? ? ?
Wu Gang Man Shanghai ?
Liu Yafang Female ? ?
Hu Shiyi ? ? ?
Guo Ling ? ? ?
Luo Liangying ? ? ?
Finally, it should be noted that above what enumerate is only specific embodiments of the invention.Obviously, the invention is not restricted to above embodiment, a lot of distortion can also be had.All distortion that those of ordinary skill in the art can directly derive or associate from content disclosed by the invention, all should think protection scope of the present invention.

Claims (2)

1. an Oracle transmitted data compressing method of reducing, is characterized in that, specifically comprises the steps:
(1) type of database identification locator is utilized, the protocol header style meeting TNS communication protocol is judged whether to the packet of transmission, if meet the protocol header style of TNS communication protocol, the packet then transmitted meets TNS communication protocol, and the packet namely transmitted is the packet of oracle database transmission; If do not meet the protocol header style of TNS communication protocol, then the packet transmitted does not meet TNS communication protocol, is given up by the packet of transmission;
Wherein, described TNS communication protocol is the agreement of oracle database communication, is the application layer data agreement of ICP/IP protocol; TNS communication protocol comprises protocol header, and protocol header is made up of 8 bytes, is followed successively by the length of 2 bytes, the verification of 2 bytes, the Packet type of 1 byte, the reserve bytes of 1 byte, the head verification of 2 bytes;
(2) utilize compressed information to locate and content extractor, whether the record in the packet that determining step (1) identifies is compressed, and realizes the location of compressed information, and extracts the compressed information oriented;
The concrete grammar of compressed information location is: according to TTC agreement, from the packet selected by type of database identification locator, finds the position that TTC protocol header is 0x15, if do not find the TTC protocol header of 0x15, then gives up; If find the TTC protocol header of 0x15, then illustrate that the data content after TTC protocol header is compression relevant information, realize compressed information location;
Compressed information content extractor concrete grammar is: the position found according to compressed information locator, extract the data that TTC protocol header is two bytes after 0x15, the length of compressing mark information below the secondary indication of the content of these two bytes, length value is set to X; The length calculation method of compressing mark information is as follows: X rounds divided by 8, and the value obtained is set to Z, if X is except 8 being that Z+1 byte forms by the length of remainder then compressing mark information, as X does not have the length of remainder then compressing mark information to be that Z byte forms except 8;
The concrete form of described compressing mark information: the most multipotency of 1 byte deposits the compressing mark information of 8 row contents in result set 1 row (if 1 row has the content more than 8 row, then increase the compressing mark information that byte deposits other row), namely 1 bit can be used for representing in result set 1 row, whether 1 row content is compressed; If bit value is 1, then represent that corresponding data is not compressed; If bit value is 0, then represent that corresponding data is compressed;
Wherein, what the packet of oracle database transmission adopted is TNS communication protocol, and TNS communication protocol inside comprises TTC agreement, and described TTC protocol header is made up of 1 byte, the content that the value of TTC protocol header contains for the packet represented after TTC protocol header;
Result set is the content that execution SQL statement returns, result set is the two-dimentional form be made up of row and column, and data line represents a complete record, and the TTC protocol header of a record is 0x07, and according to TNS communication protocol regulation, there is not compressed information in the Article 1 record of result set; Article one, the reduction of record will be reduced according to compressed information;
(3) according to TTC agreement, utilize result set information locator, in the packet identified by type of database identification locator from step (1), find TTC protocol header to be the position of 0x07, realize the location of result set information; Then the content reductor position of orienting according to result set information locator, extract result set information, concrete extracting method is: locate one by one packet in conjunction with compressed information location and content extractor, if the compressed information of certain row is 1, then this row content is not compressed, have the information data of these row in after result set information locator is described, then extract this row content; If compressed information of certain row is 0, then this row content is compressed, and the information data that the content after result set information locator does not have this to arrange is described, then the information that arranges as this of respective column recorded upper one;
(4) if the record of result set has not also extracted, the record of judged result collection has extracted according to being: TTC protocol header is that the content part of 0x04 contains no data found printed words; Repeat step (2) and step (3) successively;
(5) utilize Output rusults collecting system, the record of result set is assembled into two-dimentional form one by one, line output of going forward side by side.
2. for the Oracle transmitted data compressing restoring system of a kind of Oracle transmitted data compressing method of reducing according to claim 1, it is characterized in that, comprise type of database identification locator, compressed information location and content extractor, result set information locator, content reductor, Output rusults storage;
Described type of database identification locator for judging whether the packet transmitted is the packet that oracle database transmits, and will not be that the packet that oracle database transmits is given up;
Described compressed information location and content extractor are used in the packet judged by type of database identification locator, orient compressed information and extract compressed information;
Described result set information locator and the packet of content reductor by obtaining from type of database identification locator, orient result set information and extract result set information;
Described Output rusults storage is used for object information location and the information that restores of content reductor to be assembled into bivariate table case form, and the result set that will be assembled into exports.
CN201410381264.6A 2014-08-05 2014-08-05 A kind of Oracle transmitted data compressings restoring method Active CN104320374B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410381264.6A CN104320374B (en) 2014-08-05 2014-08-05 A kind of Oracle transmitted data compressings restoring method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410381264.6A CN104320374B (en) 2014-08-05 2014-08-05 A kind of Oracle transmitted data compressings restoring method

Publications (2)

Publication Number Publication Date
CN104320374A true CN104320374A (en) 2015-01-28
CN104320374B CN104320374B (en) 2017-06-27

Family

ID=52375545

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410381264.6A Active CN104320374B (en) 2014-08-05 2014-08-05 A kind of Oracle transmitted data compressings restoring method

Country Status (1)

Country Link
CN (1) CN104320374B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108415927A (en) * 2018-01-17 2018-08-17 中国科学院声学研究所 A kind of restoring method and device of non-sequential table

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030058863A1 (en) * 2001-09-27 2003-03-27 Siemens Aktiengesellschaft Method for transmitting compressed data in packet-oriented networks
CN101836403A (en) * 2007-10-25 2010-09-15 微软公司 Compressing null columns in rows of the tabular data stream protocol
CN102171680A (en) * 2008-10-05 2011-08-31 微软公司 Efficient large-scale filtering and/or sorting for querying of column based data encoded structures
CN103780263A (en) * 2012-10-22 2014-05-07 株式会社特博睿 Device and method of data compression and recording medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030058863A1 (en) * 2001-09-27 2003-03-27 Siemens Aktiengesellschaft Method for transmitting compressed data in packet-oriented networks
CN101836403A (en) * 2007-10-25 2010-09-15 微软公司 Compressing null columns in rows of the tabular data stream protocol
CN102171680A (en) * 2008-10-05 2011-08-31 微软公司 Efficient large-scale filtering and/or sorting for querying of column based data encoded structures
CN103780263A (en) * 2012-10-22 2014-05-07 株式会社特博睿 Device and method of data compression and recording medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108415927A (en) * 2018-01-17 2018-08-17 中国科学院声学研究所 A kind of restoring method and device of non-sequential table

Also Published As

Publication number Publication date
CN104320374B (en) 2017-06-27

Similar Documents

Publication Publication Date Title
CN109325009A (en) The method and device of log parsing
CN109213986A (en) A kind of automation method for reporting that the Environmental Health quality of data is verified
CN103473056B (en) A kind of remote measurement configuration file automatic generation method
CN105138593A (en) Method for extracting log key information in user-defined way by using regular expressions
CN103123653A (en) Search engine retrieving ordering method based on Bayesian classification learning
EP2665000A3 (en) Processing queries in a computer network using business intelligence tools
Schadd et al. Maasmatch results for oaei 2011
CN108959645A (en) A kind of policies and regulations collection and analysis system
CN105653548A (en) Method and system for identifying page type of electronic document
CN104123376B (en) A kind of intelligent text collecting method and system based on row template
CN103679477A (en) Enterprise credit assessment system and method
CN104320374A (en) Method of reducing packed data through Oracle transmission
CN111898351B (en) Automatic Excel data importing method and device based on Aviator, terminal equipment and storage medium
CN108073678A (en) Applied to document analyzing and processing method, system and the device in big data analysis
CN202110582U (en) Court attendance and law enforcement performance management system
CN104933546B (en) Data reporting method and system based on custom built forms
CN110597993A (en) Microblog hot topic data mining method
CN105653687A (en) Medium recognition method
CN111680074B (en) Clustering algorithm-based power acquisition load leakage point feature mining method
CN104375906A (en) Fast large-scale backup data calibration method based on file system
CN110443590B (en) Electronic human resource archive management system and management method thereof
CN202008691U (en) Archive management system convenient for retrieval and analysis
CN108009787A (en) A kind of Audit data comparative analysis management system
CN104050591A (en) PC terminal advertisement input volume analyzing and effect optimizing system and method
CN107315767B (en) Convergent reconstruction method of flux data

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: Zhejiang Zhongcai Building No. 68 Binjiang District road Hangzhou City, Zhejiang Province, the 310051 and 15 layer

Patentee after: Hangzhou Annan information technology Limited by Share Ltd

Address before: Hangzhou City, Zhejiang province 310051 Binjiang District and Zhejiang road in the 15 storey building

Patentee before: Dbappsecurity Co.,ltd.