CN113835965A - Parameter track mark remaining method and device - Google Patents

Parameter track mark remaining method and device Download PDF

Info

Publication number
CN113835965A
CN113835965A CN202111134787.7A CN202111134787A CN113835965A CN 113835965 A CN113835965 A CN 113835965A CN 202111134787 A CN202111134787 A CN 202111134787A CN 113835965 A CN113835965 A CN 113835965A
Authority
CN
China
Prior art keywords
parameter
information
track
target
reading instruction
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.)
Granted
Application number
CN202111134787.7A
Other languages
Chinese (zh)
Other versions
CN113835965B (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.)
Zhongdian Jinxin Software Co Ltd
Original Assignee
Zhongdian Jinxin Software 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 Zhongdian Jinxin Software Co Ltd filed Critical Zhongdian Jinxin Software Co Ltd
Priority to CN202111134787.7A priority Critical patent/CN113835965B/en
Publication of CN113835965A publication Critical patent/CN113835965A/en
Application granted granted Critical
Publication of CN113835965B publication Critical patent/CN113835965B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24553Query execution of query operations
    • 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/248Presentation of query results
    • 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/26Visual data mining; Browsing structured data

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method and a device for marking a parameter track, which comprise the following steps: responding to the received parameter maintenance operation, and acquiring a target parameter corresponding to the parameter maintenance operation; recording basic information of a target parameter maintenance process in a parameter track list to obtain parameter track recording information of a target parameter; and generating snapshot information of the target parameter, and adding the snapshot information to the parameter track record information of the target parameter. According to the invention, the basic information and the snapshot information after each parameter maintenance are subjected to trace marking, so that the parameter full-life-cycle data can be conveniently traced based on the trace marking, and the parameter maintenance efficiency is improved.

Description

Parameter track mark remaining method and device
Technical Field
The present invention relates to the field of information processing technologies, and in particular, to a method and an apparatus for leaving trace on a parameter track.
Background
With the continuous development of the service system, in order to ensure the expandability and the real-time performance of the service system, it is often necessary to maintain relevant parameters in the service system, specifically, some parameters may be added, modified, and deleted.
However, in a workflow system, information is generally described in units of nodes, and each node represents a service function. When an abnormal condition occurs in a business process, the abnormal node is often obtained by tracing back information of the node, so that the information of each process node in one transaction is usually traced in a business system. In the information tracing process, only the abnormal node can be traced, and information with finer granularity cannot be obtained, for example, parameter information with an abnormal state cannot be obtained. Information marking can be realized only from the node level, and the whole life cycle from creation to deletion of parameters cannot be marked. Therefore, traceability of parameters cannot be realized, and the maintenance efficiency and modification accuracy of the parameters are greatly reduced.
Disclosure of Invention
In view of the above problems, the present invention provides a method and an apparatus for trace-leaving of parameter trace, which realizes traceability of parameter full life cycle.
In order to achieve the purpose, the invention provides the following technical scheme:
a method of parameter trajectory marking, comprising:
responding to the received parameter maintenance operation, and acquiring a target parameter corresponding to the parameter maintenance operation;
recording the basic information of the target parameter maintenance process in a parameter track list to obtain parameter track recording information of the target parameter;
and generating snapshot information of the target parameter, and adding the snapshot information to the parameter track record information of the target parameter.
Optionally, the method further comprises:
and marking the basic information and the snapshot information based on a structured processing mode, wherein the structured processing mode is a processing mode for converting the obtained basic information and the snapshot information into data with a structured storage form.
Optionally, the method further comprises:
acquiring a data reading instruction aiming at the parameter track list;
analyzing the data reading instruction, and if the data reading instruction is a reading instruction of basic information of a parameter maintenance process, displaying a parameter track matched with the data reading instruction;
and if the data reading instruction is a reading instruction of snapshot information, displaying the snapshot information matched with the data reading instruction.
Optionally, the analyzing the data reading instruction includes:
determining the position of the selected information corresponding to the data reading instruction;
if the position of the selected information is located in a parameter track corresponding area in the parameter track list, determining the data reading instruction as a reading instruction of basic information of a parameter maintenance process;
and if the position of the selected information is located in a parameter area corresponding to the parameter track recording information, determining the data reading instruction as a reading instruction of snapshot information.
Optionally, the method further comprises:
acquiring a parameter track query condition;
and generating display information of the parameter track list matched with the parameter track query condition.
Optionally, the method further comprises:
acquiring parameter identification and basic information of each parameter in a service system;
classifying parameters of each parameter based on the parameter identification;
matching the basic information with the classified parameters to obtain parameter track record information;
and storing the recorded information of each parameter track to obtain a parameter track list.
Optionally, the generating snapshot information of the target parameter includes:
determining static page information of the snapshot information;
acquiring dynamic data corresponding to the target parameters;
and adding the dynamic data into the static page information to obtain snapshot information of the target parameter.
A parametric track marking device, comprising:
the device comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for responding to the received parameter maintenance operation and acquiring a target parameter corresponding to the parameter maintenance operation;
a recording unit, configured to record the basic information of the target parameter maintenance process in a parameter track list, so as to obtain parameter track recording information of the target parameter;
and the adding unit is used for generating snapshot information of the target parameter and adding the snapshot information to the parameter track recording information of the target parameter.
A storage medium having stored thereon a computer program which, when executed by a processor, implements a method of parameter trajectory notching as set forth in any one of the above.
An electronic device, comprising:
a memory for storing a program;
a processor configured to execute the program, the program specifically configured to:
responding to the received parameter maintenance operation, and acquiring a target parameter corresponding to the parameter maintenance operation;
recording the basic information of the target parameter maintenance process in a parameter track list to obtain parameter track recording information of the target parameter;
and generating snapshot information of the target parameter, and adding the snapshot information to the parameter track record information of the target parameter.
Compared with the prior art, the invention provides a method and a device for marking a parameter track, which comprises the following steps: responding to the received parameter maintenance operation, and acquiring a target parameter corresponding to the parameter maintenance operation; recording basic information of a target parameter maintenance process in a parameter track list to obtain parameter track recording information of a target parameter; and generating snapshot information of the target parameter, and adding the snapshot information to the parameter track record information of the target parameter. According to the invention, the basic information after each parameter maintenance is subjected to the trace keeping, and the snapshot information corresponding to the parameter information can be generated, so that the relevant information of the parameter can be quickly accessed through the snapshot information, the parameter full life cycle data can be conveniently traced based on the trace keeping, and the parameter maintenance efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a schematic flow chart of a parameter trace marking method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of an interface of a parameter track list according to an embodiment of the present invention;
fig. 3 is a schematic view of a display interface of snapshot information according to an embodiment of the present invention;
fig. 4 is a schematic view of an application flow of parameter trace tracing according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a parameter trajectory trace-marking device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "first" and "second," and the like in the description and claims of the present invention and the above-described drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "comprising" and "having," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not set forth for a listed step or element but may include steps or elements not listed.
In an embodiment of the present invention, a method for marking a parameter track is provided, and referring to fig. 1, the method may include the following steps:
s101, responding to the received parameter maintenance operation, and acquiring a target parameter corresponding to the parameter maintenance operation;
s102, recording the basic information of the target parameter maintenance process in a parameter track list to obtain parameter track recording information of the target parameter;
s103, generating snapshot information of the target parameter, and adding the snapshot information to the parameter track recording information of the target parameter.
Generally, in a service system, in order to ensure the normal operation of the service system and meet the real-time data processing requirement, it is necessary to periodically adjust related parameters, or add or delete corresponding parameters based on actual applications. For example, in a financial transaction system, the account balance of a user corresponds to a balance parameter, and when the account balance of the user changes, the balance parameter needs to be modified. Further, when the user has a question about the value corresponding to the balance parameter, the current balance can be checked by tracing and inquiring the modification information corresponding to the balance parameter.
In step S101, the parameter maintenance operation may include any type of operation for changing the parameter, such as an operation for adding a parameter, an operation for deleting a parameter, and an operation for modifying data related to a parameter. The operation form corresponding to the parameter maintenance operation may be a selection operation when the user selects a certain parameter, or a corresponding function operation button is selected in the parameter maintenance list, for example, in the parameter list display interface, a "new" button is clicked, which is equivalent to an operation that the user generates a parameter addition.
When a parameter maintenance operation is received, a target parameter corresponding to the parameter maintenance operation is acquired. Specifically, the target parameter corresponding to the maintenance operation may be determined by analyzing the input information corresponding to the parameter maintenance operation, or the corresponding target parameter may be determined based on a parameter selected by the parameter maintenance operation. For example, when the parameter maintenance operation is an operation of adding a new parameter, the input parameter information may be analyzed to obtain identification information of the parameter to be added, such as a parameter ID, and thus, what kind of parameter to be added is determined as a target parameter; when the parameter maintenance operation is a modification operation, such as an effective execution interval of the modification parameter, the selected parameter to be modified is the target parameter.
The target parameter is determined in the embodiment of the invention so as to facilitate the recording of the parameter maintenance process and to make clear the corresponding recording position, so that the related data of the full life cycle of the target parameter can be traced in the later period.
In the embodiment of the present invention, a parameter track list is created in advance, and basic information of all parameters in the current service system, such as an association record ID, a group ID, a serial number, an organization name, a client name, an operation type, a handling user, completion time, and the like of the parameters, is recorded in the parameter track list. It should be noted that, parameters having the same parameter identification information are determined as the same parameter, and the parameter is recorded according to the maintenance time of the parameter, so as to obtain the track information of the parameter.
In step S102, after determining the target parameter corresponding to the parameter maintenance operation, basic information of the target parameter maintenance process corresponding to the current maintenance operation needs to be acquired, and the basic information is recorded in the parameter track list, so as to obtain parameter track recording information of the target parameter. For example, the record information corresponding to the parameter a in the current parameter track list includes 4 pieces of record information, which are respectively represented as number 1, number 2, number 3, and number 4, when the usage right field of the parameter a is modified, a new piece of parameter track record information is generated, and since the modification time is later than the time of generating each record, the number of the parameter track record information is determined as 5, and the parameter track record information is recorded in the current parameter track list.
Meanwhile, in step S103, when the basic information of the target parameter maintenance process is recorded in the parameter track list, snapshot information of the target parameter is also generated, where the snapshot information refers to page display information when the parameter maintenance is completed, and the page display information includes a maintenance page and dynamic information on the page, and in order to facilitate obtaining all information of the target parameter, the snapshot information of the target parameter is added to the track recording information of the target parameter, that is, when a user clicks the single piece of parameter track recording information in the parameter track list, the snapshot information when the current parameter maintenance recording is completed can be checked, and when the snapshot information is checked, the corresponding static page resource and the dynamic data are loaded according to the parameter transaction to implement complete snapshot information. The snapshot information is a state record of data storage at a certain moment, and the essence is that only the corresponding relation between the logical address and the physical address is recorded, so that the snapshot speed is very high, and when the basic information is recorded in the parameter track list, the corresponding snapshot information is also added to the parameter track record information. Therefore, the page display information when the parameter maintenance is completed can be quickly obtained through the snapshot information, and the efficiency of obtaining and tracing the parameter information is improved.
In one embodiment of the invention, the base information and the snapshot information are scored based on a structured processing mode.
The structured processing mode is a processing mode for converting the obtained basic information and snapshot information of the target parameter maintenance flow into data in a structured storage form. The data in the structured storage form is data that is stored and solidified in a predetermined format. The data in the structured storage form can be readily utilized and analyzed by a data analysis system. Corresponding to the application scenario of the embodiment of the invention, the basic information and the snapshot information are subjected to trace-keeping in a structured processing mode, so that the service information can conveniently monitor the parameters in real time to obtain abnormal information. The trace in the embodiment of the invention refers to the trace of the modification process, the modification content and the modification of each processing step in the parameter maintenance process in the service system, and the trace can ensure the traceability and the non-repudiation of the parameter modification information.
Based on the foregoing embodiments, the embodiment of the present invention further includes a data reading method for parameter trace marking, where the method includes:
acquiring a data reading instruction aiming at the parameter track list;
analyzing the data reading instruction, and if the data reading instruction is a reading instruction of basic information of a parameter maintenance process, displaying a parameter track matched with the data reading instruction;
and if the data reading instruction is a reading instruction of snapshot information, displaying the snapshot information matched with the data reading instruction.
In this embodiment, the displayed information is different based on the difference of the data reading instruction, and if the data reading instruction is only a reading instruction of the basic information of the parameter maintenance flow, only the corresponding parameter track is displayed, and the corresponding snapshot information is not displayed. If the parameter reading is executed as a reading instruction of the snapshot information, the snapshot information matched with the data reading instruction is displayed, correspondingly, different instructions can have different triggering modes, for example, a single click can be a reading instruction of basic information of the parameter maintenance process, and a double click can be a reading instruction of the snapshot information.
In the parameter track trace method of the embodiment of the invention, after the maintenance operation is performed on the parameters, the basic information corresponding to the target parameters is recorded in the parameter track list, the parameter track recording information of the target parameters is obtained, and the snapshot information of the target parameters is generated, so that the trace of the basic information and the snapshot information of the process of each parameter maintenance is realized. The basic information of the parameters, such as identification information of the parameters, service association information of the parameters, user information, operation type information, completion information and the like, can be quickly traced back through the basic information of the parameters, and the information of each dimension of the parameters can be acquired. The dynamic information of the parameters can be quickly obtained through the snapshot information, the purpose of saving data storage space and improving data access speed can be met by generating the snapshot information, the performance requirement of a service system is met, and the efficiency in the parameter tracing process is improved.
In an implementation manner of the embodiment of the present invention, the analyzing the data reading instruction includes:
determining the position of the selected information corresponding to the data reading instruction;
if the position of the selected information is located in a parameter track corresponding area in the parameter track list, determining the data reading instruction as a reading instruction of basic information of a parameter maintenance process;
and if the position of the selected information is located in a parameter area corresponding to the parameter track recording information, determining the data reading instruction as a reading instruction of snapshot information.
In this embodiment, different selected areas may be set to correspond to different trigger instructions, that is, to a parameter trace or a snapshot information reading instruction.
Referring to fig. 2, which is an interface schematic diagram of a parameter track list provided in an embodiment of the present invention, a data reading instruction may be a reading instruction of a record by a user, for example, a data reading instruction of a record is generated after the user clicks on the record. Specifically, a parameter track of a current record can be queried by selecting a record and clicking the parameter track. Or clicking the corresponding 'parameter track' button to directly click and inquire the parameter track of all records of the parameter. Correspondingly, when the data acquisition instruction aims at acquiring the snapshot information, jumping to a display interface of the snapshot information, for example, a corresponding trigger operation for viewing the snapshot information may be set, and if the trigger operation is a double-click operation, a certain record in the double-click parameter track list may be used for viewing the snapshot information page. Referring to fig. 3, which is a schematic view of a display interface of snapshot information according to an embodiment of the present invention, the snapshot information may include a parameter maintenance page and dynamic data on the page.
In an implementation manner of the embodiment of the present invention, the method further includes:
acquiring a parameter track query condition;
and generating display information of the parameter track list matched with the parameter track query condition.
When the parameter tracks are inquired, all track records are inquired by clicking a single parameter page operation area button, the search can also be carried out through the inquiry condition, and the currently recorded parameter tracks can be inquired by clicking a certain line in the parameter data list.
When the parameter track query condition is used for querying, the condition can be analyzed first, and whether the information in the parameter track list can be displayed in a grouping manner or not is determined. Like one record can be displayed in groups, because the parameter track is a maintenance trace of multiple records, for example, taking the customer information parameter as an example, the customer information includes two records, namely, customer a and customer B, after the same record is grouped, the display interface for customer a displays multiple maintenance records created, modified and deleted by a group of customer a.
Correspondingly, the query condition is to perform query according to the track basic information, and may include an association record ID (group ID), a serial number, an organization name, a client name, an operation type (new, modified, deleted), a handling user, a completion time, and the like.
In one possible implementation, the method for tracking a parameter track further includes:
acquiring parameter identification and basic information of each parameter in a service system;
classifying parameters of each parameter based on the parameter identification;
matching the basic information with the classified parameters to obtain parameter track record information;
and storing the recorded information of each parameter track to obtain a parameter track list.
The parameter identifiers may be determined based on the service types, attribute types, and the like of the parameters, and the same type of parameters may be identified by the same identifier, or have partially same identifiers, such as parameters with the same identifier prefix. And classifying the parameters according to the parameter identification, such as maintaining the parameters in the same parameter list, processing the parameters in the same parameter list, and setting the parameters corresponding to the same user in the same parameter list. For example, the parameter a and the parameter B have matching parameter identifications, and the basic information corresponding to the parameter a and the parameter B may be in the same parameter list, specifically, for example, if the client a and the client B in the client information are two records, then a group of multiple maintenance records created, modified, and deleted by the client a may be displayed after being grouped according to the same record.
Referring to fig. 4, an application flow diagram of the parameter trace tracing provided by the embodiment of the present invention is shown. In fig. 4, this includes:
taking a transaction flow in a business system as an example, when the initialization page is opened for the parameter transaction, a parameter data list is displayed, and each parameter possibly involved in the processing process of the current transaction flow is included in the parameter data list. The user can maintain the data in the parameter data list, which mainly includes the operations of parameter addition, deletion and modification. And after the maintenance is finished, submitting the parameter transaction data, then entering a normal transaction process, synchronously storing the basic information of the parameter track after the parameter transaction data is submitted, and storing the parameter snapshot data in a large field.
In the parameter maintenance process, the parameter track record information can be visually displayed by calling the parameter track component, namely, the parameter track list can be displayed by calling the parameter track component. Similarly, in the development process of the parameter page, the parameter track component can be introduced, so that the functional configuration of the component is displayed on the parameter track list.
And receiving a query condition based on a display interface of the parameter track list, wherein the query condition can be to query single record information in the current parameter track list and then display a corresponding parameter track basic information table. Specific parameter information presentations may be selected to load the parameter detail interface. Or selecting snapshot information to view to obtain the snapshot information.
The invention carries out the trace keeping on the basic information of the process and the parameter snapshot information maintained each time through the structured information storage. The tracing of the parameter track can be realized, for example, the customer information modification transaction rechecking page can show the modified value and the original value to provide a basis for rechecking; when a user has a question about a certain parameter data, the user can check the data by tracing and inquiring the information when the user is newly built or modified.
Referring to fig. 5, in an embodiment of the present invention, there is further provided a parameter trajectory marking apparatus, including:
an obtaining unit 10, configured to obtain, in response to a received parameter maintenance operation, a target parameter corresponding to the parameter maintenance operation;
a recording unit 20, configured to record the basic information of the target parameter maintenance process in a parameter track list, so as to obtain parameter track recording information of the target parameter;
an adding unit 30, configured to generate snapshot information of the target parameter, and add the snapshot information to the parameter track recording information of the target parameter.
The embodiment of the invention provides a parameter track mark-remaining device, which comprises: in response to receiving the parameter maintenance operation, acquiring a target parameter corresponding to the parameter maintenance operation; recording basic information of a target parameter maintenance process in a parameter track list to obtain parameter track recording information of a target parameter; and generating snapshot information of the target parameter, and adding the snapshot information to the parameter track record information of the target parameter. According to the invention, the basic information and the snapshot information after each parameter maintenance are subjected to trace marking, so that the parameter full-life-cycle data can be conveniently traced based on the trace marking, and the parameter maintenance efficiency is improved.
Optionally, the apparatus further comprises:
and the trace processing unit is used for tracing the basic information and the snapshot information based on a structured processing mode, wherein the structured processing mode is a processing mode for converting the obtained basic information and the snapshot information into data in a structured storage form.
Optionally, the apparatus further comprises:
the instruction acquisition unit is used for acquiring a data reading instruction aiming at the parameter track list;
the analysis unit is used for analyzing the data reading instruction, and if the data reading instruction is a reading instruction of basic information of a parameter maintenance process, displaying a parameter track matched with the data reading instruction;
and the display unit is used for displaying the snapshot information matched with the data reading instruction if the data reading instruction is a reading instruction of the snapshot information.
Optionally, the parsing unit is specifically configured to:
determining the position of the selected information corresponding to the data reading instruction;
if the position of the selected information is located in a parameter track corresponding area in the parameter track list, determining the data reading instruction as a reading instruction of basic information of a parameter maintenance process;
and if the position of the selected information is located in a parameter area corresponding to the parameter track recording information, determining the data reading instruction as a reading instruction of snapshot information.
Optionally, the apparatus further comprises:
the condition acquisition unit is used for acquiring a parameter track query condition;
and the generating unit is used for generating the display information of the parameter track list matched with the parameter track query condition.
Optionally, the apparatus further comprises:
an identification obtaining unit, configured to obtain a parameter identification and basic information of each parameter in a service system;
the classification unit is used for classifying parameters of all the parameters based on the parameter identification;
the matching unit is used for matching the basic information with the classified parameters to obtain parameter track record information;
and the storage unit is used for storing the recording information of each parameter track to obtain a parameter track list.
Optionally, the adding unit includes:
the determining subunit is used for determining the static page information of the snapshot information;
the acquisition subunit is used for acquiring dynamic data corresponding to the target parameters;
and the adding subunit is configured to add the dynamic data to the static page information, and obtain snapshot information of the target parameter.
The embodiment of the invention also provides a storage medium, wherein a computer program is stored on the storage medium, and when the computer program is executed by a processor, the parameter track marking method is realized.
An embodiment of the present invention further provides an electronic device, including:
a memory for storing a program;
a processor configured to execute the program, the program specifically configured to:
responding to the received parameter maintenance operation, and acquiring a target parameter corresponding to the parameter maintenance operation;
recording the basic information of the target parameter maintenance process in a parameter track list to obtain parameter track recording information of the target parameter;
and generating snapshot information of the target parameter, and adding the snapshot information to the parameter track record information of the target parameter.
It should be noted that, in the present embodiment, reference may be made to the corresponding contents in the foregoing, and details are not described here.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for marking a parameter track, comprising:
responding to the received parameter maintenance operation, and acquiring a target parameter corresponding to the parameter maintenance operation;
recording the basic information of the target parameter maintenance process in a parameter track list to obtain parameter track recording information of the target parameter;
and generating snapshot information of the target parameter, and adding the snapshot information to the parameter track record information of the target parameter.
2. The method of claim 1, further comprising:
and marking the basic information and the snapshot information based on a structured processing mode, wherein the structured processing mode is a processing mode for converting the obtained basic information and the snapshot information into data with a structured storage form.
3. The method of claim 1, further comprising:
acquiring a data reading instruction aiming at the parameter track list;
analyzing the data reading instruction, and if the data reading instruction is a reading instruction of basic information of a parameter maintenance process, displaying a parameter track matched with the data reading instruction;
and if the data reading instruction is a reading instruction of snapshot information, displaying the snapshot information matched with the data reading instruction.
4. The method of claim 3, wherein parsing the data read instruction comprises:
determining the position of the selected information corresponding to the data reading instruction;
if the position of the selected information is located in a parameter track corresponding area in the parameter track list, determining the data reading instruction as a reading instruction of basic information of a parameter maintenance process;
and if the position of the selected information is located in a parameter area corresponding to the parameter track recording information, determining the data reading instruction as a reading instruction of snapshot information.
5. The method of claim 1, further comprising:
acquiring a parameter track query condition;
and generating display information of the parameter track list matched with the parameter track query condition.
6. The method of claim 1, further comprising:
acquiring parameter identification and basic information of each parameter in a service system;
classifying parameters of each parameter based on the parameter identification;
matching the basic information with the classified parameters to obtain parameter track record information;
and storing the recorded information of each parameter track to obtain a parameter track list.
7. The method of claim 1, wherein generating snapshot information of the target parameter comprises:
determining static page information of the snapshot information;
acquiring dynamic data corresponding to the target parameters;
and adding the dynamic data into the static page information to obtain snapshot information of the target parameter.
8. A parametric track marking device, comprising:
the device comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for responding to the received parameter maintenance operation and acquiring a target parameter corresponding to the parameter maintenance operation;
a recording unit, configured to record the basic information of the target parameter maintenance process in a parameter track list, so as to obtain parameter track recording information of the target parameter;
and the adding unit is used for generating snapshot information of the target parameter and adding the snapshot information to the parameter track recording information of the target parameter.
9. A storage medium having stored thereon a computer program which, when executed by a processor, carries out the method of parametric trajectory tracing according to any one of claims 1 to 7.
10. An electronic device, comprising:
a memory for storing a program;
a processor configured to execute the program, the program specifically configured to:
responding to the received parameter maintenance operation, and acquiring a target parameter corresponding to the parameter maintenance operation;
recording the basic information of the target parameter maintenance process in a parameter track list to obtain parameter track recording information of the target parameter;
and generating snapshot information of the target parameter, and adding the snapshot information to the parameter track record information of the target parameter.
CN202111134787.7A 2021-09-27 2021-09-27 Parameter track mark-keeping method and device Active CN113835965B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111134787.7A CN113835965B (en) 2021-09-27 2021-09-27 Parameter track mark-keeping method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111134787.7A CN113835965B (en) 2021-09-27 2021-09-27 Parameter track mark-keeping method and device

Publications (2)

Publication Number Publication Date
CN113835965A true CN113835965A (en) 2021-12-24
CN113835965B CN113835965B (en) 2024-03-26

Family

ID=78970585

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111134787.7A Active CN113835965B (en) 2021-09-27 2021-09-27 Parameter track mark-keeping method and device

Country Status (1)

Country Link
CN (1) CN113835965B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023125032A1 (en) * 2021-12-28 2023-07-06 上海市精神卫生中心(上海市心理咨询培训中心) Scientific research data change review method based on data snapshot, and server

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060129871A1 (en) * 2004-11-30 2006-06-15 Smith Alan R Apparatus, system, and method for analyzing trace data
US20110238630A1 (en) * 2010-03-26 2011-09-29 Fujitsu Limited Database management apparatus and recording medium with database management program recorded thereon
WO2012100181A1 (en) * 2011-01-20 2012-07-26 Hitachi Metals, Ltd. Mass flow controller with onboard diagnostics, prognostics, and data logging
CN109144970A (en) * 2018-08-23 2019-01-04 中国建设银行股份有限公司 Pipelined data processing method and system
CN110879808A (en) * 2019-11-04 2020-03-13 泰康保险集团股份有限公司 Information processing method and device
US20200233837A1 (en) * 2019-01-17 2020-07-23 EMC IP Holding Company LLC Intelligent method to index storage system files accounting for snapshots
US10761941B1 (en) * 2014-09-30 2020-09-01 Acronis International Gmbh Changed blocks tracking methods and systems for writable snapshots
CN112235323A (en) * 2020-12-11 2021-01-15 腾讯科技(深圳)有限公司 Evidence obtaining method and device based on block chain, electronic equipment and readable storage medium
CN112926858A (en) * 2021-02-26 2021-06-08 国网安徽省电力有限公司信息通信分公司 Power marketing service operation index design method and device
CN113364640A (en) * 2020-03-04 2021-09-07 大唐移动通信设备有限公司 Visualization method and device for operation index

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060129871A1 (en) * 2004-11-30 2006-06-15 Smith Alan R Apparatus, system, and method for analyzing trace data
US20110238630A1 (en) * 2010-03-26 2011-09-29 Fujitsu Limited Database management apparatus and recording medium with database management program recorded thereon
WO2012100181A1 (en) * 2011-01-20 2012-07-26 Hitachi Metals, Ltd. Mass flow controller with onboard diagnostics, prognostics, and data logging
US10761941B1 (en) * 2014-09-30 2020-09-01 Acronis International Gmbh Changed blocks tracking methods and systems for writable snapshots
CN109144970A (en) * 2018-08-23 2019-01-04 中国建设银行股份有限公司 Pipelined data processing method and system
US20200233837A1 (en) * 2019-01-17 2020-07-23 EMC IP Holding Company LLC Intelligent method to index storage system files accounting for snapshots
CN110879808A (en) * 2019-11-04 2020-03-13 泰康保险集团股份有限公司 Information processing method and device
CN113364640A (en) * 2020-03-04 2021-09-07 大唐移动通信设备有限公司 Visualization method and device for operation index
CN112235323A (en) * 2020-12-11 2021-01-15 腾讯科技(深圳)有限公司 Evidence obtaining method and device based on block chain, electronic equipment and readable storage medium
CN112926858A (en) * 2021-02-26 2021-06-08 国网安徽省电力有限公司信息通信分公司 Power marketing service operation index design method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023125032A1 (en) * 2021-12-28 2023-07-06 上海市精神卫生中心(上海市心理咨询培训中心) Scientific research data change review method based on data snapshot, and server

Also Published As

Publication number Publication date
CN113835965B (en) 2024-03-26

Similar Documents

Publication Publication Date Title
CN110069463B (en) User behavior processing method, device electronic equipment and storage medium
CN107391538B (en) Click data acquisition, processing and display method, device, equipment and storage medium
CN109150641B (en) Data acquisition and query method, device, storage medium and processor
US8799854B2 (en) Reusing software development assets
CN111177544B (en) Operation system and method based on user behavior data and user portrait data
KR101137087B1 (en) Business application entity subscription synch operation management
CN111339171B (en) Data query method, device and equipment
JP6964706B2 (en) User image processing method, user image processing device, server and storage medium
CN109241165B (en) Method, device and equipment for determining database synchronization delay
US20200074509A1 (en) Business data promotion method, device, terminal and computer-readable storage medium
CN111367976A (en) Method and device for exporting EXCEL file data based on JAVA reflection mechanism
CN110806866A (en) Generation method and device of front-end management system
CN113138973A (en) Data management system and working method
CN112433712A (en) Report display method and device, computer equipment and storage medium
CN111460011A (en) Page data display method and device, server and storage medium
CN112925757A (en) Method, equipment and storage medium for tracking operation log of intelligent equipment
CN113835965B (en) Parameter track mark-keeping method and device
CN114003568A (en) Data processing method and related device
CN111382183A (en) Data query method and device
CN108345600B (en) Management of search application, data search method and device thereof
CN115994830A (en) Method for constructing fetch model, method for collecting data and related device
CN110399396A (en) Efficient data processing
US9971978B2 (en) Event-based data management method and device
CN113138960A (en) Data storage method and system based on cloud storage space adjustment
CN113407261A (en) Data configuration method and device 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