CN103559171A - Data format conversion method and device for use in network application - Google Patents

Data format conversion method and device for use in network application Download PDF

Info

Publication number
CN103559171A
CN103559171A CN201310538465.8A CN201310538465A CN103559171A CN 103559171 A CN103559171 A CN 103559171A CN 201310538465 A CN201310538465 A CN 201310538465A CN 103559171 A CN103559171 A CN 103559171A
Authority
CN
China
Prior art keywords
data
data format
format transform
former
conversion
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
CN201310538465.8A
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.)
Beijing Ruian Technology Co Ltd
Original Assignee
Beijing Ruian Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Ruian Technology Co Ltd filed Critical Beijing Ruian Technology Co Ltd
Priority to CN201310538465.8A priority Critical patent/CN103559171A/en
Publication of CN103559171A publication Critical patent/CN103559171A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

The invention discloses a data format conversion method and device for use in network application. The data format conversion method for use in network application comprises the following steps: reading a configuration file, and determining a target format of data format conversion and a data format conversion algorithm list according to the contents of the configuration file; acquiring original data of data format conversion; converting an original data format into target data of the target format by using the a data format conversion algorithm in the data format conversion algorithm list. According to the data format conversion method and device for use in network application provided by the embodiment of the invention, the portability of codes of data format conversion is enhanced, and light-weight data format conversion is realized.

Description

Conversion method of data format in network application and device
Technical field
The present invention relates to microcomputer data processing field, relate in particular to conversion method of data format and device in network application.
Background technology
Now, internet has become people's indispensable important tool of living.By internet, people's problem open to discussion, exchanges views, and gets to know friend, even buys commodity.The today of propagating its belief on a large scale in internet, diverse network application emerges in an endless stream.And the docking that realizes different network applications mostly needs the data of different-format to carry out format conversion.
Existing format conversion is all based on specific application scenarios.That is to say, existing format conversion is only for the format conversion from a kind of format to another kind of data layout.Fig. 1 is the structural representation of the Data Format Transform system that provides of prior art.Referring to Fig. 1, while providing the data of format conversion to system 107 and system 108, need to develop respectively Data Format Transform assembly separately for different systems.That is to say, if application scenarios changes, original format conversion code no longer can be used, and need to develop new code.So just caused the code portability in format conversion poor, the mode underaction of format conversion.
Summary of the invention
In view of this, the present invention proposes conversion method of data format and the device in a kind of network application, to improve convenience and the code portability of format conversion.
First aspect, the embodiment of the present invention provides the conversion method of data format in a kind of network application, and described method comprises:
Read configuration file, according to object format and the Data Format Transform algorithm list of the content specified data format conversion of configuration file;
Obtain the former data of Data Format Transform;
Use the target data that the Data Format Transform algorithm in described Data Format Transform algorithm list is object format by former Data Format Transform.
Second aspect, the embodiment of the present invention provides the data format converting device in a kind of network application, and described device comprises:
Configuration file read module, for reading configuration file, according to object format and the Data Format Transform algorithm list of the content specified data format conversion of configuration file;
Former data acquisition module, for obtaining the former data of Data Format Transform;
Target data format converting module, for being used the target data that the Data Format Transform algorithm of described Data Format Transform algorithm list is object format by former Data Format Transform.
Conversion method of data format in the network application that the embodiment of the present invention provides and device, by reading object format and the Data Format Transform algorithm of configuration file specified data format conversion, recycling Data Format Transform algorithm is changed data, strengthen the portability of the code of Data Format Transform, realized the Data Format Transform of lightweight.
Accompanying drawing explanation
By reading the detailed description that non-limiting example is done of doing with reference to the following drawings, it is more obvious that other features, objects and advantages of the present invention will become:
Fig. 1 is the structural representation of the Data Format Transform system that provides of prior art;
Fig. 2 is the schematic flow sheet of the conversion method of data format in the network application that provides of first embodiment of the invention;
Fig. 3 is the schematic flow sheet of the target data format conversion in the conversion method of data format that provides of first embodiment of the invention;
Fig. 4 is the schematic flow sheet of the conversion method of data format in the network application that provides of second embodiment of the invention;
Fig. 5 is the structural representation of the data format converting device in the network application that provides of third embodiment of the invention;
Fig. 6 is the structural representation of the data format converting device in the network application that provides of fourth embodiment of the invention;
Fig. 7 is the structural representation of the system of the conversion method of data format in the enforcement network application that provides of fifth embodiment of the invention.
Embodiment
Below in conjunction with drawings and Examples, the present invention is described in further detail.Be understandable that, specific embodiment described herein is only for explaining the present invention, but not limitation of the invention.It also should be noted that, for convenience of description, in accompanying drawing, only show part related to the present invention but not full content.
Fig. 2 and Fig. 3 show the first embodiment of the present invention.
Fig. 2 is the schematic flow sheet of the conversion method of data format in the network application that provides of first embodiment of the invention.Referring to Fig. 2, the conversion method of data format in described network application comprises:
Step S210, reads configuration file, according to object format and the Data Format Transform algorithm list of the content specified data format conversion of configuration file.
Described configuration file is the file of having stored the various parameters of Data Format Transform, and the various parameters of wherein said Data Format Transform comprise: the object format of Data Format Transform and Data Format Transform algorithm list.Described configuration file can be the file of XML form, can be also the file of JSON form.
The object format of described Data Format Transform is the form of the target data of Data Format Transform.The object format of described Data Format Transform can define according to the needs of target data, and marks with different labels.For example, a kind of form of XML target data can use label " XML form 1 " to represent, the form of another kind of XML target data can use label " XML form 2 " to represent.
Described Data Format Transform list with the form of linear list by the Data Format Transform algorithm using in Data Format Transform.In described Data Format Transform list, each Data Format Transform algorithm can be stored with the linear list of sequential organization, also can store with the linear list of chain structure.
Step S220, obtains the former data of Data Format Transform.
The former data of described Data Format Transform are the data sources of carrying out Data Format Transform.Therefore, need to, before performance objective Data Format Transform, obtain the former data of described Data Format Transform.
Preferably, can pass through file reading, reading database or receiving network data obtain the former data of described Data Format Transform.Concrete former data acquisition mode needs to determine according to the storage mode of former data.
Step S230, is used the target data that the Data Format Transform algorithm in described Data Format Transform algorithm list is object format by former Data Format Transform.
In described Data Format Transform algorithm list, stored the Data Format Transform algorithm using in Data Format Transform.In described Data Format Transform algorithm list, with a kind of title, input parameter and output parameter of Data Format Transform algorithm, represent a kind of Data Format Transform algorithm.And, in described Data Format Transform algorithm list, can only store a kind of Data Format Transform algorithm, also can store two kinds or two or more Data Format Transform algorithms.While storing two kinds or two or more Data Format Transform algorithm in described Data Format Transform algorithm list, when statement is carried out Data Format Transform to former data, need to carry out more than twice or twice data-switching computing to former data.
Fig. 3 is the schematic flow sheet of the target data format conversion in the conversion method of data format that provides of first embodiment of the invention.Referring to Fig. 3, in the present embodiment, use the target data that the Data Format Transform algorithm in described Data Format Transform algorithm list is object format by former Data Format Transform to comprise:
Sub-step S231, obtains the first Data Format Transform algorithm in described Data Format Transform algorithm list, as current data format conversion algorithm.
Sub-step S232, using former data as current data to be converted, is used described current data format conversion algorithm that former data are changed, as the result data of this conversion.
Sub-step S233, judges whether current data format conversion algorithm is last the Data Format Transform algorithm in described Data Format Transform algorithm list, if so, carries out sub-step S234, if not, carries out sub-step S235;
Sub-step S234, the target data using the result data of this conversion as object format, completes Data Format Transform;
Sub-step S235, obtain next Data Format Transform algorithm in described Data Format Transform algorithm list as current data format conversion algorithm, and using the result data of this conversion as current data to be converted, return and carry out described conversion operations, return to sub-step S232.
The present embodiment is by reading configuration file, obtain the parameter of Data Format Transform, obtain again the former data of Data Format Transform, finally according to the Data Format Transform algorithm of appointment in configuration file, former data are carried out to Data Format Transform, strengthen the portability of the code of Data Format Transform, realized the Data Format Transform of lightweight.
Fig. 4 shows the second embodiment of the present invention.
Fig. 4 is the schematic flow sheet of the conversion method of data format in the network application that provides of second embodiment of the invention.Conversion method of data format in described network application be take above-described embodiment as basis, further, before the step of the target data that the Data Format Transform algorithm in using described Data Format Transform algorithm list is object format by former Data Format Transform, the conversion method of data format of the present embodiment also comprises the coded system of determining former data according to the content of described configuration file, and according to the coded system of former data the step to former decoding data.
Referring to Fig. 4, the conversion method of data format in described network application comprises:
Step S410, reads configuration file, according to object format and the Data Format Transform algorithm list of the content specified data format conversion of configuration file.
Step S420, obtains the former data of Data Format Transform.
Step S430, determines the coded system of former data according to the content of described configuration file.
Former data may be according to the data after different coded system codings.In the situation that former data are that configuration file need to be specified the coded system of former data according to the data after certain coded system coding.Like this, can determine by reading configuration file the coded system of configuration file.
The coded system of described former data comprises GBK coded system, UTF-8 coded system and ISO-8859-1 coded system.
Step S440, according to the coded system of former data to former decoding data.
According to the content of configuration file, determine after the coded system of former data, utilize the demoder of described coded system to former decoding data.
Step S450, is used the target data that the Data Format Transform algorithm in described Data Format Transform algorithm list is object format by former Data Format Transform.
The present embodiment by determining the coded system of former data after obtaining Data Format Transform according to the content of configuration file, again according to the coded system of former data to former decoding data, guaranteed the former data of having encoded to carry out the correctness of Data Format Transform, strengthen the portability of the code of Data Format Transform, realized the Data Format Transform of lightweight.
Fig. 5 shows the third embodiment of the present invention.
Fig. 5 is the structural representation of the data format converting device in the network application that provides of third embodiment of the invention.Referring to Fig. 5, the data format converting device in described network application comprises: configuration file read module 510, former data acquisition module 520 and target data format converting module 530.
Described configuration file read module 510 is for reading configuration file, according to object format and the Data Format Transform algorithm list of the content specified data format conversion of configuration file.
Described former data acquisition module 520 is for obtaining the former data of Data Format Transform.
Described target data format converting module 530 is for being used the target data that the Data Format Transform algorithm of described Data Format Transform algorithm list is object format by former Data Format Transform.
Described target data format converting module 530 comprises: Data Format Transform algorithm obtains submodule 531, Data Format Transform submodule 532 and EOC or again changes submodule 533.
Described Data Format Transform algorithm obtains submodule 531 for obtaining the first Data Format Transform algorithm of described Data Format Transform algorithm list, as current data format conversion algorithm.
Described Data Format Transform submodule 532, for using former data as current data to be converted, is used described current data format conversion algorithm that former data are changed, as the result data of this conversion.
Described EOC or again change submodule 533 for judging whether current data format conversion algorithm is last Data Format Transform algorithm of described Data Format Transform algorithm list, if, target data using the result data of this conversion as object format, complete Data Format Transform, if not, obtain next Data Format Transform algorithm in described Data Format Transform algorithm list as current data format conversion algorithm, and using the result data of this conversion as current data to be converted, return and carry out described conversion operations.
The present embodiment is by reading configuration file, obtain the parameter of Data Format Transform, obtain again the former data of Data Format Transform, finally according to the Data Format Transform algorithm of appointment in configuration file, former data are carried out to Data Format Transform, strengthen the portability of the code of Data Format Transform, realized the Data Format Transform of lightweight.
Fig. 6 shows the fourth embodiment of the present invention.
Fig. 6 is the structural representation of the data format converting device in the network application that provides of fourth embodiment of the invention.Conversion method of data format in described network application be take above-described embodiment as basis, further, also comprises coded system determination module 630 and former data decode module 640.
Before the target data that described coded system determination module 630 is object format for the Data Format Transform algorithm using described Data Format Transform algorithm list by former Data Format Transform, according to the content of described configuration file, determine the coded system of former data.
Described former data decode module 640 for according to the coded system of former data to former decoding data.
The present embodiment by determining the coded system of former data after obtaining Data Format Transform according to the content of configuration file, again according to the coded system of former data to former decoding data, guaranteed the former data of having encoded to carry out the correctness of Data Format Transform, strengthen the portability of the code of Data Format Transform, realized the Data Format Transform of lightweight.
Fig. 7 shows the fifth embodiment of the present invention.
Fig. 7 is the structural representation of the system of the conversion method of data format in the enforcement network application that provides of fifth embodiment of the invention.Referring to Fig. 7, described system comprises former data 701, Data Format Transform assembly 702 and processing layer 705.Wherein, described processing layer 705 is included as that different systems is carried out Data Format Transform and the configuration file 706,707 that provides.Data Format Transform assembly 702 comprises different Data Format Transform algorithm 703,704.
When needs provide data for certain system 708,709, first read configuration file 706,707, then according to the parameter in configuration file 706,707, in described Data Format Transform assembly 702, call corresponding Data Format Transform algorithm 703,704 and carry out Data Format Transform.So, the unified interface 710,711 that 701 pairs of different systems of described Data Format Transform assembly 702 and former data 708,709 provide, makes Data Format Transform process more convenient, and the portability of code is better.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.
Those of ordinary skills should be understood that, above-mentioned each module of the present invention or each step can realize with general calculation element, they can concentrate on single calculation element, or be distributed on the network that a plurality of calculation elements form, alternatively, they can realize with the executable program code of computer installation, thereby they can be stored in memory storage and be carried out by calculation element, or they are made into respectively to each integrated circuit modules, or a plurality of modules in them or step are made into single integrated circuit module realize.Like this, the present invention is not restricted to the combination of any specific hardware and software.
Each embodiment in this instructions all adopts the mode of going forward one by one to describe, and each embodiment stresses is the difference with other embodiment, the identical similar part between each embodiment mutually referring to.
Finally, also it should be noted that, in this article, relation such as the first and second grades belongs to and is only used for an entity or operation to separate with another entity or operational zone, and not necessarily requires or imply and between these entities or operation, have the relation of any this reality or sequentially.
The foregoing is only the preferred embodiments of the present invention, be not limited to the present invention, to those skilled in the art, the present invention can have various changes and variation.All any modifications of doing, be equal to replacement, improvement etc., within protection scope of the present invention all should be included within spirit of the present invention and principle.

Claims (10)

1. the conversion method of data format in network application, is characterized in that, comprising:
Read configuration file, according to object format and the Data Format Transform algorithm list of the content specified data format conversion of configuration file;
Obtain the former data of Data Format Transform;
Use the target data that the Data Format Transform algorithm in described Data Format Transform algorithm list is object format by former Data Format Transform.
2. method according to claim 1, is characterized in that, before the target data that is object format by former Data Format Transform according to described Data Format Transform mode, described method also comprises:
According to the content of described configuration file, determine the coded system of former data;
According to the coded system of former data to former decoding data.
3. method according to claim 1 and 2, is characterized in that, described in obtain Data Format Transform former data comprise by file reading, reading database or receiving network data obtain the former data of Data Format Transform.
4. method according to claim 1 and 2, is characterized in that, uses the target data that the Data Format Transform algorithm in described Data Format Transform algorithm list is object format by former Data Format Transform to comprise:
Obtain the first Data Format Transform algorithm in described Data Format Transform algorithm list, as current data format conversion algorithm;
Using former data as current data to be converted, use described current data format conversion algorithm that former data are changed, as the result data of this conversion;
Judge whether current data format conversion algorithm is last the Data Format Transform algorithm in described Data Format Transform algorithm list, if, target data using the result data of this conversion as object format, complete Data Format Transform, if not, obtain next Data Format Transform algorithm in described Data Format Transform algorithm list as current data format conversion algorithm, and using the result data of this conversion as current data to be converted, return and carry out described conversion operations.
5. method according to claim 1 and 2, described object format is XML form.
6. the text formatting conversion equipment in network application, is characterized in that, comprising:
Configuration file read module, for reading configuration file, according to object format and the Data Format Transform algorithm list of the content specified data format conversion of configuration file;
Former data acquisition module, for obtaining the former data of Data Format Transform;
Target data format converting module, for being used the target data that the Data Format Transform algorithm of described Data Format Transform algorithm list is object format by former Data Format Transform.
7. device according to claim 6, is characterized in that, described device also comprises:
Coded system determination module, before the target data that is object format, determines the coded system of former data for the Data Format Transform algorithm using described Data Format Transform algorithm list by former Data Format Transform according to the content of described configuration file;
Former data decode module, for according to the coded system of former data to former decoding data.
8. according to the device described in claim 6 or 7, it is characterized in that, described former data acquisition module is specifically for passing through file reading, and reading database or receiving network data obtain the former data of Data Format Transform.
9. according to the device described in claim 6 or 7, it is characterized in that, described target data format converting module comprises:
Data Format Transform algorithm obtains submodule, for obtaining the first Data Format Transform algorithm of described Data Format Transform algorithm list, as current data format conversion algorithm;
Data Format Transform submodule, for using former data as current data to be converted, is used described current data format conversion algorithm that former data are changed, as the result data of this conversion;
EOC or again change submodule, for judging whether current data format conversion algorithm is last Data Format Transform algorithm of described Data Format Transform algorithm list, if, target data using the result data of this conversion as object format, complete Data Format Transform, if not, obtain next Data Format Transform algorithm in described Data Format Transform algorithm list as current data format conversion algorithm, and using the result data of this conversion as current data to be converted, return and carry out described conversion operations.
10. according to the device described in claim 6 or 7, it is characterized in that, described object format is XML form.
CN201310538465.8A 2013-11-04 2013-11-04 Data format conversion method and device for use in network application Pending CN103559171A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310538465.8A CN103559171A (en) 2013-11-04 2013-11-04 Data format conversion method and device for use in network application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310538465.8A CN103559171A (en) 2013-11-04 2013-11-04 Data format conversion method and device for use in network application

Publications (1)

Publication Number Publication Date
CN103559171A true CN103559171A (en) 2014-02-05

Family

ID=50013420

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310538465.8A Pending CN103559171A (en) 2013-11-04 2013-11-04 Data format conversion method and device for use in network application

Country Status (1)

Country Link
CN (1) CN103559171A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104461516A (en) * 2014-11-21 2015-03-25 北京锐安科技有限公司 Data processing method and device
CN105335428A (en) * 2014-08-08 2016-02-17 国家电网公司 Data conversion method and apparatus
CN105930483A (en) * 2016-04-29 2016-09-07 北京数码大方科技股份有限公司 Object format generation method, apparatus and system
CN107040613A (en) * 2017-06-05 2017-08-11 上海艾融软件股份有限公司 A kind of message transmitting method and system
CN108038092A (en) * 2017-11-09 2018-05-15 捷开通讯(深圳)有限公司 A kind of conversion method, intelligent terminal and the storage device of APN data formats
CN108363737A (en) * 2018-01-19 2018-08-03 深圳市宏电技术股份有限公司 A kind of conversion method of data format, device and equipment
CN111078701A (en) * 2019-12-16 2020-04-28 中国建设银行股份有限公司 Data extraction method and device based on relational database
WO2020108470A1 (en) * 2018-11-30 2020-06-04 上海寒武纪信息科技有限公司 Operation method and apparatus, and relevent product
CN111381871A (en) * 2018-12-28 2020-07-07 上海寒武纪信息科技有限公司 Operation method, device and related product
CN114520833A (en) * 2021-12-31 2022-05-20 珠海华发集团科技研究院有限公司 Management method, device and equipment of algorithm library

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6055525A (en) * 1997-11-25 2000-04-25 International Business Machines Corporation Disparate data loader
KR20020066151A (en) * 2001-02-09 2002-08-14 한국통신정보기술 주식회사 Spatial information distributing system based on open gis and method thereof
CN101262493A (en) * 2008-01-14 2008-09-10 深圳市深信服电子科技有限公司 Method for accelerating inter-network data transmission via stream buffer
CN102375886A (en) * 2011-10-21 2012-03-14 北京锐安科技有限公司 Multi-channel high-speed data comparing method
CN102413075A (en) * 2011-12-18 2012-04-11 上海量明科技发展有限公司 Method and system for changing format during data transmission

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6055525A (en) * 1997-11-25 2000-04-25 International Business Machines Corporation Disparate data loader
KR20020066151A (en) * 2001-02-09 2002-08-14 한국통신정보기술 주식회사 Spatial information distributing system based on open gis and method thereof
CN101262493A (en) * 2008-01-14 2008-09-10 深圳市深信服电子科技有限公司 Method for accelerating inter-network data transmission via stream buffer
CN102375886A (en) * 2011-10-21 2012-03-14 北京锐安科技有限公司 Multi-channel high-speed data comparing method
CN102413075A (en) * 2011-12-18 2012-04-11 上海量明科技发展有限公司 Method and system for changing format during data transmission

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105335428A (en) * 2014-08-08 2016-02-17 国家电网公司 Data conversion method and apparatus
CN104461516B (en) * 2014-11-21 2018-03-06 北京锐安科技有限公司 A kind of data processing method and device
CN104461516A (en) * 2014-11-21 2015-03-25 北京锐安科技有限公司 Data processing method and device
CN105930483A (en) * 2016-04-29 2016-09-07 北京数码大方科技股份有限公司 Object format generation method, apparatus and system
CN105930483B (en) * 2016-04-29 2019-08-16 北京数码大方科技股份有限公司 Format Object generation method, apparatus and system
CN107040613B (en) * 2017-06-05 2020-03-31 上海艾融软件股份有限公司 Message transmission method and system
CN107040613A (en) * 2017-06-05 2017-08-11 上海艾融软件股份有限公司 A kind of message transmitting method and system
CN108038092A (en) * 2017-11-09 2018-05-15 捷开通讯(深圳)有限公司 A kind of conversion method, intelligent terminal and the storage device of APN data formats
CN108363737A (en) * 2018-01-19 2018-08-03 深圳市宏电技术股份有限公司 A kind of conversion method of data format, device and equipment
CN108363737B (en) * 2018-01-19 2022-04-12 深圳市宏电技术股份有限公司 Data format conversion method, device and equipment
WO2020108470A1 (en) * 2018-11-30 2020-06-04 上海寒武纪信息科技有限公司 Operation method and apparatus, and relevent product
CN111381871A (en) * 2018-12-28 2020-07-07 上海寒武纪信息科技有限公司 Operation method, device and related product
CN111078701A (en) * 2019-12-16 2020-04-28 中国建设银行股份有限公司 Data extraction method and device based on relational database
CN111078701B (en) * 2019-12-16 2023-09-01 中国建设银行股份有限公司 Data extraction method and device based on relational database
CN114520833A (en) * 2021-12-31 2022-05-20 珠海华发集团科技研究院有限公司 Management method, device and equipment of algorithm library

Similar Documents

Publication Publication Date Title
CN103559171A (en) Data format conversion method and device for use in network application
Jeong et al. A scalable cloud-based cyberinfrastructure platform for bridge monitoring
CN112035645A (en) Data query method and system
CN104216961A (en) Method and device for data processing
CN112084752B (en) Sentence marking method, device, equipment and storage medium based on natural language
CN101807205A (en) The processing module, equipment and the method that are used for the processing XML data
MXPA06000813A (en) System and method for storing a document in a serial binary format.
CN111079854B (en) Information identification method, equipment and storage medium
CN111353002B (en) Training method and device for network representation learning model, electronic equipment and medium
CN103544036A (en) Page loading method, terminal and system
CN118364192A (en) Webpage data processing method, equipment, storage medium and program product
CN113158051B (en) Label sorting method based on information propagation and multilayer context information modeling
CN113779934A (en) Multi-modal information extraction method, device, equipment and computer-readable storage medium
CN113723072A (en) RPA (resilient packet Access) and AI (Artificial Intelligence) combined model fusion result acquisition method and device and electronic equipment
CN109814916B (en) IVR flow configuration method, device, storage medium and server
CN113393288B (en) Order processing information generation method, device, equipment and computer readable medium
US20120259837A1 (en) Analyzing XML Data
CN114817562A (en) Knowledge graph construction method, knowledge graph training method, information recommendation method and information recommendation device
CN114444443A (en) Identification recognition method and device and terminal equipment
CN110852043A (en) Text transcription method, device, equipment and storage medium
CN113128225A (en) Named entity identification method and device, electronic equipment and computer storage medium
CN110928667B (en) Task scheduling method and device, electronic equipment and storage medium
CN109508364A (en) The analysis of public opinion method and device of chat group
Horbach Implications of interoperability for factory planning
CN111526054B (en) Method and device for acquiring network

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20140205