CN114610313B - Method, system, device and medium for generating SPEC document - Google Patents

Method, system, device and medium for generating SPEC document Download PDF

Info

Publication number
CN114610313B
CN114610313B CN202210191150.XA CN202210191150A CN114610313B CN 114610313 B CN114610313 B CN 114610313B CN 202210191150 A CN202210191150 A CN 202210191150A CN 114610313 B CN114610313 B CN 114610313B
Authority
CN
China
Prior art keywords
code
generating
program
spec
document
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.)
Active
Application number
CN202210191150.XA
Other languages
Chinese (zh)
Other versions
CN114610313A (en
Inventor
黄静
陈相晨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Shandong Computer Technology Co Ltd
Original Assignee
Inspur Shandong Computer 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 Inspur Shandong Computer Technology Co Ltd filed Critical Inspur Shandong Computer Technology Co Ltd
Priority to CN202210191150.XA priority Critical patent/CN114610313B/en
Publication of CN114610313A publication Critical patent/CN114610313A/en
Application granted granted Critical
Publication of CN114610313B publication Critical patent/CN114610313B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Library & Information Science (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method, a system, a device and a medium for generating a SPEC document. Therefore, the initial code is written and combined with the BIOS program, so that the initial code can be automatically operated when the BIOS program is started, the target code capable of generating the SPEC document can be generated based on the initial code, the SPEC document can be automatically generated by the program, manual writing and maintenance of staff are not needed, errors of the document due to tiger of the staff are avoided, and inconsistency of contents of the document and a real machine is avoided.

Description

Method, system, device and medium for generating SPEC document
Technical Field
The present invention relates to the field of servers, and in particular, to a method, system, apparatus, and medium for generating a SPEC document.
Background
After the current server and PC (personal computer ) product and BIOS (Basic Input Output System, basic input output system) firmware version are released, other auxiliary files, such as a BIOS SETUP SPEC file, are required besides the BIOS file, so as to embody option contents, option structures, option default values and option descriptions in the BIOS SETUP of the current firmware version, so that a user can intuitively see the structure contents in the SETUP of the corresponding BIOS firmware on the personal computer, and the Fang Baini searches for positioning options and settings.
However, currently, before each version is released, the relevant firmware engineer maintains the BIOS SETUP SPEC file according to the condition of the BIOS SETUP, and in the initial stage of creating the SPEC file, the engineer is required to compare the actual BIOS SETUP, edit the Excel table according to the format, and the chinese and english name, option type, option authority, default value, settable item and help description of each option are all required to be written in a comparison mode, and after the BIOS joins the new function option, the corresponding BIOS SETUP SPEC file is also required to be modified synchronously.
Therefore, the work load of creating the BIOS SETUP SPEC document is huge, engineers are required to write in one-to-one correspondence, the SPEC document is required to be modified by the follow-up maintenance and the follow-up maintenance is also required to be compared with the real machine, in the document maintenance process, the document error caused by the tiger of the staff can possibly occur, and the document is inconsistent with the real machine content.
Disclosure of Invention
The invention aims to provide a method, a system, a device and a medium for generating a SPEC document, which can automatically generate the SPEC document by utilizing a program without manual writing and maintenance of staff, avoid document errors caused by the tiger of the staff, and avoid inconsistent contents of the document and a real machine.
In order to solve the above technical problems, the present invention provides a method for generating a SPEC document, including:
creating initial code that generates a SPEC document;
integrating the initial code with a BIOS program to obtain a target program;
operating the target program to obtain a target code;
and operating the target code in a preset compiling environment to obtain the SPEC document.
Preferably, creating the initial code that generates the SPEC document includes:
importing a preset class library, and generating a template code based on the preset class library;
reading data in a preset file, wherein the preset file comprises data for generating a SPEC file;
initial code is created that generates a SPEC document based on the template code and the data.
Preferably, creating initial code for generating a SPEC document based on the template code and the data comprises:
generating a log file based on the template code and the data, wherein the log file comprises the initial code;
integrating the initial code with the BIOS program to obtain a target program, wherein the method comprises the following steps:
printing the content in the log file when the BIOS program is operated;
selecting an object code to be displayed from the printed content;
displaying the target code through a display device;
and selecting and storing the displayed object code as the object program.
Preferably, before reading the data in the preset file, the method further comprises:
setting the language type of the BIOS program as a first language;
after the object code is displayed by the display device, the method further comprises the following steps:
and replacing the language type of the BIOS program and re-entering the step of reading the data in the preset file.
Preferably, displaying the object code through a display device includes:
and transmitting the target code to the display device through a serial port so as to display the target code.
Preferably, before printing the content in the log file when the BIOS program is executed, the method further includes:
determining whether a print permission instruction is received;
if yes, entering a step of printing the content in the log file when the BIOS program is operated;
if not, directly running the BIOS program.
Preferably, the preset compiling environment is a python compiling environment.
In order to solve the above technical problem, the present invention further provides a system for generating a SPEC document, including:
a creation unit for creating an initial code for generating a SPEC document;
the integrating unit is used for integrating the initial code with the BIOS program to obtain a target program;
the operation unit is used for operating the target program to obtain a target code;
and the document generation unit is used for operating the target code in a preset compiling environment to obtain the SPEC document.
In order to solve the above technical problem, the present invention further provides an apparatus for generating a SPEC document, including:
a memory for storing a computer program;
a processor for implementing the steps of the method of generating a SPEC document described above when executing a computer program.
To solve the above technical problem, the present invention further provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor, implements the steps of the above-described method for generating a SPEC document.
In the scheme, the SPEC document can be automatically generated by creating an initial code for generating the SPEC document, integrating the initial code with a BIOS program to obtain a target program, obtaining the target code based on the target program, compiling the target code in a preset environment, and generating the SPEC document. Therefore, the initial code is written and combined with the BIOS program, so that the initial code can be automatically operated when the BIOS program is started, the target code capable of generating the SPEC document can be generated based on the initial code, the SPEC document can be automatically generated by the program, manual writing and maintenance of staff are not needed, errors of the document due to tiger of the staff are avoided, and inconsistency of contents of the document and a real machine is avoided.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required in the prior art and the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method of generating a SPEC document provided by the present invention;
FIG. 2 is a block diagram of a system for generating a SPEC document in accordance with the present invention;
FIG. 3 is a block diagram of an apparatus for generating a SPEC document in accordance with the present invention.
Detailed Description
The core of the invention is to provide a method, a system, a device and a medium for generating a SPEC document, which can automatically generate the SPEC document by utilizing a program without manual writing and maintenance of staff, thereby avoiding error of the document caused by tiger of the staff and avoiding inconsistent contents of the document and a real machine.
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1, fig. 1 is a flowchart of a method for generating a SPEC document according to the present invention, where the method includes:
s11: creating initial code that generates a SPEC document;
specifically, in order to automatically generate a SPEC document when the BIOS program is executed, it is necessary to call a code that can generate the SPEC document when the BIOS program is executed to automatically generate the SPEC document. Thus, the first steps to be performed in this application are: initial code is created that generates a SPEC document.
As a preferred embodiment, creating initial code to generate a SPEC document includes:
importing a preset class library, and generating a template code based on the preset class library;
reading data in a preset file, wherein the preset file comprises data for generating a SPEC file;
initial code is created that generates a SPEC document based on the template code and the data.
Specifically, a mr generates a template code, reads data required to generate a SPEC document, and fills the template code with the data, thereby generating an initial code of the SPEC document.
When the preset compiling environment is a python compiling environment, the preset class library may be a class library xlwt, openpyxl, pandas or the like for generating an excel table, and then an excel generating code is written according to one of the class libraries, and then the excel table and the workbook are sequentially created to be used as template codes.
Wherein, read the data in the preset file, the preset file can be but not limited to: and (3) filling the working thin data by utilizing the data in the sd file and the uni configuration file. In addition, when the above-described compiling environment is a python compiling environment, all of the above codes are written as pyhton codes as initial codes.
As a preferred embodiment, creating initial code to generate a SPEC document based on template code and data includes:
generating a log file based on the template code and the data, wherein the log file comprises an initial code;
integrating the initial code with the BIOS program to obtain a target program, wherein the method comprises the following steps:
printing the content in the log file when the BIOS program is operated;
selecting an object code to be displayed from the printed content;
displaying the target code through a display device;
and selecting and storing the displayed object code as an object program.
Specifically, the present embodiment aims to provide a specific implementation manner of creating an initial code for generating a SPEC document based on a template code and data, where the specific steps of creating a log file including the initial code, a folder or other documents, etc. by using the template code and the data, and then integrating the initial code and the BISO program to obtain a target program are: when the BIOS program is run, the log file is called and printed, the printed code is the code corresponding to the data of the preset file, but because the data content in the preset file is more, the data required for generating the SPEC file is relatively less, and the code corresponding to all the data in the preset file is not required to be displayed, after the content in the log file is printed, the printed content is selected, the target code corresponding to the generated SPEC file is selected, the selected target code is displayed through the display device, and the code displayed by the display device is used as the target program.
The manner of saving the displayed object code may be, but is not limited to, saving it as a text document, so as to facilitate subsequent editing.
As a preferred embodiment, displaying the object code through the display device includes:
the target code is transmitted to a display device through a serial port so as to display the target code.
The present embodiment aims to provide a specific implementation manner of displaying the object code through the display device, and in particular, the memory and the processor storing the object code may be connected with the display device by, but not limited to, a serial port manner, so as to realize a function of transmitting the object code to the display device.
It should be further noted that, before the object code is transmitted to the display device through the serial port, the serial port is set first, specifically, the baud rate of the BIOS serial port is set, the baud rates of the display device and the serial port are set to be the same baud rate, and the display device can only correctly obtain the log file sent by the serial port.
As a preferred embodiment, before printing the content in the log file when the BIOS program is executed, the method further includes:
determining whether a print permission instruction is received;
if yes, entering a step of printing the content in the log file when the BIOS program is operated;
if not, the BIOS program is directly operated.
Furthermore, considering that the log file needs more information to be printed and the program running time sequence is long, the content in the log file does not need to be printed every time in the daily use process, namely, the user does not need to generate a SPEC document when running the BIOS program every time, and if the content of the log file is printed every time, the normal use of the user can be affected.
Therefore, before printing the content of the log file, whether a print permission instruction is received is judged, if yes, then printing is carried out on the content of the log file, and then a step of generating a SPEC document is carried out, otherwise, the BIOS program is directly and normally operated, the log file is not printed, and the problem that when the user does not need, the printing program is operated to influence the starting process of the BIOS is avoided.
The print permission instruction may be sent by a user through a personal computer, and the specific manner may be: the interface for inputting the print permission instruction is opened by means of a hot key, and the user inputs the print permission instruction through the interface. Specifically, a flag bit for printing may be set for the log file, if the flag bit is 0, the program for printing the content of the log file is not run, if the flag bit is 1, the program for printing the content of the log file is run, and if the flag bit is 1, the flag bit is 0 only after the user inputs the print permission command. Further, the initial value of the flag bit is 0. It can be seen that whether the program for printing the contents of the log file is allowed to be executed can be judged through the above flag bit, and the implementation is simple and reliable.
S12: integrating the initial code with the BIOS program to obtain a target program;
specifically, after the compiling of the initial code is completed, the initial code needs to be called when the BIOS program is run, so that the SPEC document can be automatically generated, and therefore, the initial code and the BIOS program are integrated first, and the main implementation manner is as follows: and merging the initial codes into the BIOS program to obtain the target program.
S13: operating an object program to obtain an object code;
s14: and running the target code in a preset compiling environment to obtain the SPEC document.
And operating the target program so as to operate the target code, then obtaining the target code for generating the SPEC document, and operating the target code in a preset compiling environment to directly obtain the SPEC document.
The preset compiling environment may be, but not limited to, a python compiling environment, and it should be noted that, when the BIOS program is executed at the time of starting, since the running environment of the BIOS program is not a python compiling environment, the target code needs to be placed under the python compiling environment to convert the target code into the SPEC document.
As a preferred embodiment, before reading the data in the preset file, the method further includes:
setting the language type of the BIOS program as a first language;
after the object code is displayed by the display device, the method further comprises the following steps:
and replacing the language type of the BIOS program and re-entering the step of reading the data in the preset file.
Further, since the display code of the BIOS will read the language option at the beginning of display, the data corresponding to the voice in the preset file will be read according to the set language type, and the content required by the SPEC document in the present application may be more than one language type, therefore, before reading the data in the preset file, the language type of the BIOS program is set, after the target code is displayed, the language type of the BIOS program is replaced, and then the step of reading the data of the preset file is re-entered, so as to comprehensively read the data of each language type in the preset file.
Referring to FIG. 2, FIG. 2 is a block diagram of a system for generating a SPEC document, the system including:
a creation unit 21 for creating an initial code for generating a SPEC document;
an integrating unit 22, configured to integrate the initial code with the BIOS program to obtain a target program;
an operation unit 23 for operating the target program to obtain a target code;
the document generating unit 24 is configured to run the object code in a preset compiling environment to obtain the SPEC document.
In order to solve the above technical problems, the present application further provides a system for generating a SPEC document, and for the introduction of the system for generating a SPEC document, refer to the above embodiment, which is not described herein again.
Referring to fig. 3, fig. 3 is a block diagram of an apparatus for generating a SPEC document according to the present invention, where the apparatus includes:
a memory 31 for storing a computer program;
the processor 32 is configured to implement the steps of the method of generating a SPEC document described above when executing a computer program.
In order to solve the above technical problems, the present application further provides a device for generating a SPEC document, and for the description of the device for generating a SPEC document, refer to the above embodiment, which is not described herein again.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of the method of generating a SPEC document described above.
In order to solve the above technical problems, the present application further provides a computer readable storage medium, and for the introduction of the computer readable storage medium, reference is made to the above embodiments, which are not described herein.
It should be noted that in this specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A method of generating a SPEC document, comprising:
creating initial code that generates a SPEC document;
integrating the initial code with a BIOS program to obtain a target program;
operating the target program to obtain a target code;
operating the target code in a preset compiling environment to obtain a SPEC document;
creating initial code to generate a SPEC document, comprising:
importing a preset class library, and generating a template code based on the preset class library;
reading data in a preset file, wherein the preset file comprises data for generating a SPEC file;
generating a log file based on the template code and the data, wherein the log file comprises the initial code;
integrating the initial code with the BIOS program to obtain a target program, wherein the method comprises the following steps:
printing the content in the log file when the BIOS program is operated;
selecting an object code to be displayed from the printed content;
displaying the target code through a display device;
and selecting and storing the displayed object code as the object program.
2. The method of generating a SPEC document of claim 1, further comprising, prior to reading the data in the preset file:
setting the language type of the BIOS program as a first language;
after the object code is displayed by the display device, the method further comprises the following steps:
and replacing the language type of the BIOS program and re-entering the step of reading the data in the preset file.
3. The method of generating a SPEC document as in claim 1, wherein displaying the object code via a display device comprises:
and transmitting the target code to the display device through a serial port so as to display the target code.
4. The method of generating a SPEC document of claim 1, further comprising, prior to printing the content in the log file while running the BIOS program:
determining whether a print permission instruction is received;
if yes, entering a step of printing the content in the log file when the BIOS program is operated;
if not, directly running the BIOS program.
5. The method of generating a SPEC document in accordance with any of claims 1-4, wherein the preset compilation environment is a python compilation environment.
6. A system for generating a SPEC document, comprising:
a creation unit for creating an initial code for generating a SPEC document;
the integrating unit is used for integrating the initial code with the BIOS program to obtain a target program;
the operation unit is used for operating the target program to obtain a target code;
the document generation unit is used for running the target code in a preset compiling environment to obtain a SPEC document;
the creation unit is specifically used for importing a preset class library and generating a template code based on the preset class library; reading data in a preset file, wherein the preset file comprises data for generating a SPEC file; generating a log file based on the template code and the data, wherein the log file comprises the initial code;
the integration unit is specifically configured to print the content in the log file when the BIOS program is running; selecting an object code to be displayed from the printed content; displaying the target code through a display device;
and selecting and storing the displayed object code as the object program.
7. An apparatus for generating a SPEC document, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of generating a SPEC document as in any one of claims 1-5 when executing a computer program.
8. A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of the method of generating a SPEC document of any one of claims 1-5.
CN202210191150.XA 2022-02-28 2022-02-28 Method, system, device and medium for generating SPEC document Active CN114610313B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210191150.XA CN114610313B (en) 2022-02-28 2022-02-28 Method, system, device and medium for generating SPEC document

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210191150.XA CN114610313B (en) 2022-02-28 2022-02-28 Method, system, device and medium for generating SPEC document

Publications (2)

Publication Number Publication Date
CN114610313A CN114610313A (en) 2022-06-10
CN114610313B true CN114610313B (en) 2023-12-26

Family

ID=81858194

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210191150.XA Active CN114610313B (en) 2022-02-28 2022-02-28 Method, system, device and medium for generating SPEC document

Country Status (1)

Country Link
CN (1) CN114610313B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106843849A (en) * 2016-12-28 2017-06-13 南京大学 A kind of automatic synthesis method of the code model of the built-in function based on document
CN107506228A (en) * 2017-09-11 2017-12-22 珠海亿智电子科技有限公司 A kind of method that driving code is automatically generated according to chip handbook
CN109656617A (en) * 2018-11-30 2019-04-19 武汉烽火信息集成技术有限公司 A kind of front end Web Service dispositions method, storage medium, electronic equipment and system
CN109799985A (en) * 2019-01-23 2019-05-24 中国银行股份有限公司 Front-end code generation method and device, storage medium and electronic equipment
CN113065314A (en) * 2021-03-26 2021-07-02 山东英信计算机技术有限公司 BIOS hardware adaptation method and device based on XML file format
CN113760266A (en) * 2021-11-09 2021-12-07 北京明略昭辉科技有限公司 Method and device for creating function module file and electronic equipment

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AUPR264301A0 (en) * 2001-01-19 2001-02-15 Keyset Phototype Pty Ltd System and method for editing computer files independently of the creator software application
CN106559438B (en) * 2015-09-24 2019-12-31 阿里巴巴集团控股有限公司 Program uploading method and device based on target network platform

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106843849A (en) * 2016-12-28 2017-06-13 南京大学 A kind of automatic synthesis method of the code model of the built-in function based on document
CN107506228A (en) * 2017-09-11 2017-12-22 珠海亿智电子科技有限公司 A kind of method that driving code is automatically generated according to chip handbook
CN109656617A (en) * 2018-11-30 2019-04-19 武汉烽火信息集成技术有限公司 A kind of front end Web Service dispositions method, storage medium, electronic equipment and system
CN109799985A (en) * 2019-01-23 2019-05-24 中国银行股份有限公司 Front-end code generation method and device, storage medium and electronic equipment
CN113065314A (en) * 2021-03-26 2021-07-02 山东英信计算机技术有限公司 BIOS hardware adaptation method and device based on XML file format
CN113760266A (en) * 2021-11-09 2021-12-07 北京明略昭辉科技有限公司 Method and device for creating function module file and electronic equipment

Also Published As

Publication number Publication date
CN114610313A (en) 2022-06-10

Similar Documents

Publication Publication Date Title
US20210012056A1 (en) Integrated document editor
US9766843B2 (en) Document output processing
CN114610313B (en) Method, system, device and medium for generating SPEC document
JP2004341675A (en) Development system, electronic form using system, server, program, and recording medium
JPH11272654A (en) Document editing device and method
JP4672754B2 (en) Program / design document generation apparatus and program / design document generation program
JP2017033052A (en) Control device and program in image forming apparatus
JP5526991B2 (en) Information processing apparatus, information processing method, program, information processing system
US8958106B2 (en) Japanese hyphenation processing program, apparatus, method, and printing system
JP2001043076A (en) Device and method for generating gui screen, and recording medium recording gui screen generation program
JP4063512B2 (en) Print control apparatus, print control method thereof, and program
CN112818642B (en) Method and device for converting PDF (Portable document Format) file into form file, computer equipment and storage medium
JP2006011950A (en) Installer creating apparatus, its method, and program therefor
JP6652724B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP6838669B1 (en) Electronic form editing equipment, methods, and programs
JP2008269260A (en) Data processor, data processing method and program
JP2008033647A (en) Document set forming device and document set forming method
WO2014049925A1 (en) Program/design document generation device and program
CN117707441A (en) Intelligent printing method, system, equipment and medium based on RPA
JPH08235203A (en) Device and method for extracting file list
CN114880986A (en) Method for quickly generating global configuration component
CN111192096A (en) Multi-connected electronic invoice management method and device, readable medium and electronic equipment
JP2007173948A (en) Image processor, image processing method, and program for carrying out image processing method
JP2011018257A (en) Information processor, information processing method of the same, program and storage medium
JP2003263315A (en) Automatic program creating device

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
GR01 Patent grant
GR01 Patent grant