CN102480335A - Method and system for transmitting business data - Google Patents

Method and system for transmitting business data Download PDF

Info

Publication number
CN102480335A
CN102480335A CN201010565864XA CN201010565864A CN102480335A CN 102480335 A CN102480335 A CN 102480335A CN 201010565864X A CN201010565864X A CN 201010565864XA CN 201010565864 A CN201010565864 A CN 201010565864A CN 102480335 A CN102480335 A CN 102480335A
Authority
CN
China
Prior art keywords
business datum
text
module
character string
xml format
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
CN201010565864XA
Other languages
Chinese (zh)
Other versions
CN102480335B (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.)
Kingdee Software China Co Ltd
Original Assignee
Kingdee Software China 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 Kingdee Software China Co Ltd filed Critical Kingdee Software China Co Ltd
Priority to CN201010565864.XA priority Critical patent/CN102480335B/en
Publication of CN102480335A publication Critical patent/CN102480335A/en
Application granted granted Critical
Publication of CN102480335B publication Critical patent/CN102480335B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention is suitable for the technical field of data transmission, and provides a method and a system for transmitting business data. The method comprises the following steps: taking out business data of a business type corresponding to a sending node; converting the business data into an XML (extensive makeup language) format text, and converting the XML format text into a byte array; carrying out compression coding on the byte array, thus obtaining an String-type character string; and packaging the character string into a Text-type message and sending the Text-type message. According to the embodiment of the invention, the business data of the business type corresponding to the sending node is taken out, and the business data is converted into the XML format text; and the XML format text is converted to the byte array; the byte array is subjected to compressed encoding so as to obtain the String-type character string; and the character string is packaged into the Text-type message and the Text-type message is sent, thus the transmission rate of the business data is improved.

Description

A kind of sending method of business datum and system
Technical field
The invention belongs to technical field of data transmission, relate in particular to a kind of sending method and system of business datum.
Background technology
In integrated, usually need another system be arrived in the data integration of a system, at first will from origin system, obtain the data of different service types.Because guarantee the reliability of integrating process transmission,, guarantee transmission reliability by message-oriented middleware so adopt message-oriented middleware to transmit.
Because there are multiple different service data to need to transmit during data integration, its normal mode such as following step that adopts:
(1) changes into the general XML form of each heterogeneous system to business datum;
(2) be packaged into a Text message that meets the JMS standard to the business datum of XML form.Message header carries contents such as data type, and message body is deposited business datum;
(3) transmit through message-oriented middleware.
But, before transmission, need convert business datum to pass through XML form to business datum, cause the redundancy of data-message, from the restriction of the network bandwidth, the transmission rate of business datum is restricted again.
Summary of the invention
The purpose of the embodiment of the invention is to provide a kind of sending method of business datum; Be intended to solve in the prior art before transmission business datum; Need convert business datum to pass through XML form; Cause the redundancy of data-message, again from the restriction of the network bandwidth, the problem that the transmission rate of business datum is restricted.
The embodiment of the invention is achieved in that a kind of sending method of business datum, and said method comprises the steps:
Take out business datum with the corresponding type of service of sending node;
Said business datum is converted into the XML format text;
Convert said XML format text to byte arrays;
Said byte arrays is carried out compressed encoding, obtain String type character string;
Said String type character string is packaged into Text text message, and sends.
Another purpose of the embodiment of the invention is to provide a kind of transmitting system of business datum, and said system comprises:
Business datum is taken out module, is used to take out the business datum with the corresponding type of service of sending node;
Conversion module is used for the business datum that said business datum taking-up module is taken out is converted into the XML format text;
Modular converter is used for that said conversion module is transformed the XML format text that obtains and converts byte arrays to;
Compression module is used for said byte arrays is carried out compressed encoding, obtains String type character string; And
The encapsulation sending module is used for said String type character string is packaged into Text text message, and sends.
Another purpose of the embodiment of the invention is to provide a kind of method of reseptance of business datum, and said method comprises the steps:
String type character string in the Text text message that taking-up receives;
With the decompression of decoding of said String type character string, obtain byte arrays;
Said byte arrays is reduced to the XML format text;
Said XML format text is reduced to business datum.
Another purpose of the embodiment of the invention is to provide a kind of receiving system of business datum, and said system comprises:
Character string is taken out module, is used for taking out the String type character string of the Text text message that receives;
The decoding decompression module is used for said character string is taken out the decompression of decoding of String type character string that module takes out, obtains byte arrays;
First recovery module is used for the byte arrays that said decoding decompression module obtains is reduced to the XML format text; And
Second recovery module is used for the XML format text that said first recovery module reduction obtains is reduced to business datum.
In embodiments of the present invention, the business datum of taking-up and the corresponding type of service of sending node; Said business datum is converted into the XML format text; Convert said XML format text to byte arrays; Said byte arrays is carried out compressed encoding, obtain String type character string; Said String type character string is packaged into Text text message, and sends, improved the transmission rate of business datum.
Description of drawings
Fig. 1 is the realization flow figure of the sending method of the business datum that provides of first embodiment of the invention;
Fig. 2 is the realization flow figure of the sending method of the business datum that provides of second embodiment of the invention;
Fig. 3 is the structured flowchart of the transmitting system of the business datum that provides of first embodiment of the invention;
Fig. 4 is the structured flowchart of the transmitting system of the business datum that provides of second embodiment of the invention;
Fig. 5 is the realization flow of the method for reseptance of the business datum that provides of the embodiment of the invention;
Fig. 6 is the structured flowchart of the receiving system of the business datum that provides of the embodiment of the invention;
Fig. 7 is the instantiation that the business datum that provides of the embodiment of the invention is sent.
Embodiment
In order to make the object of the invention, technical scheme and advantage clearer,, the present invention is further elaborated below in conjunction with accompanying drawing and embodiment.Should be appreciated that specific embodiment described herein only in order to explanation the present invention, and be not used in qualification the present invention.
In embodiments of the present invention, on the basis that does not change original business data transmission structure, business datum is carried out corresponding service processing, improved the transmission rate of business datum.
The purpose of the embodiment of the invention is to provide a kind of sending method of business datum, and said method comprises the steps:
Take out business datum with the corresponding type of service of sending node;
Said business datum is converted into the XML format text;
Convert said XML format text to byte arrays;
Said byte arrays is carried out compressed encoding, obtain String type character string;
Said String type character string is packaged into Text text message, and sends.
Another purpose of the embodiment of the invention is to provide a kind of transmitting system of business datum, and said system comprises:
Business datum is taken out module, is used to take out the business datum with the corresponding type of service of sending node;
Conversion module is used for the business datum that said business datum taking-up module is taken out is converted into the XML format text;
Modular converter is used for that said conversion module is transformed the XML format text that obtains and converts byte arrays to;
Compression module is used for said byte arrays is carried out compressed encoding, obtains String type character string; And
The encapsulation sending module is used for said String type character string is packaged into Text text message, and sends.
Another purpose of the embodiment of the invention is to provide a kind of method of reseptance of business datum, and said method comprises the steps:
String type character string in the Text text message that taking-up receives;
With the decompression of decoding of said String type character string, obtain byte arrays;
Said byte arrays is reduced to the XML format text;
Said XML format text is reduced to business datum.
Another purpose of the embodiment of the invention is to provide a kind of receiving system of business datum, and said system comprises:
Character string is taken out module, is used for taking out the String type character string of the Text text message that receives;
The decoding decompression module is used for said character string is taken out the decompression of decoding of String type character string that module takes out, obtains byte arrays;
First recovery module is used for the byte arrays that said decoding decompression module obtains is reduced to the XML format text; And
Second recovery module is used for the XML format text that said first recovery module reduction obtains is reduced to business datum.
In embodiments of the present invention, the business datum of taking-up and the corresponding type of service of sending node; Said business datum is converted into the XML format text; Convert said XML format text to byte arrays; Said byte arrays is carried out compressed encoding, obtain String type character string; Said String type character string is packaged into Text text message, and sends.
Embodiment one
Fig. 1 shows the realization flow of the sending method of the business datum that first embodiment of the invention provides, and its concrete step is described below:
In step S101, take out business datum with the corresponding type of service of sending node.
In embodiments of the present invention, need in advance for each sending node dispose the type of service of the business datum that will send, promptly each sending node only sends one type business datum, following have concrete embodiment to describe.
In embodiments of the present invention, the business datum of this taking-up can include many, also can comprise one.
In step S102, said business datum is converted into the XML format text.
In embodiments of the present invention, this XML format text can be a character string String type, also can be other types that can transform mutually with the String type, at this not in order to restriction the present invention.
Wherein, when the business datum of taking out has many, at this many data are transformed, many data that will transform are then carried out combined and spliced, and following have concrete embodiment to describe, and repeats no more at this.
In step S103, convert said XML format text to byte arrays.
In embodiments of the present invention, the form of this byte arrays can be byte [], also can be other types that can transform mutually with byte [], at this not in order to restriction the present invention.
Wherein, convert the XML format text into byte arrays, especially the byte arrays of byte [] form is convenient to the expansion to the transfer of data security performance, for example the interpolation of functions such as encryption, verification.
In step S104, said byte arrays is carried out compressed encoding, obtain String type character string.
In embodiments of the present invention, under the constant prerequisite of environment such as data content, the network bandwidth, adopt compress technique can improve the transmission rate of data, for example, can original 6W bar per hour per hour be promoted to the 100W bar.
In step S105, said String type character string is packaged into Text text message, and sends.
In embodiments of the present invention, the type of service of this business datum is for being abstracted into business datum the type behind the JAVA object, and it comprises types such as basic data, voucher and document, and wherein, basic data comprises material, personnel etc.
In embodiments of the present invention, in system integration scene, fully use software programming technique and ERP principle, under the prerequisite that does not change original composition framework, efficiency of transmission is promoted more than ten times.
Embodiment two
On the basis of embodiment one, need to carry out some preparatory functions, be specially:
1, disposes a kind of business datum of type of service for each sending node
Be the data that each sending node only sends a kind of type of service, guaranteed the order of the transmission of data.
The business datum clauses and subclauses that business information comprised of 2, sending for each sending node configuration
The business datum clauses and subclauses that each sending node sends are finite strip, and for example the N bar has guaranteed the speed that data are sent.
Embodiment three
On the basis of the foregoing description one and embodiment two, Fig. 2 shows the realization flow of the sending method of the business datum that second embodiment of the invention provides, and its concrete step is described below:
In step S201, dispose a kind of business datum of type of service for each sending node.
In step S202, be the business datum clauses and subclauses that business information comprised of each sending node transmission.
In step S203, take out business datum with the corresponding type of service of sending node.
In step S204, when the business datum of taking out has many, these many business datums are separately converted to many XML format texts of character string String type.
In step S205, said many XML format texts are carried out combined and spliced, obtain a combined information.
In embodiments of the present invention, during to the splicing of these many business datums, can cut apart through separator between many business datums, wherein, this decollator can be common separator, as long as with the XML tag language differentiation is arranged.
In step S206, combined information is converted to the byte arrays of byte [] form.
In step S207, said byte arrays is carried out compressed encoding, obtain String type character string.
In step S208, said String type character string is packaged into Text text message, and sends.
Embodiment four
Fig. 3 shows the structured flowchart of the transmitting system of the business datum that first embodiment of the invention provides, and for the ease of explanation, has only provided the part relevant with the embodiment of the invention among the figure.
Business datum is taken out the business datum of module 11 taking-ups and the corresponding type of service of sending node; The business datum that conversion module 12 takes out module 11 taking-ups with said business datum is converted into the XML format text; Modular converter 13 transforms the XML format text that obtains with said conversion module 12 and converts byte arrays to; 14 pairs of said byte arrays of compression module are carried out compressed encoding, obtain String type character string; Encapsulation sending module 15 is packaged into Text text message with said String type character string, and sends.
Above-mentionedly be merely a system embodiment of the present invention, the function of its each module such as above-mentioned method embodiment are said.
Embodiment five
On the basis of embodiment four, the transmitting system of business datum also comprises:
First configuration module 16 disposes a kind of business datum of type of service for each sending node; The business datum clauses and subclauses that business information comprised that second configuration module 17 will send for each sending node configuration;
After the business datum that conversion module 12 takes out said business datum taking-up module 11 is converted into the XML format text of character string String type; Combined and spliced module 18 is carried out said many XML format texts combined and spliced; Obtain a combined information; Modular converter 13 converts the said combined and spliced module 18 combined and spliced combined message that obtain the byte arrays of byte [] form to then, and is as shown in Figure 4.
Embodiment six
Fig. 5 shows the realization flow of the method for reseptance of the business datum that the embodiment of the invention provides, and its concrete step is described below:
In step S501, take out the String type character string in the Text text message that receives.
In step S502,, obtain the byte arrays of byte [] form with the decompression of decoding of said String type character string.
In step S503, the byte arrays of said byte [] form is reduced to the XML format text of character string String type.
In embodiments of the present invention, when this business datum has many, the byte arrays step of reducing of byte [] form is comprised that also this process of cutting apart is the anti-operation that splices and combines, and promptly simply cuts apart according to separator to get final product to the cutting apart of byte arrays.
In step S504, said XML format text is reduced to business datum.
Said method is the realization of method of reseptance of corresponding business datum of the sending method of business datum.
Embodiment seven
Fig. 6 shows the structured flowchart of the receiving system of the business datum that the embodiment of the invention provides, and for the ease of explanation, has only provided the part relevant with the embodiment of the invention among the figure.
Character string is taken out the String type character string that module 21 is taken out in the Text text message that receives; Decoding decompression module 22 takes out the decompression of decoding of String type character string that module 21 takes out with said character string, obtains the byte arrays of byte [] form; The byte arrays of the byte [] form that first recovery module 23 obtains said decoding decompression module 22 is reduced to the XML format text of character string String type; Second recovery module 24 is reduced to business datum with the XML format text that 23 reduction of said first recovery module obtain.
Above-mentionedly be merely a system embodiment of the present invention, the function of its each module such as above-mentioned method embodiment are said.
Wherein, The transmitting system of the business datum that embodiment four, five is asked for protection and the receiving system of the business datum that embodiment seven is asked for protection; Can be built in a service terminal in the lump; Promptly this service terminal can possess the transmitting system and the receiving system of business datum simultaneously, can certainly separately implement, this not in order to the restriction the present invention.
Embodiment eight
As an instantiation of the present invention, it is integrated to suppose to have now the data of types such as office worker, tissue, material, supplier, subject to do, then in transmission course:
At first can data centralization of the same type be sorted out, get the data of the same type of a set quantity;
With the text that changes into the xml form after its splicing, change into byte [] bytecode more then;
Can do operations such as compression, encryption afterwards,,, promptly obtain very high compression ratio, be merely original 1% size (100 record) after the general compression so the text structure of xml form is also more consistent because be data of the same type.
The transmission of the technical scheme that the process embodiment of the invention provides can be deciphered after receiving, decompress(ion), and partition then according to the type of service of data, adopts different data sinks to handle the message of each type.
The following concrete example that provides:
As shown in Figure 7, suppose to have now many data will transmit (supposing that per 10 data are merged into 1 string data), be assumed to be data A and data B:
1. by the traffic data type classification, data A and data B are classified respectively, and handle accordingly respectively;
2. 10 data A are converted into the XML form, and splicing, the result is a character string s1;
3. 10 data B are converted into the XML form, and splicing, the result is a character string s2;
4. s1 is changed into bytecode (byte []) b1;
5. s2 is changed into bytecode (byte []) b2;
6. b1 is carried out squeeze operation, obtain bytecode (byte []) B1, send;
7. b2 is carried out squeeze operation, obtain bytecode (byte []) B2, send;
8. after receiving terminal is received B1, through corresponding decompression algorithm, the bytecode b1 that obtains reducing;
9. after receiving terminal is received B2, through corresponding decompression algorithm, the bytecode b2 that obtains reducing;
10. b1 is reconstituted character string, obtain s1;
11. b2 is reconstituted character string, obtains s2;
12. split s1, obtain 10 XML and describe, be reduced to business datum respectively, carry out other processing;
13. split s2, obtain 10 XML and describe, be reduced to business datum respectively, carry out other processing;
14. return step 2 once more again, get 10 data A and data B more respectively and do same processing, if this moment data number n<10, then get this n bar and do same processing, up to handling all office workers and material data.
The above-mentioned one embodiment of the present of invention that are merely, this not in order to the restriction the present invention.
In embodiments of the present invention, the business datum of taking-up and the corresponding type of service of sending node; Said business datum is converted into the XML format text; Convert said XML format text to byte arrays; Said byte arrays is carried out compressed encoding, obtain String type character string; Said String type character string is packaged into Text text message, and sends, improved the transmission rate of business datum.
In a lot of extensive Integrated scenarios, because it is many to carry out integrated traffic data type, data volume is also very big.After adopting scheme of the present invention, the first, through mode, greatly improved efficiency of transmission to isomorphism data high compression, make Integrated Solution can be applied to the Integrated scenario higher to integrated real-time, enlarged the user group; The second, adopt the data that will transmit institute according to the service data object type to divide into groups, different types of business datum is separately transmitted, and not only is beneficial to management and monitoring, and makes integrating process have more the characteristics of procedure to a great extent.
Simultaneously, the technical scheme that adopts the embodiment of the invention to provide can reach following beneficial effect:
(1) high-performance: taked compress technique, so in the business datum content, under the constant prerequisite of environment such as the network bandwidth, transmit integrated speed can from original about 60,000/per hour be promoted to about 1,000,000/hour;
(2) low coupling: the technical scheme of the embodiment of the invention has only carried out optimizing improvement to data object-JMS, does not cause the change of other modular structures, does not also rely on the function of other modules, therefore has the characteristic of low coupling;
(3) be prone to autgmentability: because there is byte arrays byte [] form in the embodiment of the invention in the message format transfer process, so be easier to from now on the expansion to TRANSEC transmission security, the for example interpolation of functions such as encryption, verification.
The above is merely preferred embodiment of the present invention, not in order to restriction the present invention, all any modifications of within spirit of the present invention and principle, being done, is equal to and replaces and improvement etc., all should be included within protection scope of the present invention.

Claims (8)

1. the sending method of a business datum is characterized in that, said method comprises the steps:
Take out business datum with the corresponding type of service of sending node;
Said business datum is converted into the XML format text;
Convert said XML format text to byte arrays;
Said byte arrays is carried out compressed encoding, obtain String type character string;
Said String type character string is packaged into Text text message, and sends.
2. the method for claim 1 is characterized in that, also comprises the steps: before the step of the business datum of said taking-up and the corresponding type of service of sending node
Dispose a kind of business datum of type of service for each sending node;
Dispose the business datum clauses and subclauses that business information comprised that to send for each sending node.
3. the method for claim 1; It is characterized in that, when the business datum of taking out comprises many, after the said step that said business datum is converted into the XML format text; Said said XML format text is converted to before the step of byte arrays, said method also comprises the steps:
Said many XML format texts are carried out combined and spliced, obtain a combined information.
4. the transmitting system of a business datum is characterized in that, said system comprises:
Business datum is taken out module, is used to take out the business datum with the corresponding type of service of sending node;
Conversion module is used for the business datum that said business datum taking-up module is taken out is converted into the XML format text;
Modular converter is used for that said conversion module is transformed the XML format text that obtains and converts byte arrays to;
Compression module is used for said byte arrays is carried out compressed encoding, obtains String type character string; And
The encapsulation sending module is used for said String type character string is packaged into Text text message, and sends.
5. system as claimed in claim 4 is characterized in that, said system also comprises:
First configuration module is used to the business datum that each sending node disposes a kind of type of service; And
Second configuration module is used to the business datum clauses and subclauses that business information comprised that each sending node configuration will be sent.
6. system as claimed in claim 4 is characterized in that, when the business datum of taking out comprised many, said system also comprised:
Combined and spliced module is used for said many XML format texts are carried out combined and spliced, obtains a combined information.
7. the method for reseptance of a business datum is characterized in that, said method comprises the steps:
String type character string in the Text text message that taking-up receives;
With the decompression of decoding of said String type character string, obtain byte arrays;
Said byte arrays is reduced to the XML format text;
Said XML format text is reduced to business datum.
8. the receiving system of a business datum is characterized in that, said system comprises:
Character string is taken out module, is used for taking out the String type character string of the Text text message that receives;
The decoding decompression module is used for said character string is taken out the decompression of decoding of String type character string that module takes out, obtains byte arrays;
First recovery module is used for the byte arrays that said decoding decompression module obtains is reduced to the XML format text; And
Second recovery module is used for the XML format text that said first recovery module reduction obtains is reduced to business datum.
CN201010565864.XA 2010-11-30 2010-11-30 A kind of sending method of business datum and system Active CN102480335B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010565864.XA CN102480335B (en) 2010-11-30 2010-11-30 A kind of sending method of business datum and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010565864.XA CN102480335B (en) 2010-11-30 2010-11-30 A kind of sending method of business datum and system

Publications (2)

Publication Number Publication Date
CN102480335A true CN102480335A (en) 2012-05-30
CN102480335B CN102480335B (en) 2015-08-05

Family

ID=46092828

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010565864.XA Active CN102480335B (en) 2010-11-30 2010-11-30 A kind of sending method of business datum and system

Country Status (1)

Country Link
CN (1) CN102480335B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014029205A1 (en) * 2012-08-24 2014-02-27 北京网秦天下科技有限公司 Communication system and communication method thereof
CN105191144A (en) * 2013-03-22 2015-12-23 富士通株式会社 Compression device, compression method, decompression device, decompression method, and information processing system
CN105786695A (en) * 2014-12-26 2016-07-20 北大医疗信息技术有限公司 Data test method and system
CN105959407A (en) * 2016-06-27 2016-09-21 乐视控股(北京)有限公司 Data uploading method and apparatus
CN106534267A (en) * 2016-10-19 2017-03-22 中国银行股份有限公司 File uploading and resolving method and device
CN107659623A (en) * 2017-09-06 2018-02-02 深圳震有科技股份有限公司 A kind of NP data distributing methods and system
CN108959411A (en) * 2018-06-07 2018-12-07 新华三大数据技术有限公司 Processing method, device and the equipment of ETL task
CN109361399A (en) * 2018-10-19 2019-02-19 上海达梦数据库有限公司 A kind of method, apparatus, equipment and storage medium obtaining byte sequence
CN111064791A (en) * 2019-12-19 2020-04-24 中国移动通信集团江苏有限公司 Method, device, equipment and medium for processing identifier field of JMS (Java Server System) message

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005003996A1 (en) * 2003-07-08 2005-01-13 Telefonaktiebolaget Lm Ericsson (Publ) Method for compressing markup languages files, by replacing a long word with a shorter word
CN101247589A (en) * 2007-07-04 2008-08-20 华为技术有限公司 Mobile terminal data conversion/backup method, device and system
CN101330348A (en) * 2007-06-19 2008-12-24 中兴通讯股份有限公司 Data encapsulation apparatus and method
CN101625686A (en) * 2008-07-08 2010-01-13 阿里巴巴集团控股有限公司 Method and system for monitoring data consistency between plurality of databases
CN101656708A (en) * 2008-08-18 2010-02-24 高德软件有限公司 Method and device for sending and receiving data, and method and system for data transmission
CN101826112A (en) * 2010-05-05 2010-09-08 山东中创软件工程股份有限公司 Method, device and system for storing and reading list data

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005003996A1 (en) * 2003-07-08 2005-01-13 Telefonaktiebolaget Lm Ericsson (Publ) Method for compressing markup languages files, by replacing a long word with a shorter word
CN101330348A (en) * 2007-06-19 2008-12-24 中兴通讯股份有限公司 Data encapsulation apparatus and method
CN101247589A (en) * 2007-07-04 2008-08-20 华为技术有限公司 Mobile terminal data conversion/backup method, device and system
CN101625686A (en) * 2008-07-08 2010-01-13 阿里巴巴集团控股有限公司 Method and system for monitoring data consistency between plurality of databases
CN101656708A (en) * 2008-08-18 2010-02-24 高德软件有限公司 Method and device for sending and receiving data, and method and system for data transmission
CN101826112A (en) * 2010-05-05 2010-09-08 山东中创软件工程股份有限公司 Method, device and system for storing and reading list data

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
吴永英,吕继云,班鹏新: "基于JMS和XML的数据集成研究", 《计算机应用研究》, vol. 21, no. 7, 31 July 2004 (2004-07-31), pages 43 - 45 *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014029205A1 (en) * 2012-08-24 2014-02-27 北京网秦天下科技有限公司 Communication system and communication method thereof
CN105191144A (en) * 2013-03-22 2015-12-23 富士通株式会社 Compression device, compression method, decompression device, decompression method, and information processing system
CN105191144B (en) * 2013-03-22 2019-01-01 富士通株式会社 Compression set, compression method, decompression device, decompressing method and information processing system
CN105786695A (en) * 2014-12-26 2016-07-20 北大医疗信息技术有限公司 Data test method and system
CN105786695B (en) * 2014-12-26 2019-09-17 北大医疗信息技术有限公司 Data test method and system
CN105959407A (en) * 2016-06-27 2016-09-21 乐视控股(北京)有限公司 Data uploading method and apparatus
CN106534267A (en) * 2016-10-19 2017-03-22 中国银行股份有限公司 File uploading and resolving method and device
CN107659623A (en) * 2017-09-06 2018-02-02 深圳震有科技股份有限公司 A kind of NP data distributing methods and system
CN108959411A (en) * 2018-06-07 2018-12-07 新华三大数据技术有限公司 Processing method, device and the equipment of ETL task
CN108959411B (en) * 2018-06-07 2020-12-08 新华三大数据技术有限公司 Processing method, device and equipment of ETL (extract transform and load) task
CN109361399A (en) * 2018-10-19 2019-02-19 上海达梦数据库有限公司 A kind of method, apparatus, equipment and storage medium obtaining byte sequence
CN111064791A (en) * 2019-12-19 2020-04-24 中国移动通信集团江苏有限公司 Method, device, equipment and medium for processing identifier field of JMS (Java Server System) message

Also Published As

Publication number Publication date
CN102480335B (en) 2015-08-05

Similar Documents

Publication Publication Date Title
CN102480335A (en) Method and system for transmitting business data
JP7122455B2 (en) Traffic transmission method, apparatus and computer storage medium
CN101436922B (en) Method for transmitting massive data based on UDP protocol
CN102694855B (en) Meteorological disaster early warning information publishing system and method on basis of Beidou satellite
CN102984253B (en) A kind of transmission control protocol glues packet processing method and device
CN105991625B (en) Method and equipment for data transmission
CN106162528B (en) LoRa signal and Bluetooth signal conversion module, conversion method and sender unit
CN106453474A (en) Network transfer of large files in unstable network environments
CN104580158A (en) Distributed platform file and content distribution method and distributed platform file and content distribution system
CN102523119A (en) EPON network management system data transmission method based on SNMP protocol
CN102289469B (en) Method for supporting universal database to synchronize data based on physical isolating equipment
CN102143185B (en) Data transmission method and data transmission device
CN101848239A (en) High-timeliness distributed service integration calling system
CN109861998A (en) A kind of plug-in type dynamic analysis system and method based on Big Dipper short message agreement
CN102055806B (en) Remote intelligent terminal service control system
CN106209697A (en) A kind of method of the Frame sending TTP form at TTE transmitting terminal
CN102740217A (en) GSM-R (Global System for Mobile Communications for Railway) emergency system and method
CN113794949A (en) Multi-scene electric energy metering data transmission system and method
CN102957633A (en) Data packing and transmitting method and data packing and transmitting system for message-oriented middleware
KR20120038196A (en) Routing apparatus and network apparatus
CN110401851A (en) A kind of video transcoding method based on CMSP
WO2015158389A1 (en) Methods for efficient traffic compression over ip networks
CN102739555A (en) Data transmission method and data interface card
CN116232710B (en) Log message sending and transmitting method and system for network flow acquisition equipment
CN113364757B (en) Method for realizing ORB (object relational B) by FPGA (field programmable Gate array)

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant