CN112328275A - Data updating method and device for nuclear power plant, terminal equipment and storage medium - Google Patents

Data updating method and device for nuclear power plant, terminal equipment and storage medium Download PDF

Info

Publication number
CN112328275A
CN112328275A CN202011079308.1A CN202011079308A CN112328275A CN 112328275 A CN112328275 A CN 112328275A CN 202011079308 A CN202011079308 A CN 202011079308A CN 112328275 A CN112328275 A CN 112328275A
Authority
CN
China
Prior art keywords
program
target parameter
target
parameters
index database
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
CN202011079308.1A
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.)
China General Nuclear Power Corp
CGN Power Co Ltd
Daya Bay Nuclear Power Operations and Management Co Ltd
Lingdong Nuclear Power Co Ltd
Guangdong Nuclear Power Joint Venture Co Ltd
Lingao Nuclear Power Co Ltd
Original Assignee
China General Nuclear Power Corp
CGN Power Co Ltd
Daya Bay Nuclear Power Operations and Management Co Ltd
Lingdong Nuclear Power Co Ltd
Guangdong Nuclear Power Joint Venture Co Ltd
Lingao Nuclear 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 China General Nuclear Power Corp, CGN Power Co Ltd, Daya Bay Nuclear Power Operations and Management Co Ltd, Lingdong Nuclear Power Co Ltd, Guangdong Nuclear Power Joint Venture Co Ltd, Lingao Nuclear Power Co Ltd filed Critical China General Nuclear Power Corp
Priority to CN202011079308.1A priority Critical patent/CN112328275A/en
Publication of CN112328275A publication Critical patent/CN112328275A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • 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/22Indexing; Data structures therefor; Storage structures
    • 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/23Updating
    • 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

Abstract

The application belongs to the technical field of equipment management of nuclear power plants and provides a data updating method and device for a nuclear power plant, terminal equipment and a storage medium. The data updating method comprises the following steps: if the target parameter in the first program is detected to be modified, searching a second program with the target parameter through a pre-constructed index database; updating the target parameter in the second program to a modified value. According to the method, the index database is constructed in advance, the second program with the target parameters can be found after the target parameters are detected to be changed, all the target parameters in the second program are updated to the modified values in batch, the same data parameters in a plurality of different application programs can be updated in batch, and therefore the efficiency of updating the data parameters in the application programs is improved.

Description

