CN113238742B - Direct current control page protection program modification playback method, device, terminal and medium - Google Patents

Direct current control page protection program modification playback method, device, terminal and medium Download PDF

Info

Publication number
CN113238742B
CN113238742B CN202110674467.4A CN202110674467A CN113238742B CN 113238742 B CN113238742 B CN 113238742B CN 202110674467 A CN202110674467 A CN 202110674467A CN 113238742 B CN113238742 B CN 113238742B
Authority
CN
China
Prior art keywords
modification
modified
page program
program
playback
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
CN202110674467.4A
Other languages
Chinese (zh)
Other versions
CN113238742A (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.)
CSG Electric Power Research Institute
China Southern Power Grid Co Ltd
Original Assignee
CSG Electric Power Research Institute
China Southern Power Grid 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 CSG Electric Power Research Institute, China Southern Power Grid Co Ltd filed Critical CSG Electric Power Research Institute
Priority to CN202110674467.4A priority Critical patent/CN113238742B/en
Publication of CN113238742A publication Critical patent/CN113238742A/en
Application granted granted Critical
Publication of CN113238742B publication Critical patent/CN113238742B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/33Intelligent editors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application provides a direct current control page protection program modification playback method, a device, a terminal and a medium, comprising the following steps: responding to the received modified playback instruction, acquiring a modified page program to be played back, determining an initial page program and a modified log file corresponding to the modified page program according to program identification information of the modified page program, extracting modified operation record information in the modified log file, and generating an operation action instruction sequence corresponding to the modified operation record information by analyzing the modified operation record information so as to facilitate modified playback of the modified page program according to the operation action instruction sequence and the initial page program. The method provided by the invention can intuitively display the editing and modifying process from the initial page to the final page according to the operation sequence, improves the convenience of page program modification and verification, and solves the technical problems of low efficiency and low quality of the modification and verification of the existing visual page program.

Description

