CN110908857A - Interface data monitoring method and device, terminal equipment and storage medium - Google Patents

Interface data monitoring method and device, terminal equipment and storage medium Download PDF

Info

Publication number
CN110908857A
CN110908857A CN201910947400.6A CN201910947400A CN110908857A CN 110908857 A CN110908857 A CN 110908857A CN 201910947400 A CN201910947400 A CN 201910947400A CN 110908857 A CN110908857 A CN 110908857A
Authority
CN
China
Prior art keywords
data
information
list control
server
list
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
CN201910947400.6A
Other languages
Chinese (zh)
Other versions
CN110908857B (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.)
JD Digital Technology Holdings Co Ltd
Original Assignee
JD Digital Technology Holdings 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 JD Digital Technology Holdings Co Ltd filed Critical JD Digital Technology Holdings Co Ltd
Priority to CN201910947400.6A priority Critical patent/CN110908857B/en
Publication of CN110908857A publication Critical patent/CN110908857A/en
Application granted granted Critical
Publication of CN110908857B publication Critical patent/CN110908857B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3438Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment monitoring of user actions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Computer Hardware Design (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention relates to a method and a device for monitoring interface data, terminal equipment and a storage medium, wherein the method comprises the following steps: the method comprises the steps of grabbing a form/list control from a graphical user interface, obtaining information of the form/list control, extracting data in the form/list control according to the information, and sending the data to a server, so that the server monitors the form/list control based on the data, the form/list displayed in a GUI interface can be monitored, and authenticity of the data in the form/list is guaranteed.

Description

Interface data monitoring method and device, terminal equipment and storage medium
Technical Field
The embodiment of the invention relates to the field of data monitoring, in particular to a method, a device and terminal equipment for monitoring interface data and a storage medium.
Background
A Graphical User Interface (GUI) typically displays data in the form of tables/lists, such as train ticket data on 12306 software, stock data on stock software, registration data on outpatient registration software, and so forth.
The form/list is controlled through a control, data in the form/list is usually stored in a server, and the control acquires corresponding data from the server through a calling interface and displays the data in the form/list of the GUI interface.
In the process of implementing the invention, the inventor finds that effective monitoring can not be achieved on whether the display of the data in the table/list is correct, whether the data in the table/list is modified and whether the data stored in the server is modified.
Disclosure of Invention
In view of this, to solve the technical problems or some technical problems, embodiments of the present invention provide a method and an apparatus for monitoring interface data, a terminal device, and a storage medium.
In a first aspect, an embodiment of the present invention provides a method for monitoring interface data, including:
acquiring a form/list control from a Graphical User Interface (GUI) in real time; acquiring information of the form/list control; extracting data in the form/list control according to the information; and sending the data to a server so that the server monitors the form/list control based on the data.
In one possible embodiment, the obtaining information of the form/list control includes:
and acquiring the position information, the line height information and the column width information of the table/list control.
In one possible embodiment, the extracting data in the form/list control according to the information includes:
data from each region in the table/list control according to the row height information/column width information;
determining position information of the region based on the row height information/column width information;
setting an identifier for the data based on the location information.
In one possible embodiment, the method further comprises:
the data is sorted in the order in which the server performs the data matching.
In one possible embodiment, the method further comprises:
receiving a matching result returned by the server in response to the data;
and the matching result is generated by the server based on the matching between the data and the table/list data stored locally in the server.
In one possible embodiment, the method further comprises:
if the matching result is that the data are inconsistent, determining an area with inconsistent data from the table/list control;
and performing alarm in a mode of highlighting the area.
In one possible embodiment, the method further comprises:
requesting data corresponding to the area from the server according to the position information of the area;
updating the text information of the region based on the data.
In a second aspect, an embodiment of the present invention provides an interface data monitoring apparatus, including:
the acquisition module is used for acquiring a form/list control from a Graphical User Interface (GUI) in real time;
the acquisition module is further used for acquiring the information of the form/list control;
the extraction module is used for extracting the data in the table/list control according to the information;
and the sending module is used for sending the data to a server so that the server monitors the form/list control based on the data.
In a third aspect, an embodiment of the present invention provides a terminal device, including: the interface data monitoring method comprises a processor and a memory, wherein the processor is used for executing a monitoring program of the interface data stored in the memory so as to realize the interface data monitoring method of any one of the first aspect.
In a fourth aspect, an embodiment of the present invention provides a storage medium, where the storage medium stores one or more programs, and the one or more programs are executable by one or more processors to implement the method for monitoring interface data according to any one of the first aspect.
According to the interface data monitoring scheme provided by the embodiment of the invention, the form/list control is captured from the graphical user interface, the information of the form/list control is obtained, the data in the form/list control is extracted according to the information, and the data is sent to the server, so that the server monitors the form/list control based on the data, the form/list displayed in the GUI interface can be monitored, and the authenticity of the data in the form/list is ensured.
Drawings
Fig. 1 is a schematic flow chart of a method for monitoring interface data according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of another interface data monitoring method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an interface data monitoring apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a terminal device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
For the convenience of understanding of the embodiments of the present invention, the following description will be further explained with reference to specific embodiments, which are not to be construed as limiting the embodiments of the present invention.
Fig. 1 is a schematic flow chart of a method for monitoring interface data according to an embodiment of the present invention, and as shown in fig. 1, the method specifically includes:
s11, grab form/list control from graphical user interface.
The method for monitoring the interface data provided by the embodiment is applied to monitoring the form/list data in the display interface, and when the GUI interface displays the data stored in the server by calling the interface in the form of the form/list, the form/list control is captured from the GUI interface.
In the embodiment of the present invention, the manner of grabbing the table/list control from the GUI interface may be: and capturing all types of controls in the GUI interface, and filtering all types of controls to obtain a table/list control, wherein the table/list control is a table type control.
In an alternative of the embodiment of the present invention, the form/list control is captured from the GUI interface in real time, at regular time, or by a task initiated by a user, for example, the form/list control is captured from the GUI interface every 60min, and a monitoring scheme of the interface data is executed.
And S12, acquiring the information of the form/list control.
After the form/list control is obtained, the information of the form/list control is obtained from the form/list control, and the information of the form/list control may be: the table/list has a row height, a column width, and data stored in each area of the table/list.
And S13, extracting the data in the form/list control according to the information.
And extracting the stored data from the form/list control according to a set reading rule, wherein the reading rule can be as follows: and extracting data from the table/list control according to the row number or the column number or extracting data from the table/list control according to the sequence set by the user.
Specifically, the data may be, but is not limited to: text (chinese characters, numbers or letters), icons, formulas, symbols, etc.
In an alternative of the embodiment of the present invention, after each piece of data is extracted, an identifier is set for each piece of data, where the identifier may be: the data is in the form/list control location information.
In this embodiment of the present invention, the position information of the data in the table/list control is represented in the form of coordinates, for example, (1,1) is a first row and a first column, and assuming that the data in the first row and the first column is XX, the data after setting the identification may be: XX- (1, 1).
In an alternative of the embodiment of the present invention, different identifiers may be set for different rows and different columns, for example, a first row identifier a, a second row identifier B, a third row identifier C …, a first column identifier a, a second column identifier B, and a third column identifier C ….
And S14, sending the data to a server so that the server monitors the form/list control based on the data.
And sending the extracted data to a server for storing the table/list control data, so that the server matches the locally stored corresponding data based on the data, and monitoring the table/list control in the GUI interface.
According to the interface data monitoring method provided by the embodiment of the invention, the form/list control is captured from the graphical user interface, the information of the form/list control is obtained, the data in the form/list control is extracted according to the information, and the data is sent to the server, so that the server monitors the form/list control based on the data, the form/list displayed in the GUI can be monitored, and the authenticity of the data in the form/list is ensured.
Fig. 2 is a schematic flow chart of another interface data monitoring method according to an embodiment of the present invention, and as shown in fig. 2, the method specifically includes:
s21, grab form/list control from graphical user interface.
The method for monitoring the interface data provided by the embodiment is applied to monitoring the form/list data in the display interface, and when the GUI interface displays the data stored in the server by calling the interface in the form of the form/list, the form/list control is captured from the GUI interface.
For a brief description, details of a manner of capturing the table/list control may refer to the related description of S11 shown in fig. 1, and are not described herein again.
And S22, acquiring the position information, the line height information and the column width information of the table/list control.
After the table/list control in the GUI interface is captured, the position information of the table/list control in the GUI interface, the row height information (including the height and the row number) of the table/list, and the column width information (including the width and the column number) of the table/list are obtained.
For example, the form/list control may be train ticket data on 12306 software, and the GUI interface displays a 20 row 10 column form/list.
And S23, data in each area in the table/list control according to the row height information/column width information.
And extracting data from the table/list control according to the row number or the column number or extracting data from the table/list control according to the sequence set by the user.
For example, when the form/list control may be train ticket data on 12306 software, and the GUI interface displays a form/list with 20 rows and 10 columns, the data corresponding to the 8 th column is the number of remaining tickets of two seats, and the data in each area is read from the 2 nd row according to the current 8 th column until the 20 th row ends.
S24, determining the position information of the area based on the row height information/column width information.
And determining the position of each area in the GUI according to the position information of the table/list control in the GUI, and setting an identifier for the text information of each area according to the position information.
And S25, setting identification for the data based on the position information.
The set rule may be a format in which table/list control data is stored in the server.
In an alternative of the embodiment of the present invention, the data is sorted in the order in which the server performs the data matching.
The table/list control data is stored in the server in the order in which the server performs the data matching (e.g., in column-first-row order).
And S26, sending the data to a server so that the server monitors the form/list control based on the data.
The server matches the data with corresponding data stored locally and returns corresponding matching results to monitor the completed form/list control.
And S27, receiving a matching result returned by the server in response to the data.
And the matching result is generated by the server based on the matching between the data and the table/list data stored locally in the server.
And S28, if the matching result is that the data are inconsistent, determining an area with inconsistent data from the form/list control.
And S29, performing alarm in a mode of highlighting the area.
And if the matching result is inconsistent, adding area information with inconsistent data in the returned result, feeding back the matching result, determining an area with inconsistent data from the form/list control according to the matching result, and giving an alarm in a highlighted area mode.
The highlighting of the area may be in the form of: and framing the inconsistent areas by adopting highlight frames, highlighting text information in the inconsistent areas, and the like.
S210, requesting data corresponding to the area from the server according to the position information of the area; updating the text information of the region based on the data.
And S211, if the matching result is data consistency, continuing monitoring the form/list in the GUI.
According to the interface data monitoring method provided by the embodiment of the invention, the form/list control is captured from the graphical user interface, the information of the form/list control is obtained, the data in the form/list control is extracted according to the information, and the data is sent to the server, so that the server monitors the form/list control based on the data, the form/list displayed in the GUI can be monitored, if the text information in the form/list control is inconsistent with the data stored by the server, the inconsistent area is subjected to alarm display, the correct data is automatically obtained from the server for updating, and the authenticity of the data in the form/list is ensured.
Fig. 3 is a schematic structural diagram of a device for monitoring interface data according to an embodiment of the present invention, and as shown in fig. 3, the device specifically includes:
an obtaining module 31, configured to grab a table/list control from a graphical user interface;
the obtaining module 31 is further configured to obtain information of the form/list control;
an extracting module 32, configured to extract data in the form/list control according to the information;
a sending module 33, configured to send the data to a server, so that the server monitors the form/list control based on the data.
Optionally, the obtaining module 31 is specifically configured to obtain position information, line height information, and column width information of the table/list control.
Optionally, the extracting module 32 is specifically configured to extract data from each area in the table/list control according to the row height information/column width information; determining position information of the region based on the row height information/column width information; setting an identifier for the data based on the location information.
Optionally, the extracting module 32 is further configured to sort the data according to an order in which the server performs data matching.
Optionally, the apparatus further comprises: a receiving module 34, configured to receive a matching result returned by the server in response to the data;
and the matching result is generated by the server based on the matching between the data and the table/list data stored locally in the server.
Optionally, the apparatus further comprises: the warning module 35 is configured to determine an area with inconsistent data from the table/list control if it is determined that the matching result is inconsistent data; and performing alarm in a mode of highlighting the area.
Optionally, the apparatus further comprises: an updating module 36, configured to request, from the server, data corresponding to the area according to the location information of the area; updating the text information of the region based on the data.
The interface data monitoring device provided in this embodiment may be the interface data monitoring device shown in fig. 3, and may perform all the steps of the interface data monitoring method shown in fig. 1-2, so as to achieve the technical effect of the interface data monitoring method shown in fig. 1-2, which is described with reference to fig. 1-2 for brevity, and is not described herein again.
Fig. 4 is a schematic structural diagram of a terminal device according to an embodiment of the present invention, where the terminal device 400 shown in fig. 4 includes: at least one processor 401, memory 402, at least one network interface 404, and other user interfaces 403. The various components in the terminal device 400 are coupled together by a bus system 405. It is understood that the bus system 405 is used to enable connection communication between these components. The bus system 405 includes a power bus, a control bus, and a status signal bus in addition to a data bus. For clarity of illustration, however, the various buses are labeled as bus system 405 in fig. 4.
The user interface 403 may include, among other things, a display, a keyboard, or a pointing device (e.g., a mouse, trackball, touch pad, or touch screen, among others.
It will be appreciated that memory 402 in embodiments of the invention may be either volatile memory or nonvolatile memory, or may include both volatile and nonvolatile memory. The non-volatile memory may be a Read-only memory (ROM), a programmable Read-only memory (PROM), an erasable programmable Read-only memory (erasabprom, EPROM), an electrically erasable programmable Read-only memory (EEPROM), or a flash memory. The volatile memory may be a Random Access Memory (RAM) which functions as an external cache. By way of example, but not limitation, many forms of RAM are available, such as static random access memory (staticiram, SRAM), dynamic random access memory (dynamic RAM, DRAM), synchronous dynamic random access memory (syncronous DRAM, SDRAM), Double Data Rate Synchronous Dynamic Random Access Memory (DDRSDRAM), Enhanced synchronous SDRAM (ESDRAM), synchronous link SDRAM (SLDRAM), and direct memory bus SDRAM (DRRAM). The memory 402 described herein is intended to comprise, without being limited to, these and any other suitable types of memory.
In some embodiments, memory 402 stores the following elements, executable units or data structures, or a subset thereof, or an expanded set thereof: an operating system 4021 and application programs 4022.
The operating system 4021 includes various system programs, such as a framework layer, a core library layer, a driver layer, and the like, and is configured to implement various basic services and process hardware-based tasks. The application 4022 includes various applications, such as a media player (MediaPlayer), a Browser (Browser), and the like, for implementing various application services. A program for implementing the method according to the embodiment of the present invention may be included in the application 4022.
In this embodiment of the present invention, by calling a program or an instruction stored in the memory 402, specifically, a program or an instruction stored in the application 4022, the processor 401 is configured to execute the method steps provided by the method embodiments, for example, including:
grabbing a form/list control from a graphical user interface; acquiring information of the form/list control; extracting data in the form/list control according to the information; and sending the data to a server so that the server monitors the form/list control based on the data.
Optionally, position information, line height information, and column width information of the table/list control are obtained.
Optionally, data from each region in the table/list control according to the row height information/column width information; determining position information of the region based on the row height information/column width information; setting an identifier for the data based on the location information.
Optionally, the data is sorted in the order in which the server performs the data matching.
Optionally, receiving a matching result returned by the server in response to the data; and the matching result is generated by the server based on the matching between the data and the table/list data stored locally in the server.
Optionally, if the matching result is that the data are inconsistent, determining an area with inconsistent data from the form/list control; and performing alarm in a mode of highlighting the area.
Optionally, data corresponding to the area is requested from the server according to the location information of the area; updating the text information of the region based on the data.
The method disclosed in the above embodiments of the present invention may be applied to the processor 401, or implemented by the processor 401. The processor 401 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware or instructions in the form of software in the processor 401. The processor 401 may be a general-purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic device, or discrete hardware components. The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software elements in the decoding processor. The software elements may be located in ram, flash, rom, prom, or eprom, registers, among other storage media that are well known in the art. The storage medium is located in the memory 402, and the processor 401 reads the information in the memory 402 and completes the steps of the method in combination with the hardware.
It is to be understood that the embodiments described herein may be implemented in hardware, software, firmware, middleware, microcode, or any combination thereof. For a hardware implementation, the processing units may be implemented within one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), general purpose processors, controllers, micro-controllers, microprocessors, other electronic units configured to perform the functions described herein, or a combination thereof.
For a software implementation, the techniques described herein may be implemented by means of units performing the functions described herein. The software codes may be stored in a memory and executed by a processor. The memory may be implemented within the processor or external to the processor.
The terminal device provided in this embodiment may be the terminal device shown in fig. 4, and may execute all steps of the method for monitoring interface data shown in fig. 1-2, so as to achieve the technical effect of the method for monitoring interface data shown in fig. 1-2, and for brevity, it is described with reference to fig. 1-2, which is not described herein again.
The embodiment of the invention also provides a storage medium (computer readable storage medium). The storage medium herein stores one or more programs. Among others, the storage medium may include volatile memory, such as random access memory; the memory may also include non-volatile memory, such as read-only memory, flash memory, a hard disk, or a solid state disk; the memory may also comprise a combination of memories of the kind described above.
When one or more programs in the storage medium can be executed by one or more processors, the method for monitoring the interface data executed on the side of the interface data monitoring device is realized.
The processor is used for executing the monitoring program of the interface data stored in the memory so as to realize the following steps of the interface data monitoring method executed on the monitoring equipment side of the interface data:
grabbing a form/list control from a graphical user interface; acquiring information of the form/list control; extracting data in the form/list control according to the information; and sending the data to a server so that the server monitors the form/list control based on the data.
Optionally, position information, line height information, and column width information of the table/list control are obtained.
Optionally, data from each region in the table/list control according to the row height information/column width information; determining position information of the region based on the row height information/column width information; setting an identifier for the data based on the location information.
Optionally, the data is sorted in the order in which the server performs the data matching.
Optionally, receiving a matching result returned by the server in response to the data; and the matching result is generated by the server based on the matching between the data and the table/list data stored locally in the server.
Optionally, if the matching result is that the data are inconsistent, determining an area with inconsistent data from the form/list control; and performing alarm in a mode of highlighting the area.
Optionally, data corresponding to the area is requested from the server according to the location information of the area; updating the text information of the region based on the data.
Those of skill would further appreciate that the various illustrative components and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied in hardware, a software module executed by a processor, or a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are merely exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A method for monitoring interface data is characterized by comprising the following steps:
grabbing a form/list control from a graphical user interface;
acquiring information of the form/list control;
extracting data in the form/list control according to the information;
and sending the data to a server so that the server monitors the form/list control based on the data.
2. The method of claim 1, wherein obtaining information for the form/list control comprises:
and acquiring the position information, the line height information and the column width information of the table/list control.
3. The method of claim 2, wherein said extracting data in said form/list control according to said information comprises:
acquiring data in each area from the table/list control according to the row height information/column width information;
determining position information of the region based on the row height information/column width information;
setting an identifier for the data based on the location information.
4. The method of claim 3, further comprising:
the data is sorted in the order in which the server performs the data matching.
5. The method of claim 1 or 4, further comprising:
receiving a matching result returned by the server in response to the data;
and the matching result is generated by the server based on the matching between the data and the table/list data stored locally in the server.
6. The method of claim 5, further comprising:
if the matching result is that the data are inconsistent, determining an area with inconsistent data from the table/list control;
and performing alarm in a mode of highlighting the area.
7. The method of claim 6, further comprising:
requesting data corresponding to the area from the server according to the position information of the area;
updating the text information of the region based on the data.
8. An interface data monitoring device, comprising:
the acquisition module is used for acquiring a form/list control from a Graphical User Interface (GUI) in real time;
the acquisition module is further used for acquiring the information of the form/list control;
the extraction module is used for extracting the data in the table/list control according to the information;
and the sending module is used for sending the data to a server so that the server monitors the form/list control based on the data.
9. A terminal device, comprising: the processor is used for executing a monitoring program of the interface data stored in the memory so as to realize the monitoring method of the interface data of any one of claims 1 to 7.
10. A storage medium storing one or more programs executable by one or more processors to implement the method for monitoring interface data according to any one of claims 1 to 7.
CN201910947400.6A 2019-09-29 2019-09-29 Interface data monitoring method and device, terminal equipment and storage medium Active CN110908857B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910947400.6A CN110908857B (en) 2019-09-29 2019-09-29 Interface data monitoring method and device, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910947400.6A CN110908857B (en) 2019-09-29 2019-09-29 Interface data monitoring method and device, terminal equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110908857A true CN110908857A (en) 2020-03-24
CN110908857B CN110908857B (en) 2024-01-12

Family

ID=69815170

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910947400.6A Active CN110908857B (en) 2019-09-29 2019-09-29 Interface data monitoring method and device, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110908857B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117901887A (en) * 2024-01-30 2024-04-19 重庆赛力斯凤凰智创科技有限公司 Vehicle control display method and device, electronic equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893226A (en) * 2015-11-13 2016-08-24 乐视云计算有限公司 Service monitoring system
CN107203503A (en) * 2017-05-12 2017-09-26 国电南瑞科技股份有限公司 A kind of method of real-time monitoring form applied to SVG interfaces
CN107301355A (en) * 2017-06-20 2017-10-27 深信服科技股份有限公司 A kind of webpage tamper monitoring method and device
CN107423639A (en) * 2017-04-21 2017-12-01 深圳前海微众银行股份有限公司 webpage tamper monitoring method and device
WO2018188727A1 (en) * 2017-04-10 2018-10-18 Nokia Solutions And Networks Oy Method, apparatus, medium and system for caching data
US20190149601A1 (en) * 2017-11-16 2019-05-16 Baidu Online Network Technology (Beijing) Co., Ltd Device list synchronizing method and apparatus, device, and computer storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893226A (en) * 2015-11-13 2016-08-24 乐视云计算有限公司 Service monitoring system
WO2018188727A1 (en) * 2017-04-10 2018-10-18 Nokia Solutions And Networks Oy Method, apparatus, medium and system for caching data
CN107423639A (en) * 2017-04-21 2017-12-01 深圳前海微众银行股份有限公司 webpage tamper monitoring method and device
CN107203503A (en) * 2017-05-12 2017-09-26 国电南瑞科技股份有限公司 A kind of method of real-time monitoring form applied to SVG interfaces
CN107301355A (en) * 2017-06-20 2017-10-27 深信服科技股份有限公司 A kind of webpage tamper monitoring method and device
US20190149601A1 (en) * 2017-11-16 2019-05-16 Baidu Online Network Technology (Beijing) Co., Ltd Device list synchronizing method and apparatus, device, and computer storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117901887A (en) * 2024-01-30 2024-04-19 重庆赛力斯凤凰智创科技有限公司 Vehicle control display method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN110908857B (en) 2024-01-12

Similar Documents

Publication Publication Date Title
CN107025174B (en) Method, device and readable storage medium for user interface anomaly test of equipment
US10380117B2 (en) Event occurrence place estimation method, computer-readable recording medium storing event occurrence place estimation program, and event occurrence place estimation apparatus
US20150347818A1 (en) Method, system, and application for obtaining complete resource according to blob images
US20160063535A1 (en) Electronic device and warning method of screening applications executable
CN106611065B (en) Searching method and device
CN105808221A (en) Card type desktop realization method and apparatus
CN111796824A (en) Page loading method, device, server and medium
CN110134653B (en) Method and system for assisting database auditing by using logs
US20160328110A1 (en) Method, system, equipment and device for identifying image based on image
US20150106701A1 (en) Input support method and information processing system
CN110941779B (en) Page loading method and device, storage medium and electronic equipment
JP2016045545A (en) Influence investigation system, influence investigation method, and influence investigation program
CN110908857A (en) Interface data monitoring method and device, terminal equipment and storage medium
JP6859504B2 (en) Methods, devices and terminal devices for extracting data
US20150302089A1 (en) Recovery of Information from Commercial Web Portals
WO2016075829A1 (en) Data acquisition program, data acquisition method and data acquisition device
CN114691135A (en) Page construction method and device, storage medium and electronic equipment
JP5753302B1 (en) Program, method and system for warning access to web page
CN105094562A (en) Information processing method and terminal
US20140337709A1 (en) Method and apparatus for displaying web page
CN112307386A (en) Information monitoring method, system, electronic device and computer readable storage medium
CN112134968A (en) Domain name access method and device, electronic equipment and storage medium
CN111158685A (en) Static page updating method and device, electronic equipment and storage medium
US11729246B2 (en) Apparatus and method for determining types of uniform resource locator
KR101913567B1 (en) Operating method of web server, screen shot server, web browser and target terminal for sharing digital contents

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
CB02 Change of applicant information

Address after: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant after: Jingdong Technology Holding Co.,Ltd.

Address before: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant before: Jingdong Digital Technology Holding Co.,Ltd.

Address after: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant after: Jingdong Digital Technology Holding Co.,Ltd.

Address before: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant before: JINGDONG DIGITAL TECHNOLOGY HOLDINGS Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant