CN112347751A - Method and device for generating COSMIC workload evaluation document - Google Patents

Method and device for generating COSMIC workload evaluation document Download PDF

Info

Publication number
CN112347751A
CN112347751A CN202011231195.2A CN202011231195A CN112347751A CN 112347751 A CN112347751 A CN 112347751A CN 202011231195 A CN202011231195 A CN 202011231195A CN 112347751 A CN112347751 A CN 112347751A
Authority
CN
China
Prior art keywords
plug
original file
file
generating
original
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
CN202011231195.2A
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 Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information 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 Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN202011231195.2A priority Critical patent/CN112347751A/en
Publication of CN112347751A publication Critical patent/CN112347751A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Abstract

The embodiment of the application discloses a method and a device for generating a COSMIC workload assessment document. The method comprises the following steps: acquiring an original file; converting an original message in the original file into a standard message through analysis, wherein the standard message is a message which can be assigned by a system; after the first plug-in is used for analyzing the converted graph in the original file, the original file is analyzed through a second plug-in to generate a target flow chart; reading the contents of the table in the converted original file through a third plug-in; and generating an object file by utilizing the fourth plug-in and the fifth plug-in, wherein the object file at least comprises a table. The situation that data is inaccurate due to the fact that a large amount of data is filled in manually and wrongly is reduced by automatically generating the document by the aid of plug-in operation.

Description

