CN112650551B - System function display method and device - Google Patents
System function display method and device Download PDFInfo
- Publication number
- CN112650551B CN112650551B CN202011622934.0A CN202011622934A CN112650551B CN 112650551 B CN112650551 B CN 112650551B CN 202011622934 A CN202011622934 A CN 202011622934A CN 112650551 B CN112650551 B CN 112650551B
- Authority
- CN
- China
- Prior art keywords
- function
- changed
- video
- code
- screen recording
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 100
- 238000012360 testing method Methods 0.000 claims description 10
- 238000001514 detection method Methods 0.000 claims description 6
- 238000010586 diagram Methods 0.000 description 3
- BUGBHKTXTAQXES-UHFFFAOYSA-N Selenium Chemical compound [Se] BUGBHKTXTAQXES-UHFFFAOYSA-N 0.000 description 2
- 229910052711 selenium Inorganic materials 0.000 description 2
- 239000011669 selenium Substances 0.000 description 2
- 229910002056 binary alloy Inorganic materials 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 238000007781 pre-processing Methods 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
- 230000001960 triggered effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
- G06F9/453—Help systems
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
The embodiment of the invention discloses a system function display method, which comprises the following steps: the realization process of the system function is displayed in a video mode, so that a viewer can more intuitively know the system function, and under the condition that the function is changed, the video of the changed function is obtained, and the change of the system function is displayed through the video. Therefore, the purpose of intuitively and clearly displaying the system functions is achieved, and in addition, under the condition that the system functions are changed, a viewer can more timely and intuitively know the change of the system by generating the video containing the system function change.
Description
Technical Field
The present invention relates to the field of systems, and in particular, to a method and an apparatus for displaying a system function.
Background
Currently, a bank system includes a plurality of systems, the functions of each system are different, and it is difficult for a non-technician (for example, a company leader or a decision maker) to comprehensively understand the functions of all the systems.
Disclosure of Invention
In view of the above, the embodiment of the invention discloses a system function display method, which not only achieves the aim of intuitively and clearly displaying the system function, but also can enable a viewer to more timely and intuitively know the change of the system under the condition that the system function is changed.
The embodiment of the invention discloses a system function display method, which comprises the following steps:
when detecting that the system function is changed, acquiring a first video of the changed system function; the first video is used for showing the implementation process of the changed function;
acquiring a function description of the changed function;
the functional description is added to the first video, and a first video containing the functional description is generated.
Optionally, the method further comprises:
comparing the current code of the system with the code before the system;
If the current code of the system is different from the previous code of the system, the function of the system is changed;
Or alternatively
Carrying out full path scanning on the system functions by adopting a preset test tool, and determining that the system functions are changed if the changed functions are detected;
Or alternatively
Acquiring two videos recorded at different times during the function implementation process of the display system;
comparing the similarity of two videos recorded at different times in the function implementation process of the display system;
If video frames with different similarity are detected, the system function is determined to be changed.
Optionally, the obtaining the first video of the changed system function includes:
When detecting that the system function is changed, calling a screen recording tool;
recording the execution process of the changed function through a screen recording tool;
Or alternatively
When the system function is detected to be changed, acquiring a second video showing the system function realization process; the second video contains the implementation process of the changed function;
a first video of an implementation process including only the changed function is intercepted from the second video.
Optionally, the obtaining the function description of the changed function includes:
comparing the codes of the system functions with the codes before the system functions are changed, and determining the positions of the code changes;
Acquiring a code annotation at a code change position;
The code annotation is used as a functional description of the change function.
Optionally, the adding the functional description to the first video generates a first video including the functional description, including:
The functional description is added to the first video screen in the form of subtitles and/or audio to generate a first video containing the subtitles and/or audio.
Optionally, the method further comprises:
Determining a user associated with the system;
The first video containing the functional description is sent to a user associated with the system.
Optionally, the method further comprises:
Acquiring a third video before the function change of the display system;
A first video including a functional description is spliced into the third video.
Optionally, the method further comprises:
Determining content corresponding to a change function in the first video;
and marking the corresponding change function displayed in the first video.
Optionally, the method further comprises:
Detecting a preset service demand file when detecting that the system function is changed;
Acquiring a requirement description of a changed function from the service requirement file;
the demand description is added to the first video.
The embodiment of the invention also discloses a system function display device, which comprises:
the first acquisition unit is used for acquiring a first video of the changed system function when the system function is detected to be changed; the first video is used for showing the implementation process of the changed function;
A second acquisition unit configured to acquire a function specification of a function of which change has occurred;
and the video generation unit is used for adding the function description to the first video and generating the first video containing the function description.
Optionally, the second obtaining unit includes:
a change position determination subunit configured to compare the code of the system function with the code before the change, and determine a position of the code change;
a code annotation acquisition subunit for acquiring the code annotation at the code change position;
And the function description generation subunit is used for taking the code annotation as the function description of the change function.
Optionally, the method further comprises:
A detection unit for:
comparing the current code of the system with the code before the system;
If the current code of the system is different from the previous code of the system, the function of the system is changed;
Or alternatively
Carrying out full path scanning on the system functions by adopting a preset test tool, and determining that the system functions are changed if the changed functions are detected;
Or alternatively
Acquiring two videos recorded at different times during the function implementation process of the display system;
comparing the similarity of two videos recorded at different times in the function implementation process of the display system;
If video frames with different similarity are detected, the system function is determined to be changed.
Optionally, the first obtaining unit includes:
A first acquisition subunit configured to:
When detecting that the system function is changed, calling a screen recording tool;
recording the execution process of the changed function through a screen recording tool;
Or the first acquisition unit includes:
A second acquisition subunit configured to:
When the system function is detected to be changed, acquiring a second video showing the system function realization process; the second video contains the implementation process of the changed function;
a first video of an implementation process including only the changed function is intercepted from the second video.
Optionally, the video generating unit includes:
And the video generation subunit is used for adding the functional description into the first video screen in the form of subtitles and/or audio to generate a first video containing the subtitles and/or audio.
Optionally, the method further comprises:
A user determination unit for determining a user related to the system;
And the transmitting unit is used for transmitting the first video containing the function description to a user related to the system.
Optionally, the method further comprises:
the third acquisition unit is used for acquiring a third video before the system function change;
and the video splicing unit is used for splicing the first video containing the function description into the third video.
Optionally, the method comprises the following steps:
A change content determination subunit, configured to determine content corresponding to a change function in the first video;
and the marking unit is used for marking the change function displayed in the first video.
The embodiment of the invention discloses a system function display method, which comprises the following steps: the realization process of the system function is displayed in a video mode, so that a viewer can more intuitively know the system function, and under the condition that the function is changed, the video of the changed function is obtained, and the change of the system function is displayed through the video. Therefore, the purpose of intuitively and clearly displaying the system functions is achieved, and in addition, under the condition that the system functions are changed, a viewer can more timely and intuitively know the change of the system by generating the video containing the system function change.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present invention, and that other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic flow chart of a method for displaying system function change according to an embodiment of the present invention;
Fig. 2 is a schematic flow chart of a system function display method according to an embodiment of the present invention;
fig. 3 is a schematic flow chart of a system function display method according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a system function display device according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1, a flow chart of a method for displaying system function change according to an embodiment of the present invention is shown, where in this embodiment, the method includes:
s101: when detecting that the system function is changed, acquiring a first video of the changed system function; the first video is used for showing the implementation process of the changed function;
In this embodiment, the method for detecting whether the system function is changed includes various methods, which are not limited in this embodiment, and preferably may include the following implementation manners:
Embodiment one:
comparing the current code of the system with the code before the system;
If the current code of the system is different from the previous code of the system, the function of the system is changed.
In this embodiment, the system function is implemented by a code segment, and if the code segment changes, the system function will also change accordingly, and if the system code is detected to change, this indicates that the system function has changed.
Embodiment two:
And carrying out full-path scanning on the system function by adopting a preset testing tool, monitoring whether the system function is changed or not in the scanning process, and if the system function is monitored to be changed, indicating that the system function is changed.
In this embodiment, the preset test tool is a test tool capable of detecting whether the system function is changed, and the specific test function is not limited in this embodiment. Preferably, a selenium test tool may be used.
In this embodiment, when the system is automatically tested, the complete path of the function of the system may be scanned by the selenium test tool, and whether a new function can be found is monitored.
Embodiment III:
acquiring a second video and a third video of a display system function implementation process recorded at different times;
comparing the similarity of the second video with the similarity of the third video;
If video frames with different similarity are detected, the system function is determined to be changed.
The similarity comparison method includes a plurality of ways, and is not limited in this embodiment, for example, the following method may be adopted:
Video frame image for video:
1) Preprocessing a video frame image;
The scaling process may be performed on the video frame image, so that the size of the video frame image reaches a preset size, for example, the image may be scaled to a size of 16×16.
2) Carrying out graying treatment on the video frame image;
3) The video frame image after the gradation processing is subjected to DCT (Discrete Cosine Transform, chinese full scale: discrete cosine transform) conversion;
4) Calculating the fingerprint code of the pixel;
wherein, the fingerprint code can be calculated by the following two modes:
mode one: calculating average pixels of the video frame image;
Dividing the average pixel of the video frame image into 16 segments, namely dividing 255 pixels into 26 segments, and if the pixel is larger than 0-16, marking 0,17 to 32 as 1 and 255, thus obtaining 255 bits of binary system, namely the fingerprint code of the picture
5) Fingerprint codes of pixels, and calculating hamming distances of two video frame images;
6) If the Hamming distance is smaller than a preset distance threshold, judging that the two video frame images are similar;
If the Hamming distance of the two video frame images is larger than a preset distance threshold, judging that the two video frame images are different images.
In this embodiment, the manner of acquiring the first video of the changed system function may include a plurality of manners, but is not limited to this embodiment, and preferably includes the following plurality of manners: mode one:
when detecting that the system function is changed, calling up a preset screen recording tool;
Recording the execution process of the changed function through a preset screen recording tool.
In this embodiment, when detecting that a system function is changed, a preset screen recording tool is triggered to record a screen, and when recording completes a complete implementation process of the change function, the screen recording can be stopped.
The method comprises the steps of detecting a specific changed function through detection, setting triggering conditions for starting screen recording and closing the screen recording according to detection results, and realizing the processes of starting the screen recording and closing the screen recording based on the triggering conditions.
Illustrating: if the code is detected to be changed in a code segment mode, the starting and ending positions of the code segment which is changed can be determined through comparing the current code of the system with the code before the system, then the screen recording tool is turned on when the starting position of the code segment which is changed is executed, and the screen recording is closed when the ending position of the code segment which is changed is executed.
In this embodiment, the recording tool may include a plurality of types, and is not limited in this embodiment, for example, the recording operation may be performed by using an obs-studio.
A second mode,
When the system function is detected to be changed, acquiring a second video showing the system function realization process; the second video contains the implementation process of the changed function;
a first video of an implementation process including only the changed function is intercepted from the second video.
In this embodiment, if a video for showing the implementation process of the system function is recorded in advance and the video is recorded after the system function is changed, the first video including only the implementation process of the changed function may be directly intercepted from the video.
S102: acquiring a function description of the changed function;
in the present embodiment, the functional description is a specific implementation purpose of a function capable of explaining a change or a content of the function.
Illustrating: assuming that a certain function button is added to the system, the function description can receive the function implemented by the function button.
The method for acquiring the function description may include:
comparing the codes of the system functions with the codes before the system functions are changed, and determining the positions of the code changes;
Acquiring a code annotation at a code change position;
The code annotation is used as a functional description of the change function.
S103: the functional description is added to the first video, and a first video containing the functional description is generated.
In the present embodiment, the functional description may be added to the first video in various ways, but is not limited thereto, and preferably, the following manner may be adopted:
Mode one:
Adding the functional description into the video screen in the form of subtitles to generate a video containing the subtitles;
mode two:
The functional description is added to the video in the form of audio to generate a video containing the audio description.
Mode three:
the functional description is added to the first video in the form of letters and audio, generating a first video containing letters and/or audio.
In this embodiment, the implementation process of the system function is displayed in a video manner, so that a viewer can more intuitively understand the system function, and under the condition that the function is changed, the video of the changed function is obtained, and the change of the system function is displayed through the video. Therefore, the purpose of intuitively and clearly displaying the system functions is achieved, and in addition, under the condition that the system functions are changed, a viewer can more timely and intuitively know the change of the system by generating the video containing the system function change.
In this embodiment, when the system function is changed, it is often unclear to a non-technician why the change is performed, that is, the need for the change cannot be known, in order to enable the video viewer to clearly know the need for the change function, a need description may be added to the video for displaying the system function, and further the method further includes:
Detecting a preset service demand file when detecting that the system function is changed;
Acquiring a requirement description of a changed function from the service requirement file;
the demand description is added to the first video.
The service requirement file may be service requirement information filled by service personnel before the function is developed, and the service requirement information may include, for example, effects brought by the purpose of the function.
In this embodiment, the requirement specification may be added to the first video in various forms, for example, may include: the manner of text description, the manner of displaying pictures, the manner of audio description, etc., is not limited in this embodiment. Further, in order to show the complete implementation process of the system function after the system function is changed, the implementation process of the system function may be recorded again, but is time-consuming and labor-consuming, and is more difficult to be executed in the case of complex system function, in order to solve the above problem, the complete implementation process of the system function after the system function is changed may be generated by the following manner, and specifically, referring to fig. 2, another flow diagram of a system function showing method provided by an embodiment of the present invention is shown, including:
s201: when detecting that the system function is changed, acquiring a first video of the changed system function; the first video is used for showing the implementation process of the changed function;
in this embodiment, S201 is identical to S101, and will not be described in detail in this embodiment.
S202: acquiring a function description of the changed function;
in this embodiment, S202 is identical to S102 described above, and will not be described in detail in this embodiment.
S203: adding the functional description to the first video to generate a first video containing the functional description;
in this embodiment, S203 is identical to S103, and will not be described in detail in this embodiment.
S204: acquiring a third video before the function change of the display system;
s205: a first video including a functional description is spliced into the third video.
In this embodiment, the video stitching method may include multiple methods, which are not limited in this embodiment.
In this embodiment, by video stitching, the complete function implementation of the system can be more clearly displayed, and the function of the system that changes can also be intuitively displayed.
Further, to more clearly show the parts of the system that are changed in function, the changed parts may be marked in the video, and specifically further include:
Determining content corresponding to a change function in the first video;
and marking the corresponding change function displayed in the first video.
The marking method includes many ways, but is not limited to this embodiment, and for example, the content corresponding to the changing function may be highlighted or color-marked.
Illustrating: if the content of a button or page with a certain function is changed, the changed button or page can be highlighted or color-marked.
Further, referring to fig. 3, a flow chart of a method for displaying a system function according to an embodiment of the present invention is shown, where in this embodiment, the method includes:
S301: when detecting that the system function is changed, acquiring a first video of the changed system function; the first video is used for showing the implementation process of the changed function;
in this embodiment, S301 is identical to S101, and will not be described in detail in this embodiment.
S302: acquiring a function description of the changed function;
in this embodiment, S302 is identical to S102 described above, and will not be described in detail in this embodiment.
S303: adding the functional description to the first video to generate a first video containing the functional description;
In this embodiment, S303 is identical to S103, which is not described in detail in this embodiment.
S304: determining a user related to the system, and sending the first video containing the function description to the user related to the system.
In this embodiment, the system-related user may be an enterprise leader, a decision maker, or a related technician.
Wherein the determination of the user in relation to the system may be determined by means of calculating an influencing radius or a decision radius.
In this embodiment, the implementation process of the system function is displayed in a video manner, so that a viewer can more intuitively understand the system function, and under the condition that the function is changed, the video of the changed function is obtained, and the change of the system function is displayed through the video. Therefore, the purpose of intuitively and clearly displaying the system functions is achieved, and in addition, under the condition that the system functions are changed, a viewer can more timely and intuitively know the change of the system by generating the video containing the system function change. And, the first video containing the function description is sent to the related personnel for reference by the related personnel.
Referring to fig. 4, a schematic structural diagram of a system function display device according to an embodiment of the present invention is shown, where in this embodiment, the device includes:
A first obtaining unit 401, configured to obtain, when detecting that a system function is changed, a first video of the changed system function; the first video is used for showing the implementation process of the changed function;
A second acquisition unit 402 for acquiring a function description of the changed function;
A video generating unit 403, configured to add the functional description to the first video, and generate a first video containing the functional description.
Optionally, the second obtaining unit includes:
a change position determination subunit configured to compare the code of the system function with the code before the change, and determine a position of the code change;
a code annotation acquisition subunit for acquiring the code annotation at the code change position;
And the function description generation subunit is used for taking the code annotation as the function description of the change function.
Optionally, the method further comprises:
A detection unit for:
comparing the current code of the system with the code before the system;
If the current code of the system is different from the previous code of the system, the function of the system is changed;
Or alternatively
Carrying out full path scanning on the system functions by adopting a preset test tool, and determining that the system functions are changed if the changed functions are detected;
Or alternatively
Acquiring two videos recorded at different times during the function implementation process of the display system;
comparing the similarity of two videos recorded at different times in the function implementation process of the display system;
If video frames with different similarity are detected, the system function is determined to be changed.
Optionally, the first obtaining unit includes:
A first acquisition subunit configured to:
When detecting that the system function is changed, calling a screen recording tool;
recording the execution process of the changed function through a screen recording tool;
Or the first acquisition unit includes:
A second acquisition subunit configured to:
When the system function is detected to be changed, acquiring a second video showing the system function realization process; the second video contains the implementation process of the changed function;
a first video of an implementation process including only the changed function is intercepted from the second video.
Optionally, the video generating unit includes:
And the video generation subunit is used for adding the functional description into the first video screen in the form of subtitles and/or audio to generate a first video containing the subtitles and/or audio.
Optionally, the method further comprises:
A user determination unit for determining a user related to the system;
And the transmitting unit is used for transmitting the first video containing the function description to a user related to the system.
Optionally, the method further comprises:
the third acquisition unit is used for acquiring a third video before the system function change;
and the video splicing unit is used for splicing the first video containing the function description into the third video.
Optionally, the method comprises the following steps:
A change content determination subunit, configured to determine content corresponding to a change function in the first video;
and the marking unit is used for marking the change function displayed in the first video.
Optionally, the method further comprises:
A service demand adding unit, configured to:
Detecting a preset service demand file when detecting that the system function is changed;
Acquiring a requirement description of a changed function from the service requirement file;
the demand description is added to the first video.
According to the device, the implementation process of the system function is displayed in a video mode, so that a viewer can more intuitively know the system function, and under the condition that the function is changed, the video of the changed function is obtained, and the change of the system function is displayed through the video. Therefore, the purpose of intuitively and clearly displaying the system functions is achieved, and in addition, under the condition that the system functions are changed, a viewer can more timely and intuitively know the change of the system by generating the video containing the system function change.
It should be noted that, in the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described as different from other embodiments, and identical and similar parts between the embodiments are all enough to be referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (9)
1. A method for displaying system functions, comprising:
when detecting that the system function is changed, acquiring a first video of the changed system function; the first video is used for showing the implementation process of the changed function;
acquiring a function description of the changed function;
Adding the functional description to the first video to generate a first video containing the functional description;
Acquiring a first video of a changed system function, including:
When detecting that the system function is changed, calling a screen recording tool;
Recording the execution process of the changed function through a screen recording tool, and stopping screen recording when the complete realization process of the changed function is completed; the method comprises the steps of setting triggering conditions for starting screen recording and closing screen recording according to detection results, and automatically recording and closing the screen recording based on the triggering conditions: if the code is detected to be changed, the start and end positions of the changed code segments are determined through the comparison of the current code of the system and the code before the system, the screen recording tool is turned on when the start position of the changed code segments is executed, and the screen recording is closed when the end position of the changed code segments is executed.
2. The method as recited in claim 1, further comprising:
comparing the current code of the system with the code before the system;
If the current code of the system is different from the previous code of the system, the function of the system is changed;
Or alternatively
Carrying out full path scanning on the system functions by adopting a preset test tool, and determining that the system functions are changed if the changed functions are detected;
Or alternatively
Acquiring two videos recorded at different times during the function implementation process of the display system;
comparing the similarity of two videos recorded at different times in the function implementation process of the display system;
If video frames with different similarity are detected, the system function is determined to be changed.
3. The method of claim 1, wherein the obtaining a function specification of the changed function comprises:
comparing the codes of the system functions with the codes before the system functions are changed, and determining the positions of the code changes;
Acquiring a code annotation at a code change position;
The code annotation is used as a functional description of the change function.
4. The method of claim 1, wherein adding the functional description to the first video generates a first video containing functional description, comprising:
the functional description is added to the first video in the form of subtitles and/or audio to generate a first video containing the subtitles and/or audio.
5. The method as recited in claim 1, further comprising:
determining a user associated with the system;
The first video containing the functional description is sent to a user associated with the system.
6. The method as recited in claim 1, further comprising:
Acquiring a third video before the function change of the display system;
A first video including a functional description is spliced into the third video.
7. The method as recited in claim 1, further comprising:
Determining content corresponding to a change function in the first video;
And marking the content corresponding to the change function displayed in the first video.
8. The method as recited in claim 1, further comprising:
Detecting a preset service demand file when detecting that the system function is changed;
Acquiring a requirement description of a changed function from the service requirement file;
the demand description is added to the first video.
9. A system function display device, comprising:
the first acquisition unit is used for acquiring a first video of the changed system function when the system function is detected to be changed; the first video is used for showing the implementation process of the changed function;
A second acquisition unit configured to acquire a function specification of a function of which change has occurred;
a video generation unit for adding the function description to the first video to generate a first video containing the function description;
the first acquisition unit acquires a first video of a changed system function, including:
When detecting that the system function is changed, calling a screen recording tool;
Recording the execution process of the changed function through a screen recording tool, and stopping screen recording when the complete realization process of the changed function is completed; the method comprises the steps of setting triggering conditions for starting screen recording and closing screen recording according to detection results, and automatically recording and closing the screen recording based on the triggering conditions: if the code is detected to be changed, the start and end positions of the changed code segments are determined through the comparison of the current code of the system and the code before the system, the screen recording tool is turned on when the start position of the changed code segments is executed, and the screen recording is closed when the end position of the changed code segments is executed.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011622934.0A CN112650551B (en) | 2020-12-31 | 2020-12-31 | System function display method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011622934.0A CN112650551B (en) | 2020-12-31 | 2020-12-31 | System function display method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112650551A CN112650551A (en) | 2021-04-13 |
CN112650551B true CN112650551B (en) | 2024-06-11 |
Family
ID=75366673
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011622934.0A Active CN112650551B (en) | 2020-12-31 | 2020-12-31 | System function display method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112650551B (en) |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108881767A (en) * | 2018-07-17 | 2018-11-23 | 广州飞磨科技有限公司 | A method of record shields terminal system and realizes record screen using its |
CN109194887A (en) * | 2018-10-26 | 2019-01-11 | 北京亿幕信息技术有限公司 | A kind of cloud cuts video record and clipping method and plug-in unit |
CN109189379A (en) * | 2018-09-04 | 2019-01-11 | 百度在线网络技术(北京)有限公司 | code generating method and device |
CN109274926A (en) * | 2017-07-18 | 2019-01-25 | 杭州海康威视系统技术有限公司 | A kind of image processing method, equipment and system |
CN110087123A (en) * | 2019-05-15 | 2019-08-02 | 腾讯科技(深圳)有限公司 | Video file production method, device, equipment and readable storage medium storing program for executing |
CN110769305A (en) * | 2019-09-12 | 2020-02-07 | 腾讯科技(深圳)有限公司 | Video display method and device, block chain system and storage medium |
CN110895472A (en) * | 2018-09-13 | 2020-03-20 | 北京京东尚科信息技术有限公司 | Method and device for identifying service change |
CN111857517A (en) * | 2020-07-28 | 2020-10-30 | 腾讯科技(深圳)有限公司 | Video information processing method and device, electronic equipment and storage medium |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8977958B2 (en) * | 2007-11-20 | 2015-03-10 | Microsoft Technology Licensing, Llc | Community-based software application help system |
-
2020
- 2020-12-31 CN CN202011622934.0A patent/CN112650551B/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109274926A (en) * | 2017-07-18 | 2019-01-25 | 杭州海康威视系统技术有限公司 | A kind of image processing method, equipment and system |
CN108881767A (en) * | 2018-07-17 | 2018-11-23 | 广州飞磨科技有限公司 | A method of record shields terminal system and realizes record screen using its |
CN109189379A (en) * | 2018-09-04 | 2019-01-11 | 百度在线网络技术(北京)有限公司 | code generating method and device |
CN110895472A (en) * | 2018-09-13 | 2020-03-20 | 北京京东尚科信息技术有限公司 | Method and device for identifying service change |
CN109194887A (en) * | 2018-10-26 | 2019-01-11 | 北京亿幕信息技术有限公司 | A kind of cloud cuts video record and clipping method and plug-in unit |
CN110087123A (en) * | 2019-05-15 | 2019-08-02 | 腾讯科技(深圳)有限公司 | Video file production method, device, equipment and readable storage medium storing program for executing |
CN110769305A (en) * | 2019-09-12 | 2020-02-07 | 腾讯科技(深圳)有限公司 | Video display method and device, block chain system and storage medium |
CN111857517A (en) * | 2020-07-28 | 2020-10-30 | 腾讯科技(深圳)有限公司 | Video information processing method and device, electronic equipment and storage medium |
Non-Patent Citations (1)
Title |
---|
微型学习视角下网络视频课程的开发研究――以辽宁古生物博物馆科普视频课程建设为例;胡进 等;烟台职业学院学报;20160618;第22卷(第02期);第50-54页 * |
Also Published As
Publication number | Publication date |
---|---|
CN112650551A (en) | 2021-04-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2018214693A1 (en) | Video communication system detection method and apparatus, storage medium and computer device | |
CN104956339B (en) | Software test script is generated from video | |
US20120229629A1 (en) | System and method for quick object verification | |
US10043079B2 (en) | Method and apparatus for providing multi-video summary | |
US20120182320A1 (en) | Utilizing Matrix Codes to Install a Display Device | |
US20220060790A1 (en) | End-of-show content display trigger | |
CN104966163A (en) | Witness sampling system and method based on mobile terminal | |
US9038908B2 (en) | Methods and systems for optimizing visual data communication | |
JP4797193B2 (en) | Water meter reading and water pipe leak detection system | |
CN106713739A (en) | Two-dimensional code identification method based on electronic screen display | |
CN110582016A (en) | video information display method, device, server and storage medium | |
CN112650551B (en) | System function display method and device | |
US20220201362A1 (en) | Artificial intelligence and machine learning evaluation of elements in rendered video | |
CN103782607A (en) | Device and method to support the operating of the display of image data | |
US20170140362A1 (en) | Information processing device, information processing method, and program | |
CN112711536A (en) | Automatic dial testing method and system, and computer readable storage medium | |
CN116886844A (en) | Conference information recording method and device, electronic equipment and storage medium | |
US10880735B2 (en) | Method for detecting the possible taking of screenshots | |
CN110740378A (en) | Method, system, device and storage medium for identifying notice in videos | |
CN112004065B (en) | Video display method, display device and storage medium | |
CN115761567A (en) | Video processing method and device, electronic equipment and computer readable storage medium | |
CN113160083A (en) | Media asset video cover map optimization method, device, equipment and storage medium | |
CN112565763A (en) | Abnormal image sample generation method and device, and image detection method and device | |
CN106131145B (en) | A kind of projecting method of mobile terminal | |
US20100188369A1 (en) | Image displaying apparatus and image displaying method |
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 |