CN113238742A - Method, device, terminal and medium for modifying and replaying direct-current control protection page program - Google Patents

Method, device, terminal and medium for modifying and replaying direct-current control protection page program Download PDF

Info

Publication number
CN113238742A
CN113238742A CN202110674467.4A CN202110674467A CN113238742A CN 113238742 A CN113238742 A CN 113238742A CN 202110674467 A CN202110674467 A CN 202110674467A CN 113238742 A CN113238742 A CN 113238742A
Authority
CN
China
Prior art keywords
modification
page program
program
playback
modified
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
CN202110674467.4A
Other languages
Chinese (zh)
Other versions
CN113238742B (en
Inventor
郭琦
卢远宏
李书勇
李捷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Southern Power Grid Co Ltd
Research Institute of Southern Power Grid Co Ltd
Original Assignee
China Southern Power Grid Co Ltd
Research Institute of 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 China Southern Power Grid Co Ltd, Research Institute of Southern Power Grid Co Ltd filed Critical China Southern Power Grid Co Ltd
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

Images

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

Abstract

The application provides a method, a device, a terminal and a medium for modifying and replaying a direct-current control security page program, wherein the method comprises the following steps: the method comprises the steps of responding to a received modification playback instruction, obtaining a modification page program to be played back, 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, extracting 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. The method provided by the application can visually 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 working efficiency and low quality of the conventional visual page program modification and verification.

Description

Method, device, terminal and medium for modifying and replaying direct-current control protection page program
Technical Field
The present application 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 security page program.
Background
Due to the characteristics of intuition, convenience and easy debugging, the visual programming is widely applied to the development of direct-current control protection programs. With continuous progress and development of the direct current protection technology, operation and maintenance personnel need to upgrade the direct current protection program according to actual engineering requirements and confirm whether the visual page program of the direct current protection program is modified before and after the whole direct current protection program is upgraded.
However, the current modification and verification method of the visual page program mainly depends on manual debugging and verification, the verification workload is large, and operation and maintenance personnel are difficult to comprehensively and accurately modify and verify the huge page program code amount and can not master the page program modification process, so that the technical problems of low efficiency and low quality exist in the modification and verification work of the existing visual page program.
Disclosure of Invention
The application provides a method, a device, a terminal and a medium for modifying and replaying a direct-current control and protection page program, which are used for solving the technical problems of low efficiency and low quality of the modification and verification work of the conventional visual page program.
A first aspect of the present application provides a method for modifying and replaying a dc-controlled protected page program, including:
responding to a 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, wherein the acquisition mode of the modification 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 collected keyboard and mouse events, 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;
and extracting the modification operation record information in the modification log file, and analyzing the modification operation record information to generate an operation action instruction sequence corresponding to the modification operation record information so as to modify and playback the modified page program according to the operation action instruction sequence and the initial page program.
Preferably, after determining the modified position information and the modified content information in the initial page program according to the collected keyboard and mouse events, the method further includes:
extracting context program texts corresponding to the modified position information according to the modified position information;
according to the context program text, determining modification operation classification information corresponding to the modification content information in combination with the modification content information;
the generating of the modification operation record information according to the modification position information and the modification 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: adding a function module, deleting a function module, moving a function module position, modifying a function module attribute or modifying a function module incidence relation.
Preferably, the performing, according to the operation action instruction sequence and the initial page program, modified playback of the modified page program specifically includes:
and according to the operation action instruction sequence and the initial page program, triggering the execution of the operation action instruction sequence one by combining a preset playback triggering mode so as to finish the modified playback of the modified page program.
Preferably, the playback triggering manner specifically includes: a manual trigger mode or a timed trigger mode.
Preferably, in the process of performing modified playback of the modified page program with the initial page program according to the operation action instruction sequence, the method further includes:
and responding to the received playback view zooming instruction, and zooming the view in the playback according to the playback view operation instruction.
Preferably, the modifying the location information specifically includes: a program line number and a character number corresponding to the program line number.
A second aspect of the present application provides a device for modifying and playing back a direct current security page program, including:
a modified playback instruction response unit, configured to, in response to a received modified playback instruction, acquire a modified page program to be played back, and determine, according to program identification information of the modified page program, an initial page program and a modified log file corresponding to the modified page program, where the modified log file is acquired in a manner that: responding to a received log generation instruction, determining modification position information and modification content information in the initial page program according to the collected keyboard and mouse events, 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;
and the modification playback execution unit is used for extracting the modification operation record information in the modification log file, analyzing the modification operation record information, and generating an operation action instruction sequence corresponding to the modification operation record information so as to modify and playback 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 dc protected page 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 protection 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, in which program codes corresponding to the dc protected page program modification playback method provided in the first aspect of the present application are stored.
According to the technical scheme, the method has the following advantages:
the application provides a direct current control and protection page program modification playback method, which comprises the following steps: responding to a 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, wherein the acquisition mode of the modification 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 collected keyboard and mouse events, 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; and extracting the modification operation record information in the modification log file, and analyzing the modification operation record information to generate an operation action instruction sequence corresponding to the modification operation record information so as to modify and playback the modified page program according to the operation action instruction sequence and the initial page program.
According to the method and the device, modification position information and modification content information in the initial page program are determined based on the collected keyboard and mouse events, and then the editing and modifying process from the initial page to the final page can be displayed visually, dynamically and according to the modification log file formed by the modification operation record information generated by the modification position information and the modification content information, the convenience of modification and verification of the page program is improved, and the technical problems of low working efficiency and low quality of the modification and verification 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 needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a schematic flowchart of an embodiment of a direct current security page program modification playback method provided in the present application.
Fig. 2 is a schematic flowchart illustrating a process of acquiring a modified log file in a direct-current security page program modification playback method provided by the present application.
Fig. 3 is another schematic flow chart illustrating obtaining of a modification log file in a direct-current security page program modification playback method provided by the present application.
Fig. 4 is a schematic structural diagram of an embodiment of a direct current protected page program modification playback device provided by the present application.
Detailed Description
The embodiment of the application provides a method, a device, a terminal and a medium for modifying and replaying a direct-current control and protection page program, and is used for solving the technical problems of low efficiency and low quality of modification and verification work of the conventional visual page program.
In order to make the objects, features and advantages of the present invention more apparent and understandable, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the embodiments described below are only a part of the embodiments of the present application, 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 application.
Referring to fig. 1 and fig. 2, a first aspect of the present application provides a method for modifying and playing back a dc-controlled protected page program, including:
step 101, responding 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 acquisition mode of the modified log file is as follows:
step 201, 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 keyboard and mouse events.
Step 202, generating modification operation record information according to the modification position information and the modification content information;
and step 203, storing the modification operation record information into the initial log file according to the time sequence to obtain a modification log file.
It should be noted that, after the system receives a modification playback instruction input by a user, the system responds to the received modification playback instruction to obtain a modified page program to be played back, and then determines an initial page program and a modification log file corresponding to the modified page program according to the program identification information of the modified page program.
The method for acquiring the modified log file provided by the embodiment of the application specifically comprises the following steps: when the system responds to a received log generation instruction, collecting a keyboard and mouse event generated during user operation, determining modification position information and modification content information in an initial page program according to the collected keyboard and mouse event, generating corresponding modification operation record information according to the obtained modification position information and modification content information, wherein the modification operation record information can be understood.
And 102, extracting the modification operation record information in the modification log file, and analyzing the modification operation record information to generate an operation action instruction sequence corresponding to the modification operation record information so as to modify and playback the modified 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 modification operation record information is analyzed to generate an operation action instruction sequence corresponding to the modification operation record information, and according to the operation action instruction sequence, a corresponding operation action is executed at a corresponding modification position of the initial page program, so that the modification process playback from the initial page program to the modified page program can be realized.
According to the method and the device for page program editing and verification, modification position information and modification content information in the initial page program are determined based on the collected keyboard and mouse events, and then a modification log file is formed according to modification operation record information generated by modifying the position information and the modification content information, so that the editing and modification process from the initial page to the final page can be displayed visually, dynamically and according to the operation sequence, convenience in page program modification and verification is improved, and the technical problems of low working efficiency and low quality of modification and verification of the existing visual page program are solved.
The above is a detailed description of an embodiment of a dc-controlled protected page program modification playback method provided by the present application, and the following is a detailed description of a second embodiment of a dc-controlled protected page program modification playback method provided by the present application.
Referring to fig. 3, a second embodiment of the present application provides a method for modifying and playing back a dc protected page program based on the first embodiment.
On the basis of the first embodiment, further, after the step 201 in the first embodiment, the method may further include:
2011, extracting and modifying the context program text of the position information according to the modified position information;
step 2012, determining modification operation classification information corresponding to the modified content information according to the context program text and in combination with the modified content information;
after step 2011 and step 2012 are added, step 202 may be changed to:
and generating modification operation record information according to the modification position information, the modification content information and the modification operation classification information.
Further, modifying the operation classification information specifically includes: adding a function module, deleting a function module, moving a function module position, modifying a function module attribute or modifying a function module incidence relation.
Examples of the function module addition include, but are not limited to, the following: adding the vertex coordinates of the frame of the newly added functional module and the identification information such as the instance name, the ID and the like of the functional module;
b) examples of function module deletion operations include, but are not limited to, the following: deleting identification information such as the vertex coordinates of the frame of the functional module, the ID of the functional module and the like;
c) examples of function module position shifting operations include, but are not limited to, the following: modifying the frame vertex coordinates and/or frame specification parameters (length and width) of the functional modules, and the like;
d) examples of functional module property modification operations include, but are not limited to: modifying the modified attribute name and/or attribute value;
e) examples of functional module association operations include, but are not limited to: and carrying out the destination address of the externally output variable and/or the source address of the internally input variable in the functional module.
Further, the modification playback of the modified page program according to the operation action instruction sequence and the initial page program specifically includes:
and according to the operation action instruction sequence and the initial page program, combining a preset playback triggering mode to trigger the execution of the operation action instruction sequence one by one so as to finish the modification playback of the modified page program.
Further, the playback triggering method specifically includes: a manual trigger mode or a timed trigger mode.
For example, the playback triggering manner provided by this embodiment may be: a manual trigger mode or a timed trigger mode.
Further, in the process of performing modified playback of the modified page program with the initial page program according to the operation action instruction sequence, the method further includes:
and responding to the received playback view zooming instruction, and zooming the view in the playback according to the playback view operation instruction so as to realize view zooming-in and zooming-out operation in the playback process.
Further, modifying the location information specifically includes: a program line number and a character number corresponding to the program line number. For example, if the modified position is 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 by the present embodiment is only an example, and the user can change the position completely according to the user's preference.
The above is a detailed description of a second embodiment of the dc-controlled protected-page program modification playback method provided by the present application, and the following is a detailed description of an embodiment of the dc-controlled protected-page program modification playback apparatus provided by the present application.
Referring to fig. 4, a third embodiment of the present application provides a dc protected page program modification playback apparatus, including:
a modified playback instruction responding unit 301, configured to, in response to the received modified playback instruction, acquire a modified page program to be played back, and determine, according to the program identification information of the modified page program, an initial page program and a modified log file corresponding to the modified page program, where the modified log file is acquired in a manner that: in response to a received log generation instruction, according to the collected keyboard and mouse events, determining modification position information and modification content information in an initial page program, then generating modification operation record information according to the modification position information and the modification content information, and then storing the modification operation record information into an initial log file according to a time sequence to obtain a modification log file;
and the modification playback executing unit 302 is configured to extract the modification operation record information in the modification log file, and generate an operation action instruction sequence corresponding to the modification operation record information by analyzing the modification operation record information, so as to perform modification playback of the modified page program according to the operation action instruction sequence and the initial page program.
The above is a detailed description of an embodiment of a dc-controlled protected-page-program modification playback apparatus provided in the present application, and the following is a detailed description of an embodiment of a dc-controlled protected-page-program modification playback terminal and an embodiment of a computer-readable storage medium provided in the present application.
A fourth embodiment of the present application provides a dc security page 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 protected page program modification playback method provided by the first embodiment or the second embodiment of the application;
the processor is used for executing the program codes.
A fifth embodiment of the present application provides a computer-readable storage medium, in which program codes corresponding to the direct current protected page program modification playback method provided in the first embodiment or the second embodiment of the present application are stored.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the terminal, the apparatus and the unit described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
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 above-described apparatus embodiments are merely illustrative, and for example, a division of a unit is merely a logical division, and an actual implementation may have another division, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The terms "first," "second," "third," "fourth," and the like in the description of the application and the above-described figures, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are, for example, capable of operation in sequences other than those illustrated or otherwise 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 parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute 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), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (10)