Method and device for generating COSMIC workload evaluation document
Technical Field
The embodiment of the application relates to the field of workload accounting support, in particular to a method and a device for generating a COSMIC workload assessment document.
Background
At present, the workload of the china mobile project is reported and evaluated by a Common Software Measurement International Consortium (COSMIC) method, and the COSMIC method is a standard method for measuring the functional scale of Software. The COSMIC method contains a set of models, principles, rules and procedures that are used to measure the functional customer requirements of a given piece of software. The result is a digitized "quantization value" representing the functional size of the software block obtained according to the cosinc method.
In the prior art, each province reports and evaluates, besides analyzing documents, workload accounting tables, filling tables and the like, when new demand items are reported, each demand item needs to report and fill three accessory contents, each demand item needs to split N function points, each function point needs to draw a flow chart, because the accessories are filled manually by personnel, and document data is inaccurate due to manual filling errors in the manual filling process under the condition of large workload.
Disclosure of Invention
The embodiment of the application provides a method and a device for generating a COSMIC workload evaluation document, which are used for reducing the condition that the generated data of the workload evaluation document is inaccurate.
A first aspect of the embodiments of the present application provides a method for generating a COSMIC workload evaluation document, including:
acquiring an original file;
converting an original message in the original file into a standard message through analysis, wherein the standard message is a message which can be assigned by a system;
after the first plug-in is used for analyzing the converted graph in the original file, the original file is analyzed through a second plug-in to generate a target flow chart;
reading the contents of the table in the converted original file through a third plug-in;
and generating an object file by utilizing the fourth plug-in and the fifth plug-in, wherein the object file at least comprises a table.
Optionally, the analyzing, by using the first plug-in, the converted graph in the original file includes:
generating the first plug-in by operating a plug-in template of the first plug-in, wherein the first plug-in is a standard Tk GUI toolkit interface of Python;
and analyzing the converted graph in the original file by using the standard Tk GUI toolkit interface.
Optionally, the reading, by the third plug-in, the contents of the table in the converted original file includes:
acquiring the number of effective rows and the number of effective columns of a table in the original file;
and reading the row number and the column number of the table in the converted original file through the second plug-in.
Optionally, the generating the target file by using the fourth plug-in and the fifth plug-in includes:
generating an updated table after running by using a fourth plug-in, wherein the content in the table comprises the table content in the original file;
and writing the content in the flow chart into the updated table by using a fifth plug-in so as to perfect the updated table, thereby generating a target file.
Optionally, the method further includes: the target flow chart and the target file are generated by using a Pycharm development tool.
Optionally, the method further includes: the first plug-in, the second plug-in, the third plug-in, the fourth plug-in, and the fifth plug-in are plug-ins generated based on a Python language.
A second aspect of the present application provides an apparatus for generating a COSMIC workload evaluation document, including:
an acquisition unit configured to acquire an original file;
the conversion unit is used for converting the original message in the original file into a standard message through analysis, wherein the standard message is a message which can be assigned by a system;
the analysis unit is used for analyzing the converted graph in the original file by using a first plug-in;
the reading unit is used for reading the contents of the table in the converted original file through a third plug-in;
and the generating unit is used for generating an object file by utilizing the fourth plug-in and the fifth plug-in, wherein the object file at least comprises a table.
Optionally, the parsing unit includes:
the first generation module is used for generating the first plug-in by running a plug-in template of the first plug-in, wherein the first plug-in is a standard Tk GUI toolkit interface of Python;
and the analysis module is used for analyzing the converted graph in the original file by using the interface.
Optionally, the reading unit includes:
the obtaining module is used for obtaining the number of effective rows and the number of effective columns of the table in the original file;
and the reading module is used for reading the line number and the column number of the table in the converted original file through the second plug-in.
Optionally, the generating unit includes:
the second generation module is used for generating an updated table by utilizing the operation of a fourth plug-in, and the content in the table comprises the table content in the original file;
and the third generation module is used for writing the content in the flow chart into the updated table by using a fifth plug-in so as to improve the updated table and generate a target file.
Optionally, the apparatus further comprises: the target flow chart and the target file are generated by using a Pycharm development tool.
Optionally, the apparatus further comprises: the first plug-in, the second plug-in, the third plug-in, the fourth plug-in, and the fifth plug-in are plug-ins generated based on a Python language.
A third aspect of the embodiments of the present application provides a device for generating a COSMIC workload evaluation document, including:
the device comprises a processor, a memory, an input and output unit and a bus;
the processor is connected with the memory, the input and output unit and the bus;
the processor specifically performs the following operations:
acquiring an original file;
converting an original message in the original file into a standard message through analysis, wherein the standard message is a message which can be assigned by a system;
after the first plug-in is used for analyzing the converted graph in the original file, the original file is analyzed through a second plug-in to generate a target flow chart;
reading the contents of the table in the converted original file through a third plug-in;
and generating an object file by utilizing the fourth plug-in and the fifth plug-in, wherein the object file at least comprises a table.
Optionally, the processor is further configured to perform the operations of any of the alternatives of the first aspect.
A fourth aspect of the embodiments of the present application provides a computer-readable storage medium for generating a COSMIC workload evaluation document, including:
the computer-readable storage medium has stored thereon a program that, when executed on a computer, performs the aforementioned method of generating a COSMIC workload assessment document.
According to the technical scheme, the embodiment of the application has the following advantages:
according to the method and the system, the original message in the original file is converted into the standard message through analysis after the original file is obtained, the graph in the original file after the conversion is added with information by the first plug-in, the original file is analyzed by the second plug-in to generate the target flow chart, the content of the table in the converted original file is read by the third plug-in, the target file is generated by the fourth plug-in and the fifth plug-in, the target file at least comprises one table, and therefore the required file is directly and automatically generated by the plug-in, and the situation that file data is inaccurate due to manual error caused by manual filling of a large amount of data is reduced.
Drawings
FIG. 1 is a flowchart illustrating an embodiment of a method for generating a COSMIC workload assessment document according to the present invention;
FIG. 2 is a flowchart illustrating a method for generating a COSMIC workload assessment document according to another embodiment of the present application;
FIG. 3 is a schematic structural diagram illustrating an embodiment of an apparatus for generating a COSMIC workload assessment document according to the present invention;
fig. 4 is a schematic structural diagram of another embodiment of a device for generating a COSMIC workload evaluation document according to an embodiment of the present application.
Detailed Description
The embodiment of the application provides a method and a device for generating a COSMIC workload assessment document, which are used for improving the working efficiency of document generation.
In this embodiment, the method for generating the COSMIC workload estimation document may be implemented in a server, a terminal, or a system, and is not specifically limited.
Referring to fig. 1, an embodiment of the present application is described by using a system as an example, and an embodiment of a method for generating a COSMIC workload evaluation document in the embodiment of the present application includes:
101. the system acquires an original file;
the original data in the original file needs to be manually filled, and technicians supplement development workload, demand analysis workload, design workload, test workload, cutting workload, project management workload, functional content and attachment generation messages on the original data after the original data are obtained. The contents included in the original file mainly include: project name, requirement number, name, workload and the like.
Wherein the generated accessory comprises accessory 7: COSMIC software evaluation function point splitting table, appendix 9: workload accounting table (settlement) -item number 145, and accessory 10: the "non-COSMIC evaluation workload fill form" attachment 7 is represented in the form of a flowchart, and one functional point draws one figure, so that the work efficiency is low. It is therefore desirable to upload an original file and automatically generate a workload assessment document using a series of plug-ins.
102. The system converts the original message in the original file into a standard message through analysis, wherein the standard message is a message which can be assigned by the system;
in this embodiment, the original message of the original file acquired by the system cannot be directly analyzed, an analysis template needs to be configured to convert the original message into a standard message that can be analyzed by the system, and the system can assign values to the data in the original file after analyzing the message, so that other operations such as reading and writing data can be performed.
103. The system analyzes the graph in the converted original file by using the first plug-in, and then analyzes the original file by using the second plug-in to generate a target flow chart;
in this embodiment, each function point needs to be displayed by a flowchart after splitting the evaluation function point, so that a table needs to be graphed by a first plug-in, namely the tkater plug-in, and the table can be graphed by directly leading the tkater module into the tkater module, thereby increasing the work efficiency of drawing.
The system utilizes grapeviz as an open source toolkit developed by bell laboratories, which uses a specific DSL (domain specific language), dot as a scripting language, then uses a layout engine to parse the script and complete automatic layout.
104. Reading the table content in the converted original file through a third plug-in;
in this embodiment, data in an original file is read by using an xlrd plug-in, wherein a specific operation flow after the xlrd plug-in is imported is to open an Excel table to directly read the data, obtain a sheet name according to a subscript, obtain sheet contents according to a sheet index or a name, obtain a sheet name, a line number and a column number at the same time, obtain values of a whole line and a whole column according to the sheet name, obtain contents of a specified cell, obtain a data type of the cell contents, obtain a mode that the cell contents are of a date type, obtain a mode that the cell contents are of a number, and obtain the contents of a merged cell, so that the whole table contents are read.
105. And generating an object file by utilizing the fourth plug-in and the fifth plug-in, wherein the object file at least comprises a table.
And the fourth plug-in, namely the xlwt plug-in, generates a new file according to the read table content, and the specific operation flow is to create a worksheet object, set the table name of the table and fill data in the table, wherein the data is the data in the original file. Second, the fifth plugin xlsxwriter plugin writes the graph to create the target file.
The target file comprises a form, all data in the original file are imported, and the flow chart corresponding to each function point corresponds to the form, so that data omission or inaccurate data caused by manual filling of personnel due to more data can be avoided, and the work efficiency and the time can be saved by automatically generating the document.
Referring to fig. 2, an embodiment of the present application is described by using a system as an example, and another embodiment of a method for generating a COSMIC workload evaluation document in the embodiment of the present application includes:
201. the system acquires an original file;
202. the system converts the original message in the original file into a standard message through analysis, wherein the standard message is a message which can be assigned by the system;
steps 201 to 202 in this embodiment are similar to steps 101 to 102 in the previous embodiment, and are not described herein again.
203. The system generates a first plug-in by running a plug-in template of the first plug-in, wherein the first plug-in is a standard Tk GUI toolkit interface of Python;
in this embodiment, the plug-in needs to set a template for generation, where the writing template only needs to fill in the data execution parameters after setting according to the data type and name in the parameters or the custom features of the parameters.
It should be noted that all the plug-ins in this embodiment are generated by executing the template.
204. The system analyzes the graph in the converted original file by using the interface;
the Tk GUI toolkit interface is used as a more common interface of the plug-in, and the system can analyze the graph in the original file by directly connecting the interface, so that the subsequent conversion into a flow chart is more convenient.
205. The system acquires the number of effective rows and the number of effective columns of a table in an original file;
the system utilizes an xlrd plug-in to read a table in an original file, and first obtains the number of valid rows and columns in the table, wherein the valid rows and columns include a file name and a file path which need to be operated, and object names corresponding to the number of rows and columns are obtained.
206. The system reads the row number and the column number of the table in the converted original file through a second plug-in;
when reading data in the table, the plug-in needs to install a three-party module, and after the module is imported, row operation, column operation, cell operation and the like are performed on the sheet object in the table.
207. The system generates an updated table after running by using the fourth plug-in, wherein the content in the table comprises the table content in the original file;
after the system reads all the data in the original file, a new form can be created through the xlwt plug-in, and the read data is automatically filled into the updated form by using the xlwt plug-in, so that the manual one-to-one corresponding filling of personnel is reduced.
208. And the system writes the content in the flow chart into the updated table by using the fifth plug-in so as to perfect the updated table, thereby generating the target file.
In this embodiment, the target file includes an attachment 7: COSMIC software evaluation function point splitting table, appendix 9: workload accounting table (settlement) -item number 145, and accessory 10: the "non-COSMIC evaluation workload fill form" attachment 7 is represented in the form of a flowchart, and one function point draws one figure. The content in the flow chart is composed of some elements filled by personnel in an original file, wherein the elements comprise data such as development workload and the like, and the flow of the whole workload is shown in a picture form.
Referring to fig. 3, an embodiment of an apparatus for generating a COSMIC workload evaluation document in the embodiment of the present application includes:
an acquisition unit 301 configured to acquire an original file;
a conversion unit 302, configured to convert an original packet in an original file into a standard packet through parsing, where the standard packet is a packet that can be assigned by a system;
an analysis unit 303, configured to analyze the graph in the converted original file by using a first plug-in;
a reading unit 304, configured to read, by a third plug-in, contents of a table in the converted original file;
a generating unit 305, configured to generate an object file using the fourth plug-in and the fifth plug-in, where the object file includes at least one table.
In this embodiment, the parsing unit 303 may include a first generating module 3031 and a parsing module 3032.
The first generating module 3031 is configured to generate a first plug-in by running a plug-in template of the first plug-in, where the first plug-in is a standard Tk GUI toolkit interface of Python;
and the parsing module 3032 is configured to parse the graph in the converted original file by using the interface.
In this embodiment, the reading unit 304 may include an obtaining module 3041 and a reading module 3042.
An obtaining module 3041, configured to obtain the number of valid rows and the number of valid columns of the table in the original file;
the reading module 3042 is configured to read, by the second plugin, the number of rows and the number of columns of the table in the converted original file.
In this embodiment, the generation unit 305 may include a second generation module 3051 and a third generation module 3052.
The second generating module 3051, configured to generate an updated table by using a fourth plug-in operation, where contents in the table include table contents in an original file;
a third generating module 3052, configured to write the content in the flowchart into the updated table by using a fifth plug-in, so that the updated table is perfected, thereby generating the target file.
In this embodiment, after the obtaining unit 301 obtains the original file, the converting unit 302 converts the original message in the original file into a standard message by analyzing the original message in the original file, the standard message is a message that can be assigned by the system, the first generating module 3031 in the analyzing unit 303 first runs the plug-in module of the first plug-in to generate the first plug-in, the analyzing module 3032 analyzes the graph in the converted original file by using the interface, the flow and the automatic generation are generated in the later period, then the obtaining module 3041 in the reading unit 304 obtains the number of valid rows and the number of valid columns of the table in the original file, and the reading module 3042 reads the number of rows and the number of columns of the table in the converted original file by using the second plug-in; the second generation module 3051 in the generation unit 305 after reading generates an updated table by using the fourth plug-in operation, and the third generation module 3052 writes the content of the flowchart into the table by using the fifth plug-in so as to generate the target file.
Another embodiment of the apparatus for generating a COSMIC workload evaluation document in the following embodiments of the present application includes:
a processor 401, a memory 402, an input-output unit 403, a bus 404;
the processor 401 is connected to the memory 402, the input/output unit 403, and the bus 404;
processor 401 performs the following operations:
acquiring an original file;
converting an original message in an original file into a standard message through analysis, wherein the standard message is a message which can be assigned by a system;
after the first plug-in is used for analyzing the graph in the converted original file, the second plug-in is used for analyzing the original file to generate a target flow chart;
reading the table content in the converted original file through a third plug-in;
and generating an object file by using the fourth plug-in and the fifth plug-in, wherein the object file at least comprises a table.
Optionally, the functions of the processor 401 correspond to the steps in the embodiments shown in fig. 1 to fig. 2, and are not described herein again.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like.

Claims (10)

1. A method for generating a COSMIC workload assessment document, comprising:
acquiring an original file;
converting an original message in the original file into a standard message through analysis, wherein the standard message is a message which can be assigned by a system;
after the first plug-in is used for analyzing the converted graph in the original file, the original file is analyzed through a second plug-in to generate a target flow chart;
reading the contents of the table in the converted original file through a third plug-in;
and generating an object file by utilizing the fourth plug-in and the fifth plug-in, wherein the object file at least comprises a table.
2. The method of claim 1, wherein parsing the converted graph in the original file using the first plug-in comprises:
generating the first plug-in by operating a plug-in template of the first plug-in, wherein the first plug-in is a standard Tk GUI toolkit interface of Python;
and analyzing the converted graph in the original file by using the interface.
3. The method according to claim 1, wherein the reading, by the third plug-in, the contents of the table in the converted original file comprises:
acquiring the number of effective rows and the number of effective columns of a table in the original file;
and reading the row number and the column number of the table in the converted original file through the second plug-in.
4. The method of claim 1, wherein generating the target file using the fourth plug-in and the fifth plug-in comprises:
generating an updated table after running by using a fourth plug-in, wherein the content in the table comprises the table content in the original file;
and writing the content in the flow chart into the updated table by using a fifth plug-in so as to perfect the updated table, thereby generating a target file.
5. The method according to any one of claims 1 to 4, further comprising: the target flow chart and the target file are generated by using a Pycharm development tool.
6. The method according to any one of claims 1 to 4, further comprising: the first plug-in, the second plug-in, the third plug-in, the fourth plug-in, and the fifth plug-in are plug-ins generated based on a Python language.
7. An apparatus for COSMIC workload assessment document generation, comprising:
an acquisition unit configured to acquire an original file;
the conversion unit is used for converting the original message in the original file into a standard message through analysis, wherein the standard message is a message which can be assigned by a system;
the analysis unit is used for analyzing the converted graph in the original file by using a first plug-in;
the reading unit is used for reading the contents of the table in the converted original file through a third plug-in;
and the generating unit is used for generating an object file by utilizing the fourth plug-in and the fifth plug-in, wherein the object file at least comprises a table.
8. The apparatus of claim 7, wherein the parsing unit comprises:
the first generation module is used for generating the first plug-in by running a plug-in template of the first plug-in, wherein the first plug-in is a standard Tk GUI toolkit interface of Python;
and the analysis module is used for analyzing the converted graph in the original file by utilizing the standard Tk GUI toolkit interface.
9. The apparatus of claim 7, wherein the reading unit comprises:
the obtaining module is used for obtaining the number of effective rows and the number of effective columns of the table in the original file;
and the reading module is used for reading the line number and the column number of the table in the converted original file through the second plug-in.
10. The apparatus of claim 7, wherein the generating unit comprises:
the second generation module is used for generating an updated table by utilizing the operation of a fourth plug-in, and the content in the table comprises the table content in the original file;
and the third generation module is used for writing the content in the flow chart into the updated table by using a fifth plug-in so as to improve the updated table and generate a target file.
CN202011231195.2A 2020-11-06 2020-11-06 Method and device for generating COSMIC workload evaluation document Pending CN112347751A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011231195.2A CN112347751A (en) 2020-11-06 2020-11-06 Method and device for generating COSMIC workload evaluation document

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011231195.2A CN112347751A (en) 2020-11-06 2020-11-06 Method and device for generating COSMIC workload evaluation document

Publications (1)

Publication Number Publication Date
CN112347751A true CN112347751A (en) 2021-02-09

Family

ID=74428930

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011231195.2A Pending CN112347751A (en) 2020-11-06 2020-11-06 Method and device for generating COSMIC workload evaluation document

Country Status (1)

Country Link
CN (1) CN112347751A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7107522B1 (en) * 2001-12-21 2006-09-12 Bellsouth Intellectual Property Corp. System and method for creating extensible content
US20130290933A1 (en) * 2012-04-27 2013-10-31 International Business Machines Corporation Translation verification testing
CN103399857A (en) * 2013-07-01 2013-11-20 北京航空航天大学 General method for extracting document structural information
CN104320402A (en) * 2014-10-31 2015-01-28 北京思特奇信息技术股份有限公司 Service interface access control method and system based on binary algorithm
US20150339269A1 (en) * 2014-05-23 2015-11-26 Alon Konchitsky System and method for generating flowchart from a text document using natural language processing
CN107168695A (en) * 2017-04-18 2017-09-15 北京思特奇信息技术股份有限公司 A kind of excel data analysis methods and system
CN111241801A (en) * 2018-11-29 2020-06-05 北京京东尚科信息技术有限公司 File generation method, device, equipment and computer readable storage medium
CN111414409A (en) * 2020-03-17 2020-07-14 网易(杭州)网络有限公司 Data exchange method and device between game engines, storage medium and electronic equipment
CN111738700A (en) * 2020-07-24 2020-10-02 南京梦饷网络科技有限公司 Method, computing device and storage medium for controlling business process
CN111859864A (en) * 2020-06-28 2020-10-30 中国软件与技术服务股份有限公司 Method and conversion tool for converting library data into streaming document

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7107522B1 (en) * 2001-12-21 2006-09-12 Bellsouth Intellectual Property Corp. System and method for creating extensible content
US20130290933A1 (en) * 2012-04-27 2013-10-31 International Business Machines Corporation Translation verification testing
CN103399857A (en) * 2013-07-01 2013-11-20 北京航空航天大学 General method for extracting document structural information
US20150339269A1 (en) * 2014-05-23 2015-11-26 Alon Konchitsky System and method for generating flowchart from a text document using natural language processing
CN104320402A (en) * 2014-10-31 2015-01-28 北京思特奇信息技术股份有限公司 Service interface access control method and system based on binary algorithm
CN107168695A (en) * 2017-04-18 2017-09-15 北京思特奇信息技术股份有限公司 A kind of excel data analysis methods and system
CN111241801A (en) * 2018-11-29 2020-06-05 北京京东尚科信息技术有限公司 File generation method, device, equipment and computer readable storage medium
CN111414409A (en) * 2020-03-17 2020-07-14 网易(杭州)网络有限公司 Data exchange method and device between game engines, storage medium and electronic equipment
CN111859864A (en) * 2020-06-28 2020-10-30 中国软件与技术服务股份有限公司 Method and conversion tool for converting library data into streaming document
CN111738700A (en) * 2020-07-24 2020-10-02 南京梦饷网络科技有限公司 Method, computing device and storage medium for controlling business process

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
游娟: "基于FushionCharts与ArcIMS的统计制图与应用分析", 地球信息科学学报, vol. 12, no. 02, pages 2248 - 2253 *

Similar Documents

Publication Publication Date Title
CN108874760B (en) Report file generation method, report file generation device, computer equipment and storage medium
CN110287109B (en) Protocol interface testing method and device, computer equipment and storage medium thereof
CN110908890A (en) Automatic test method and device for interface
CN110287069B (en) ESB interface automatic test method, server and computer readable storage medium
CN110162544B (en) Heterogeneous data source data acquisition method and device
CN111290956B (en) Brain graph-based test method and device, electronic equipment and storage medium
CN109766529B (en) Report generation method and equipment
CN111061696B (en) Method and device for analyzing transaction message log
CN110309498B (en) Method and device for generating audit report based on parameters and method for generating audit report by using same
CN110825431A (en) Interface document processing method, device, system, storage medium and electronic equipment
CN111144210A (en) Image structuring processing method and device, storage medium and electronic equipment
CN114357943A (en) Universal efficient Excel reading processing method, tool, medium and equipment
CN115358203A (en) Test report method, test report device, electronic equipment and storage medium
CN110569230A (en) Method, system and equipment for interconversion between database design model and design document
US11675756B2 (en) Data complementing system and data complementing method
CN112347751A (en) Method and device for generating COSMIC workload evaluation document
CN111427796A (en) System testing method and device and electronic equipment
CN112487771B (en) Report generation method, report generation device and terminal
CN112947939B (en) Data reporting method, device, equipment and storage medium
CN115840559A (en) Dynamically configured heterogeneous interface data conversion method, device, equipment and medium
CN111882419B (en) Method and device for quality inspection of files and server
CN111258838B (en) Verification component generation method, device, storage medium and verification platform
CN109062797B (en) Method and device for generating information
CN112101000A (en) Information consistency test method, device, equipment and computer readable storage medium
CN112084278A (en) Verification method and device for map data conversion customized product

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination