CN112883728B - Nuclear power test-based test procedure information display method and device - Google Patents

Nuclear power test-based test procedure information display method and device Download PDF

Info

Publication number
CN112883728B
CN112883728B CN202110228869.1A CN202110228869A CN112883728B CN 112883728 B CN112883728 B CN 112883728B CN 202110228869 A CN202110228869 A CN 202110228869A CN 112883728 B CN112883728 B CN 112883728B
Authority
CN
China
Prior art keywords
test
information
procedure
logic
identifier
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
CN202110228869.1A
Other languages
Chinese (zh)
Other versions
CN112883728A (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.)
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 CN202110228869.1A priority Critical patent/CN112883728B/en
Publication of CN112883728A publication Critical patent/CN112883728A/en
Application granted granted Critical
Publication of CN112883728B publication Critical patent/CN112883728B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/34Browsing; Visualisation therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Databases & Information Systems (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Testing And Monitoring For Control Systems (AREA)

Abstract

The application relates to a test procedure information display method and device based on a nuclear power test, belonging to the technical field of nuclear power informatization construction. The method comprises the following steps: in the execution process of a nuclear power test, acquiring a process identifier of a current test process to be executed, and determining process description information corresponding to the process identifier; converting the procedure description information into logic conditions and test prompt information; acquiring current test conditions according to the test prompt information; identifying whether the current test condition meets the logic condition; acquiring test procedure information of the current test procedure to be executed when the current test condition meets the logic condition; and displaying the test procedure information on a procedure execution interface. The method can improve the display efficiency of the test procedure information so as to improve the test efficiency.

Description

Nuclear power test-based test procedure information display method and device
Technical Field
The application relates to the technical field of nuclear power informatization construction, in particular to a method and a device for displaying test procedure information based on a nuclear power test, computer equipment and a storage medium.
Background
A nuclear power plant generates electricity by thermal energy generated in a nuclear reactor by nuclear fuel. Due to the particularities of a nuclear power plant, the most basic safety of the nuclear power plant needs to be ensured. The nuclear power test is a process of executing and recording results item by item according to test procedures in a standard work order by taking the standard work order automatically generated by a preventive maintenance plan as a carrier. The test procedure refers specifically to each executable step in a complete nuclear power test.
In the execution process of the nuclear power test, the conventional mode is to judge whether the current test condition meets the process description information, and when the current test condition meets the process description information, the test process information can be acquired and displayed. However, the test preconditions represented by the process description information are complicated, resulting in a lower display efficiency of the test process information and a lower test efficiency. Therefore, how to improve the display efficiency of the test procedure information to improve the test efficiency is a technical problem to be solved at present.
Disclosure of Invention
Accordingly, in order to solve the above-described problems, it is necessary to provide a method, an apparatus, a computer device, and a storage medium for displaying test procedure information by a nuclear power test, which can improve the efficiency of displaying the test procedure information.
A method for displaying test procedure information based on a nuclear power test, the method comprising:
in the execution process of a nuclear power test, acquiring a process identifier of a current test process to be executed, and determining process description information corresponding to the process identifier;
converting the procedure description information into logic conditions and test prompt information;
acquiring current test conditions according to the test prompt information;
identifying whether the current test condition meets the logic condition;
acquiring test procedure information of the current test procedure to be executed when the current test condition meets the logic condition;
and displaying the test procedure information on a procedure execution interface.
In one embodiment, the converting the process description information into logic conditions and test prompt information includes:
obtaining a keyword library;
extracting logical relation words from the process description information according to the keyword library;
and converting the process description information into logic conditions and test prompt information according to the logic relation words.
In one embodiment, the identifying whether the current trial condition satisfies the logic condition comprises:
Performing word segmentation processing on the current test conditions to obtain a plurality of conditional word segmentation;
part of speech tagging and semantic tagging are carried out on each conditional word to obtain a part of speech tagging result and a semantic tagging result;
matching the part-of-speech tagging result and the semantic tagging result with the logic condition;
and when the matching is successful, the current test condition meets the logic condition.
In one embodiment, the test procedure information includes a plurality of information categories, and the presenting the test procedure information on the procedure execution interface includes:
determining position information to be filled corresponding to test procedure information of each information category;
generating test procedure information input controls corresponding to the information categories;
and filling the test procedure information of each information category into a corresponding test procedure information input control, and displaying the test procedure information of the corresponding information category at the corresponding position of the procedure execution page according to the corresponding position information to be filled.
In one embodiment, the obtaining the process identifier of the current test process to be performed includes:
determining a test work order to be downloaded and a corresponding work order identifier according to an execution area of a nuclear power test;
When the test worksheet is forbidden to be downloaded, acquiring a test operator identifier and an authorized operator identifier which are associated with the test worksheet;
generating an authorization request according to the work order identifier, the test operator identifier and the authorizer identifier, and sending the authorization request to a server so that the server authorizes the test work order according to the authorization request;
downloading an authorized test work order, and determining a process identifier of a current test process to be executed based on the authorized test work order.
In one embodiment, the determining the process description information corresponding to the process identifier includes:
determining a test work order corresponding to the process identifier, wherein the test work order is obtained by dividing a standard work order;
when the procedure description information corresponding to the procedure identifier does not exist in the test worksheet, generating an information inquiry request according to the worksheet identifier of the test worksheet and the procedure identifier;
and sending the information inquiry request to a server so that the server determines a corresponding standard work order according to the work order identification, and inquiring corresponding procedure description information from the standard work order based on the procedure identification.
In one embodiment, after the presenting the test procedure information at the procedure execution interface, the method further comprises:
executing the current test procedure to be executed according to the test procedure information, and receiving the problem information of the current test procedure to be executed in the execution process of the current test procedure to be executed;
acquiring a procedure processing strategy corresponding to the current test procedure to be executed according to the problem information;
identifying a problem type of the problem information according to the procedure processing strategy;
determining a return test procedure corresponding to the current test procedure to be executed in the procedure processing strategy according to the problem type;
and re-executing the nuclear power test from the return test procedure when the return test procedure is not the first test procedure of the nuclear power test.
Test procedure information display device based on nuclear power test, the device includes:
the communication module is used for acquiring a process identifier of a current test process to be executed in the execution process of the nuclear power test and determining process description information corresponding to the process identifier;
the conversion module is used for converting the process description information into logic conditions and test prompt information;
The first acquisition module is used for acquiring current test conditions according to the test prompt information;
the identification module is used for identifying whether the current test condition meets the logic condition or not;
the second acquisition module is used for acquiring the test procedure information of the current test procedure to be executed when the current test condition meets the logic condition;
and the display module is used for displaying the test procedure information on a procedure execution interface.
A computer device comprising a memory storing a computer program executable on the processor and a processor implementing the steps of the method embodiments described above when the computer program is executed by the processor.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of the various method embodiments described above.
According to the method, the device, the computer equipment and the storage medium for displaying the test procedure information based on the nuclear power test, the procedure identification of the current test procedure to be executed is obtained in the execution process of the nuclear power test, and the procedure description information corresponding to the procedure identification is determined. And converting the process description information into logic conditions and test prompt information, so as to identify whether the current test conditions meet the logic conditions. Because the precondition of the operation of the test procedure in the procedure description information is complex, the procedure description information is converted into the logic condition, so that the procedure description information is expressed by simple logic relation words, and whether the current test condition meets the logic condition can be rapidly identified. And acquiring the test procedure information of the current test procedure to be executed only when the current test condition meets the logic condition, and displaying the test procedure information on a procedure execution interface. Therefore, the acquisition efficiency of the test procedure information is improved, the display efficiency of the test procedure information is improved, and the test efficiency is further improved. Meanwhile, the safety of test procedure information is improved.
Drawings
FIG. 1 is an application environment diagram of a test procedure information display method based on a nuclear power test in one embodiment;
FIG. 2 is a flow chart of a method for displaying test procedure information based on a nuclear power test in one embodiment;
FIG. 3 is a schematic diagram of a standard worksheet in one embodiment;
FIG. 4 is a flow chart of the steps for converting process description information into logic conditions and test prompting information in one embodiment;
FIG. 5 is a block diagram of a test procedure information display device based on a nuclear power test in one embodiment;
fig. 6 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
The test procedure information display method based on the nuclear power test can be applied to an application environment shown in fig. 1. Wherein the terminal 102 communicates with the server 104 via a network. The terminal 102 obtains a test work order issued by the server 104, where the test work order includes process identifiers of a plurality of test processes. The terminal 102 monitors selection operations of the test operator for the respective process identifications, and determines the process identifications of the test process to be currently performed according to the selection operations. The terminal 102 determines the process description information corresponding to the process identification. The terminal 102 converts the process description information into logic conditions and test prompt information. The terminal 102 thus obtains the current test conditions from the test prompt message. The terminal 102 identifies whether the current test condition satisfies the logic condition. When the current test condition satisfies the logic condition, the terminal 102 acquires the test procedure information of the current test procedure to be executed, and displays the test procedure information on the procedure execution interface. The terminal 102 may be, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices, among others. The server 104 may be implemented as a stand-alone server or as a server cluster of multiple servers.
In one embodiment, as shown in fig. 2, a method for displaying test procedure information based on a nuclear power test is provided, and the method is applied to the terminal in fig. 1 for illustration, and includes the following steps:
step 202, acquiring a process identifier of a current test process to be executed in the execution process of the nuclear power test, and determining process description information corresponding to the process identifier.
The nuclear power test may be a periodic test. The test procedure refers to each executable step in a nuclear power test. The process description information is used to indicate preconditions for the operation of the test process. For example, if the A device is running, the B device is off-line, and the C device is at a temperature greater than 50 degrees, the test procedure cannot be performed.
Because the nuclear power plant is a large nuclear power plant, the operation of the nuclear power plant depends on the mutual cooperation of a plurality of different nuclear power equipment, and the areas where the different nuclear power equipment are located can be different, in order to facilitate the test, the standard work orders can be divided into at least one test work order according to the execution area corresponding to the test procedure. A standard worksheet refers to a table that is generated, for example, by including a plurality of test procedures, after splitting each executable step in a particular one of the nuclear power tests. As shown in fig. 3, a schematic diagram of a standard work order in one embodiment.
Before performing the nuclear power test, the server generates a corresponding standard worksheet based on each operational step in the nuclear power test. The server determines the execution area of each test procedure in the standard work orders, and divides the test procedures according to the execution areas to obtain at least one test work order. The execution area of each test procedure in the test worksheet is the same. The server sets corresponding work order identifiers for the divided test work orders, and correspondingly stores the test work orders, the corresponding work order identifiers and the test identifiers of the nuclear power test. When a nuclear power test is required to be executed, the server acquires a test work order corresponding to the test identifier from a pre-stored test work order, and sends the test work order to a corresponding operation terminal.
The terminal is internally provided with a nuclear power test APP, test operators can download corresponding test worksheets from the server to the nuclear power test APP according to the execution area, and the nuclear power test APP can analyze the downloaded test worksheets, so that the procedure identifiers of all test procedures in the test worksheets are displayed in the local screen according to analysis results. The terminal monitors the selection operation of test operators on each process identifier, and determines the process identifier of the current test process to be executed according to the selection operation. After the process identification of the current test process to be executed is obtained, the terminal can inquire the corresponding test process in the test work order according to the process identification, and extract the process description information of the test process from the test process.
Step 204, converting the process description information into logic conditions and test prompt information.
The process description information is used to indicate preconditions for the operation of the test process. The test prompt information is used for prompting a test operator to input current test conditions. The terminal performs word segmentation processing on the process description information to obtain a plurality of process words, determines part-of-speech information and semantic information of each process word, and performs part-of-speech tagging and semantic tagging on each process word according to the part-of-speech information and the semantic information. For example, when the process description information is "when the temperature of the a nuclear power equipment is greater than 50 ℃, the a equipment is started", the process description information is input to a preset information extraction model, word segmentation processing is performed on the process description information by the information extraction model, part-of-speech tags and semantic tags of each process word are determined, then the part-of-speech of the word "greater than" is determined to be a verb according to the part-of-speech tags and the semantic tags of each process word, and the meaning of the semantic meaning is defined, and the part-of-speech of the word "50 ℃ is determined to be a noun. The information extraction model may be a BERT model. The terminal extracts logical relation words from the part-of-speech labeling result and the semantic labeling result, and converts the process description information into logical conditions and test prompt information according to the logical relation words.
And 206, acquiring current test conditions according to the test prompt information.
Step 208, it is identified whether the current test condition satisfies a logic condition.
When the current test procedure to be executed needs to be executed, the terminal can display the test prompt information on the current interface after converting the procedure description information into logic conditions and the test prompt information. And the test operator inputs the current test condition on the current interface according to the test prompt information. And the terminal matches the current test condition with the logic condition obtained by conversion, and when the matching is successful, the current test condition meets the logic condition. Because the logic conditions are obtained by performing operations such as word segmentation processing on the process description information, word segmentation processing is performed on the current test conditions before matching, and word segmentation matching is performed on the current test conditions and the logic conditions, so that matching accuracy is improved.
Step 210, acquiring test procedure information of a current test procedure to be executed when the current test condition meets the logic condition.
And 212, displaying the test procedure information on a procedure execution interface.
When the current test condition meets the logic condition, namely the current test condition meets the precondition of the operation of the current test procedure to be executed, the terminal can unlock the current test procedure to be executed, so that the test procedure information of the current test procedure to be executed is obtained. The test procedure information may include test procedure information of various information categories such as equipment information, execution areas, and the like of the associated nuclear power equipment to be tested. And the terminal displays the test procedure information of each information category at the corresponding position of the procedure execution interface. The terminal is internally provided with a nuclear power test APP, the nuclear power test APP comprises test requirements, and a test operator can execute a current test procedure to be executed according to the test requirements and test procedure information displayed on a procedure execution interface.
In this embodiment, in the execution process of the nuclear power test, a process identifier of a current test process to be executed is obtained, and process description information corresponding to the process identifier is determined. And converting the process description information into logic conditions and test prompt information, so as to identify whether the current test conditions meet the logic conditions. Because the precondition of the operation of the test procedure in the procedure description information is complex, the procedure description information is converted into the logic condition, so that the procedure description information is expressed by simple logic relation words, and whether the current test condition meets the logic condition can be rapidly identified. And acquiring the test procedure information of the current test procedure to be executed only when the current test condition meets the logic condition, and displaying the test procedure information on a procedure execution interface. Therefore, the acquisition efficiency of the test procedure information is improved, the display efficiency of the test procedure information is improved, and the test efficiency is further improved. Meanwhile, the safety of test procedure information is improved.
In one embodiment, as shown in FIG. 4, the step of converting the process description information into logic conditions and test prompts includes:
Step 402, obtaining a keyword library.
Step 404, extracting logical relation words from the process description information according to the keyword library.
Step 406, converting the procedure description information into logic conditions and test prompt information according to the logic relation words.
The keyword library refers to a word library set containing a plurality of logical relationship words. The method comprises the steps that a preset keyword set is embedded in a current test procedure to be executed in advance, and the terminal determines the position information of each preset keyword in the preset keyword set by determining the character sequence of each character in procedure description information and based on the character sequence.
After the terminal acquires the keyword library, the terminal can extract the logic relation words from the process description information based on the keyword library, and convert the extracted logic relation words displayed in a Chinese form into corresponding logic symbols according to the association relation between the preset logic relation words and the logic symbols. And then, connecting preset keywords in the procedure description information and parameter values corresponding to the preset keywords according to the logic symbols in the character sequence.
The logic symbol refers to a mathematical symbol in the logic expression, for example, the logic symbol may be ">", "<", etc., when the process description information is "the temperature of the a device is greater than 50 degrees celsius", the extracted logic keyword is "greater than", and is converted into the corresponding logic symbol ">". The preset keyword in the process information is "temperature". The terminal determines that the parameter value corresponding to the temperature is 50 ℃. The terminal connects the temperature and the 50 ℃ according to the logic symbol 'according to the character sequence', and the converted logic condition is that the temperature is more than 50 ℃. And the terminal generates corresponding test prompt information according to the logic conditions and the residual word in the procedure description information and the character sequence, namely the temperature state of the current A equipment is required to be input. And the terminal displays the test prompt information on the current interface. The test operator can input the current test conditions on the current interface according to the test prompt information.
In this embodiment, the logic Guan Jici is extracted from the process description information according to the keyword library, and the process description information is converted into the logic condition and the test prompt information according to the logic relationship word, so that the complex process description information can be converted into the logic condition connected by the simple logic relationship word, and whether the current test condition meets the precondition of the current test process to be executed, thereby improving the acquisition efficiency of the test process information.
In one embodiment, identifying whether the current test condition satisfies the logic condition comprises: word segmentation processing is carried out on the current test conditions to obtain a plurality of conditional word segmentation; part of speech tagging and semantic tagging are carried out on each conditional word to obtain a part of speech tagging result and a semantic tagging result; matching the part-of-speech tagging result and the semantic tagging result with logic conditions; when the matching is successful, the current test condition satisfies the logic condition.
The logic condition is obtained by connecting a preset keyword and a parameter value corresponding to the preset keyword through a logic relation word. Therefore, the current test conditions need to be subjected to word segmentation processing to obtain a plurality of process word segments. And determining part-of-speech information and semantic information of each process word, and marking the part-of-speech and the semantic of each process word according to the part-of-speech information and the semantic information. The terminal can match the logic keywords and the parameter values corresponding to the keywords in the current test conditions with the logic keywords and the parameter values in the logic conditions respectively according to the preset keyword part-of-speech tagging results in the logic conditions and the corresponding keywords in the semantic tagging results after the keywords which are successfully matched are obtained, and when the logic keywords and the parameter values are successfully matched, the current test conditions meet the logic conditions.
In this embodiment, the current test condition is subjected to word segmentation, part-of-speech tagging and semantic tagging, and then is matched with the logic condition according to the part-of-speech tagging result and the semantic tagging result, and the part-of-speech tagging result and the semantic tagging result are both in a word segmentation form and comprise part-of-speech tags and semantic tags, so that the matching accuracy of the current test condition and the logic condition can be further improved.
In one embodiment, the test procedure information includes test procedure information of a plurality of information categories, and presenting the test procedure information at the procedure execution interface includes: determining position information to be filled corresponding to test procedure information of each information category; generating test procedure information input controls corresponding to the information categories; and filling the test procedure information of each information category into a corresponding test procedure information input control, and displaying the test procedure information of the corresponding information category at the corresponding position of the procedure execution page according to the corresponding position information to be filled.
The test procedure information includes a variety of information categories. Such as a device information category, an execution area information category, etc. The filling positions of the test procedure information of different information categories of the same test procedure may be different. When test procedure information of a current test procedure to be executed is obtained, the nuclear power test APP judges information types of the test procedure information, determines to-be-filled position information corresponding to the test procedure information of each information type according to the information types, and generates test procedure information input controls corresponding to each information type. The test procedure information input control may be a test procedure information input box. And the terminal can respectively fill the received test procedure information into the corresponding test procedure information input frame according to the information category according to the position information to be filled, and display the test procedure information at the corresponding position of the procedure execution page.
In the embodiment, the test procedure information is displayed on the procedure execution page, so that test operators can quickly acquire the test procedure information and execute the current test procedure to be executed according to the test procedure information, and the test efficiency of the nuclear power test is improved.
In one embodiment, obtaining the process identification of the current test process to be performed includes: determining a test work order to be downloaded and a corresponding work order identifier according to an execution area of a nuclear power test; when the test worksheet is forbidden to be downloaded, acquiring a test operator identifier and an authorized person identifier which are associated with the test worksheet; generating an authorization request according to the work order identifier, the test operator identifier and the authorizer identifier, and sending the authorization request to the server so that the server authorizes the test work order according to the authorization request; downloading the authorized test worksheet, and determining the process identification of the current test process to be executed based on the authorized test worksheet.
In order to avoid repeated downloading of the test worksheet in the server, thereby causing repeated execution of the same test procedure, a download identifier may be embedded in the test worksheet to identify the download status of the test worksheet. After determining that the current test work order is downloaded by the terminal, the server can set the download identifier of the test work order to be prohibited from downloading so as to avoid that other terminals download the same test work order again. More specifically, a test operator determines a work order identifier of a test work order to be downloaded according to an execution area where the nuclear power equipment to be tested is located, and pulls a corresponding test work order from a server according to the work order identifier. And the server judges whether the download identifier of the test work order corresponding to the work order identifier is forbidden to download, if so, the server returns a download failure prompt.
When receiving the prompt message of the failure in downloading, the test operator can trigger the authorization control in the nuclear power test APP. When receiving triggering operation of the authorization control by the test operator, the terminal acquires preset authorization page data and displays the authorization page in the nuclear power test APP according to the authorization page data, so that the test operator can input a work order identifier of the test work order to be downloaded, an identity identifier of the test operator and an identity identifier of the authorization operator in the authorization page, and then the test operator identifier and the authorization operator identifier which are related to the test work order can be input in the authorization page. The identity mark refers to information capable of uniquely identifying a user. The authorized personnel are management personnel of the nuclear power test and have the right of giving the test operator the download of the corresponding test worksheet.
The terminal further generates an authorization request according to the work order identifier, the test operator identifier and the authorization person identifier, and sends the authorization request to the server. The server analyzes the received authorization request to obtain an authorized person identifier, and inquires a communication identifier corresponding to the authorized person according to the authorized person identifier. And then, issuing the authorization request to an authorization terminal corresponding to the communication identifier. And the authorization terminal monitors the confirmation operation of the authorized personnel corresponding to the authorized personnel identifier according to the monitoring request, and generates an authorization instruction according to the corresponding work order identifier when the authorized personnel confirm that the test operator downloads the test work order corresponding to the work order identifier, and returns the authorization instruction to the server. And the server modifies the download identifier of the corresponding test worksheet into a permissible download according to the worksheet identifier in the authorization instruction. At this time, the terminal can acquire the test work order with the modified download identifier, so as to determine the process identifier of the current test process to be executed according to the authorized test work order.
In this embodiment, by setting the status identifier, the probability of repeated downloading of the test worksheet can be effectively reduced. By generating the authorization request, the downloading requirement of the authorized test worksheet can be opened, and the user experience is greatly improved. Meanwhile, the nuclear power test efficiency is improved.
In one embodiment, determining process description information corresponding to a process identification includes: determining a test work order corresponding to the process identification, wherein the test work order is obtained by dividing a standard work order; when the procedure description information corresponding to the procedure identifier does not exist in the test worksheet, generating an information inquiry request according to the worksheet identifier and the procedure identifier of the test worksheet; and sending the information inquiry request to the server so that the server determines a corresponding standard work order according to the work order identification, and inquiring corresponding procedure description information from the standard work order based on the procedure identification.
When the test worksheet is generated according to the execution area, the server establishes an association relationship between the standard worksheet and the test worksheet. When the terminal fails to inquire the procedure description information related to the procedure identifier in the test work order, the terminal can generate an information inquiry request according to the work order identifier of the test work order and the procedure identifier of the current test procedure to be executed and send the information inquiry request to the server. The server determines the corresponding test worksheet according to the worksheet identification, and then determines the corresponding standard worksheet according to the association relationship between the test worksheet and the standard worksheet. And then, inquiring the procedure description information in the standard work order according to the procedure identifier, and returning the inquired procedure description information to the terminal.
In this embodiment, by generating an information query request and querying the process description information in the server based on the information query request, the probability that the process description information cannot be obtained due to loss of information caused by equipment failure in the process of generating or analyzing the test worksheet can be reduced.
In one embodiment, after presenting the test procedure information at the procedure execution interface, the method further comprises: executing the current test procedure to be executed according to the test procedure information, and receiving the problem information of the current test procedure to be executed in the execution process of the current test procedure to be executed; acquiring a procedure processing strategy corresponding to a current test procedure to be executed according to the problem information; identifying the problem type of the problem information according to the procedure processing strategy; determining a return test procedure corresponding to the current test procedure to be executed in a procedure processing strategy according to the type of the problem; and re-executing the nuclear power test from the return test procedure when the return test procedure is not the first test procedure of the nuclear power test.
The issue information may include a test execution status and a process test result. The test worksheets of the nuclear power test are preset with corresponding process treatment strategies of all test processes. The process treatment strategy may include a variety of problem types. For example, the problem type is that the process test results are out of range. And when the problem information is the process test result, the terminal judges whether the process test result meets the preset test result. When the process test result does not meet the preset test result, the process test result is indicated to have a problem, and the problem positioning needs to be performed on the current test process to be performed. The terminal further searches a procedure processing strategy corresponding to the current test procedure to be executed in the test worksheet corresponding to the nuclear power test.
The terminal can extract keywords from the problem information, and character matching is carried out on the extracted keywords and the problem types in the process treatment strategy. And when the character matching is unsuccessful, performing pinyin matching on the extracted keywords and the problem types in the procedure processing strategy. And selecting the question type with the highest pinyin matching probability as the question type of the question information.
The procedure processing strategy may be preset with a return test procedure corresponding to the type of the problem. The return test procedure is a test procedure that has been performed before the current test procedure to be performed. The terminal determines a return test procedure corresponding to the current test procedure to be executed in a procedure processing strategy according to the problem type, namely, the test procedure which needs to be returned in the nuclear power test, achieves quick positioning to the test procedure which causes the problem in the current test procedure to be executed according to the problem type, and re-executes the test procedure from the positioned test procedure.
The terminal also needs to identify whether the return test procedure is the first test procedure of the nuclear power test. The operation terminal can return to the procedure identification of the test procedure to be compared with the procedure identification of the first test procedure of the nuclear power test, and when the comparison is consistent, the return test procedure is the first test procedure. When the comparison is inconsistent, the return test procedure is not the first test procedure. The first test procedure is a test preparation procedure. When the return test procedure is not the first test procedure, it is indicated that the test worksheet has no problem. At this time, the terminal can return the nuclear power test to the return test procedure, so that the test operator can start to execute again from the return test procedure according to the test requirement in the nuclear power test APP. When the return test procedure is the first test procedure, it is indicated that the test worksheet has a problem and the test worksheet needs to be re-executed. At this time, the terminal returns to the test work order preparation link so that the test operator prepares the test work order again and executes the prepared test work order again.
In this embodiment, since the process processing policy is stored in advance, by identifying the problem type of the problem information in the process processing policy, automatic and accurate identification of the problem type of the problem information is realized. Therefore, the return test procedure can be determined according to the problem type, and when the return test procedure is not the first test procedure of the nuclear power test, the nuclear power test is re-executed from the return test procedure. Therefore, the problem of test operators in the test is avoided, the test procedure is continuously executed, and the accuracy of the nuclear power test is further effectively improved.
It should be understood that, although the steps in the flowcharts of fig. 2 and 4 are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps of fig. 2 and 4 may include multiple sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, nor do the order in which the sub-steps or stages are performed necessarily occur sequentially, but may be performed alternately or alternately with at least a portion of the sub-steps or stages of other steps or steps.
In one embodiment, as shown in fig. 5, there is provided a test procedure information display device based on a nuclear power test, including: a communication module 502, a conversion module 504, a first acquisition module 506, an identification module 508, a second acquisition module 510, and a presentation module 512, wherein:
the communication module 502 is configured to obtain a process identifier of a current test process to be performed during execution of the nuclear power test, and determine process description information corresponding to the process identifier.
The conversion module 504 is configured to convert the process description information into logic conditions and test prompt information.
The first obtaining module 506 is configured to obtain the current test condition according to the test prompt information.
And the identifying module 508 is used for identifying whether the current test condition meets the logic condition.
The second obtaining module 510 is configured to obtain test procedure information of a current test procedure to be performed when the current test condition meets the logic condition.
And the display module 512 is configured to display the test procedure information on the procedure execution interface.
In one embodiment, the conversion module 504 is further configured to obtain a keyword library; extracting logical relation words from the process description information according to the keyword library; and converting the process description information into logic conditions and test prompt information according to the logic relation words.
In one embodiment, the recognition module 508 is further configured to perform word segmentation on the current test condition to obtain a plurality of conditional word segments; part of speech tagging and semantic tagging are carried out on each conditional word to obtain a part of speech tagging result and a semantic tagging result; matching the part-of-speech tagging result and the semantic tagging result with logic conditions; when the matching is successful, the current test condition satisfies the logic condition.
In one embodiment, the display module 512 is further configured to determine position information to be filled corresponding to the test procedure information of each information category; generating test procedure information input controls corresponding to the information categories; and filling the test procedure information of each information category into a corresponding test procedure information input control, and displaying the test procedure information of the corresponding information category at the corresponding position of the procedure execution page according to the corresponding position information to be filled.
In one embodiment, the communication module 502 is further configured to determine, according to an execution area of the nuclear power test, a test worksheet and a corresponding worksheet identifier that need to be downloaded; when the test worksheet is forbidden to be downloaded, acquiring a test operator identifier and an authorized person identifier which are associated with the test worksheet; generating an authorization request according to the work order identifier, the test operator identifier and the authorizer identifier, and sending the authorization request to the server so that the server authorizes the test work order according to the authorization request; downloading the authorized test worksheet, and determining the process identification of the current test process to be executed based on the authorized test worksheet.
In one embodiment, the communication module 502 is further configured to determine a test worksheet corresponding to the process identifier, where the test worksheet is obtained by dividing a standard worksheet; when the procedure description information corresponding to the procedure identifier does not exist in the test worksheet, generating an information inquiry request according to the worksheet identifier and the procedure identifier of the test worksheet; and sending the information inquiry request to the server so that the server determines a corresponding standard work order according to the work order identification, and inquiring corresponding procedure description information from the standard work order based on the procedure identification.
In one embodiment, the apparatus further comprises: the problem solving module is used for executing the current test procedure to be executed according to the test procedure information, and receiving the problem information of the current test procedure to be executed in the execution process of the current test procedure to be executed; acquiring a procedure processing strategy corresponding to a current test procedure to be executed according to the problem information; identifying the problem type of the problem information according to the procedure processing strategy; determining a return test procedure corresponding to the current test procedure to be executed in a procedure processing strategy according to the type of the problem; and re-executing the nuclear power test from the return test procedure when the return test procedure is not the first test procedure of the nuclear power test.
The specific limitation of the test procedure information display device based on the nuclear power test can be referred to above, and the description of the limitation of the test procedure information display method based on the nuclear power test is omitted here. All or part of each module in the test procedure information display device based on the nuclear power test can be realized by software, hardware and a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a computer device is provided, which may be a terminal, and the internal structure of which may be as shown in fig. 6. The computer device includes a processor, a memory, a communication interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The communication interface of the computer device is used for carrying out wired or wireless communication with an external terminal, and the wireless mode can be realized through WIFI, an operator network, NFC (near field communication) or other technologies. The computer program, when executed by the processor, implements a method for displaying test procedure information based on a nuclear power test. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, can also be keys, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by those skilled in the art that the structure shown in fig. 6 is merely a block diagram of some of the structures associated with the present application and is not limiting of the computer device to which the present application may be applied, and that a particular computer device may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided comprising a memory storing a computer program and a processor implementing the steps of the various embodiments described above when the computer program is executed.
In one embodiment, a computer readable storage medium is provided, on which a computer program is stored which, when executed by a processor, implements the steps of the various embodiments described above.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the various embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples merely represent a few embodiments of the present application, which are described in more detail and are not to be construed as limiting the scope of the invention. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application is to be determined by the claims appended hereto.

Claims (10)

1. The method for displaying the test procedure information based on the nuclear power test is characterized by comprising the following steps of:
in the execution process of a nuclear power test, acquiring a process identifier of a current test process to be executed, and determining process description information corresponding to the process identifier;
converting the procedure description information into logic conditions and test prompt information;
acquiring current test conditions according to the test prompt information;
Identifying whether the current test condition meets the logic condition includes: performing word segmentation processing on the current test conditions to obtain a plurality of conditional word segmentation; part of speech tagging and semantic tagging are carried out on each conditional word to obtain a part of speech tagging result and a semantic tagging result; matching preset keywords in the logic conditions with the part-of-speech labeling results and the segmentation words in the semantic labeling results to obtain successfully matched keywords, respectively matching the logic keywords and the parameter values corresponding to the keywords in the current test conditions with the logic keywords and the parameter values in the logic conditions, and when the logic keywords and the parameter values are successfully matched, enabling the current test conditions to meet the logic conditions;
acquiring test procedure information of the current test procedure to be executed when the current test condition meets the logic condition;
and displaying the test procedure information on a procedure execution interface.
2. The method of claim 1, wherein converting the process description information into logic conditions and test cues comprises:
obtaining a keyword library;
Extracting logical relation words from the process description information according to the keyword library;
and converting the process description information into logic conditions and test prompt information according to the logic relation words.
3. The method of claim 1, wherein the trial process information includes a plurality of categories of information, and wherein presenting the trial process information at a process execution interface includes:
determining position information to be filled corresponding to test procedure information of each information category;
generating test procedure information input controls corresponding to the information categories;
and filling the test procedure information of each information category into a corresponding test procedure information input control, and displaying the test procedure information of the corresponding information category at the corresponding position of the procedure execution page according to the corresponding position information to be filled.
4. The method of claim 1, wherein the obtaining a process identifier of a currently-to-be-performed test process comprises:
determining a test work order to be downloaded and a corresponding work order identifier according to an execution area of a nuclear power test;
when the test worksheet is forbidden to be downloaded, acquiring a test operator identifier and an authorized operator identifier which are associated with the test worksheet;
Generating an authorization request according to the work order identifier, the test operator identifier and the authorizer identifier, and sending the authorization request to a server so that the server authorizes the test work order according to the authorization request;
downloading an authorized test work order, and determining a process identifier of a current test process to be executed based on the authorized test work order.
5. The method of claim 1, wherein the determining process description information corresponding to the process identification comprises:
determining a test work order corresponding to the process identifier, wherein the test work order is obtained by dividing a standard work order;
when the procedure description information corresponding to the procedure identifier does not exist in the test worksheet, generating an information inquiry request according to the worksheet identifier of the test worksheet and the procedure identifier;
and sending the information inquiry request to a server so that the server determines a corresponding standard work order according to the work order identification, and inquiring corresponding procedure description information from the standard work order based on the procedure identification.
6. The method of claim 1, wherein after said presenting said test procedure information at a procedure execution interface, said method further comprises:
Executing the current test procedure to be executed according to the test procedure information, and receiving the problem information of the current test procedure to be executed in the execution process of the current test procedure to be executed;
acquiring a procedure processing strategy corresponding to the current test procedure to be executed according to the problem information;
identifying a problem type of the problem information according to the procedure processing strategy;
determining a return test procedure corresponding to the current test procedure to be executed in the procedure processing strategy according to the problem type;
and re-executing the nuclear power test from the return test procedure when the return test procedure is not the first test procedure of the nuclear power test.
7. Experimental process information display device based on nuclear power test, its characterized in that, the device includes:
the communication module is used for acquiring a process identifier of a current test process to be executed in the execution process of the nuclear power test and determining process description information corresponding to the process identifier;
the conversion module is used for converting the process description information into logic conditions and test prompt information;
the first acquisition module is used for acquiring current test conditions according to the test prompt information;
The identifying module is used for identifying whether the current test condition meets the logic condition or not, and comprises the following steps: performing word segmentation processing on the current test conditions to obtain a plurality of conditional word segmentation; part of speech tagging and semantic tagging are carried out on each conditional word to obtain a part of speech tagging result and a semantic tagging result; matching preset keywords in the logic conditions with the part-of-speech labeling results and the segmentation words in the semantic labeling results to obtain successfully matched keywords, respectively matching the logic keywords and the parameter values corresponding to the keywords in the current test conditions with the logic keywords and the parameter values in the logic conditions, and when the logic keywords and the parameter values are successfully matched, enabling the current test conditions to meet the logic conditions;
the second acquisition module is used for acquiring the test procedure information of the current test procedure to be executed when the current test condition meets the logic condition;
and the display module is used for displaying the test procedure information on a procedure execution interface.
8. The apparatus of claim 7, wherein the conversion module is further configured to obtain a keyword library; extracting logical relation words from the process description information according to the keyword library; and converting the process description information into logic conditions and test prompt information according to the logic relation words.
9. A computer device comprising a memory and a processor, the memory storing a computer program executable on the processor, characterized in that the processor implements the steps of the method of any one of claims 1 to 6 when the computer program is executed.
10. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method according to any one of claims 1 to 6.
CN202110228869.1A 2021-03-02 2021-03-02 Nuclear power test-based test procedure information display method and device Active CN112883728B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110228869.1A CN112883728B (en) 2021-03-02 2021-03-02 Nuclear power test-based test procedure information display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110228869.1A CN112883728B (en) 2021-03-02 2021-03-02 Nuclear power test-based test procedure information display method and device

Publications (2)

Publication Number Publication Date
CN112883728A CN112883728A (en) 2021-06-01
CN112883728B true CN112883728B (en) 2024-04-09

Family

ID=76055128

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110228869.1A Active CN112883728B (en) 2021-03-02 2021-03-02 Nuclear power test-based test procedure information display method and device

Country Status (1)

Country Link
CN (1) CN112883728B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115587805B (en) * 2022-12-13 2023-08-04 中国电子产品可靠性与环境试验研究所((工业和信息化部电子第五研究所)(中国赛宝实验室)) Laboratory environment test project determining method and device and environment comprehensive test evaluation method and device

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001043214A (en) * 1999-07-30 2001-02-16 Ryobi Ltd Automatic tabulating method
CN101826181A (en) * 2010-04-19 2010-09-08 华为技术有限公司 Method and device for generating procedure standardization guide book
JP2017064831A (en) * 2015-09-29 2017-04-06 日立Geニュークリア・エナジー株式会社 Remote work support system and remote work support method
CN109522234A (en) * 2018-11-22 2019-03-26 郑州云海信息技术有限公司 Show method, system and the automated testing method of test case implementation progress
CN110458413A (en) * 2019-07-16 2019-11-15 北京朗道新科智能科技有限公司 A kind of working procedure management method, system, storage medium and electric terminal
CN110826318A (en) * 2019-10-14 2020-02-21 浙江数链科技有限公司 Method, device, computer device and storage medium for logistics information identification
CN111353693A (en) * 2020-02-21 2020-06-30 南京理工大学 Work order dispatching, processing and analyzing system and method thereof
CN111400353A (en) * 2020-03-19 2020-07-10 中国建设银行股份有限公司 Rule calculation method, device, equipment and storage medium
CN111428263A (en) * 2020-03-10 2020-07-17 岭东核电有限公司 Work order processing method and device, computer equipment and storage medium
CN111429088A (en) * 2020-03-10 2020-07-17 岭东核电有限公司 Process test result sending method and device, computer equipment and storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001043214A (en) * 1999-07-30 2001-02-16 Ryobi Ltd Automatic tabulating method
CN101826181A (en) * 2010-04-19 2010-09-08 华为技术有限公司 Method and device for generating procedure standardization guide book
JP2017064831A (en) * 2015-09-29 2017-04-06 日立Geニュークリア・エナジー株式会社 Remote work support system and remote work support method
CN109522234A (en) * 2018-11-22 2019-03-26 郑州云海信息技术有限公司 Show method, system and the automated testing method of test case implementation progress
CN110458413A (en) * 2019-07-16 2019-11-15 北京朗道新科智能科技有限公司 A kind of working procedure management method, system, storage medium and electric terminal
CN110826318A (en) * 2019-10-14 2020-02-21 浙江数链科技有限公司 Method, device, computer device and storage medium for logistics information identification
CN111353693A (en) * 2020-02-21 2020-06-30 南京理工大学 Work order dispatching, processing and analyzing system and method thereof
CN111428263A (en) * 2020-03-10 2020-07-17 岭东核电有限公司 Work order processing method and device, computer equipment and storage medium
CN111429088A (en) * 2020-03-10 2020-07-17 岭东核电有限公司 Process test result sending method and device, computer equipment and storage medium
CN111400353A (en) * 2020-03-19 2020-07-10 中国建设银行股份有限公司 Rule calculation method, device, equipment and storage medium

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
Research and design of distributed fault diagnosis system in nuclear power plant;Liu Yong-kuo ET AL;Progress in Nuclear Energy;第68卷;97-110 *
基于Bi-LSTM和TFIDF的工单事件提取;范华;翁利国;周艳;姜川;孙涛;;电脑知识与技术(04);297-299 *
基于自然语言处理的DCS自动化测试方法;刘培邦等;科技传播;第10卷(第9期);124-126 *
核电厂定期试验管理软件开发;杨铭;科技视界(第21期);291+265 *
核电厂调试试验信息化与结构化方法研究;袁长江;戴永锋;;中国核电(02);89-92 *
核电大修信息管理系统的设计及其实现;林甲章;;科技视界(07);294-296 *
逻辑控制图表在动车组调试方法中的应用;王垚;沈华波;邴晨阳;居法云;;铁道机车车辆(05);119-121 *

Also Published As

Publication number Publication date
CN112883728A (en) 2021-06-01

Similar Documents

Publication Publication Date Title
CN108364371B (en) Device management method, device, system, computer device and storage medium
CN109474578B (en) Message checking method, device, computer equipment and storage medium
CN112559354A (en) Front-end code specification detection method and device, computer equipment and storage medium
CN110888709A (en) Intelligent operation method and device of monitoring screen, computer equipment and storage medium
CN111475324A (en) Log information analysis method and device, computer equipment and storage medium
CN113157315A (en) Method, device, equipment and medium for identifying difference information of different versions of software
CN108512664A (en) Login method of attending a banquet, electronic device and storage medium based on Application on Voiceprint Recognition
CN112883728B (en) Nuclear power test-based test procedure information display method and device
CN112507729A (en) Method and device for translating text in page, computer equipment and storage medium
CN112835808A (en) Interface testing method and device, computer equipment and storage medium
CN111324375A (en) Code management method and device, computer equipment and storage medium
CN112215015A (en) Translation text revision method, translation text revision device, computer equipment and storage medium
CN117251228A (en) Function management method, device, computer equipment and storage medium
CN110442478A (en) Product failure processing method, device, computer equipment and storage medium
CN111176986A (en) Thread script debugging method and device, computer equipment and storage medium
CN112363929B (en) System online method and device, computer equipment and storage medium
CN112884440B (en) Test procedure execution method and device in nuclear power test and computer equipment
CN113572900A (en) Outbound test method, device, computer equipment and computer readable storage medium
CN110348984B (en) Automatic credit card data input method and related equipment under different transaction channels
CN113722225A (en) Page testing method and device, computer equipment and storage medium
CN111786991A (en) Block chain-based platform authentication login method and related device
CN111861787A (en) Substation operation ticket processing method and device, computer equipment and storage medium
CN113033728B (en) Test equipment determination method and device in nuclear power periodic test and computer equipment
CN112862456A (en) Nuclear power test execution method and device, computer equipment and storage medium
CN112767516B (en) Method and device for determining dot diagram of nuclear power test procedure and computer equipment

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