1. A direct current control protection page program modification playback method is characterized by comprising the following steps:
responding to a 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, wherein the acquisition mode of the modification 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 collected keyboard and mouse events, 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;
and extracting the modification operation record information in the modification log file, and analyzing the modification operation record information to generate an operation action instruction sequence corresponding to the modification operation record information so as to modify and playback the modified page program according to the operation action instruction sequence and the initial page program.
2. The method as claimed in claim 1, wherein the step of determining the modified position information and the modified content information in the initial page program according to the collected keyboard and mouse events further comprises:
extracting context program texts corresponding to the modified position information according to the modified position information;
according to the context program text, determining modification operation classification information corresponding to the modification content information in combination with the modification content information;
the generating of the modification operation record information according to the modification position information and the modification 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.
3. The direct-current controlled protected page program modification playback method according to claim 2, wherein the modification operation classification information specifically includes: adding a function module, deleting a function module, moving a function module position, modifying a function module attribute or modifying a function module incidence relation.
4. The method for modifying and replaying the direct current control protection page program according to claim 1, wherein the modifying and replaying of the modified page program according to the operation action instruction sequence and the initial page program specifically includes:
and according to the operation action instruction sequence and the initial page program, triggering the execution of the operation action instruction sequence one by combining a preset playback triggering mode so as to finish the modified playback of the modified page program.
5. The method for modifying and replaying the direct current control protection page program according to claim 4, wherein the replay triggering manner specifically includes: a manual trigger mode or a timed trigger mode.
6. The method according to claim 1, wherein in the process of performing modified playback of the modified page program according to the operation action command sequence and the initial page program, the method further comprises:
and responding to the received playback view zooming instruction, and zooming the view in the playback according to the playback view operation instruction.
7. The method for modifying and playing back a direct current security page program according to claim 1, wherein the step of modifying the position information specifically includes: a program line number and a character number corresponding to the program line number.
8. A direct current protected page program modification playback device, comprising:
a modified playback instruction response unit, configured to, in response to a received modified playback instruction, acquire a modified page program to be played back, and determine, according to program identification information of the modified page program, an initial page program and a modified log file corresponding to the modified page program, where the modified log file is acquired in a manner that: responding to a received log generation instruction, determining modification position information and modification content information in the initial page program according to the collected keyboard and mouse events, 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;
and the modification playback execution unit is used for extracting the modification operation record information in the modification log file, analyzing the modification operation record information, and generating an operation action instruction sequence corresponding to the modification operation record information so as to modify and playback the modified page program according to the operation action instruction sequence and the initial page program.
9. A direct current accuse protects page program modification playback terminal, its characterized in that includes: a memory and a processor;
the memory is used for storing program codes, and the program codes correspond to the direct current controlled protected page program modification playback method of any one of claims 1 to 7;
the processor is configured to execute the program code.
10. A computer-readable storage medium having stored therein program code corresponding to the dc-protected paged program modification playback method according to any one of claims 1 to 7.
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 true CN113238742A (en) 2021-08-10
CN113238742B 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 (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040073665A1 (en) * 2002-10-11 2004-04-15 Fujitsu Limited Log management apparatus and storage medium
US20070092204A1 (en) * 2005-10-24 2007-04-26 Microsoft Corporation Strategies for controlling presentation of media information based on a sampling of customer playback behavior
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
US20180143809A1 (en) * 2016-11-21 2018-05-24 Sap Se Visual code editor for visually developing features in applications
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
US20180183814A1 (en) * 2016-12-28 2018-06-28 Mcafee, Inc. Detecting execution of modified executable code
WO2019044156A1 (en) * 2017-08-31 2019-03-07 京セラドキュメントソリューションズ株式会社 Information processing system and information processing method
US20200396304A1 (en) * 2019-06-13 2020-12-17 FullStory, Inc. Synchronized console data and user interface playback
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

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040073665A1 (en) * 2002-10-11 2004-04-15 Fujitsu Limited Log management apparatus and storage medium
US20070092204A1 (en) * 2005-10-24 2007-04-26 Microsoft Corporation Strategies for controlling presentation of media information based on a sampling of customer playback behavior
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
US20180143809A1 (en) * 2016-11-21 2018-05-24 Sap Se Visual code editor for visually developing features in applications
US20180183814A1 (en) * 2016-12-28 2018-06-28 Mcafee, Inc. Detecting execution of modified executable code
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
US20200396304A1 (en) * 2019-06-13 2020-12-17 FullStory, Inc. Synchronized console data and user interface playback
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

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
SMARTX: "rrweb:打开web页面录制与回放的黑盒子", pages 1 - 8, Retrieved from the Internet <URL:https://zhuanlan.zhihu.com/p/60639266> *

Also Published As

Publication number Publication date
CN113238742B (en) 2024-04-12

Similar Documents

Publication Publication Date Title
CN104317618B (en) A kind of firmware partition treating method and apparatus
JP5936138B2 (en) Apparatus and method for generating operation procedure manual
CN112558824A (en) Page display method and device and computer storage medium
EP2932403A2 (en) Appending content with annotation
CN106933887B (en) Data visualization method and device
CN111818123A (en) Network front-end remote playback method, device, equipment and storage medium
CN110058756A (en) A kind of mask method and device of image pattern
JP2007025497A (en) Educational assistance program and educational assistant device
CN112487238A (en) Audio processing method, device, terminal and medium
CN110222017B (en) Real-time data processing method, device and equipment and computer readable storage medium
CN113518187B (en) Video editing method and device
CN106569949A (en) Method and device used for executing test case
CN113238742A (en) Method, device, terminal and medium for modifying and replaying direct-current control protection page program
CN113835835B (en) Method, device and computer readable storage medium for creating consistency group
KR102300444B1 (en) Document editing device to check whether the font applied to the document is a supported font and operating method thereof
CN115145634A (en) System management software self-adaption method, device and medium
CN112148544B (en) Terminal device testing method, smart watch and system
CN112905579A (en) Log optimization method and system
CN113901352A (en) Webpage operation playback method, device, equipment and storage medium
CN110908649B (en) Detachable and combinable chart drawing method and system
CN110222014B (en) Maintenance method of bus map of distributed file system and related components
CN110263303B (en) Method and device for tracing text modification history
CN113095450A (en) Two-dimensional code data acquisition method and system, electronic device and storage medium
CN105718150A (en) Method and device for presenting page elements of input method
CN112288835A (en) Image text extraction method and device and electronic 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