Data updating method and device for nuclear power plant, terminal equipment and storage medium
Technical Field
The application belongs to the technical field of equipment management of nuclear power plants, and particularly relates to a data updating method and device for a nuclear power plant, terminal equipment and a storage medium.
Background
Currently, the same data parameter may be involved in a plurality of different applications, and when the data parameter is changed, the plurality of different applications are generally required to be updated respectively. For example, a key management program and other execution programs of a nuclear power plant both relate to a data parameter, i.e., a key number, and once the key number in the management program is changed, the key number needs to be updated for each of the plurality of execution programs, which is cumbersome and inefficient.
Disclosure of Invention
In view of this, embodiments of the present application provide a data updating method and apparatus for a nuclear power plant, a terminal device, and a storage medium, which can update the same data parameter in multiple different applications in a batch manner, so as to improve the efficiency of updating the data parameter in the applications.
In a first aspect, an embodiment of the present application provides a data updating method for a nuclear power plant, including:
if the target parameter in the first program is detected to be modified, searching a second program with the target parameter through a pre-constructed index database;
updating the target parameter in the second program to a modified value.
According to the method and the device, the index database is constructed in advance, whether the target parameters in the first program are modified or not is detected, after the target parameters are modified, the index database is used for finding the second program related to the target parameters, and the target parameters in the second program are updated to the modified values in batches, so that batch updating of the same data parameters in a plurality of different application programs is achieved, and the efficiency of updating the data parameters is improved.
Further, the index database is constructed by:
acquiring preset parameters of the first program, wherein the preset parameters comprise the target parameters;
searching the preset parameters from source programs of all designated programs by using a preset regular expression by taking the preset parameters as search keywords;
and constructing and obtaining the index database according to the corresponding relation between the designated program of the preset parameters and the preset parameters found in the source program.
The target parameter is one of all preset parameters that the first program has, and the designated program is a program corresponding to the preset parameters of the first program, wherein the second program is one or more programs corresponding to the target parameter of the first program. Therefore, the index database can be constructed according to the corresponding relation between the preset parameters and the designated program containing the preset parameters. Specifically, the preset parameters may be used as search keywords, then the preset parameters are searched from the source programs of all the designated programs by using a preset regular expression, and finally the index database is obtained according to the corresponding relationship between the designated programs and the preset parameters in the search result.
Further, the searching the second program with the target parameter through the pre-constructed index database includes:
taking the value of the target parameter before modification as a search key word, and searching a designated program corresponding to the value before modification from the index database;
and determining the searched specified program as a second program with the target parameters.
After the target parameter in the first program is modified, other programs related to the target parameter need to be determined, specifically, a value before the target parameter is modified is used as a search keyword, a specified program containing the search keyword is searched from the index database, and the specified program in the search result is a second program of the target parameter.
Further, before searching the second program with the target parameter through the pre-constructed index database, the method further includes:
updating the target parameter of the first program recorded in the index database to the modified value.
To ensure that the value of the target parameter in the first program is synchronized with the value recorded in the database, the value of the target parameter of the first program in the index database may be updated prior to the second program being looked up.
Further, updating the target parameter in the second program to the modified value includes:
outputting modification confirmation information of the target parameters;
and after a confirmation instruction replied aiming at the modification confirmation information is received, updating the target parameter in the source program of the second program to the modified value.
Since the target parameter may be modified due to improper operation, before the target parameter in the second program is updated, modification confirmation information for the target parameter may be output, and only after a confirmation instruction replied to the modification confirmation information is received, all the target parameters in the second program are updated to the modified value.
Further, after updating the target parameter in the second program to the modified value, the method further includes:
updating the target parameter of the second program recorded in the index database to the modified value.
In order to improve the accuracy of the next data parameter update, the preset parameters in the index database need to be consistent with the preset parameters in the first program and the designated program, so that after the target parameters in the second program are updated, the related records in the index database can be updated.
Further, after updating the target parameter in the second program to the modified value, the method further includes:
and generating a parameter modification report according to the update of the target parameter.
And after the target parameters in the second program are updated, generating a parameter modification report according to the corresponding updating operation, automatically storing the parameter modification report, conveniently inquiring when abnormality occurs, and conveniently managing.
In a second aspect, an embodiment of the present application provides a data updating apparatus for a nuclear power plant, including:
the program searching module is used for searching a second program with the target parameters through a pre-constructed index database if the target parameters in the first program are detected to be modified;
a parameter updating module, configured to update the target parameter in the second program to the modified value.
In a third aspect, an embodiment of the present application provides a terminal device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the processor implements the data updating method for a nuclear power plant as set forth in the first aspect of the embodiment of the present application.
In a fourth aspect, the present application provides a computer-readable storage medium storing a computer program, which when executed by a processor implements the data updating method for a nuclear power plant as set forth in the first aspect of the embodiments of the present application.
Compared with the prior art, the embodiment of the application has the advantages that: target parameters in a plurality of programs can be updated to target values in batches, updating operation of data parameters is simplified, and updating efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
FIG. 1 is a flow chart of a data update method for a nuclear power plant provided by an embodiment of the present application;
FIG. 2 is a flowchart of a data updating method for a nuclear power plant according to an embodiment of the present disclosure in a practical application scenario;
FIG. 3 is a block diagram of a data update apparatus for a nuclear power plant provided in an embodiment of the present application;
fig. 4 is a schematic diagram of a terminal device according to an embodiment of the present application.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular device structures, techniques, etc. in order to provide a thorough understanding of the embodiments of the present application. It will be apparent, however, to one skilled in the art that the present application may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known devices, circuits, and methods are omitted so as not to obscure the description of the present application with unnecessary detail.
The terminology used in the following examples is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in the specification of this application and the appended claims, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, such as "one or more", unless the context clearly indicates otherwise. It should also be understood that in the embodiments of the present application, "one or more" means one, two, or more than two; "and/or" describes the association relationship of the associated objects, indicating that three relationships may exist; for example, a and/or B, may represent: a alone, both A and B, and B alone, where A, B may be singular or plural. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship.
The data updating method for the nuclear power plant provided by the embodiment of the application can be applied to a mobile phone, a tablet personal computer, a medical device, a wearable device, a vehicle-mounted device, an Augmented Reality (AR)/Virtual Reality (VR) device, a notebook computer, an ultra-mobile personal computer (UMPC), a netbook, a Personal Digital Assistant (PDA) and other terminal devices or servers, and the embodiment of the application does not limit the specific types of the terminal devices and the servers.
The plurality of associated programs generally relate to the same data parameters, and when the data parameters in a certain program are changed, if the data parameters in other associated programs are not updated in time, a series of troubles are brought. Taking the key number of the nuclear power plant as an example, the key number is not only one parameter in the key management system, but also relates to a plurality of execution programs, and as the key management system is not communicated with the plurality of execution programs, once the key number in the key management system needs to be adjusted, the execution programs cannot be updated in time, and the old key number is still recorded, the situation of borrowing the wrong key or finding the corresponding key is easy to occur, so that the key borrowing efficiency is low, and the potential malfunction and even the occurrence of safety accidents are caused. If the modification is carried out one by only manpower, the time and the labor are wasted, and the omission is easy to occur. In order to solve the problem, the application provides a data updating method for a nuclear power plant, which can update the same parameter in a plurality of programs in batch.
Referring to fig. 1, fig. 1 is a flow chart illustrating a data updating method for a nuclear power plant according to the present application, including:
101. if the target parameter in the first program is detected to be modified, searching a second program with the target parameter through a pre-constructed index database;
firstly, whether the target parameter in the first program is modified is detected, and after the target parameter is modified, the second program which needs to update the target parameter can be found out through a pre-constructed index database. When a certain preset parameter in the main program is modified, the corresponding preset parameter in the subprogram should be modified synchronously, wherein the modified preset parameter is a target parameter, that is, the preset parameter includes the target parameter. For the convenience of understanding, the key number is taken as an example, wherein the key management program is a first program, the plurality of execution programs related to the key number are taken as second programs, and assuming that the data parameter with the key number a/01/01 in the key management program is modified, the key number a/01/01 is a target parameter, at this time, the execution program related to the key number a/01/01 can be found through the pre-constructed index database, so as to facilitate the subsequent batch update of the key number of the execution program.
In order to find the second program related to the target parameter, an index database needs to be constructed first, and in one embodiment, the index database is constructed by:
acquiring preset parameters of the first program, wherein the preset parameters comprise the target parameters;
searching the preset parameters from source programs of all designated programs by using a preset regular expression by taking the preset parameters as search keywords;
and constructing and obtaining the index database according to the corresponding relation between the designated program of the preset parameters and the preset parameters found in the source program.
The preset parameters in the first program are data parameters that may be modified, such as key numbers in a key management program, and an index database can be constructed only according to the correspondence between the preset parameters and the designated program related to the preset parameters, so that the second program with the target parameters can be found through the index database. Specifically, the index database may be constructed by first obtaining preset parameters of the first program, then setting the search keyword as the preset parameters, and searching for the preset parameters in the source program of the designated program by using a predefined regular expression. The regular expression is a logic formula for operating on character strings, namely, a 'regular character string' is formed by using a plurality of specific characters which are defined in advance and the combination of the specific characters, the 'regular character string' is used for expressing a filtering logic for the character strings, and the regular expression is a powerful tool which can be used for character pattern matching and replacement.
After the search is completed, an index database can be constructed according to the corresponding relation between the found designated program and the preset parameters. Specifically, the index database may use a preset parameter as a primary key, use a designated program containing the preset parameter as a secondary key, and the secondary key may further include other information such as a location of the preset parameter and an effect in the designated program. For convenience of understanding, for example, referring to table 1 below, it is assumed that the key number a/01/01 is used as the primary key, and the key number a/01/01 is also included in the source program of the execution program that is used as the secondary key, and in order to improve the efficiency of updating the subsequent key number, other information such as the position and role of the key number a/01/01 in each designated program is also recorded in the secondary key.
TABLE 1
Figure BDA0002718129900000041
After the index database is constructed, the second program related to the target parameter can be found through the index database. In one embodiment, the searching the second program with the target parameter through the pre-constructed index database includes:
taking the value of the target parameter before modification as a search key word, and searching a designated program corresponding to the value before modification from the index database;
and determining the searched specified program as a second program with the target parameters.
To determine the second program related to the target parameter, the value of the target parameter before being modified may be used as a search key, and then the designated program including the value before being modified is searched through the index database, and the designated program in the search result may be determined as the second program having the target parameter.
Preferably, in order to ensure that the value of the target parameter of the first program and the record in the index database are consistent, in one embodiment, the target parameter of the first program recorded in the index database may be updated to the modified value before the second program having the target parameter is searched by the pre-constructed index database. For example, if the key number A/01/01 in the key management program is modified to B/01/01, the key number A/01/01 of the key management program recorded in the index database may be updated to B/01/01 before the second program is searched.
102. Updating the target parameter in the second program to a modified value.
After the second program is determined, the target parameters in the second program can be updated in batch, so that the operation of updating the data parameters can be simplified, and the updating efficiency of the data parameters is improved.
Since modification of a target parameter may be caused by an operation error, in one embodiment, the updating the target parameter in the second program to the modified value includes:
outputting modification confirmation information of the target parameters;
and after a confirmation instruction replied aiming at the modification confirmation information is received, updating the target parameter in the source program of the second program to the modified value.
In order to avoid abnormal modification of the target parameter due to misoperation or other reasons, modification confirmation information of the target parameter can be output before the target parameter of the second program is updated, and the confirmation information can comprise values before and after the target parameter is modified, so that an operator can visually distinguish whether a confirmation instruction needs to be sent out or not. When the confirmation is correct, a confirmation instruction for modifying the confirmation information can be started, and after the system receives the confirmation instruction, the target parameter in the source program of the second program is updated, namely the target parameter is updated to a modified value.
In addition, since the modified target parameter may be modified next time, in order to ensure the accuracy of the subsequent target parameter update, in an embodiment, after the target parameter in the second program is updated to the modified value, the method further includes:
updating the target parameter of the second program recorded in the index database to the modified value.
By synchronously updating the related records in the index database, the accuracy of subsequent target parameter updating can be improved. For example, assume that the preset parameter is C, D, E, where D is modified to D1According to the above method, the method can be applied to the inclusion D1Is updated, the target parameter in the database is still D, if the next update is D1Is updated to D2Then the corresponding second program cannot be found by indexing the database for updating. However, if the target parameter in the source program of the second program is updated by the above method, the target parameter in the index data is updated subsequently, and the target parameter in the source program of the second program can be updated accurately.
Although modification validation may be performed before the target parameter of the second program is updated, there may still be situations where the program is abnormal due to the modification. To solve this problem, in one embodiment, after updating the target parameter in the second program to the modified value, the method further includes:
and generating a parameter modification report according to the update of the target parameter.
The parameter modification report mainly comprises comparison records before and after modification of the target parameter in the source program of the second program, modification time and modification summary, wherein the modification summary can be a presentation mode of the table 1, and the modification position and the effect of the modified target parameter in the program can be visually seen. The report forms are modified through the parameters, so that the reason of the abnormity can be quickly determined, and further program maintenance is facilitated.
According to the method, the index database is constructed in advance, the second program with the target parameters can be found after the target parameters are detected to be changed, all the target parameters in the second program are updated to the target values in batches, batch updating of the target parameters in the programs can be simplified, and updating efficiency of the target parameters is improved.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present application.
For ease of understanding, the data updating method for a nuclear power plant proposed in the present application is described below in a practical application scenario.
A flowchart of a data updating method for a nuclear power plant in an actual application scenario is shown in fig. 2. In the context of figure 2 of the drawings,
firstly, key numbers in a key management program are used as search keywords, an executive program containing corresponding key numbers is searched by using a set regular expression, and an index database is constructed according to the corresponding relation between each key number and the executive program containing the key number.
Then, detecting whether the key number in the key management program is modified in real time, and when a certain key is modified, for example, the number A/01/01 is modified to be B/01/01, the key number A/01/01 in the key management program in the index database is updated to be B/01/01; the key number a/01/01 is the target key number, and the target executive program including the key number can be found in the index database by using the key number a/01/01, and the target executive program is the second program. When the target executive program is found out, the modification confirmation information of whether the number A/01/01 is modified to be B/01/01 is output, and only after the confirmation instruction aiming at the modification confirmation information is received, the key number A/01/01 in the target executive program is modified to be B/01/01. When the modification of the target parameters in the target execution program is completed, a corresponding key number modification report is generated so as to facilitate tracing when an abnormal condition occurs.
Finally, the key number A/01/01 in the source program of the corresponding target executive in the database is updated to B/01/01.
The method changes the management mode of the current nuclear power station key related program, and establishes the relationship between the two original mutually independent programs through an index database. When the key number in the key management program needs to be modified, the related position in the subprogram can be searched and positioned through the established index database, and a modification instruction is triggered to complete modification, so that the unified updating operation of the data parameters in each subprogram is simplified, and the updating efficiency of the data parameters is improved. For example, it is assumed that a certain code in a key management program changes, 10 corresponding execution programs need to be modified, and in the existing scheme, one execution program needs to be manually used to search for modification. In addition, after the key number in the subprogram is updated, a key number modification report can be formed aiming at the updating operation, so that the inquiry when the program is abnormal is facilitated, and the management efficiency can be improved.
Fig. 3 shows a block diagram of a data updating apparatus for a nuclear power plant according to an embodiment of the present application, and only a part related to the embodiment of the present application is shown for convenience of explanation.
Referring to fig. 3, the apparatus includes:
a program searching module 301, configured to search, if it is detected that a target parameter in a first program is modified, a second program having the target parameter through a pre-constructed index database;
a parameter updating module 302, configured to update the target parameter in the second program to the modified value.
Further, the apparatus further comprises:
a preset parameter obtaining module, configured to obtain a preset parameter of the first program, where the preset parameter includes the target parameter;
the preset parameter searching module is used for searching the preset parameters from the source programs of all the specified programs by adopting a preset regular expression by taking the preset parameters as search keywords;
and the index database construction module is used for constructing and obtaining the index database according to the corresponding relation between the appointed program of the preset parameters and the preset parameters found in the source program.
Further, the program searching module 301 may include:
the specified query searching unit is used for searching a specified program corresponding to the value before modification from the index database by taking the value before modification of the target parameter as a search key;
and the second program determining unit is used for determining the searched specified program as the second program with the target parameters.
Further, the apparatus may further include:
a database updating module, configured to update the target parameter of the first program recorded in the index database to the modified value before searching for a second program with the target parameter through a pre-constructed index database.
Further, the parameter updating module 302 may include:
a confirmation information output unit for outputting modification confirmation information of the target parameter;
and the target parameter updating unit is used for updating the target parameter in the source program of the second program to the modified value after receiving the confirmation instruction replied aiming at the modification confirmation information.
Further, the database updating module may be further configured to update the target parameter of the second program recorded in the index database to the modified value after the target parameter of the second program is updated to the modified value.
Further, the apparatus may further include:
and the report generation module is used for generating a parameter modification report according to the update of the target parameter after the target parameter in the second program is updated to the modified value.
The embodiment of the application also provides a terminal device, which comprises a memory, a processor and a computer program stored in the memory and capable of running on the processor, wherein the processor executes the computer program to realize the steps of the data updating method for the nuclear power plant.
Embodiments of the present application also provide a computer-readable storage medium storing a computer program which, when executed by a processor, implements the steps of the respective data updating method for a nuclear power plant as set forth herein.
Embodiments of the present application further provide a computer program product, which, when running on a terminal device, causes the terminal device to execute the steps of the data updating method for a nuclear power plant as set forth in the present application.
Fig. 4 is a schematic structural diagram of a terminal device according to an embodiment of the present application. As shown in fig. 4, the terminal device 4 of this embodiment includes: at least one processor 40 (only one shown in fig. 4), a memory 41, and a computer program 42 stored in the memory 41 and executable on the at least one processor 40, the processor 40 implementing the steps in any of the above-described browser-driven configuration method embodiments when executing the computer program 42.
The terminal device 4 may be a desktop computer, a notebook, a palm computer, a cloud server and other computing devices, and a smart watch, a smart bracelet and other wearable devices. The terminal device may include, but is not limited to, a processor 40, a memory 41. Those skilled in the art will appreciate that fig. 4 is merely an example of the terminal device 4, and does not constitute a limitation of the terminal device 4, and may include more or less components than those shown, or combine some components, or different components, such as an input-output device, a network access device, and the like.
The Processor 40 may be a Central Processing Unit (CPU), and the Processor 40 may be other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 41 may in some embodiments be an internal storage unit of the terminal device 4, such as a hard disk or a memory of the terminal device 4. In other embodiments, the memory 41 may also be an external storage device of the terminal device 4, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), or the like provided on the terminal device 4. Further, the memory 41 may also include both an internal storage unit and an external storage device of the terminal device 4. The memory 41 is used for storing operating means, applications, bootloaders (bootloaders), data and other programs, such as program code of the computer program. The memory 41 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the above-mentioned apparatus may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. 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 application.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described device embodiments are merely illustrative, and for example, the division of the modules or units is only one logical functional division, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or may be integrated into another device, 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, all or part of the processes in the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium and can implement the steps of the embodiments of the methods described above when the computer program is executed by a processor. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer readable medium may include at least: any entity or apparatus capable of carrying computer program code to a terminal device, recording medium, computer Memory, Read-Only Memory (ROM), Random-Access Memory (RAM), electrical carrier wave signals, telecommunications signals, and software distribution medium. Such as a usb-disk, a removable hard disk, a magnetic or optical disk, etc. In certain jurisdictions, computer-readable media may not be an electrical carrier signal or a telecommunications signal in accordance with legislative and patent practice.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may still be equivalently updated; such modifications and updates do not cause the corresponding technical solutions to depart from the spirit and scope of the technical solutions of the embodiments of the present application, and are intended to be included within the scope of the present application.

Claims (10)

1. A data update method for a nuclear power plant, comprising:
if the target parameter in the first program is detected to be modified, searching a second program with the target parameter through a pre-constructed index database;
updating the target parameter in the second program to the modified value.
2. The data updating method of claim 1, wherein the index database is constructed by:
acquiring preset parameters of the first program, wherein the preset parameters comprise the target parameters;
searching the preset parameters from source programs of all designated programs by using a preset regular expression by taking the preset parameters as search keywords;
and constructing and obtaining the index database according to the corresponding relation between the designated program of the preset parameters and the preset parameters found in the source program.
3. The data updating method of claim 2, wherein the searching the second program having the target parameter through the pre-constructed index database comprises:
taking the value of the target parameter before modification as a search key word, and searching a designated program corresponding to the value before modification from the index database;
and determining the searched specified program as a second program with the target parameters.
4. The data updating method of claim 1, prior to searching for the second program having the target parameter through a pre-built index database, further comprising:
updating the target parameter of the first program recorded in the index database to the modified value.
5. The data updating method of claim 1, wherein updating the target parameter in the second program to the modified value comprises:
outputting modification confirmation information of the target parameters;
and after a confirmation instruction replied aiming at the modification confirmation information is received, updating the target parameter in the source program of the second program to the modified value.
6. The data updating method of claim 1, further comprising, after updating the target parameter in the second program to the modified value:
updating the target parameter of the second program recorded in the index database to the modified value.
7. The data updating method according to any one of claims 1 to 6, further comprising, after updating the target parameter in the second program to the modified value:
and generating a parameter modification report according to the update of the target parameter.
8. A data update apparatus for a nuclear power plant, comprising:
the program searching module is used for searching a second program with the target parameters through a pre-constructed index database if the target parameters in the first program are detected to be modified;
a parameter updating module, configured to update the target parameter in the second program to the modified value.
9. A terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the data updating method for a nuclear power plant according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out a data updating method for a nuclear power plant according to any one of claims 1 to 7.
CN202011079308.1A 2020-10-10 2020-10-10 Data updating method and device for nuclear power plant, terminal equipment and storage medium Pending CN112328275A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011079308.1A CN112328275A (en) 2020-10-10 2020-10-10 Data updating method and device for nuclear power plant, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011079308.1A CN112328275A (en) 2020-10-10 2020-10-10 Data updating method and device for nuclear power plant, terminal equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112328275A true CN112328275A (en) 2021-02-05

