CN111104301A - Method and system for judging barrier user in webpage - Google Patents

Method and system for judging barrier user in webpage Download PDF

Info

Publication number
CN111104301A
CN111104301A CN201911221276.1A CN201911221276A CN111104301A CN 111104301 A CN111104301 A CN 111104301A CN 201911221276 A CN201911221276 A CN 201911221276A CN 111104301 A CN111104301 A CN 111104301A
Authority
CN
China
Prior art keywords
event
control interaction
user
mouse
interaction event
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
CN201911221276.1A
Other languages
Chinese (zh)
Other versions
CN111104301B (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.)
Shenzhen Liandi Information Accessibility Co ltd
Original Assignee
Shenzhen Liandi Information Accessibility 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 Shenzhen Liandi Information Accessibility Co ltd filed Critical Shenzhen Liandi Information Accessibility Co ltd
Priority to CN201911221276.1A priority Critical patent/CN111104301B/en
Publication of CN111104301A publication Critical patent/CN111104301A/en
Priority to PCT/CN2020/124903 priority patent/WO2021109761A1/en
Application granted granted Critical
Publication of CN111104301B publication Critical patent/CN111104301B/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/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/3409Recording 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 for performance assessment
    • G06F11/3419Recording 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 for performance assessment by assessing time
    • 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
    • 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/3452Performance evaluation by statistical analysis

Abstract

The invention relates to the technical field of internet, and discloses a method and a system for judging a barrier user in a webpage, a user terminal and a server. The method comprises the following steps: monitoring and recording keyboard event information, mouse event information and control monitoring event information; if the difference value of the time stamps of the keyboard event and the control interaction event is smaller than a preset time threshold, acquiring the current position of the mouse; if the current position of the mouse is in a control interaction area, judging that the control interaction event is a control interaction event triggered by a mouse event, otherwise, judging that the control interaction event is a control interaction event triggered by a keyboard key event; and sending the judgment result to a server so that the server judges whether the current user is an obstacle user according to the judgment result. By the method, whether the user is a barrier user can be judged more accurately, so that a page optimization function can be provided for the barrier user, and the burden of the barrier user on using the webpage is reduced.

Description

