CN114416795A - Report file processing method, device and system - Google Patents

Report file processing method, device and system Download PDF

Info

Publication number
CN114416795A
CN114416795A CN202210054224.5A CN202210054224A CN114416795A CN 114416795 A CN114416795 A CN 114416795A CN 202210054224 A CN202210054224 A CN 202210054224A CN 114416795 A CN114416795 A CN 114416795A
Authority
CN
China
Prior art keywords
log
report file
target
scheduling
keyword
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
CN202210054224.5A
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.)
State Grid Corp of China SGCC
Chengde Power Supply Co of State Grid Jibei Electric Power Co Ltd
Original Assignee
State Grid Corp of China SGCC
Chengde Power Supply Co of State Grid Jibei Electric Power 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 State Grid Corp of China SGCC, Chengde Power Supply Co of State Grid Jibei Electric Power Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN202210054224.5A priority Critical patent/CN114416795A/en
Publication of CN114416795A publication Critical patent/CN114416795A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/06Electricity, gas or water supply

Abstract

The method comprises the steps of determining a target recording area corresponding to a scheduling working log in a target report file after the scheduling working log to be processed and the target report file corresponding to the scheduling working log are obtained, then respectively adding log contents corresponding to log keywords to the target recording area, and finally storing the target report file to a preset storage position to finish the processing of the target report file. The report file processing method provided by the invention can realize automatic processing of the report file, and compared with the manual processing mode of the dispatching personnel in the prior art, the report file processing method can reduce the workload of the dispatching personnel and improve the report file processing efficiency so as to meet the daily work requirement.

Description

Report file processing method, device and system
Technical Field
The invention belongs to the technical field of motor control, and particularly relates to a report file processing method, device and system.
Background
In the daily work of the scheduling personnel of the power system, filling the scheduling report is one of the very complicated and huge work contents. The scheduling report records daily planned work and accident handling records of the power grid scheduling system, and is an important information source in power scheduling management and operation personnel work, the power scheduling personnel and the operation personnel know daily work of the scheduling personnel and make corresponding guidance through the scheduling report, and meanwhile, the scheduling report is also an important basis for decision making of leaders at all levels of the power grid system.
The information source of the scheduling report is mainly the scheduling work log, the scheduling staff manually fills the content in the record in the scheduling work log into the scheduling report, and along with the increasing expansion of the power grid and the commissioning of new energy stations, more and more information needs to be filled into the scheduling report, so that the workload of the scheduling staff is increased, the completion efficiency of the scheduling report is not high, and even the daily work requirement is difficult to meet.
Disclosure of Invention
In view of the above, the present invention provides a method, an apparatus, and a server for processing a report file, which replace manual work to automatically process the report file, reduce workload of scheduling personnel, improve efficiency of processing the report file, and meet daily work requirements, and the specific scheme is as follows:
in a first aspect, the present invention provides a report file processing method, including:
acquiring a scheduling work log to be processed and a target report file corresponding to the scheduling work log;
the scheduling work log comprises at least one log keyword recorded according to a preset format requirement and log content corresponding to each log keyword;
determining a target recording area corresponding to the scheduling work log in the target report file;
adding the log content corresponding to each log keyword to the target recording area respectively;
and storing the target report file to a preset storage position.
Optionally, the obtaining of the target report file corresponding to the scheduling work log includes:
judging whether a created report file corresponding to the scheduling work log exists or not;
if the created report file corresponding to the scheduling work log exists, taking the created report file as a target report file;
and if the created report file corresponding to the scheduling working log does not exist, creating a blank report file, and taking the blank report file as a target report file.
Optionally, if a plurality of created report files corresponding to the scheduling work log are included, taking the created report files as target report files includes:
acquiring the log date of the scheduling work log;
and the created report file with the creation date consistent with the log date and the creation time closest to the current time is used as a target report file.
Optionally, the determining a target recording area corresponding to the scheduling work log in the target report file includes:
extracting a type identifier representing the type of the scheduling work log;
and determining a target recording area corresponding to the type identifier of the scheduling working log in the target report file according to a preset corresponding relation between the type identifier and a preset recording area of the report file.
Optionally, the adding the log content corresponding to each log keyword to the target recording area respectively includes:
extracting each log keyword in the scheduling work log and log content corresponding to each log keyword;
respectively taking each log keyword as a target log keyword;
and adding the log content corresponding to the target log keyword to the target recording area.
Optionally, the adding the log content corresponding to the target log keyword to the target recording area includes:
recognizing preset report keywords in the target recording area;
taking a preset report keyword which is consistent with the target log keyword in the preset report keywords as a target report keyword;
and adding the log content corresponding to the target log keywords to the area corresponding to the target report keywords in the target recording area.
Optionally, if the preset corresponding relationship does not include the type identifier of the scheduling work log, the method further includes:
acquiring log contents input by a dispatcher;
and adding the log content input by the scheduling personnel into the target report file.
Optionally, the obtaining of the log content input by the dispatcher includes:
acquiring voice information of a dispatcher;
and analyzing the voice information, and determining the log content input by the scheduling personnel according to the analysis result.
In a second aspect, the present invention provides a report file processing apparatus, including:
the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for acquiring a to-be-processed scheduling work log and a target report file corresponding to the scheduling work log;
the scheduling work log comprises at least one log keyword recorded according to a preset format requirement and log content corresponding to each log keyword;
the determining unit is used for determining a target recording area corresponding to the scheduling work log in the target report file;
the first recording unit is used for respectively adding the log content corresponding to each log keyword to the target recording area;
and the storage unit is used for storing the target report file to a preset storage position.
In a third aspect, the present invention provides a server, comprising: a memory and a processor; the memory stores a program suitable for the processor to execute, so as to implement the report file processing method according to any one of the first aspect of the present invention.
Based on the technical scheme, the report file processing method provided by the invention is characterized in that after a to-be-processed scheduling work log and a target report file corresponding to the scheduling work log are obtained, a target recording area corresponding to the scheduling work log is determined in the target report file, then, log contents corresponding to log keywords are respectively added to the target recording area, and finally, the target report file is stored to a preset storage position, so that the processing of the target report file is completed. The report file processing method provided by the invention can realize automatic processing of the report file, and compared with the manual processing mode of the dispatching personnel in the prior art, the report file processing method can reduce the workload of the dispatching personnel and improve the report file processing efficiency so as to meet the daily work requirement.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart of a report file processing method according to an embodiment of the present invention;
fig. 2 is a block diagram of a report file processing apparatus according to an embodiment of the present invention;
fig. 3 is a block diagram of another report file processing apparatus according to an embodiment of the present invention;
fig. 4 is a block diagram of a server according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The report file processing method provided by the invention is applied to electronic equipment, the electronic equipment can be electronic equipment with data processing capability such as a notebook computer, a PC (personal computer), a palm computer, a smart phone and the like, and certainly, under certain conditions, the electronic equipment can also be realized by a server on a network side.
Referring to fig. 1, fig. 1 is a flowchart of a report file processing method according to an embodiment of the present invention, and as shown in fig. 1, the flow of the report file processing method according to the embodiment may include:
s100, obtaining a scheduling work log to be processed and a target report file corresponding to the scheduling work log.
Optionally, in order to facilitate extraction of log contents in subsequent steps, the scheduling working log according to the embodiment of the present invention is provided with a uniform log recording format, and when a scheduler enters a related log content according to daily working contents, the scheduling working log needs to be filled according to a preset format requirement. Specifically, the scheduling working log is provided with preset log keywords, such as a station name, maintenance equipment, power failure time, power transmission time, and the like, and of course, the log keywords may also be arranged in a certain order, and the scheduling staff fills the log content corresponding to the log keywords in the area corresponding to the log keywords, so that the log keywords in the scheduling working log and the log content corresponding to the log keywords are in a one-to-one correspondence relationship, and after determining the log keywords, the log content corresponding to the log keywords can be directly determined.
Optionally, in consideration of the fact that the dispatching work logs are still manually recorded on the paper documents by the dispatching personnel in many scenes in practical application, in this case, pictures of the paper dispatching work logs can be shot, the log contents in the pictures are further identified by using a character identification technology, and then the dispatching work logs which can be used in the method are obtained. Of course, the method for identifying the log content can be implemented based on the prior art, and the present invention is not limited to this.
Furthermore, in combination with the situation that may occur in actual work, it is possible that the contents of the to-be-processed scheduling work log can be completely filled in the corresponding report file after multiple processes, that is, for the to-be-processed scheduling work log, the to-be-processed scheduling work log may already correspond to the created report file, so that in the process of obtaining the target report file corresponding to the scheduling work log, it may be first determined whether the created report file corresponding to the scheduling work log exists, and if the created report file corresponding to the scheduling work log does exist, the created report file is used as the target report file, and the target report file is continuously perfected; on the contrary, if there is no created report file corresponding to the scheduling work log, a blank report file needs to be created, and the blank report file is used as the target report file. As for the specific process of creating the blank report file, the process can be implemented based on the related technology, and the present invention is not particularly limited thereto.
Optionally, if the created report files corresponding to the scheduling work log include a plurality of created report files, the log date of the scheduling work log is further obtained, then the creation date in each created report file is consistent with the obtained log date, and the created report file with the creation time closest to the current time is used as the target report file, that is, the created report file created on the same day as the scheduling work log and closest to the current time is used as the target report file in the created report files. Of course, if there is no created report file with the same date as the schedule work log in each created report file, the created report file with the creation time closest to the current time in each created report file may be used as the target report file.
And S110, determining a target recording area corresponding to the scheduling work log in the target report file.
In practical application, the scheduling work logs mainly include two types, one is planning work, and the scheduling work logs mainly record daily power work, such as power failure time, power transmission time and the like, which are made by a power scheduling department; the other is accident abnormity, the scheduling working log of the type mainly records the time when the power system fails in the operation process, the reason of the failure, failure processing measures and the like, and in order to improve the readability of the report file, the log contents of the two types of scheduling working logs need to be recorded in different areas in the report file.
Optionally, if the scheduled work log of the scheduled work type and the scheduled work log of the accident abnormal type are stored independently, a corresponding selection button may be set for the operation and maintenance worker, and the operation and maintenance worker selects the scheduled work log of the corresponding type according to the actual work requirement.
Optionally, in order to further reduce the operation content of the operation and maintenance personnel, the confirmation of the scheduling work log type can also be automatically implemented. Specifically, corresponding type identifiers are set for a scheduling work log of a plan work type and a scheduling work log of an accident abnormal type in advance, and after the scheduling work log is obtained, the type identifier representing the type of the scheduling work log is extracted. In practical application, the type identifier may be a specific character string or a specific image, and of course, any type identifier capable of uniquely characterizing the type to which the scheduling work log belongs is optional, and is within the protection scope of the present invention without departing from the scope of the core idea of the present invention.
After the type identifier of the scheduling working log is obtained, according to the preset corresponding relation between the type identifier and the preset recording area of the report file, the recording area corresponding to the type identifier of the scheduling working log is determined in the target report file, namely the target recording area is determined.
And S120, adding the log content corresponding to each log keyword to the target recording area respectively.
As described above, the scheduling working log records log keywords and log contents corresponding to the log keywords, after a target recording area capable of recording the log contents of the scheduling working log to be processed is determined, the log keywords and the log contents corresponding to the log keywords in the scheduling working log are extracted, and then the log keywords are respectively used as the target log keywords, and the log contents corresponding to the target log keywords are added to the target recording area one by one.
Specifically, in the process of adding the log content to the target recording area, the preset report keywords in the target recording area are firstly identified, the preset report keywords in the preset report keywords, which are consistent with the target log keyword in content, are used as the target report keywords, and finally the log content corresponding to the target log keywords is added to the area corresponding to the target report keywords in the target recording area, so that the log content is input, and all the log contents can be input by traversing all the log keywords.
Optionally, in the process of respectively using each log keyword as a target log keyword, in order to improve efficiency and avoid omission, each log keyword may be respectively used as the target log keyword according to the sequence of each log keyword recorded in the scheduling working log.
Optionally, if the preset correspondence does not include the type identifier of the scheduling working log, in such a case, the scheduling staff is required to participate in the log content entry process, that is, the log content input by the scheduling staff is acquired, the log content input by the scheduling staff is added to the target report file, and which area is specifically recorded in the target report file can be determined according to the clicking operation of the scheduling staff.
Optionally, in a specific implementation process of obtaining the log content input by the dispatcher, in order to improve the entry efficiency, the voice information of the dispatcher may be obtained, the obtained voice information is further analyzed, and the log content input by the dispatcher is determined according to an analysis result. As for the specific implementation of the speech parsing process, the implementation may be based on the prior art, and the present invention is not limited thereto.
And S130, storing the target report file to a preset storage position.
And after the recording of all log contents in the scheduling working log is finished, presetting the storage value of the target report file in a storage position, and finishing the processing of the report file.
In summary, the report file processing method provided by the invention can realize automatic processing of the report file, and compared with the manual processing mode of the dispatching personnel in the prior art, the method can reduce the workload of the dispatching personnel and improve the processing efficiency of the report file, thereby meeting the daily work requirement.
The following introduces a report file processing apparatus provided in the embodiment of the present invention, and the report file processing apparatus described below may be regarded as a functional module architecture that needs to be set in a central device to implement the report file processing method provided in the embodiment of the present invention; the following description may be cross-referenced with the above.
Fig. 2 is a block diagram of a report file processing apparatus according to an embodiment of the present invention, and referring to fig. 2, the apparatus may include:
the first acquiring unit 10 is configured to acquire a scheduling work log to be processed and a target report file corresponding to the scheduling work log;
the scheduling work log comprises at least one log keyword recorded according to a preset format requirement and log content corresponding to each log keyword;
a determining unit 20, configured to determine a target recording area corresponding to the scheduling work log in the target report file;
a first recording unit 30, configured to add log content corresponding to each log keyword to a target recording area;
and the storage unit 40 is used for storing the target report file to a preset storage position.
Optionally, the first obtaining unit 10 is configured to obtain a target report file corresponding to the scheduling work log, and includes:
judging whether a created report file corresponding to the scheduling work log exists or not;
if the created report file corresponding to the scheduling work log exists, taking the created report file as a target report file;
and if the created report file corresponding to the scheduling work log does not exist, creating a blank report file, and taking the blank report file as a target report file.
Optionally, the first obtaining unit 10 is configured to, if a plurality of created report files corresponding to the scheduling work log are included, use the created report files as target report files, and include:
acquiring the log date of a scheduling work log;
and the created report file with the creation date being consistent with the log date and the creation time being closest to the current time is used as a target report file.
Optionally, the determining unit 20 is configured to determine, in the target report file, a target record area corresponding to the scheduling work log, and includes:
extracting type identification representing the type of the scheduling work log;
and determining a target recording area corresponding to the type identifier of the scheduling working log in the target report file according to the preset corresponding relation between the type identifier and the preset recording area of the report file.
Optionally, the first recording unit 30 is configured to add the log content corresponding to each log keyword to the target recording area, and includes:
extracting all log keywords in a scheduling working log and log contents corresponding to the log keywords;
respectively taking each log keyword as a target log keyword;
and adding the log content corresponding to the target log keyword to the target recording area.
Optionally, the first recording unit 30 is configured to add the log content corresponding to the target log keyword to the target recording area, and includes:
recognizing preset report keywords in a target recording area;
taking preset report keywords with the content consistent with the target log keywords in the preset report keywords as target report keywords;
and adding the log content corresponding to the target log keywords to the area corresponding to the target report keywords in the target recording area.
Optionally, referring to fig. 3, fig. 3 is a block diagram of another report file processing apparatus according to an embodiment of the present invention, and on the basis of the embodiment shown in fig. 2, the apparatus further includes:
a second obtaining unit 50, configured to obtain log content input by a dispatcher;
and the second recording unit 60 is used for adding the log content input by the scheduling personnel into the target report file.
Optionally, the second obtaining unit 50 is configured to obtain log content input by a dispatcher, and includes:
acquiring voice information of a dispatcher;
and analyzing the voice information, and determining the log content input by the scheduling personnel according to the analysis result.
Optionally, referring to fig. 4, fig. 4 is a block diagram of a server according to an embodiment of the present invention, and as shown in fig. 4, the server may include: at least one processor 1000, at least one communication interface 2000, at least one memory 3000, and at least one communication bus 4000;
in the embodiment of the present invention, the number of the processor 1000, the communication interface 2000, the memory 3000, and the communication bus 4000 is at least one, and the processor 1000, the communication interface 2000, and the memory 3000 complete mutual communication through the communication bus 4000; it will be appreciated that the communication connections shown by processor 1000, communication interface 2000, memory 3000, and communication bus 4000 shown in FIG. 4 are merely optional;
alternatively, the communication interface 2000 may be an interface of a communication module;
the processor 1000 may be a central processing unit CPU or an application Specific Integrated circuit asic or one or more Integrated circuits configured to implement embodiments of the present invention.
The memory 3000 stores application programs, may include a high-speed RAM memory, and may further include a non-volatile memory (non-volatile memory), such as at least one disk memory.
The processor 1000 is specifically configured to execute an application program in the memory to implement any embodiment of the report file processing method described above.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
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 components and steps have been described above generally in terms of their functionality in order to clearly illustrate this 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 implementation. 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 steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
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 (10)

1. A report file processing method is characterized by comprising the following steps:
acquiring a scheduling work log to be processed and a target report file corresponding to the scheduling work log;
the scheduling work log comprises at least one log keyword recorded according to a preset format requirement and log content corresponding to each log keyword;
determining a target recording area corresponding to the scheduling work log in the target report file;
adding the log content corresponding to each log keyword to the target recording area respectively;
and storing the target report file to a preset storage position.
2. The report file processing method according to claim 1, wherein obtaining the target report file corresponding to the scheduling work log comprises:
judging whether a created report file corresponding to the scheduling work log exists or not;
if the created report file corresponding to the scheduling work log exists, taking the created report file as a target report file;
and if the created report file corresponding to the scheduling working log does not exist, creating a blank report file, and taking the blank report file as a target report file.
3. The report file processing method according to claim 2, wherein if there are a plurality of created report files corresponding to the scheduling work log, said using the created report file as a target report file comprises:
acquiring the log date of the scheduling work log;
and the created report file with the creation date consistent with the log date and the creation time closest to the current time is used as a target report file.
4. A report file processing method according to claim 1, wherein said determining a target recording area corresponding to said scheduling work log in said target report file comprises:
extracting a type identifier representing the type of the scheduling work log;
and determining a target recording area corresponding to the type identifier of the scheduling working log in the target report file according to a preset corresponding relation between the type identifier and a preset recording area of the report file.
5. A report file processing method according to claim 1, wherein said adding the log content corresponding to each of the log keywords to the target recording area respectively comprises:
extracting each log keyword in the scheduling work log and log content corresponding to each log keyword;
respectively taking each log keyword as a target log keyword;
and adding the log content corresponding to the target log keyword to the target recording area.
6. A report file processing method according to claim 5, wherein said adding the log content corresponding to the target log keyword to the target recording area comprises:
recognizing preset report keywords in the target recording area;
taking a preset report keyword which is consistent with the target log keyword in the preset report keywords as a target report keyword;
and adding the log content corresponding to the target log keywords to the area corresponding to the target report keywords in the target recording area.
7. The report file processing method according to claim 4, wherein if the preset correspondence does not include the type identifier of the scheduling work log, the method further comprises:
acquiring log contents input by a dispatcher;
and adding the log content input by the scheduling personnel into the target report file.
8. The report file processing method according to claim 7, wherein the obtaining of the log contents input by the dispatcher comprises:
acquiring voice information of a dispatcher;
and analyzing the voice information, and determining the log content input by the scheduling personnel according to the analysis result.
9. A report file processing apparatus, comprising:
the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for acquiring a to-be-processed scheduling work log and a target report file corresponding to the scheduling work log;
the scheduling work log comprises at least one log keyword recorded according to a preset format requirement and log content corresponding to each log keyword;
the determining unit is used for determining a target recording area corresponding to the scheduling work log in the target report file;
the first recording unit is used for respectively adding the log content corresponding to each log keyword to the target recording area;
and the storage unit is used for storing the target report file to a preset storage position.
10. A server, comprising: a memory and a processor; the memory stores a program suitable for the processor to execute so as to realize the report file processing method of any one of claims 1 to 8.
CN202210054224.5A 2022-01-18 2022-01-18 Report file processing method, device and system Pending CN114416795A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210054224.5A CN114416795A (en) 2022-01-18 2022-01-18 Report file processing method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210054224.5A CN114416795A (en) 2022-01-18 2022-01-18 Report file processing method, device and system

Publications (1)

Publication Number Publication Date
CN114416795A true CN114416795A (en) 2022-04-29

Family

ID=81274366

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210054224.5A Pending CN114416795A (en) 2022-01-18 2022-01-18 Report file processing method, device and system

Country Status (1)

Country Link
CN (1) CN114416795A (en)

Similar Documents

Publication Publication Date Title
US20060224440A1 (en) Systems and methods for determining process cycle efficiency in production environments
CN102411540B (en) Automatic management system of workflow-based common software testing process
CN111105150A (en) Project risk analysis system
CN110135595A (en) The method and system of the equipment information operation of task based access control template
CN108255659B (en) Application program performance monitoring method and system
CN107203464A (en) The localization method and device of traffic issues
CN107944999A (en) A kind of automatic execution method and device of audit expenses project
CN110442582B (en) Scene detection method, device, equipment and medium
CN114416795A (en) Report file processing method, device and system
CN111966339A (en) Method and device for recording buried point parameters, computer equipment and storage medium
CN110780980A (en) Method for quickly restoring images of disks or operating systems from different sources
CN115714004A (en) Information filing management system for medical images
CN115511368A (en) Method, device, equipment, medium and power grid management platform for generating operation ticket of electric system
CN112766254B (en) Automatic test method and device for inputting credential information
CN115204841A (en) Workflow generation method and device, electronic equipment and storage medium
CN113992806A (en) Intelligent voice RPA robot outbound method and device
CN112633919A (en) Method and system for realizing intelligent customer service
CN113129469A (en) Inspection monitoring method and system and computer readable storage medium
CN112800035A (en) GIS (geographic information System) -based power grid data communication sharing system
CN110941586A (en) Engineering design data management method and system
CN110909915B (en) Method and device for predicting work plan
CN109344600B (en) Distributed system and data processing method based on same
CN114298680A (en) Method, device and equipment for checking scheduling operation of safety master station and storage medium
CN114897425A (en) Emergency data processing method and device and server
Archanjo et al. APPLICATION OF PROCESS MINING IN PROJECT MANAGEMENT CONTEXT: AN EXPLORATORY CASE STUDY IN SOFTWARE DEVELOPMENT PROJECTS

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