Family

ID=74314665

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011079308.1A Pending CN112328275A (en) 2020-10-10 2020-10-10 Data updating method and device for nuclear power plant, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112328275A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113094417A (en) * 2021-03-10 2021-07-09 广东核电合营有限公司 Evaluation method and device for nuclear power plant, terminal equipment and readable storage medium
CN115826430A (en) * 2022-09-22 2023-03-21 宁德时代新能源科技股份有限公司 Method, device and storage medium for modifying kinematic pair parameters
CN116048562A (en) * 2022-05-30 2023-05-02 荣耀终端有限公司 Data updating method, electronic equipment and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101751473A (en) * 2009-12-31 2010-06-23 中兴通讯股份有限公司 The searching of a kind of amendment record item, renewal and method for synchronous and data sync equipment
CN103761251A (en) * 2013-12-26 2014-04-30 无锡冠云信息科技有限公司 Storing and finding method for large-data-volume client information
US20140379727A1 (en) * 2012-03-27 2014-12-25 Fujitsu Limited Database management method and information processing apparatus
CN104809201A (en) * 2015-04-24 2015-07-29 联动优势科技有限公司 Database synchronization method and device
CN106790131A (en) * 2016-12-27 2017-05-31 中国建设银行股份有限公司 A kind of parameter modification method, device and distributed platform
CN109325037A (en) * 2018-08-17 2019-02-12 中国平安人寿保险股份有限公司 A kind of method of data synchronization, storage medium and server for mass data
CN109660399A (en) * 2018-12-24 2019-04-19 苏州思必驰信息科技有限公司 A kind of method and system of remote debugging

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101751473A (en) * 2009-12-31 2010-06-23 中兴通讯股份有限公司 The searching of a kind of amendment record item, renewal and method for synchronous and data sync equipment
US20140379727A1 (en) * 2012-03-27 2014-12-25 Fujitsu Limited Database management method and information processing apparatus
CN103761251A (en) * 2013-12-26 2014-04-30 无锡冠云信息科技有限公司 Storing and finding method for large-data-volume client information
CN104809201A (en) * 2015-04-24 2015-07-29 联动优势科技有限公司 Database synchronization method and device
CN106790131A (en) * 2016-12-27 2017-05-31 中国建设银行股份有限公司 A kind of parameter modification method, device and distributed platform
CN109325037A (en) * 2018-08-17 2019-02-12 中国平安人寿保险股份有限公司 A kind of method of data synchronization, storage medium and server for mass data
CN109660399A (en) * 2018-12-24 2019-04-19 苏州思必驰信息科技有限公司 A kind of method and system of remote debugging

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113094417A (en) * 2021-03-10 2021-07-09 广东核电合营有限公司 Evaluation method and device for nuclear power plant, terminal equipment and readable storage medium
CN116048562A (en) * 2022-05-30 2023-05-02 荣耀终端有限公司 Data updating method, electronic equipment and storage medium
CN116048562B (en) * 2022-05-30 2023-10-27 荣耀终端有限公司 Data updating method, electronic equipment and storage medium
CN115826430A (en) * 2022-09-22 2023-03-21 宁德时代新能源科技股份有限公司 Method, device and storage medium for modifying kinematic pair parameters

Similar Documents

Publication Publication Date Title
CN112328275A (en) Data updating method and device for nuclear power plant, terminal equipment and storage medium
CN108268253B (en) Interface code generation method and terminal equipment
CN108733713B (en) Data query method and device in data warehouse
CN108900353B (en) Fault warning method and terminal equipment
WO2017107853A1 (en) Data monitoring management method, and data monitoring method and system
CN110908997A (en) Data blood margin construction method and device, server and readable storage medium
CN109241068B (en) Method and device for comparing foreground and background data and terminal equipment
CN108255909B (en) Data table backup method and server based on Oracle database
CN109491857B (en) Data monitoring method and system based on rule engine and terminal equipment
CN104657387B (en) A kind of data query method and device
CN109740129B (en) Report generation method, device and equipment based on blockchain and readable storage medium
CN111966747A (en) Data synchronization method, system, terminal device and storage medium
CN109240893B (en) Application running state query method and terminal equipment
CN114328566A (en) Relationship graph updating method, device, medium, equipment and generating method
CN110059967B (en) Data processing method and device applied to city aid decision analysis
CN109377391B (en) Information tracking method, storage medium and server
CN109299613B (en) Database partition authority setting method and terminal equipment
CN113065323B (en) Method, device and equipment for importing contract template data and storage medium
CN114745452A (en) Equipment management method and device and electronic equipment
CN111309559B (en) Alarm linkage method and device and terminal equipment
CN109828983B (en) PG database processing method, device, electronic equipment and storage medium
CN111782678A (en) Data storage method and device
CN113256301B (en) Data shielding method, device, server and medium
CN113254627B (en) Data reading method, device and terminal
CN113094861B (en) Data storage method, device, equipment and storage medium

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