Method and system for judging barrier user in webpage
Technical Field
The invention relates to the technical field of internet, in particular to a method and a system for judging a barrier user in a webpage, a user terminal and a server.
Background
With the development of internet technology and the popularization of network application, more and more people use the network application to perform activities such as daily communication, shopping and the like. However, due to the invisibility of the network users, people cannot know which of the people used at the other end of the network are the obstacle users, and when facing the people with large using amount, it is difficult to judge whether the user is the obstacle user, which makes it very difficult for the web page operator to calculate the access amount of the obstacle user so as to optimize the operation of the web page.
The traditional statistical mode is mainly to call API of the Windows system to judge whether a visitor of a webpage is a barrier user through a Flash Player plug-in, but with the replacement of the Flash Player plug-in by the evolution of HTML5 technology, the conventional statistical mode cannot judge whether the visitor of the webpage is a barrier user through the Flash Player plug-in.
Disclosure of Invention
Therefore, it is necessary to provide a method and a system for determining a handicapped user in a web page, a user terminal and a server, which can more accurately determine whether the user is a handicapped user by the determination method, so as to provide a page optimization function for the handicapped user, so as to reduce the burden of the handicapped user on using the web page, and the technical scheme is as follows:
in a first aspect, an embodiment of the present invention provides a method for determining a disabled user in a web page, where the method is applied to a user terminal, and the method includes:
monitoring a keyboard key event and recording keyboard key event information, wherein the key event information comprises a trigger timestamp;
monitoring a mouse event and recording mouse event information, wherein the mouse event information comprises a click timestamp and the current position of a mouse;
monitoring a control interaction event and recording control interaction event information, wherein the control interaction event information comprises a current timestamp;
when the keyboard key event and the control interaction event occur, comparing the current timestamp with the trigger timestamp;
if the difference value between the current timestamp and the trigger timestamp is smaller than a preset time threshold, acquiring the current position of the mouse corresponding to the current timestamp;
if the current position of the mouse is in the control interaction area of the control interaction event, determining that the control interaction event is the control interaction event triggered by the mouse event, and if the current position of the mouse is not in the control interaction area of the control interaction event, determining that the control interaction event is the control interaction event triggered by the keyboard key event;
and sending the judgment result to a server so that the server judges whether the current user is an obstacle user according to the judgment result.
In some embodiments, the keyboard key event information further includes page information, and the page identifier is used for identifying only one page;
the control interaction event information also comprises a page identifier;
prior to said comparing said current timestamp to said trigger timestamp, said method further comprising:
comparing the page identifier of the keyboard key event information with the page identifier of the control interaction event information to determine whether the keyboard key event and the control interaction event belong to the same page or not;
and if the keyboard key event and the control interaction event belong to the same page, comparing the current timestamp with the trigger timestamp.
In some embodiments, the mouse event information further includes a page identification;
before the obtaining of the current position of the mouse corresponding to the current timestamp, the method further includes:
comparing the page identifier of the mouse event with the page identifier of the control interaction event to determine whether the mouse event and the control interaction event belong to the same page;
and if the mouse event and the control interaction event belong to the same page, acquiring the current position of the mouse corresponding to the current timestamp.
In some embodiments, the method further comprises:
when a control interaction event occurs, if a keyboard key event is not monitored, determining that the control interaction event is a control interaction event triggered by a mouse event;
when a control interaction event occurs, if a mouse event is not monitored, the control interaction event is judged to be a control interaction event triggered by a keyboard key event.
In some embodiments, the sending the determination result to the server to enable the server to determine whether the current user is an obstacle user according to the determination result includes:
after receiving the judgment result, the server carries out statistical analysis on the judgment result;
and if the frequency of the control interaction event triggered by the keyboard key event is greater than that of the control interaction event triggered by the mouse event, and the frequency of the control interaction event triggered by the keyboard key event is greater than a preset frequency threshold, judging that the current user is an obstacle user.
In a second aspect, an embodiment of the present invention further provides a method for determining a disabled user in a web page, where the method is applied to a server, and the method includes:
sending a request for obtaining a judgment result to a user terminal;
receiving a judgment result sent by the user terminal, and performing statistical analysis;
and if the frequency of the control interaction event triggered by the keyboard key event is greater than that of the control interaction event triggered by the mouse event, and the frequency of the control interaction event triggered by the keyboard key event is greater than a preset frequency threshold, judging that the current user is an obstacle user.
In a third aspect, an embodiment of the present invention further provides a user terminal, including:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the above method of determining a handicapped user in a web page applied to a user terminal.
In a fourth aspect, an embodiment of the present invention further provides a server, including:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to cause the at least one processor to perform the method for determining a handicapped user in a web page as described above for a server.
In a fifth aspect, an embodiment of the present invention further provides a system for determining a disabled user in a web page, where the system for determining a disabled user in a web page includes the above-mentioned user terminal and the server.
In a sixth aspect, an embodiment of the present invention further provides a non-volatile computer-readable storage medium, where the computer-readable storage medium stores computer-executable instructions, and when the computer-executable instructions are executed by a user terminal, the user terminal is caused to execute the method for determining an obstacle user in a web page, which is applied to the user terminal.
Compared with the prior art, the invention has the beneficial effects that: different from the situation of the prior art, the method and the system for judging the obstacle user in the webpage, the user terminal and the server in the embodiment of the invention are provided. Whether the control interaction event is generated by the keyboard key event or the mouse event is determined according to whether the position of the mouse is within the control interaction area range or not by monitoring and recording relevant information of the keyboard key event, the mouse event and the control interaction event in the webpage and comparing the relevant information of the keyboard key event and the control interaction event, and determining whether the current webpage access user is an obstacle user or not according to whether the time stamp difference value of the keyboard key event and the control interaction event is smaller than a preset time threshold value or not. By the method, whether the user is the obstacle user can be judged more accurately, so that a page optimization function is provided for the obstacle user, and the burden of the obstacle user on using the webpage is reduced.
Drawings
One or more embodiments are illustrated by way of example in the accompanying drawings, which correspond to the figures in which like reference numerals refer to similar elements and which are not to scale unless otherwise specified.
FIG. 1 is a diagram illustrating an application scenario of the method for determining a disabled user in a web page according to the present invention;
FIG. 2 is a flowchart of an embodiment of a method for determining a disabled user in a web page applied to a user terminal according to the present invention;
FIG. 3 is a flow chart of a timestamp for determining a keyboard key event and a control interaction event in an embodiment of a method for determining a disabled user in a web page applied to a user terminal according to the present invention;
FIG. 4 is a flowchart of obtaining a current mouse position of a mouse event in an embodiment of a method of determining a handicapped user in a web page applied to a user terminal according to the present invention;
FIG. 5 is a flowchart of a method for determining a handicapped user in a web page applied to a user terminal according to an embodiment of the present invention, in which a determination result is transmitted to a server for statistical analysis;
FIG. 6 is a flowchart of the method of determining an obstructed user in a web page applied to a user terminal according to an embodiment of the present invention, without a mouse event or a keyboard key event;
FIG. 7 is a flow chart of an embodiment of a method of determining a handicapped user in a web page applied to a server in accordance with the present invention;
fig. 8 is a schematic diagram of a hardware structure of a user terminal according to an embodiment of the present invention;
fig. 9 is a schematic diagram of a hardware structure of a provisioning server 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.
It should be noted that, if not conflicted, the various features of the embodiments of the invention may be combined with each other within the scope of protection of the invention. Additionally, while functional block divisions are performed in apparatus schematics, with logical sequences shown in flowcharts, in some cases, steps shown or described may be performed in sequences other than block divisions in apparatus or flowcharts. The terms "first", "second", "third", and the like used in the present invention do not limit data and execution order, but distinguish the same items or similar items having substantially the same function and action.
The method for judging a handicapped user in a web page provided by the embodiment of the invention is applied to an application scene shown in fig. 1, wherein the application scene is a system for judging the handicapped user in the web page, and the system 1 for judging the handicapped user in the web page comprises a server and at least one user terminal. Fig. 1 schematically shows a user terminal 11, a user terminal 12, …, a user terminal N, and a server 20, and in a practical network environment, many more user terminals and servers may be included. Wherein the user terminal is connected to the server through network communication, for example: the server 20 is connected to the Mobile communication network by communication in a local area network, a wide area network, a wireless network, a Global System for Mobile communication (GSM), a third generation Mobile communication network, a fourth generation Mobile communication network, a fifth generation Mobile communication network, or the like. The user terminal is used for a user to perform webpage browsing operation, and can be a notebook computer, a desktop computer and the like with a webpage browsing function. The server may be a server, such as a rack server, a blade server, a tower server, or a cabinet server, or may be a server cluster including a plurality of servers, or a cloud computing service center.
It should be noted that the method provided in the embodiment of the present application may be further extended to other suitable application scenarios, and is not limited to the application environment shown in fig. 1. In practical applications, the application environment may also include more or fewer user terminals and servers.
As shown in fig. 2, an embodiment of the present invention provides a method for determining a disabled user in a web page, which is applied to a user terminal, and the method includes:
step S201, monitoring a keyboard key event and recording keyboard key event information, wherein the keyboard key event information comprises a trigger timestamp.
In the embodiment of the present invention, the method for monitoring the keyboard key event in the page in real time is implemented by adding a monitoring method for the keyboard key event in the page, for example, a method for monitoring the keyboard key event, such as a keydown method in the keyboard key event, is added through document. When a keyboard key event occurs in the monitoring page, recording the keyboard key event information, wherein the keyboard key event information comprises a trigger timestamp, and the trigger timestamp is the time for triggering the keyboard key event.
Step S202, monitoring a mouse event and recording mouse event information, wherein the mouse event information comprises a click timestamp and the current position of the mouse.
In the embodiment of the present invention, the method for monitoring the mouse event in the page in real time is implemented by adding a monitoring method for the mouse event in the page, for example, a method for monitoring the mouse event, such as an onclick method in the mouse event, is added in the page through document. When a mouse event is monitored to occur in a page, recording the mouse event information, wherein the mouse event information comprises a click timestamp and the current position of a mouse, the click timestamp is the time of mouse click, and the current position of the mouse is the position of the mouse click.
Step S203, monitoring a control interaction event and recording control interaction event information, wherein the control interaction event information comprises a current timestamp.
In the embodiment of the present invention, the monitoring method for adding the control interaction event in the page is used to monitor the control interaction event in the page in real time, for example, the control interaction event is added through document. When a control interaction event occurs in a monitored page, recording control interaction event information, wherein the control interaction event information comprises a current timestamp, and the current timestamp is the time for triggering the control interaction event.
And step S204, comparing the current time stamp with the trigger time stamp when the keyboard key event and the control interaction event occur.
In an embodiment of the present invention, as can be obtained in step S201 and step S203, the keyboard key event includes a trigger timestamp, the control interaction event includes a current timestamp, and when the keyboard key time and the control event occur, the trigger timestamp of the keyboard event is compared with the current timestamp of the control interaction event.
In some embodiments, as illustrated in fig. 3, before comparing the current timestamp and the trigger timestamp, the method further comprises:
step S301, the keyboard key event information further includes a page identifier, where the page identifier is used for only one page, and the control interaction event further includes a page identifier.
In the embodiment of the invention, as the terminal in the user can access a plurality of webpages, when the keyboard key event information and the control interaction event information are recorded, the page identifications of the keyboard key event and the control interaction event are recorded, and when the comparison is carried out, the comparison between the keyboard key event and the control interaction event cannot occur among different pages.
Step S302, comparing the page identifier of the keyboard key event information with the page identifier of the control interaction event information to determine whether the keyboard key event and the control interaction event belong to the same page.
In the embodiment of the invention, after the keyboard key event information and the control interaction event information are recorded, the page identifier of the keyboard key event information is compared with the page identifier in the control interaction event information, so that the recorded keyboard key event and the control interaction event are determined to be the same page event, the contrast of different page events is prevented, and the judgment that the triggering event of the control interaction event by the user terminal is the keyboard key event and the mouse event is interfered.
Step S303, if the keyboard key event and the control interaction event belong to the same page, comparing the current timestamp with the trigger timestamp.
In this embodiment of the present invention, if the keyboard key event and the control interaction event belong to the same page, the triggering timestamp of the keyboard key event is compared with the current timestamp of the control interaction event in step S204.
Step S205, if the difference between the current timestamp and the trigger timestamp is smaller than a preset time threshold, obtaining a current position of the mouse corresponding to the current timestamp.
In the embodiment of the present invention, step S204 may compare the current timestamp with the trigger timestamp, calculate a difference between the current timestamp and the trigger timestamp, and compare the difference with a preset time threshold, where the preset time threshold may be determined according to an actual situation and depends on a time difference range of time triggering through a control after key pressing of a keyboard, and may be set to be 100MS, for example. And when the difference value between the current timestamp and the trigger timestamp is smaller than a preset time threshold value, namely when the difference value between the current timestamp and the trigger timestamp is smaller than 100MS, acquiring the current position of the mouse corresponding to the current timestamp.
In some other embodiments, as shown in fig. 4, before obtaining the current position of the mouse corresponding to the current timestamp, the method further includes:
step S401, the mouse event further comprises a page identifier.
In the embodiment of the invention, the monitoring of the events is carried out in real time, a user can generate mouse events when accessing different web pages, and page identifiers are required to distinguish which page the generated mouse events belong to when recording the mouse events.
Step S402, comparing the page identifier of the mouse event with the page identifier of the control interaction event to determine whether the mouse event and the control interaction event belong to the same page.
In the embodiment of the present invention, step S301 may obtain that there is a page identifier in the control interaction event information, step S401 may obtain that there is a page identifier in the mouse event information, and when the difference between the current timestamp and the trigger timestamp is smaller than a preset time threshold, the page identifier of the mouse event information is compared with the page identifier of the control interaction event, so as to determine whether the mouse event and the control interaction event belong to the same page, thereby preventing the occurrence of comparison of different page events, and thus interfering with the determination that the trigger event of the control interaction event by the user terminal is a keyboard key event and a mouse event.
Step S403, if the mouse event and the control interaction event belong to the same page, acquiring the current position of the mouse corresponding to the current timestamp.
In this embodiment of the present invention, if the mouse event and the control interaction event belong to the same page, the current position of the mouse corresponding to the current timestamp is obtained in step S205, and if the current position of the mouse is not in the control interaction area of the control interaction event, it is determined that the control interaction event is a control interaction event triggered by a keyboard key event.
Step S206, if the current position of the mouse is in the control interaction area of the control interaction event, determining that the control interaction event is the control interaction event triggered by the mouse event, otherwise, determining that the control interaction event is triggered by the keyboard key event.
In the embodiment of the present invention, after obtaining the current position of the mouse, it is determined whether the current position of the mouse is in the control interaction region in the control interaction event, where the control interaction region is a fixed area of the control when the control is created, for example, when the control is an input box, each input box is limited in size when the control is created, and the limitation in size is the fixed area of the control, which is the interaction region of the input box. And if the current position of the mouse is in the interaction area of the control, judging that the control interaction event is a control interaction event triggered by the mouse. And if the current position of the mouse is not in the control interaction area, judging that the control interaction event is a control interaction event triggered by a keyboard key event.
Step S207, sending the determination result to a server, so that the server determines whether the current user is an obstacle user according to the determination result.
In the embodiment of the invention, after the control interaction event is judged, the judgment result is stored. When the server needs to obtain the judgment result, receiving a request of the server for obtaining the judgment result, and sending the judgment result to the server according to the request, so that the server judges whether the current user is an obstacle user according to the judgment result.
In some other embodiments, as shown in fig. 5, the sending the determination result to the server to enable the server to determine whether the current user is an obstacle user according to the determination result includes:
step S501, after receiving the judgment result, the server performs statistical analysis on the judgment result.
In the embodiment of the invention, after the server receives the judgment result, because one user does not correspond to one judgment result and the same user does not have only one judgment result, the server can perform statistical analysis on the judgment result of the same user according to the received judgment result, thereby obtaining the event with more times of triggering control interaction events in the judgment result of the user and performing frequency statistics.
Step S502, if the frequency of the keyboard key event triggering control interaction event is greater than the frequency of the mouse event triggering control interaction event, and the frequency of the keyboard key event triggering control interaction event is greater than a preset frequency threshold, determining that the current user is an obstacle user.
In the embodiment of the invention, the handicapped user is a crowd with defective physical functions, such as blind people, people with defective hands and feet, and the like. In step S501, the server may perform frequency statistics on events with a large number of times of trigger control interaction events, and compare the frequency obtained by the statistical analysis with the preset frequency threshold, where the preset frequency threshold may be set according to an actual situation, for example, may be set to 90%. If the number of times of the user triggering the control interaction event is more than the number of times of the keyboard key event, comparing the frequency of the keyboard key event after statistical analysis with a preset frequency threshold, and if the frequency of the keyboard key event is more than the preset frequency threshold, judging that the user is an obstacle user. If the mouse events are the mouse events when the times of the user triggering the control interaction events are more, comparing the frequency of the mouse events after statistical analysis with a preset frequency threshold, and if the frequency of the mouse events is greater than the preset frequency threshold, judging that the user is an accessible user.
In some other embodiments, as shown in fig. 6, the method further comprises:
step S601, when a control interaction event occurs, if a keyboard key event is not monitored, determining that the control interaction event is a control interaction event triggered by a mouse event. ,
in the embodiment of the invention, the monitor monitors and records the events in the page in real time, when the monitor monitors that the control interaction event occurs in the page, whether a keyboard key event and a mouse event exist in the event record is searched, and if the keyboard key event does not exist in the event record, the control interaction event is judged to be the control interaction event triggered by the mouse event.
Step S602, when a control interaction event occurs, if a mouse event is not monitored, determining that the control interaction event is a control monitoring event triggered by a keyboard button.
In the embodiment of the present invention, in step S601, the monitor may monitor and record events in the page in real time, and when a control interaction event occurs, find out from the record whether there is a keyboard key event and a mouse event, and if there is no mouse event in the event record at this time, determine that the control interaction event is a control interaction event triggered by a keyboard key.
The method and the device have the advantages that relevant information of the keyboard key event, the mouse event and the control interaction event in the webpage is monitored and recorded, the relevant information of the keyboard key event and the control interaction event is compared, whether a timestamp difference value of the keyboard key event and the control interaction event is smaller than a preset time threshold value or not is judged, then whether the control interaction event is generated by the keyboard key event or the mouse event is determined according to whether the position of the mouse is within the control interaction area range or not is judged, the judgment result is sent to the server, so that the server carries out statistical analysis according to the judgment result, and the frequency of the event which triggers the control interaction event for a large number of times is compared with the preset frequency threshold value. And when the frequency of the interaction of the keyboard key trigger control is greater than a preset frequency, judging that the user is an obstacle user, and when the frequency of the interaction of the mouse event trigger control is greater than a threshold frequency threshold, judging that the user is an obstacle-free user. By the method, whether the user is the obstacle user can be judged more accurately, so that a page optimization function is provided for the obstacle user, and the burden of the obstacle user on using the webpage is reduced.
As shown in fig. 7, the present invention further provides a method for determining a disabled user in a web page, which is applied to a server, and the method includes:
step S701, sending a request for obtaining a determination result to the user terminal.
In the embodiment of the present invention, the server acquires the determination result in the user terminal every preset time, where the preset time may be set according to a situation of actually processing the determination result by the server, and may be set to 30S, for example. That is, the server transmits a request for obtaining the determination result to the user terminal every 30S.
Step S702, receiving the judgment result sent by the user terminal, and performing statistical analysis.
After receiving a request of a server for acquiring a judgment result, a user terminal sends the judgment result to the server according to the request, and after receiving the judgment result, the server performs statistical analysis on the judgment result of the same user according to the received judgment result because the same user does not correspond to one judgment result and the same user does not have only one judgment result, thereby acquiring an event with a large number of times of triggering control interaction events in the judgment result of the user for frequency statistics.
Step S703, if the frequency of the keyboard key event triggering control interaction event is greater than the frequency of the mouse event triggering control interaction event, and the frequency of the keyboard key event triggering control interaction event is greater than a preset frequency threshold, determining that the current user is an obstacle user.
In the embodiment of the present invention, in step S702, the server may perform frequency statistics on events with a large number of times of trigger control interaction events, and compare the frequency obtained by the statistical analysis with the preset frequency threshold, where the preset frequency threshold may be set according to an actual situation, for example, may be set to 90%. If the number of times of the user triggering the control interaction event is more than that of the keyboard key event, comparing the frequency of the keyboard key event after statistical analysis with a preset frequency threshold, and if the frequency of the keyboard key event is greater than the preset frequency threshold, judging that the user belongs to the obstacle user. If the mouse events are the mouse events when the times of the user triggering the control interaction events are more, comparing the frequency of the mouse events after statistical analysis with a preset frequency threshold, and if the frequency of the mouse events is greater than the preset frequency threshold, judging that the user is an accessible user.
It should be noted that, in the foregoing embodiments, a certain order does not necessarily exist between the foregoing steps, and it can be understood by those skilled in the art from the description of the embodiments of the present invention that, in different embodiments, the foregoing steps may have different execution orders, that is, may be executed in parallel, may also be executed in an exchange manner, and the like.
Fig. 8 is a schematic diagram of a hardware structure of a user terminal according to an embodiment of the present invention, where the user terminal 10 includes:
one or more first processors 101 and a first memory 102, and one first processor 101 is taken as an example in fig. 8.
The first processor 101 and the first memory 102 may be connected by a bus or other means, and fig. 8 illustrates an example of connection by a bus.
The first memory 102, which is a non-volatile computer-readable storage medium, may be used to store non-volatile software programs, non-volatile computer-executable programs, and modules. The first processor 101 executes various functional applications and data processing of the user terminal, that is, a method of determining a handicapped user in a web page, which implements the above-described method embodiments, by running the nonvolatile software program, instructions, and modules stored in the first memory 102.
The first memory 102 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the user terminal, and the like. In addition, the first memory 102 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, the first memory 102 may optionally include a memory remotely located from the first processor 101, and these remote memories may be connected to the user terminal through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The one or more modules are stored in the first memory 102, and when executed by the one or more first processors, perform the method of determining a handicapped user in a web page as described above in the embodiment applied to a user terminal.
Fig. 9 is a schematic diagram of a hardware structure of a server according to an embodiment of the present invention, where the server 20 includes:
one or more second processors 201 and a second memory 202, and one second processor 201 is taken as an example in fig. 9.
The second processor 201 and the second memory 202 may be connected by a bus or other means, and fig. 9 illustrates an example of connection by a bus.
The second memory 202, which is a non-volatile computer-readable storage medium, may be used to store non-volatile software programs, non-volatile computer-executable programs, and modules. The second processor 201 executes various functional applications of the server and data processing, that is, a method of determining a handicapped user in a web page, which is implemented in the above-described method embodiment applied to the server side, by running the nonvolatile software program, instructions, and modules stored in the second memory 202.
The second memory 202 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to a server, and the like. In addition, the second memory 202 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, the second memory 202 may optionally include a memory remotely located from the second processor 201, and these remote memories may be connected to a server over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The one or more modules are stored in the second memory 202, and when executed by the one or more second processors, perform the method of determining a handicapped user in a web page as described above in the embodiment applied to a server.
The above-described embodiments of the apparatus are merely illustrative, and 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 modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
Embodiments of the present application provide a non-transitory computer-readable storage medium, which stores computer-executable instructions, which are executed by one or more processors, such as a processor 101 in fig. 8, and enable the one or more processors to perform the method for determining an obstructed user in a web page in any of the method embodiments described above.
The server of embodiments of the present invention exists in a variety of forms, including but not limited to:
(1) tower server
The general tower server chassis is almost as large as the commonly used PC chassis, while the large tower chassis is much larger, and the overall dimension is not a fixed standard.
(2) Rack-mounted server
Rack-mounted servers are a type of server that has a standard width of 19 inch racks, with a height of from 1U to several U, due to the dense deployment of the enterprise. Placing servers on racks not only facilitates routine maintenance and management, but also may avoid unexpected failures. First, placing the server does not take up too much space. The rack servers are arranged in the rack in order, and no space is wasted. Secondly, the connecting wires and the like can be neatly stored in the rack. The power line, the LAN line and the like can be distributed in the cabinet, so that the connection lines accumulated on the ground can be reduced, and the accidents such as the electric wire kicking off by feet can be prevented. The specified dimensions are the width (48.26cm ═ 19 inches) and height (multiples of 4.445 cm) of the server. Because of its 19 inch width, a rack that meets this specification is sometimes referred to as a "19 inch rack".
(3) Blade server
A blade server is a HAHD (High Availability High Density) low cost server platform designed specifically for the application specific industry and High Density computer environment, where each "blade" is actually a system motherboard, similar to an individual server. In this mode, each motherboard runs its own system, serving a designated group of different users, without any relationship to each other. Although system software may be used to group these motherboards into a server cluster. In the cluster mode, all motherboards can be connected to provide a high-speed network environment, and resources can be shared to serve the same user group.
(4) Cloud server
The cloud server (ECS) is a computing Service with simplicity, high efficiency, safety, reliability, and flexible processing capability. The management mode is simpler and more efficient than that of a physical server, and a user can quickly create or release any plurality of cloud servers without purchasing hardware in advance. The distributed storage of the cloud server is used for integrating a large number of servers into a super computer, and a large number of data storage and processing services are provided. The distributed file system and the distributed database allow access to common storage resources, and IO sharing of application data files is achieved. The virtual machine can break through the limitation of a single physical machine, dynamically adjust and allocate resources to eliminate single-point faults of the server and the storage equipment, and realize high availability.
The above-described embodiments of the apparatus are merely illustrative, and 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 modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; within the idea of the invention, also technical features in the above embodiments or in different embodiments may be combined, steps may be implemented in any order, and there are many other variations of the different aspects of the invention as described above, which are not provided in detail for the sake of brevity; although the present invention has been described in detail with reference to the foregoing embodiments, it will 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 the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for judging a barrier user in a webpage is applied to a user terminal, and is characterized by comprising the following steps:
monitoring a keyboard key event and recording keyboard key event information, wherein the keyboard key event information comprises a trigger timestamp;
monitoring a mouse event and recording mouse event information, wherein the mouse event information comprises a click timestamp and the current position of a mouse;
monitoring a control interaction event and recording control interaction event information, wherein the control interaction event information comprises a current timestamp;
when the keyboard key event and the control interaction event occur, comparing the current timestamp with the trigger timestamp;
if the difference value between the current timestamp and the trigger timestamp is smaller than a preset time threshold, acquiring the current position of the mouse corresponding to the current timestamp;
if the current position of the mouse is in the control interaction area of the control interaction event, determining that the control interaction event is the control interaction event triggered by the mouse event, and if the current position of the mouse is not in the control interaction area of the control interaction event, determining that the control interaction event is the control interaction event triggered by the keyboard key event;
and sending the judgment result to a server so that the server judges whether the current user is an obstacle user according to the judgment result.
2. The method of claim 1, wherein the keyboard key event information further comprises a page identifier, the page identifier being used to identify only one page;
the control interaction event information also comprises a page identifier;
prior to said comparing said current timestamp to said trigger timestamp, said method further comprising:
comparing the page identifier of the keyboard key event information with the page identifier of the control interaction event information to determine whether the keyboard key event and the control interaction event belong to the same page or not;
and if the keyboard key event and the control interaction event belong to the same page, comparing the current timestamp with the trigger timestamp.
3. The method according to claim 1 or 2,
the mouse event information also comprises a page identifier;
before the obtaining of the current position of the mouse corresponding to the current timestamp, the method further includes:
comparing the page identifier of the mouse event with the page identifier of the control interaction event to determine whether the mouse event and the control interaction event belong to the same page;
and if the mouse event and the control interaction event belong to the same page, acquiring the current position of the mouse corresponding to the current timestamp.
4. The method of claim 3, further comprising:
when a control interaction event occurs, if a keyboard key event is not monitored, determining that the control interaction event is a control interaction event triggered by a mouse event;
when a control interaction event occurs, if a mouse event is not monitored, the control interaction event is judged to be a control interaction event triggered by a keyboard key event.
5. The method according to claim 4, wherein the sending the determination result to a server so that the server determines whether the current user is an obstacle user according to the determination result comprises:
after receiving the judgment result, the server carries out statistical analysis on the judgment result;
and if the frequency of the control interaction event triggered by the keyboard key event is greater than that of the control interaction event triggered by the mouse event, and the frequency of the control interaction event triggered by the keyboard key event is greater than a preset frequency threshold, judging that the current user is an obstacle user.
6. A method for judging a barrier user in a webpage is applied to a server, and is characterized in that the method comprises the following steps:
sending a request for obtaining a judgment result to a user terminal;
receiving a judgment result sent by the user terminal, and performing statistical analysis;
and if the frequency of the control interaction event triggered by the keyboard key event is greater than that of the control interaction event triggered by the mouse event, and the frequency of the control interaction event triggered by the keyboard key event is greater than a preset frequency threshold, judging that the current user is an obstacle user.
7. A user terminal, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of determining a handicapped user in a web page of any one of claims 1-5.
8. A server, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of determining an obstructed user in a web page of claim 6.
9. A system for determining a disabled user in a web page, wherein the system for determining a disabled user in a web page comprises the user terminal of claim 7 and the server of claim 8.
10. A non-transitory computer-readable storage medium storing computer-executable instructions that, when executed by a user terminal, cause the user terminal to perform the method of any one of claims 1-5.
CN201911221276.1A 2019-12-03 2019-12-03 Method and system for judging barrier user in webpage Active CN111104301B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201911221276.1A CN111104301B (en) 2019-12-03 2019-12-03 Method and system for judging barrier user in webpage
PCT/CN2020/124903 WO2021109761A1 (en) 2019-12-03 2020-10-29 Method and system for determining disabled user in webpage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911221276.1A CN111104301B (en) 2019-12-03 2019-12-03 Method and system for judging barrier user in webpage

Publications (2)

Publication Number Publication Date
CN111104301A true CN111104301A (en) 2020-05-05
CN111104301B CN111104301B (en) 2021-08-20

Family

ID=70420814

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911221276.1A Active CN111104301B (en) 2019-12-03 2019-12-03 Method and system for judging barrier user in webpage

Country Status (2)

Country Link
CN (1) CN111104301B (en)
WO (1) WO2021109761A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021109761A1 (en) * 2019-12-03 2021-06-10 深圳市联谛信息无障碍有限责任公司 Method and system for determining disabled user in webpage

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040098262A1 (en) * 2002-11-19 2004-05-20 Philbert Medaline Elizabeth Portable reading device with display capability
CN103838734A (en) * 2012-11-21 2014-06-04 腾讯科技(北京)有限公司 Webpage information interaction system and method and user terminal
CN103888573A (en) * 2014-03-17 2014-06-25 可牛网络技术(北京)有限公司 Mobile terminal setting method and device for the blind
CN105607985A (en) * 2015-09-29 2016-05-25 中国船舶重工集团公司第七0九研究所 Qt graphical interface software-based operation log recording method and system
CN108460035A (en) * 2017-02-17 2018-08-28 阿里巴巴集团控股有限公司 A kind of method and device of acquisition and the page processing of accessible functional status
WO2018212930A1 (en) * 2017-05-14 2018-11-22 Microsoft Technology Licensing, Llc Interchangeable device components
JP2018195271A (en) * 2017-05-22 2018-12-06 株式会社リコー Electronic device, system, information processing method, and program
CN109893852A (en) * 2019-02-26 2019-06-18 北京心智互动科技有限公司 Interface information processing method and processing device
CN109961767A (en) * 2019-04-04 2019-07-02 陇东学院 A kind of one-handed person's musical instrument auxiliary playing method
US20190281130A1 (en) * 2015-10-08 2019-09-12 Pearson Education, Inc. Adaptive system cache
US10467518B1 (en) * 2018-11-28 2019-11-05 Walgreen Co. System and method for generating digital content within an augmented reality environment

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7475135B2 (en) * 2005-03-31 2009-01-06 International Business Machines Corporation Systems and methods for event detection
CN103530540B (en) * 2013-09-27 2017-02-22 西安交通大学 User identity attribute detection method based on man-machine interaction behavior characteristics
CN104679410A (en) * 2013-12-03 2015-06-03 航天信息股份有限公司 Method for responding to user incidents
US10592648B2 (en) * 2016-06-10 2020-03-17 OneTrust, LLC Consent receipt management systems and related methods
CN111104301B (en) * 2019-12-03 2021-08-20 深圳市联谛信息无障碍有限责任公司 Method and system for judging barrier user in webpage

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040098262A1 (en) * 2002-11-19 2004-05-20 Philbert Medaline Elizabeth Portable reading device with display capability
CN103838734A (en) * 2012-11-21 2014-06-04 腾讯科技(北京)有限公司 Webpage information interaction system and method and user terminal
CN103888573A (en) * 2014-03-17 2014-06-25 可牛网络技术(北京)有限公司 Mobile terminal setting method and device for the blind
CN105607985A (en) * 2015-09-29 2016-05-25 中国船舶重工集团公司第七0九研究所 Qt graphical interface software-based operation log recording method and system
US20190281130A1 (en) * 2015-10-08 2019-09-12 Pearson Education, Inc. Adaptive system cache
CN108460035A (en) * 2017-02-17 2018-08-28 阿里巴巴集团控股有限公司 A kind of method and device of acquisition and the page processing of accessible functional status
WO2018212930A1 (en) * 2017-05-14 2018-11-22 Microsoft Technology Licensing, Llc Interchangeable device components
JP2018195271A (en) * 2017-05-22 2018-12-06 株式会社リコー Electronic device, system, information processing method, and program
US10467518B1 (en) * 2018-11-28 2019-11-05 Walgreen Co. System and method for generating digital content within an augmented reality environment
CN109893852A (en) * 2019-02-26 2019-06-18 北京心智互动科技有限公司 Interface information processing method and processing device
CN109961767A (en) * 2019-04-04 2019-07-02 陇东学院 A kind of one-handed person's musical instrument auxiliary playing method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
暮春小友: "《无障碍网页设计思路》", 《HTTPS://BLOG.CSDN.NET/KEAIWEIWEI/ARTICLE/DETAILS/8077309/》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021109761A1 (en) * 2019-12-03 2021-06-10 深圳市联谛信息无障碍有限责任公司 Method and system for determining disabled user in webpage

Also Published As

Publication number Publication date
WO2021109761A1 (en) 2021-06-10
CN111104301B (en) 2021-08-20

Similar Documents

Publication Publication Date Title
AU2015342945B2 (en) Dynamic scaling of storage volumes for storage client file systems
KR101059199B1 (en) A cloud computing enterprise security management system and a method thereof
US9158577B2 (en) Immediately launching applications
EP2972728B1 (en) Tracking application usage in a computing environment
US10263876B2 (en) Adaptive service timeouts
CN105512283A (en) Data quality management and control method and device
KR101371068B1 (en) Method and System on Triggering Using Monitoring Metric for Cloud Computing Resource Management
CN112306802A (en) Data acquisition method, device, medium and electronic equipment of system
CN111104301B (en) Method and system for judging barrier user in webpage
CN106970811A (en) A kind of patch file installation method and its equipment
CN113626882A (en) Method, device and medium for generating equipment identifier
CN111796996A (en) Solid state disk log processing method, solid state disk and electronic equipment
CN113971163A (en) Small file merging storage method, small file reading method and server
KR20190021848A (en) Method for monitoring server, apparatus and system for executing the method
KR20140061629A (en) System and method for monitoring cloud server
CN112416909A (en) Cloud database auditing method and device and server
CN110944144B (en) Method and system for quickly configuring video terminal to access video system
US9983949B2 (en) Restoration detecting method, restoration detecting apparatus, and restoration detecting program
CN111476631B (en) Mobile power supply discharging method, server, leasing equipment and mobile power supply
EP2972961A1 (en) Inventory service for distributed infrastructure
KR20140061601A (en) System for monitoring performance of cloud based virtual machine and method thereof
KR20140061628A (en) System for monitoring performance of cloud based virtual machine and method thereof
CN116541261B (en) Resource management method and system based on cloud resource monitoring
CN116974638A (en) Data processing method, apparatus, device, computer program, and storage medium
CN117807344A (en) Method and device for constructing IP database

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