CN104216952A - Universal report generation method and universal report generation system based on XML (extensive markup language) technology - Google Patents

Universal report generation method and universal report generation system based on XML (extensive markup language) technology Download PDF

Info

Publication number
CN104216952A
CN104216952A CN201410411380.8A CN201410411380A CN104216952A CN 104216952 A CN104216952 A CN 104216952A CN 201410411380 A CN201410411380 A CN 201410411380A CN 104216952 A CN104216952 A CN 104216952A
Authority
CN
China
Prior art keywords
data
xsl
xml
report
generate
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
CN201410411380.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.)
Fiberhome Telecommunication Technologies Co Ltd
Original Assignee
Fiberhome Telecommunication Technologies 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 Fiberhome Telecommunication Technologies Co Ltd filed Critical Fiberhome Telecommunication Technologies Co Ltd
Priority to CN201410411380.8A priority Critical patent/CN104216952A/en
Publication of CN104216952A publication Critical patent/CN104216952A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/84Mapping; Conversion

Abstract

The invention discloses a universal report generation method and a universal report generation system based on an XML (extensive markup language) technology in a network management system, and relates to the technical field of network management. The method comprises the following steps that a universal report data interface is appointed, and original data is exported through the report data interface; the report data interface is initialized, and configuration data is obtained; all original data is traversed in a first-row then-column sequence, and XML data is generated; whether a user-defined XSL template needs to be loaded or not is judged; if so, a user-defined XSL template file is resolved, and XSL data is generated; otherwise, the header part and a data part of the original data are resolved, and XSL data is generated; the XML data is converted into a report file through the generated XSL data. The method and the system provided by the invention have the advantages that the customized style can be supported, higher flexibility is realized, the use of users is convenient, in addition, when the exported report format is changed, the adaptation can be realized through changing or increasing the XSL data, the operation process is simpler, and the maintenance is easy.

Description

A kind of all-purpose financial statements based on XML technology generates method and system
Technical field
The present invention relates to network management technology field, be specifically related to the all-purpose financial statements based on XML technology in network management system and generate method and system.
Background technology
Along with the development of the communication technology, business datum kind is more and more abundanter, user often need to export as miscellaneous service data the form of different-format, for example CSV (Comma Separated Values, comma separated value file form), HTML (Hyper Text Markup language, supertext markup language) and EXCEL (electrical form); Report capability has become one of indispensable major function of the network management software.
The method of existing network management software generating report forms is generally following 2 kinds:
(1) write the template of corresponding statement form for each data type, in template, comprise the symbol for replacement data; Write transfer function, the symbol in template is replaced with to real data by transfer function.
(2) data are inserted to certain control with report capability, utilized the form export function that this control carries to derive form.
But, when above-mentioned 2 kinds of method generating report forms, there is respectively following defect:
1,, during by method (1) generating report forms, in the time that the statement form of deriving changes, need to revise template document and code, operating process more complicated, maintainability is poor.
2, when method (2) generating report forms, the essential control relying on report capability, cannot general and expansion, and its scope of application is more single.
3, method (1) is write specific template for data type, method (2) derives report tableau format with the control of report capability and fixes, method (1) and method (2) derive content and the equal immobilization of form of form, are not easy to user and use.
Summary of the invention
For the defect existing in prior art, the object of the present invention is to provide a kind of all-purpose financial statements based on XML technology to generate method and system, can support self-defining report style, not only more flexible, user-friendly, and in the time that the statement form of deriving changes, only need amendment or increase XSL data to adapt to, operating process is fairly simple, is convenient to safeguard.
For reaching above object, the technical scheme that the present invention takes is: a kind of all-purpose financial statements generation method based on XML technology, comprises the following steps:
A, arrange general report data interface, derive raw data by report data interface, all raw data comprise that table header is divided and data division, and gauge outfit part and data division include the data of every a line and the data of each row; Initialization report data interface, obtains configuration data;
B, travel through all raw data, generate XML data; Judge whether to load User Defined XSL template, if so, forward step C to, otherwise forward step D to;
C, parsing User Defined XSL template file, generate XSL data, forwards step e to;
Gauge outfit part and the data division of D, parsing raw data, generate XSL data, forwards step e to;
E, XML data are become to report file by XSL data-switching.
On the basis of technique scheme, configuration data described in steps A comprises User-defined template and data entry.
On the basis of technique scheme, the order that travels through all raw data described in step B is Row Column.
On the basis of technique scheme, described in step C, resolving User Defined XSL template file comprises the following steps: obtain the corresponding statement form type deriving of current template file and work as the data type that front template can use, generating XSL data according to the statement form type of current template file and data.
On the basis of technique scheme, described in step D, resolve gauge outfit part and the data division of raw data, generate XSL data and comprise the following steps:
Each column data of D1, traversal raw data table head part also writes xsl file;
D2, judge whether to generate the form of CSV form, if so, directly generate XSL data according to the data division of raw data, forward step e to, otherwise according to the data division of raw data, form some rectangular areas, forward step D4 to;
D4, choose a minimum rectangular area;
D5, scanning current rectangle region, choose the data line not scanning in current rectangle region; All row of traversal Current Datarow, judge whether all row of current line have merging, if, for different statement forms, in xsl file, write different cell span information, otherwise get the report data corresponding with the data of all row of current line and write xsl file by XSL grammer; The start of line value of merging, row initial value and number are recorded in merged information table and are labeled as and scan;
D6, repeated execution of steps D5, until all data in current rectangle region have traveled through;
D7, repeated execution of steps D4~D6, until all raw data have traveled through, generate the XSL data of all raw data, forwards step e to.
On the basis of technique scheme, in step D2, in each rectangular area, the unit of the unit of the first row and last rectangular area row last does not merge, and the unit of the unit of row last and next rectangular area the first row does not merge; Between the first row of rectangular block and last column, can there is any row, column to merge.
On the basis of technique scheme, described in step e, become report file to comprise the following steps by XSL data-switching XML data: by the transformNodeToObject function in MSXML3.0, XML data to be become to report file by XSL data-switching.
On the basis of technique scheme, further comprising the steps of after step e: in report file, add extraneous information, described extraneous information comprises certain column data information of statistics and report generation time.
The all-purpose financial statements generation system based on XML technology of said method, comprises that raw data derives module, XML data generation module, user XSL data generation module, original XSL data generation module and form modular converter
Described raw data derives module and is used for: arrange general report data interface, derive raw data by report data interface, all raw data comprise that table header is divided and data division, and gauge outfit part and data division include the data of every a line and the data of each row; Initialization report data interface, obtains configuration data, sends XML data generate signal to XML data generation module;
Described XML data generation module is used for: receive that XML data generate after signal, travel through all raw data by the order of Row Column, generate XML data; Judge whether to load User Defined XSL template, if so, send XSL data to user XSL data generation module and generate signal, generate signal otherwise send XSL data to original XSL data generation module;
Described user XSL data generation module is used for: receive that XSL data generate after signal, resolve User Defined XSL template file, generate XSL data, send form switching signal to form modular converter;
Described original XSL data generation module is used for: receive that XSL data generate after signal, resolve gauge outfit part and the data division of raw data, generate XSL data, send form switching signal to form modular converter;
Described form modular converter is used for: receive after form switching signal, XML data are become to report file by XSL data-switching.
Compared with prior art, the invention has the advantages that:
(1) the present invention generates XML data and XSL data from inside, and XML data become report file by XSL data-switching.Compared with direct generating report forms file in prior art, XLS data of the present invention import as template after can being revised by user; With content in prior art and form all immobilized form compare, the present invention can support self-defining report style, not only more flexible, user-friendly, and in the time that the statement form of deriving changes, only need amendment or increase XSL data to adapt to, operating process is fairly simple, is convenient to safeguard.
(2) report data interface of the present invention can separate concrete algorithm and data, and then the form of derivation different types of data, not only the scope of application is more extensive, and the different form style of data type type is consistent, is convenient to user and makes to accept and use.
Brief description of the drawings
Fig. 1 is the process flow diagram of the all-purpose financial statements generation method based on XML technology in the embodiment of the present invention.
Embodiment
Below in conjunction with drawings and Examples, the present invention is described in further detail.
All-purpose financial statements generation method based on XML (extend markup language) technology in the embodiment of the present invention, draws based on following statement form: comprise the following steps:
It is all two-dimentional needing at present the report data of deriving, and the gauge outfit of report data represents row, and every a line all has the data for each row.Each cell in report data can comprise some pooling informations, and cell can have row to merge, and also can have row to merge, generally rectangular after cell span.
Shown in Figure 1, the all-purpose financial statements generation method based on XML technology in the embodiment of the present invention, comprises the following steps:
S1: arrange general report data interface, derive raw data by report data interface, all raw data comprise that table header is divided and data division, and gauge outfit part and data division include the data of every a line and the data of each row.
S2: initialization report data interface, obtain configuration data, configuration data comprises User-defined template, data entry etc.
S3: travel through all raw data by the order of Row Column, generate XML data, judge whether to load User Defined XSL (Extensible Stylesheet Language (XSL)) template, if so, forward step S4 to, otherwise forward step S5 to.
S4: resolve User Defined XSL template file, generate XSL data, forward step S7 to.
While resolving User Defined XSL template file, obtain the corresponding statement form type deriving of current template file and work as the data type that front template can use, generating XSL data according to the statement form type of current template file and data.
S5: resolve gauge outfit part and the data division of raw data, generate XSL data, forward step S7 to.
S6: XML data are become to report file by XSL data-switching, add extraneous information in report file, extraneous information comprises certain column data information of statistics and report generation time etc.
When XML data are become to report file by XSL data-switching, the transformNodeToObject function that can pass through in MSXML3.0 (Microsoft XML Core Services, the xml speech analyser that Microsoft issues) is realized.
In step S5 in the embodiment of the present invention, resolve gauge outfit part and the data division of raw data, while generating XSL data, comprise the following steps:
S501: each column data of traversal raw data table head part also writes xsl file.
S502: judge whether to generate CSV (Comma Separated Values, comma separated value file form) form of form, if so, directly generate XSL data according to the data division of raw data, forward step S6 to, otherwise forward step S503 to.
S503: according to the data division of raw data, form some rectangular areas, forward step S504 to.
In rectangular area, the unit of the unit of the first row and last rectangular area row last does not merge, and the unit of the unit of row last and next rectangular area the first row does not merge; Between the first row of rectangular block and last column, can there is any row, column to merge.
S504: choose a minimum rectangular area.
S505: scanning current rectangle region, choose the data line not scanning in current rectangle region, all row of traversal Current Datarow, judge whether all row of current line have merging, if, for different statement forms, in xsl file, write different cell span information (the <td> rowspan of for example HTML, colspan attribute record merges, the <Cell> ss::MergeAcross of EXCEL, ss:MergeDown attribute record pooling information), otherwise get the report data corresponding with the data of all row of current line by XSL grammer, and write xsl file.The start of line value of merging, row initial value and number are recorded in a merged information table, in the time scanning next time, skip the unit of these merging.
S506: repeated execution of steps S505, until all data in current rectangle region have traveled through.
S507: repeated execution of steps D4~D6, until all raw data have traveled through, generates the XSL data of all raw data, forwards step S6 to.
While resolving the gauge outfit part of raw data and data division in the embodiment of the present invention, can be optimized in such a way:
Resolve the table header timesharing of raw data, only have a line because most of report heading parts are actual, be not listed as merging, therefore the algorithm of resolution table head part can further be optimized according to actual conditions.
While resolving the data division of raw data, in the time that there is merging rectangular area, can obtain at most monoblock rectangular area, in the time that rectangular area does not merge, the minimum data line that can obtain in rectangular area.Therefore while resolving the data division of raw data, can carry out global optimization to the data division of the original report, if for example find, the data division of the original report is regular (before repeating according to certain rule, N is capable), and the data that before can only resolving, N is capable also utilize XSL grammer to generate total data.
In the embodiment of the present invention, realize the all-purpose financial statements generation system based on XML technology of said method, comprise that raw data derives module, XML data generation module, user XSL data generation module, original XSL data generation module and form modular converter.
Raw data derives module and is used for: arrange general report data interface, derive raw data by report data interface, all raw data comprise that table header is divided and data division, and gauge outfit part and data division include the data of every a line and the data of each row; Initialization report data interface, obtains configuration data, sends XML data generate signal to XML data generation module.
XML data generation module is used for: receive that XML data generate after signal, travel through all raw data by the order of Row Column, generate XML data; Judge whether to load User Defined XSL template, if so, send XSL data to user XSL data generation module and generate signal, generate signal otherwise send XSL data to original XSL data generation module.
User XSL data generation module is used for: receive that XSL data generate after signal, resolve User Defined XSL template file, generate XSL data, send form switching signal to form modular converter.
Original XSL data generation module is used for: receive that XSL data generate after signal, resolve gauge outfit part and the data division of raw data, generate XSL data, send form switching signal to form modular converter.
Form modular converter is used for: receive after form switching signal, XML data are become to report file by XSL data-switching.
The present invention is not limited to above-mentioned embodiment, for those skilled in the art, under the premise without departing from the principles of the invention, can also make some improvements and modifications, within these improvements and modifications are also considered as protection scope of the present invention.The content not being described in detail in this instructions belongs to the known prior art of professional and technical personnel in the field.

Claims (9)

1. the all-purpose financial statements generation method based on XML technology, is characterized in that, comprises the following steps:
A, arrange general report data interface, derive raw data by report data interface, all raw data comprise that table header is divided and data division, and gauge outfit part and data division include the data of every a line and the data of each row; Initialization report data interface, obtains configuration data;
B, travel through all raw data, generate XML data; Judge whether to load User Defined XSL template, if so, forward step C to, otherwise forward step D to;
C, parsing User Defined XSL template file, generate XSL data, forwards step e to;
Gauge outfit part and the data division of D, parsing raw data, generate XSL data, forwards step e to;
E, XML data are become to report file by XSL data-switching.
2. the all-purpose financial statements generation method based on XML technology as claimed in claim 1, is characterized in that: configuration data described in steps A comprises User-defined template and data entry.
3. the all-purpose financial statements generation method based on XML technology as claimed in claim 1, is characterized in that: the order that travels through all raw data described in step B is Row Column.
4. the all-purpose financial statements generation method based on XML technology as claimed in claim 1, it is characterized in that: described in step C, resolve User Defined XSL template file and comprise the following steps: obtain the corresponding statement form type deriving of current template file and work as the data type that front template can use, generating XSL data according to the statement form type of current template file and data.
5. the all-purpose financial statements generation method based on XML technology as claimed in claim 1, is characterized in that: described in step D, resolve gauge outfit part and the data division of raw data, generate XSL data and comprise the following steps:
Each column data of D1, traversal raw data table head part also writes xsl file;
D2, judge whether to generate the form of CSV form, if so, directly generate XSL data according to the data division of raw data, forward step e to, otherwise according to the data division of raw data, form some rectangular areas, forward step D4 to;
D4, choose a minimum rectangular area;
D5, scanning current rectangle region, choose the data line not scanning in current rectangle region; All row of traversal Current Datarow, judge whether all row of current line have merging, if, for different statement forms, in xsl file, write different cell span information, otherwise get the report data corresponding with the data of all row of current line and write xsl file by XSL grammer; The start of line value of merging, row initial value and number are recorded in merged information table and are labeled as and scan;
D6, repeated execution of steps D5, until all data in current rectangle region have traveled through;
D7, repeated execution of steps D4~D6, until all raw data have traveled through, generate the XSL data of all raw data, forwards step e to.
6. the all-purpose financial statements generation method based on XML technology as claimed in claim 5, it is characterized in that: in step D2, in each rectangular area, the unit of the unit of the first row and last rectangular area row last does not merge, the unit of the unit of row last and next rectangular area the first row does not merge; Between the first row of rectangular block and last column, can there is any row, column to merge.
7. the all-purpose financial statements generation method based on XML technology as described in claim 1 to 6 any one, it is characterized in that: described in step e, become report file to comprise the following steps by XSL data-switching XML data: by the transformNodeToObject function in MSXML3.0, XML data are become to report file by XSL data-switching.
8. the all-purpose financial statements generation method based on XML technology as described in claim 1 to 6 any one, it is characterized in that: further comprising the steps of after step e: in report file, add extraneous information, described extraneous information comprises certain column data information of statistics and report generation time.
9. the all-purpose financial statements generation system based on XML technology of realizing method described in claim 1 to 8 any one, is characterized in that: comprise that raw data derives module, XML data generation module, user XSL data generation module, original XSL data generation module and form modular converter;
Described raw data derives module and is used for: arrange general report data interface, derive raw data by report data interface, all raw data comprise that table header is divided and data division, and gauge outfit part and data division include the data of every a line and the data of each row; Initialization report data interface, obtains configuration data, sends XML data generate signal to XML data generation module;
Described XML data generation module is used for: receive that XML data generate after signal, travel through all raw data by the order of Row Column, generate XML data; Judge whether to load User Defined XSL template, if so, send XSL data to user XSL data generation module and generate signal, generate signal otherwise send XSL data to original XSL data generation module;
Described user XSL data generation module is used for: receive that XSL data generate after signal, resolve User Defined XSL template file, generate XSL data, send form switching signal to form modular converter;
Described original XSL data generation module is used for: receive that XSL data generate after signal, resolve gauge outfit part and the data division of raw data, generate XSL data, send form switching signal to form modular converter;
Described form modular converter is used for: receive after form switching signal, XML data are become to report file by XSL data-switching.
CN201410411380.8A 2014-08-20 2014-08-20 Universal report generation method and universal report generation system based on XML (extensive markup language) technology Pending CN104216952A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410411380.8A CN104216952A (en) 2014-08-20 2014-08-20 Universal report generation method and universal report generation system based on XML (extensive markup language) technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410411380.8A CN104216952A (en) 2014-08-20 2014-08-20 Universal report generation method and universal report generation system based on XML (extensive markup language) technology

Publications (1)

Publication Number Publication Date
CN104216952A true CN104216952A (en) 2014-12-17

Family

ID=52098442

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410411380.8A Pending CN104216952A (en) 2014-08-20 2014-08-20 Universal report generation method and universal report generation system based on XML (extensive markup language) technology

Country Status (1)

Country Link
CN (1) CN104216952A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104997506A (en) * 2015-06-15 2015-10-28 深圳市理邦精密仪器股份有限公司 Method and apparatus for flexibly configuring electrocardiographic report
CN106339365A (en) * 2016-08-26 2017-01-18 深圳市永兴元科技有限公司 Report form management method
CN106874247A (en) * 2017-01-03 2017-06-20 北京神州绿盟信息安全科技股份有限公司 A kind of report form generation method and device
CN106886509A (en) * 2017-03-06 2017-06-23 大连理工大学 A kind of academic dissertation form automatic testing method
CN108415994A (en) * 2018-02-13 2018-08-17 北京天元创新科技有限公司 A kind of Network Management System report form generation method, device and equipment
CN108415894A (en) * 2018-03-15 2018-08-17 平安科技(深圳)有限公司 Report data initial method, device, computer equipment and storage medium
CN108628887A (en) * 2017-03-20 2018-10-09 福建天晴数码有限公司 A kind of method and system obtaining list data
CN110222236A (en) * 2016-06-06 2019-09-10 福建榕基软件股份有限公司 The generation of XML message template and update method and its system
WO2020155784A1 (en) * 2019-01-31 2020-08-06 平安科技(深圳)有限公司 General-purpose data interface-based message storage method and apparatus, and computer device
CN112861508A (en) * 2021-01-12 2021-05-28 中国石油天然气集团有限公司 Standardization method and system for logging discrete data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6768994B1 (en) * 2001-02-23 2004-07-27 Trimble Navigation Limited Web based data mining and location data reporting and system
CN101271390A (en) * 2007-03-08 2008-09-24 历派软件开发(深圳)有限公司 Software, system and method for modifying XML data structure
CN102736865A (en) * 2011-03-31 2012-10-17 新奥特(北京)视频技术有限公司 System and method for printing distributed auxiliary information file

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6768994B1 (en) * 2001-02-23 2004-07-27 Trimble Navigation Limited Web based data mining and location data reporting and system
CN101271390A (en) * 2007-03-08 2008-09-24 历派软件开发(深圳)有限公司 Software, system and method for modifying XML data structure
CN102736865A (en) * 2011-03-31 2012-10-17 新奥特(北京)视频技术有限公司 System and method for printing distributed auxiliary information file

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
徐玮: "基于XML/XSL的web报表工具的设计与实现", 《计算机工程》 *
李铮: "基于XML和XSLT的web报表解决方案的研究与实现", 《计算机工程与设计》 *
王志兵: "基于XML的web报表设计", 《株洲工学院学报》 *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104997506A (en) * 2015-06-15 2015-10-28 深圳市理邦精密仪器股份有限公司 Method and apparatus for flexibly configuring electrocardiographic report
CN110222236A (en) * 2016-06-06 2019-09-10 福建榕基软件股份有限公司 The generation of XML message template and update method and its system
CN106339365A (en) * 2016-08-26 2017-01-18 深圳市永兴元科技有限公司 Report form management method
CN106874247A (en) * 2017-01-03 2017-06-20 北京神州绿盟信息安全科技股份有限公司 A kind of report form generation method and device
CN106886509A (en) * 2017-03-06 2017-06-23 大连理工大学 A kind of academic dissertation form automatic testing method
CN106886509B (en) * 2017-03-06 2019-12-27 大连理工大学 Automatic detection method for academic paper format
CN108628887A (en) * 2017-03-20 2018-10-09 福建天晴数码有限公司 A kind of method and system obtaining list data
CN108415994A (en) * 2018-02-13 2018-08-17 北京天元创新科技有限公司 A kind of Network Management System report form generation method, device and equipment
CN108415894A (en) * 2018-03-15 2018-08-17 平安科技(深圳)有限公司 Report data initial method, device, computer equipment and storage medium
CN108415894B (en) * 2018-03-15 2021-01-05 平安科技(深圳)有限公司 Report data initialization method and device, computer equipment and storage medium
WO2020155784A1 (en) * 2019-01-31 2020-08-06 平安科技(深圳)有限公司 General-purpose data interface-based message storage method and apparatus, and computer device
CN112861508A (en) * 2021-01-12 2021-05-28 中国石油天然气集团有限公司 Standardization method and system for logging discrete data

Similar Documents

Publication Publication Date Title
CN104216952A (en) Universal report generation method and universal report generation system based on XML (extensive markup language) technology
CN102968306A (en) Method and system for automatically generating code based on data model drive
CN107220036A (en) A kind of visual development method and system of component and template
CN101751382B (en) Data acquisition method based on labels and system thereof
CN106547729B (en) A kind of dynamic creation method and system of data sheet
CN103019685B (en) A kind of system and method dynamically generating business interface based on page elements
CN106708480A (en) Management platform realization method and apparatus
CN104123227A (en) Method for automatically generating testing cases
CN103077185A (en) Object-based user-defined information-expanding method
CN102215126B (en) The generation method and device of performance report
CN102360291A (en) Service-oriented business rule design method based on business rule engine
CN105279269B (en) A kind of support matrix freely associated SQL generation methods and system
CN105225066A (en) The verification method of workflow legitimacy and demo plant
CN105278961A (en) Method and system for generating database table structure document
CN104657274A (en) Method and device for testing software interface
CN110543303A (en) Visual business platform
CN102521008B (en) Program compiling device and method for compiling program
CN101369329A (en) Method and apparatus for associating documents in ERP system
CN113010473B (en) Method and equipment for editing YAML file
JP2009213238A (en) Power information integrated management system
CN106156052A (en) Terminal data upgrade method and device
CN102222109B (en) Data processing device and method
CN103970776A (en) Method and system for creating CAN hierarchy tree
CN111401023B (en) Report generation method, report generation device, server and storage medium
CN103631546A (en) Data output and electronic document storage device, data output and electronic document storage method, word generation device and word generating method

Legal Events

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

Application publication date: 20141217

RJ01 Rejection of invention patent application after publication