Direct current control page protection program modification playback method, device, terminal and medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method, an apparatus, a terminal, and a medium for modifying and playing back a direct current control page program.
Background
Visual programming has been widely used in the development of direct current control and protection programs due to the characteristics of intuitiveness, convenience and easy debugging. With the continuous progress and development of the direct current control and protection technology, operation and maintenance personnel need to upgrade the direct current control and protection program according to actual engineering requirements, and confirm whether the visualized page program of the direct current control and protection program is modified before and after the whole direct current control and protection program is upgraded.
The current modification and verification method of the visual page program mainly depends on manual debugging and verification, has large verification workload, is difficult for operation and maintenance personnel to realize comprehensive and accurate modification and verification in the face of huge page program code amount, and cannot master the modification process of the page program, so that the technical problems of low efficiency and low quality of the modification and verification work of the existing visual page program are caused.
Disclosure of Invention
The application provides a direct current control page protection program modification playback method, device, terminal and medium, which are used for solving the technical problems of low efficiency and low quality in the existing visual page program modification verification work.
The first aspect of the present application provides a method for modifying and playing back a direct current control page program, which includes:
responding to a received modified playback instruction, acquiring a modified page program to be played back, and determining an initial page program and a modified log file corresponding to the modified page program according to program identification information of the modified page program, wherein the acquisition mode of the modified log file is as follows: responding to a received log generation instruction, determining modification position information and modification content information in the initial page program according to the acquired key mouse event, generating modification operation record information according to the modification position information and the modification content information, and storing the modification operation record information into an initial log file according to a time sequence to obtain the modification log file;
and extracting the modification operation record information in the modification log file, and generating an operation action instruction sequence corresponding to the modification operation record information by analyzing the modification operation record information so as to carry out modification playback of the modification page program according to the operation action instruction sequence and the initial page program.
Preferably, the determining the modification position information and the modification content information in the initial page program according to the collected mouse event further includes:
extracting a context program text corresponding to the modified position information according to the modified position information;
according to the context program text, combining the modified content information, and determining modified operation classification information corresponding to the modified content information;
the generating the modified operation record information according to the modified position information and the modified content information specifically includes:
and generating modification operation record information according to the modification position information, the modification content information and the modification operation classification information.
Preferably, the modifying operation classification information specifically includes: function module adding operation, function module deleting operation, function module position moving operation, function module attribute modifying operation or function module association relation modifying operation.
Preferably, the performing the modified playback of the modified page program according to the operation action instruction sequence and the initial page program specifically includes:
and triggering execution of the operation action instruction sequence one by one according to the operation action instruction sequence and the initial page program in combination with a preset playback triggering mode so as to complete modification playback of the modification page program.
Preferably, the playback triggering mode specifically includes: a manual trigger mode or a timing trigger mode.
Preferably, in the process of performing the modified playback of the modified page program according to the operation action instruction sequence and the initial page program, the method further includes:
and responding to the received playback view scaling instruction, and scaling the view in playback according to the playback view operation instruction.
Preferably, the modifying the location information specifically includes: program line number and character serial number corresponding to the program line number.
A second aspect of the present application provides a direct current control page program modification playback apparatus, including:
the modified playback instruction response unit is used for responding to the received modified playback instruction, acquiring a modified page program to be played back, and determining an initial page program and a modified log file corresponding to the modified page program according to program identification information of the modified page program, wherein the acquisition mode of the modified log file is as follows: responding to a received log generation instruction, determining modification position information and modification content information in the initial page program according to the acquired key mouse event, generating modification operation record information according to the modification position information and the modification content information, and storing the modification operation record information into an initial log file according to a time sequence to obtain the modification log file;
and the modified playback execution unit is used for extracting the modified operation record information in the modified log file, and generating an operation action instruction sequence corresponding to the modified operation record information by analyzing the modified operation record information so as to facilitate modified playback of the modified page program according to the operation action instruction sequence and the initial page program.
A third aspect of the present application provides a direct current control page protection program modification playback terminal, including: a memory and a processor;
the memory is used for storing program codes, and the program codes correspond to the direct-current control page program modification playback method provided by the first aspect of the application;
the processor is configured to execute the program code.
A fourth aspect of the present application provides a computer-readable storage medium having stored therein program code corresponding to the direct current controlled page program modification playback method as provided in the first aspect of the present application.
From the above technical scheme, the application has the following advantages:
the application provides a direct current control page protection program modification playback method, which comprises the following steps: responding to a received modified playback instruction, acquiring a modified page program to be played back, and determining an initial page program and a modified log file corresponding to the modified page program according to program identification information of the modified page program, wherein the acquisition mode of the modified log file is as follows: responding to a received log generation instruction, determining modification position information and modification content information in the initial page program according to the acquired key mouse event, generating modification operation record information according to the modification position information and the modification content information, and storing the modification operation record information into an initial log file according to a time sequence to obtain the modification log file; and extracting the modification operation record information in the modification log file, and generating an operation action instruction sequence corresponding to the modification operation record information by analyzing the modification operation record information so as to carry out modification playback of the modification page program according to the operation action instruction sequence and the initial page program.
According to the method and the device, based on the collected mouse event, the modification position information and the modification content information in the initial page program are determined, and then the editing and modification process from the initial page to the final page can be intuitively, dynamically and sequentially displayed according to the modification log file formed by the modification operation record information generated by the modification position information and the modification content information, so that the convenience of page program modification and verification is improved, and the technical problems of low modification and verification work efficiency and low quality of the existing visual page program are solved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive faculty for a person skilled in the art.
Fig. 1 is a flowchart of an embodiment of a direct current control page protection program modification playback method provided in the present application.
Fig. 2 is a schematic flow chart of obtaining a modification log file in the direct current control page program modification playback method provided in the present application.
Fig. 3 is a schematic flow chart of obtaining a modification log file in the direct current control page program modification playback method provided in the present application.
Fig. 4 is a schematic structural diagram of an embodiment of a direct current control page program modification playback device provided in the present application.
Detailed Description
The embodiment of the application provides a direct current control page protection program modification playback method, device, terminal and medium, which are used for solving the technical problems of low efficiency and low quality in the existing visual page program modification verification work.
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is apparent that the embodiments described below are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
Referring to fig. 1 and fig. 2, a first aspect of the present application provides a method for modifying and playing back a direct current control page program, including:
step 101, in response to the received modification playback instruction, acquiring a modification page program to be played back, and determining an initial page program and a modification log file corresponding to the modification page program according to program identification information of the modification page program.
The method for acquiring the modification log file comprises the following steps:
step 201, in response to the received log generation instruction, according to the collected mouse event, determining modification position information and modification content information in the initial page program.
Step 202, generating modification operation record information according to the modification position information and the modification content information;
step 203, storing the modification operation record information in the initial log file according to the time sequence to obtain a modification log file.
After receiving the user input modification playback instruction, the system obtains the modification page program to be played back in response to the received modification playback instruction, and then determines an initial page program and a modification log file corresponding to the modification page program according to the program identification information of the modification page program.
The modification log file mentioned in the embodiment of the present application is specifically obtained in the following manner: when the system responds to the received log generation instruction, a mouse event generated during user operation is collected, modification position information and modification content information in an initial page program are determined according to the collected mouse event, corresponding modification operation record information is generated through the obtained modification position information and modification content information, it can be understood from the modification operation record information that each piece of modification operation record information in the technical scheme of the embodiment corresponds to each step of modification action performed by a user based on the initial page program, and finally the modification log file mentioned in the embodiment can be obtained by storing the modification operation record information in the initial log file according to a time sequence.
Step 102, extracting the modification operation record information in the modification log file, and generating an operation action instruction sequence corresponding to the modification operation record information by analyzing the modification operation record information so as to facilitate modification playback of the modification page program according to the operation action instruction sequence and the initial page program.
It should be noted that, based on the modification log file obtained in the previous step, the modification operation record information in the modification log file is extracted, and the operation action instruction sequence corresponding to the modification operation record information is generated by analyzing the modification operation record information, and according to the operation action instruction sequence, the corresponding operation action is executed at the corresponding modification position of the initial page program, so that the playback of the modification process from the initial page program to the modification page program can be realized.
According to the method and the device for editing and correcting the page program, the correction position information and the correction content information in the initial page program are determined based on the collected key mouse event, and the correction log file formed by the correction operation record information generated according to the correction position information and the correction content information can intuitively, dynamically and sequentially display the editing and correcting process from the initial page to the final page according to the operation, so that convenience in correcting and correcting the page program is improved, and the technical problems of low correction and correcting work efficiency and low quality of the existing visual page program are solved.
The foregoing is a detailed description of an embodiment of a direct current control page program modification playback method provided in the present application, and the following is a detailed description of a second embodiment of a direct current control page program modification playback method provided in the present application.
Referring to fig. 3, a second embodiment of the present application provides a method for modifying and playing back a direct current control page program based on the first embodiment.
On the basis of the first embodiment, further, step 201 in the first embodiment may further include:
step 2011, extracting and modifying the context program text of the position information according to the modified position information;
step 2012, according to the context program text, combining the modified content information to determine modified operation classification information corresponding to the modified content information;
after step 2011 and step 2012 are added, step 202 may specifically be modified as follows:
and generating the modified operation record information according to the modified position information, the modified content information and the modified operation classification information.
Further, the modifying operation classification information specifically includes: function module adding operation, function module deleting operation, function module position moving operation, function module attribute modifying operation or function module association relation modifying operation.
Examples of the function module adding operation include, but are not limited to, the following: newly adding frame vertex coordinates of the function module, and adding identification information such as instance names, IDs and the like of the function module;
b) Examples of function module delete operations include, but are not limited to, the following: deleting the identification information such as the frame vertex coordinates of the functional module, the ID of the functional module and the like;
c) Examples of functional module position move operations include, but are not limited to, the following: modifying frame vertex coordinates and/or frame specification parameters (length, width) of the functional module, and the like;
d) Examples of functional module attribute modification operations include, but are not limited to: modifying the modified attribute names and/or attribute values;
e) Examples of functional module association operations include, but are not limited to: the method comprises the step of carrying out the destination address of an external output variable and/or the source address of an internal input variable in the functional module.
Further, the modifying playback of the modified page program according to the operation action instruction sequence and the initial page program specifically includes:
and triggering execution of the operation action instruction sequence one by one according to the operation action instruction sequence and the initial page program in combination with a preset playback triggering mode so as to complete modification playback of the modification page program.
Further, the playback triggering mode specifically includes: a manual trigger mode or a timing trigger mode.
For example, the playback triggering manner provided in this embodiment may be: a manual trigger mode or a timing trigger mode.
Further, in the process of performing the modified playback of the modified page program according to the operation action instruction sequence and the initial page program, the method further comprises:
and responding to the received playback view zooming instruction, and zooming the view in playback according to the playback view operation instruction so as to realize the view zooming operation in and out in the playback process.
Further, the modifying the location information specifically includes: program line number and character number corresponding to the program line number. For example, if the modified position is from the 9 th character to the 12 th character in the 2000 th line, the modified position information may be represented as [2000,9-12], and it is understood that the position representation provided in this embodiment is merely exemplary, and the user can change the position according to his own preference.
The foregoing is a detailed description of a second embodiment of a direct current control page program modification playback method provided in the present application, and the following is a detailed description of an embodiment of a direct current control page program modification playback device provided in the present application.
Referring to fig. 4, a third embodiment of the present application provides a direct current control page protection program modifying playback device, including:
the modified playback instruction response unit 301 is configured to obtain a modified page program to be played back in response to a received modified playback instruction, and determine an initial page program and a modified log file corresponding to the modified page program according to program identification information of the modified page program, where the obtaining manner of the modified log file is: responding to the received log generation instruction, determining modification position information and modification content information in an initial page program according to the acquired key mouse event, generating modification operation record information according to the modification position information and the modification content information, and storing the modification operation record information into an initial log file according to a time sequence to obtain a modification log file;
the modified playback execution unit 302 is configured to extract the modified operation record information in the modified log file, and generate an operation action instruction sequence corresponding to the modified operation record information by parsing the modified operation record information, so as to perform modified playback of the modified page program according to the operation action instruction sequence and the initial page program.
The foregoing is a detailed description of one embodiment of a dc-link page program modification playback device provided in the present application, and the following is a detailed description of one embodiment of a dc-link page program modification playback terminal and one embodiment of a computer-readable storage medium provided in the present application.
A fourth embodiment of the present application provides a direct current control page protection program modification playback terminal, including: a memory and a processor;
the memory is used for storing program codes, and the program codes correspond to the direct-flow control page program modification playback method provided by the first embodiment or the second embodiment of the application;
the processor is configured to execute the program code.
A fifth embodiment of the present application provides a computer-readable storage medium having stored therein program code corresponding to the direct current page-protecting program modification playback method as provided in the first embodiment or the second embodiment of the present application.
It will be clearly understood by those skilled in the art that, for convenience and brevity of description, specific working procedures of the terminal, apparatus and unit described above may refer to corresponding procedures in the foregoing method embodiments, which are not repeated herein.
In the several embodiments provided in the present application, it should be understood that the disclosed terminal, apparatus and method may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of elements is merely a logical functional division, and there may be additional divisions of actual implementation, e.g., multiple elements or components may be combined or integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
The terms "first," "second," "third," "fourth," and the like in the description of the present application and in the above-described figures, if any, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that embodiments of the present application described herein may be implemented, for example, in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in the embodiments of the present invention may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied essentially or in part or all of the technical solution or in part in the form of a software product stored in a storage medium, including instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The above embodiments are merely for illustrating the technical solution of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the corresponding technical solutions.

Claims (9)

1. A direct current control page program modification playback method is characterized by comprising the following steps:
responding to a received modified playback instruction, acquiring a modified page program to be played back, and determining an initial page program and a modified log file corresponding to the modified page program according to program identification information of the modified page program, wherein the acquisition mode of the modified log file is as follows: responding to the received log generation instruction, and determining modification position information and modification content information in the initial page program according to the collected mouse event;
extracting a context program text corresponding to the modified position information according to the modified position information;
according to the context program text, combining the modified content information, and determining modified operation classification information corresponding to the modified content information;
generating modification operation record information according to the modification position information, the modification content information and the modification operation classification information;
storing the modification operation record information into an initial log file according to a time sequence to obtain the modification log file;
and extracting the modification operation record information in the modification log file, and generating an operation action instruction sequence corresponding to the modification operation record information by analyzing the modification operation record information so as to carry out modification playback of the modification page program according to the operation action instruction sequence and the initial page program.
2. The method for modifying and playing back a direct current control page program according to claim 1, wherein the modifying operation classification information specifically includes: function module adding operation, function module deleting operation, function module position moving operation, function module attribute modifying operation or function module association relation modifying operation.
3. The method for modifying and playing back a direct current control page program according to claim 1, wherein the modifying and playing back the modified page program according to the operation action instruction sequence and the initial page program specifically comprises:
and triggering execution of the operation action instruction sequence one by one according to the operation action instruction sequence and the initial page program in combination with a preset playback triggering mode so as to complete modification playback of the modification page program.
4. A method for modifying and playing back a direct current control page program according to claim 3, wherein the playback trigger mode specifically comprises: a manual trigger mode or a timing trigger mode.
5. The method according to claim 1, wherein during the modification playback of the modified page program according to the operation action instruction sequence and the initial page program, further comprising:
and responding to the received playback view scaling instruction, and scaling the view in playback according to the playback view scaling instruction.
6. The method for modifying and playing back a direct current control page program according to claim 1, wherein the modifying location information specifically includes: program line number and character serial number corresponding to the program line number.
7. A direct current controlled page program modification playback device, comprising:
the modified playback instruction response unit is used for responding to the received modified playback instruction, acquiring a modified page program to be played back, and determining an initial page program and a modified log file corresponding to the modified page program according to program identification information of the modified page program, wherein the acquisition mode of the modified log file is as follows: responding to a received log generation instruction, determining modification position information and modification content information in the initial page program according to the acquired key mouse event, extracting a context program text corresponding to the modification position information according to the modification position information, determining modification operation classification information corresponding to the modification content information according to the context program text and the modification content information, generating modification operation record information according to the modification position information, the modification content information and the modification operation classification information, and storing the modification operation record information into an initial log file according to a time sequence to obtain the modification log file;
and the modified playback execution unit is used for extracting the modified operation record information in the modified log file, and generating an operation action instruction sequence corresponding to the modified operation record information by analyzing the modified operation record information so as to facilitate modified playback of the modified page program according to the operation action instruction sequence and the initial page program.
8. A direct current control page program modification playback terminal, comprising: a memory and a processor;
the memory is used for storing program codes, and the program codes correspond to the direct-flow control page program modification playback method according to any one of claims 1 to 6;
the processor is configured to execute the program code.
9. A computer-readable storage medium, wherein the computer-readable storage medium stores therein a program code corresponding to the direct current guard page program modification playback method as claimed in any one of claims 1 to 6.
CN202110674467.4A 2021-06-17 2021-06-17 Direct current control page protection program modification playback method, device, terminal and medium Active CN113238742B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110674467.4A CN113238742B (en) 2021-06-17 2021-06-17 Direct current control page protection program modification playback method, device, terminal and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110674467.4A CN113238742B (en) 2021-06-17 2021-06-17 Direct current control page protection program modification playback method, device, terminal and medium

Publications (2)

Publication Number Publication Date
CN113238742A CN113238742A (en) 2021-08-10
CN113238742B true CN113238742B (en) 2024-04-12

Family

ID=77140225

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110674467.4A Active CN113238742B (en) 2021-06-17 2021-06-17 Direct current control page protection program modification playback method, device, terminal and medium

Country Status (1)

Country Link
CN (1) CN113238742B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012020512A1 (en) * 2010-08-09 2012-02-16 株式会社日立製作所 Method and system for recording operations in a web application
CN105264474A (en) * 2013-05-13 2016-01-20 株式会社三丰 Machine vision system program editing environment including operating context aware copy and paste feature
CN108037918A (en) * 2017-12-07 2018-05-15 北京冠鼎科技有限公司 The general media application setting work of robot and operation method
CN108170425A (en) * 2017-12-29 2018-06-15 东莞市高标软件科技有限公司 A kind of amending method of program code, modification device and terminal device
EP3340042A1 (en) * 2015-09-23 2018-06-27 Baidu Online Network Technology (Beijing) Co., Ltd. Page construction method, apparatus and device, and nonvolatile computer storage medium
WO2019044156A1 (en) * 2017-08-31 2019-03-07 京セラドキュメントソリューションズ株式会社 Information processing system and information processing method
CN112182473A (en) * 2020-12-01 2021-01-05 未鲲(上海)科技服务有限公司 Page operation behavior playback method and device, computer equipment and storage medium
CN112199263A (en) * 2020-09-30 2021-01-08 北京字节跳动网络技术有限公司 Method, device, equipment and medium for recording page
CN112463639A (en) * 2020-12-15 2021-03-09 北京云测信息技术有限公司 Test script editing method, device and equipment
CN112948247A (en) * 2021-02-24 2021-06-11 携程旅游网络技术(上海)有限公司 Processing method, system, device and medium for operation playback of application program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004133763A (en) * 2002-10-11 2004-04-30 Fujitsu Ltd History management device and computer program
US8768146B2 (en) * 2005-10-24 2014-07-01 Microsoft Corporation Strategies for controlling presentation of media information based on a sampling of customer playback behavior
US10761812B2 (en) * 2016-11-21 2020-09-01 Sap Se Visual code editor for visually developing features in applications
US10623438B2 (en) * 2016-12-28 2020-04-14 Mcafee, Llc Detecting execution of modified executable code
US10965766B2 (en) * 2019-06-13 2021-03-30 FullStory, Inc. Synchronized console data and user interface playback

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012020512A1 (en) * 2010-08-09 2012-02-16 株式会社日立製作所 Method and system for recording operations in a web application
CN105264474A (en) * 2013-05-13 2016-01-20 株式会社三丰 Machine vision system program editing environment including operating context aware copy and paste feature
EP3340042A1 (en) * 2015-09-23 2018-06-27 Baidu Online Network Technology (Beijing) Co., Ltd. Page construction method, apparatus and device, and nonvolatile computer storage medium
WO2019044156A1 (en) * 2017-08-31 2019-03-07 京セラドキュメントソリューションズ株式会社 Information processing system and information processing method
CN108037918A (en) * 2017-12-07 2018-05-15 北京冠鼎科技有限公司 The general media application setting work of robot and operation method
CN108170425A (en) * 2017-12-29 2018-06-15 东莞市高标软件科技有限公司 A kind of amending method of program code, modification device and terminal device
CN112199263A (en) * 2020-09-30 2021-01-08 北京字节跳动网络技术有限公司 Method, device, equipment and medium for recording page
CN112182473A (en) * 2020-12-01 2021-01-05 未鲲(上海)科技服务有限公司 Page operation behavior playback method and device, computer equipment and storage medium
CN112463639A (en) * 2020-12-15 2021-03-09 北京云测信息技术有限公司 Test script editing method, device and equipment
CN112948247A (en) * 2021-02-24 2021-06-11 携程旅游网络技术(上海)有限公司 Processing method, system, device and medium for operation playback of application program

Also Published As

Publication number Publication date
CN113238742A (en) 2021-08-10

Similar Documents

Publication Publication Date Title
CN104317618B (en) A kind of firmware partition treating method and apparatus
CN107656968B (en) Method and system for exporting large-batch business data
CN112506759B (en) Automatic test method and device for servo system control software and storage medium
CN111106965B (en) Intelligent log analysis method, tool, equipment and medium for complex system
CN111796809A (en) Interface document generation method and device, electronic equipment and medium
WO2016095502A1 (en) Mathematical formula processing method, device, apparatus and computer storage medium
CN110825944B (en) Webpage form data acquisition method and device, computer equipment and storage medium
CN114116108A (en) Dynamic rendering method, device, equipment and storage medium
CN113238742B (en) Direct current control page protection program modification playback method, device, terminal and medium
JP5829330B2 (en) Method and apparatus for identifying fonts
CN107872352B (en) Performance test method, device and system of network management system
CN113703753B (en) Method and device for product development and product development system
CN115904167A (en) Processing method and device of webpage icon, storage medium and electronic equipment
CN106648618B (en) Text information generation method and device for virtual application
CN112835774B (en) Visualization method and device for performance of display card, equipment and computer-readable storage medium
CN111898348B (en) Method, device, equipment and medium for dynamically assembling header of data report
CN110222014B (en) Maintenance method of bus map of distributed file system and related components
CN114022105A (en) Data processing method and device, electronic equipment and readable storage medium
CN112286879B (en) Metadata-based data asset construction method and device
CN110263303B (en) Method and device for tracing text modification history
CN113282218A (en) Multi-dimensional report generation method, device, equipment and storage medium
CN112306870A (en) Data processing method and device based on live APP
CN114970479B (en) Chart generation method and device
CN110674628A (en) File template generation method and system
CN112631602B (en) Browser development mode detection method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant