WO2018149383A1 - Page display method and apparatus, storage medium, and electronic apparatus - Google Patents

Page display method and apparatus, storage medium, and electronic apparatus Download PDF

Info

Publication number
WO2018149383A1
WO2018149383A1 PCT/CN2018/076456 CN2018076456W WO2018149383A1 WO 2018149383 A1 WO2018149383 A1 WO 2018149383A1 CN 2018076456 W CN2018076456 W CN 2018076456W WO 2018149383 A1 WO2018149383 A1 WO 2018149383A1
Authority
WO
WIPO (PCT)
Prior art keywords
path
node
target
operation path
terminal
Prior art date
Application number
PCT/CN2018/076456
Other languages
French (fr)
Chinese (zh)
Inventor
杨柳
Original Assignee
腾讯科技(深圳)有限公司
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 腾讯科技(深圳)有限公司 filed Critical 腾讯科技(深圳)有限公司
Publication of WO2018149383A1 publication Critical patent/WO2018149383A1/en

Links

Images

Classifications

    • 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
    • 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

Definitions

  • the present invention relates to the field of the Internet, and in particular to a page display method and apparatus, a storage medium, and an electronic device.
  • the embodiment of the invention provides a page display method and device, a storage medium and an electronic device, so as to at least solve the technical problem that the related technologies cannot meet the personalized shortcut operation requirements of different users.
  • a page display method includes: collecting, by a terminal, operation data obtained by an operation target application, where the operation data carries information of multiple operation nodes, where the multiple After the target operation node in the operation node is triggered, the page corresponding to the target operation node is displayed, and the target operation node is any one operation node; the terminal acquires multiple operation paths according to the operation data, where each The operation path includes at least two operation nodes; the terminal selects an operation path that satisfies a preset condition from the plurality of the operation paths as a target operation path; and the terminal sets the target operation path as a default operation path.
  • the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is the last operation with the target operation path The page corresponding to the node.
  • a page display apparatus including: a first collecting unit, configured to collect operation data obtained by an operation target application, wherein the operation data carries multiple operation nodes And after the target operation node of the plurality of operation nodes is triggered, displaying a page corresponding to the target operation node, where the target operation node is any one of the operation nodes; and the first acquisition unit is configured to The operation data acquires a plurality of operation paths, wherein each of the operation paths includes at least two operation nodes; and the selection unit is configured to select, from the plurality of the operation paths, an operation path that meets a preset condition as the target operation path; a setting unit, configured to set the target operation path as a default operation path, where the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein The target page is a page corresponding to the last operation node of the target operation path.
  • a storage medium wherein the storage medium stores a computer program configured to execute a page display method in an embodiment of the present invention at runtime.
  • an electronic device comprising a memory and a processor, wherein the memory stores a computer program, the processor being arranged to execute the computer program to perform the embodiment of the present invention
  • the page display method
  • the terminal obtains the operation data obtained by the user operating the application, and acquires the operation path of the user according to the operation data, and each operation path is determined by at least two operation nodes, and the user is selected from the plurality of operation paths.
  • the most commonly used operation path is the target operation path, and the target operation path is set as the default operation path.
  • the target operation path calculated according to the operation data may be different, and the default operation path on the terminal is also different from person to person, achieving the technical effect of satisfying the personalized shortcut operation requirements of different users, thereby solving the related Can't meet the personalized shortcut of different users in technology Technical issues of operational requirements.
  • FIG. 1 is a schematic diagram of a hardware environment in accordance with an embodiment of the present invention.
  • FIG. 2 is a flow chart of an alternative page display method according to an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of a correspondence relationship between an operation node and identification information according to an embodiment of the present invention
  • FIG. 4 is a schematic diagram of recording operation data of a user according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of generating a common path according to operation data according to an embodiment of the present invention.
  • FIG. 6 is a schematic diagram of a setting interface according to an embodiment of the present invention.
  • FIG. 7 is a flowchart of another page display method according to an embodiment of the present invention.
  • FIG. 9 is a schematic diagram of an alternative page display device in accordance with an embodiment of the present invention.
  • FIG. 10 is a schematic diagram of an electronic device in accordance with an embodiment of the present invention.
  • an embodiment of a page display method is provided.
  • the above page display method may be applied to a hardware environment composed of the server 102 and the terminal 104 as shown in FIG. 1.
  • the server 102 is connected to the terminal 104 through a network.
  • the network includes but is not limited to a wide area network, a metropolitan area network, or a local area network.
  • the terminal 104 is not limited to a PC, a mobile phone, a tablet, or the like.
  • the method for displaying a page provided by the embodiment of the present invention may be performed by the terminal 104 alone or by the server 102 and the terminal 104.
  • the page display method in which the terminal 104 executes the embodiment of the present invention may be executed by a client installed thereon.
  • the method for displaying the page provided by the embodiment of the present invention is performed by the terminal 104 separately as follows:
  • the target application is installed on the terminal 104.
  • the user operates the target application to generate operational data.
  • the terminal displays a page corresponding to the operation node.
  • the terminal 104 collects operation data obtained by the user operating the target application, wherein the operation data carries information of a plurality of operation nodes. Acquiring a plurality of operation paths according to the operation data, wherein each operation path includes at least two operation nodes. The probability of use of each operation path is calculated, wherein the usage probability is used to indicate the probability that the operation node on the operation path is triggered; and the operation path with the highest probability of use is used as the target operation path. Setting the target operation path as the default operation path, wherein the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is the last one of the target operation path The page corresponding to the operation node.
  • the method for displaying the page displayed by the embodiment of the present invention is performed by the server 102 and the terminal 104 together as follows:
  • the target application is installed on the terminal 104.
  • the user operates the target application to generate operational data.
  • the terminal displays a page corresponding to the operation node.
  • the terminal 104 collects operation data obtained by the user operating the target application, wherein the operation data carries information of a plurality of operation nodes.
  • the terminal 104 transmits the operation data to the server 102.
  • the server 102 acquires a plurality of operation paths according to the operation data, wherein each of the operation paths includes at least two operation nodes.
  • the server 102 calculates the usage probability of each operation path, wherein the usage probability is used to indicate the probability that the operation node on the operation path is triggered; the operation path with the highest usage probability is taken as the target operation path.
  • Server 102 transmits the target operational path to terminal 104.
  • the terminal 104 sets the target operation path as the default operation path, wherein the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is the target operation path The page corresponding to the last operation node.
  • a page display method As shown in FIG. 2, the method includes the following steps:
  • Step S202 the terminal collects operation data obtained by the operation target application, wherein the operation data carries information of a plurality of operation nodes, and after the target operation node of the plurality of operation nodes is triggered, displaying a page corresponding to the target operation node,
  • the target operation node is any one of the operation nodes.
  • Step S204 The terminal acquires multiple operation paths according to the operation data, where each operation path includes at least two operation nodes.
  • step S206 the terminal selects an operation path that meets the preset condition from the plurality of operation paths as the target operation path.
  • Step S208 the terminal sets the target operation path as the default operation path, wherein the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is the target operation The page corresponding to the last operation node of the path.
  • the target application is installed on the terminal.
  • the user operates the target application to generate operational data.
  • the terminal obtains the operation data obtained by the user operating the application, and acquires the operation path of the user according to the operation data, and each operation path is determined by at least two operation nodes, and the user is selected from the plurality of operation paths.
  • the most commonly used operation path is used as the target operation path, and the target operation path is set as the default operation path.
  • the application directly jumps to the target page, where the target page is The page corresponding to the last operation node of the target operation path, which saves the trouble that the user sequentially triggers all the operation nodes on the operation path, and, for different users, the operation data generated by the same application may be operated.
  • the target operation path calculated according to the operation data may be different, and the default operation path on the terminal is also different from person to person, avoiding the technical problem that the related technology cannot meet the personalized shortcut operation requirements of different users. Achieve personalized shortcuts to meet different users The technical effect of demand.
  • the default operation path for different users can be different.
  • the default operation path for the same user is different for different applications.
  • Each operation node in the target application is assigned identification information before collecting the operational data obtained by the operation target application.
  • the i-th operation node is assigned an i-th identification information, and the i-th operation node is any one of the target application programs.
  • the identification information can be numbers, letters, and the like.
  • the ith identifier information is recorded, wherein the ith identifier information is identifier information corresponding to the ith operation node, and the ith operation node is any one of the target application programs.
  • the i-th identification information can represent the i-th operation node.
  • 11 operating nodes are shown, which are the operating node "WeChat”, the operating node “Contacts”, the operating node “Discovery”, the operating node “I”, the operating node “Friends circle”, and the operating node “Sweep one. Sweep, operation node “shake”, operation node “people nearby”, operation node “drift bottle”, operation node “shopping”, operation node "game”.
  • the operation node can be triggered.
  • the terminal displays the page corresponding to the triggered operation node.
  • the identification information is assigned to the 11 operation nodes in FIG. 3, the identification information of the operation node "WeChat” is A1, the identification information of the operation node “address book” is A2, the identification information of the operation node “discovery” is A3, and the operation node "
  • the identification information of "I” is A4
  • the identification information of the "friend circle” of the operation node is B1
  • the identification information of the operation node “sweep” is B2
  • the identification information of the operation node "shake” is B3
  • the operation node is "near”
  • the identification information of the "person” is B4
  • the identification information of the operation node “drift bottle” is B5
  • the identification information corresponding to the operation node is recorded.
  • Each operational node can also be referred to as a button element.
  • each button corresponding to a unique behavior action, as shown in Figure 3, using the numbers of A1, A2, A3, and A4 to correspond to "WeChat”, “Contacts” “, “discover”, “I” this four buttons.
  • behavior number For example, A1, A2.., all the areas in the application that the user can click (operation node) will be assigned a unique one. Behavior number (identification information).
  • an event receiver is registered for each button. As shown in Figure 4, when the user clicks on the "friend circle”, he will receive a click event and then record it as the "friend circle” button.
  • Assigned behavior B1 design a behavior logger to collect the behavior number generated by the user's behavior, and record the behavior number in the database.
  • the database is used to record the user's behavior, and an algorithm for designing a common path is used to analyze and calculate the user's path chain, and to calculate a high-probability path and finally record as a common path (target operation path). Go to the database.
  • the specific process of selecting the operation path that satisfies the preset condition from the plurality of operation paths as the target operation path may be: calculating the usage probability of each operation path, wherein the usage probability is used to indicate that the operation node on the operation path is triggered Probability; the operational path with the highest probability of use will be the target operational path.
  • Each operation path is determined by at least two operation nodes, and the usage probability of the operation path indicates how frequently the operation path is used by the user. The greater the probability of use of an operational path, the more frequently the user uses the operational path.
  • the user uses the most frequently used operation path as the target operation path, and sets the target operation path to the default operation path of the application on the terminal, so that the user only needs to click the first operation node of the default operation path, and the terminal displays the default operation path.
  • the page corresponding to the last operation node obtains user preferences by using the probability method, so that the steps of the user's operation of the application are greatly reduced, and the user experience is improved.
  • the operation path with the highest probability of use is the operation path E1-E5.
  • the usage probabilities of the five operating paths are not much different, indicating that the frequency of the user's use of the five operating paths is similar.
  • the operating path E1-E5 is set as the default operating path, the user triggers E1 correspondingly.
  • the operation node the terminal displays the page corresponding to the operation node corresponding to E5, and it is very likely that this page is not the page that the user wants to see.
  • the operation path with the highest probability of use is selected as the first operation path; whether the usage probability of the first operation path is greater than or equal to the preset probability value; the usage probability of the first operation path is greater than or equal to the preset probability value.
  • the first operation path is used.
  • the operation path (first operation path) with the highest probability of use, it is not directly used as the target operation path, but it is determined whether the usage probability is greater than or equal to the preset probability value. If the usage probability of the first operation path is less than the preset probability value, the operation path is not used frequently. In this case, the first operation path is not used as the target operation path; the usage probability of the first operation path is greater than or equal to the preset. In the case of the probability value, it is indicated that the operation path is used frequently, and at this time, the first operation path is used as the target operation path.
  • the predetermined operation path includes a first operation node and a second operation node, and calculating a usage probability of each operation path includes: acquiring a first frequency at which the first operation node is triggered; acquiring, in a case where the first operation node is triggered, the second a second frequency at which the operation node is triggered; calculating a usage probability of the predetermined operation path according to the first frequency and the second frequency, wherein the first operation node is triggered before the second operation node, and the predetermined operation path is in the multiple operation paths Any one of the operation paths.
  • Calculating the usage probability of the predetermined operation path according to the first frequency and the second frequency comprises: dividing the second frequency by the first frequency to obtain a first proportional value; and using the first proportional value as a usage probability of the predetermined operational path.
  • the predetermined operational path is determined by two operational nodes, which are the first operational node and the second operational node, respectively.
  • the number of times (first frequency) at which the operation node F1 (first operation node) is triggered is 10.
  • the number of times (second frequency) at which the operational node F2 (second operational node) is triggered is one.
  • the number of times (second frequency) at which the operational node F3 (second operational node) is triggered is 8.
  • the number of times (second frequency) at which the operational node F4 (second operational node) is triggered is one.
  • the usage probabilities of the operation paths F1-F3 are much larger than the usage probabilities of the operation paths F1-F2 and the usage probabilities of the operation paths F1-F4, and therefore, the operation paths F1-F3 are set as the default operation paths.
  • an operation path is determined by N (N ⁇ 3) operation nodes, which are operation nodes F1, F2, F3, ..., FN, that is, the operation path is F1-F2-F3- F4...-FN.
  • the operation path includes N-1 sub-operation paths, which are: sub-operation path F1-F2, sub-operation path F2-F3, and sub-operation path F3-F4.
  • the usage probabilities of the N-1 sub-operation paths are respectively calculated, and the usage probabilities of the N-1 sub-operation paths are multiplied to obtain the usage probabilities of the operation paths F1-F2-F3-F4...-FN.
  • the calculation method of the usage probability of any one of the sub-operation paths is calculated using the method described above, and will not be described again.
  • the following is an example of the operation path determined by three operating nodes.
  • the first operation path is sequentially connected by the first sub-operation path and the second sub-operation path, and the first operation node of the second sub-operation path is the same as the last operation node of the first sub-operation path. Both the first sub-operation path and the second sub-operation path are determined by two operation nodes. Calculating a usage probability of the first sub-operation path; calculating a usage probability of the second sub-operation path; multiplying a usage probability of the first sub-operation path by a usage probability of the second sub-operation path to obtain a usage probability of the first operation path .
  • the method further includes: detecting whether the default operation path is canceled; and re-collecting the operation data obtained by the operation target application in the case that the default operation path is canceled; according to the re-collected operation The data is re-determined operation path; the default operation path is updated with the re-determined operation path.
  • the default operation path can be manually canceled, as shown in FIG. 6. If it is detected that the default operation path is canceled, it indicates that the default operation path that has been canceled cannot meet the user's requirements, and the user's common operation path may have changed. Then, the operation data obtained by the operation target application needs to be re-collected; The operational data is re-determined operational path; the default operational path is updated with the re-determined operational path.
  • the default operation can be updated in time according to the change of the user behavior, thereby improving the user experience.
  • the page display method provided by the embodiment of the present invention is essentially a self-learning method for a user operation path, collecting operation data generated by a user's daily operation, and then calculating a user's operation between certain operations through a certain calculation method. Intimacy, if the intimacy of the two operations is very high, when the intimacy is high to a certain extent, it can be considered that the two operations are commonly used consecutive operations, which can help the user to complete automatically.
  • FIG. 7 is a flowchart of another page display method according to an embodiment of the present invention.
  • the user triggers the operation node A
  • it is determined whether there is a common path (ie, a default operation path). If there is a common path A->B, it automatically jumps to the page corresponding to the operation node B. If there is no common path, the user can manually select to jump to the page corresponding to the operation node B.
  • the behavior recorder records the operation data generated by the user each time the application is operated, and stores the operation data in the behavior database.
  • the algorithm extracts, analyzes and calculates the operation data stored in the behavior database, and obtains multiple operation paths.
  • buttons Positioning a button element (operation node) of a user's click screen on a behavior, each button corresponding to a unique behavior action, as shown in FIG. 3, corresponding to the number (identification information) of A1, A2, A3, A4 "WeChat”, “Contacts”, “Discovery”, “I” these four buttons.
  • an event receiver When the application interface is developed, an event receiver will be registered for each button. When the user clicks on the “friend circle”, he will receive the click event, and then record the behavior B1 assigned to the "friend circle” button.
  • a behavior logger collects the behavior number generated by the user's behavior and records the behavior number in the database.
  • the database is used to record the user's behavior.
  • An algorithm for designing a common path is used to analyze and calculate the user's path chain.
  • the high-probability path is finally recorded as a common path to the database.
  • FIG. 8 is a behavior tree state diagram of a certain scenario of an application according to an embodiment of the present invention.
  • the application may include: scenario A3, scenario B1, scenario B2, scenario B3, and scenario C1.
  • Scene C2 scene D1, scene D2, scene E1, and scene E2, wherein the user is currently in scene A3.
  • the arrows in Figure 8 indicate the paths that the user may reach from scene A3.
  • the following is a set of simulated operational data to illustrate the specific implementation of the algorithm, which is the user path data collected over a period of time.
  • the commonly used path is calculated by the user operation path set above.
  • the probability of entering the scene B1, the scene B2, and the scene B3 is as follows:
  • the path A3-B1 is the path commonly used by this user.
  • the user's common path is derived by collecting the path to the user. Above these paths, you can choose to automatically help the user to jump the scene. For example, if A3-B1 is the common path of the user, then after entering scene A3, it automatically jumps to scene B1. After entering scene B1, the path of B1-C1 is the common path of the user, and automatically jumps to scene C1.
  • FIG. 6 is a schematic diagram of a setup interface in accordance with an embodiment of the present invention.
  • the embodiment of the invention integrates the user's behavior path data analysis, intelligently identifies and memorizes the common paths of different user groups, and helps the user customize the privatization shortcut entry through data collection and intelligent data analysis, and solves the predetermined common entrance. It can not meet the fast operation requirements of different users, making the user's shortcut operation path more intelligent.
  • Operation H1 Click on the WeChat app to enter the WeChat homepage.
  • Operation H2 Click the "Discover" button at the bottom to enter the found page.
  • Operation H3 Click on “Friends Circle” to enter the circle of friends and the operation is completed.
  • the operation path is optimized:
  • the page display method provided by the invention helps the user to improve the operation convenience of the common path of the user, reduces the number of manual operations of the user, and improves the operation experience of the user.
  • the method according to the above embodiment can be implemented by means of software plus a necessary general hardware platform, and of course, by hardware, but in many cases, the former is A better implementation.
  • the technical solution of the present invention in essence or the contribution to the related art can be embodied in the form of a software product stored in a storage medium (such as ROM/RAM, disk, CD-ROM).
  • the instructions include a number of instructions for causing a terminal device (which may be a cell phone, computer, server, or network device, etc.) to perform the methods described in various embodiments of the present invention.
  • a page display apparatus for implementing the above page display method is further provided.
  • the page display apparatus may be disposed in a terminal that executes the display method of the page.
  • the apparatus may include one or more processors, and one or more memories storing program units, wherein the program units are executed by a processor, and the program units may include: a first collection unit 10, first The acquisition unit 20, the selection unit 30, and the setting unit 40.
  • the first collecting unit 10 is configured to collect operation data obtained by the operation target application, where the operation data carries information of the plurality of operation nodes, and after the target operation node of the plurality of operation nodes is triggered, the display and the target operation node are displayed. For the corresponding page, the target operation node is any one of the operation nodes.
  • the first obtaining unit 20 is configured to acquire a plurality of operating paths according to the operation data, wherein each of the operating paths includes at least two operating nodes.
  • the selecting unit 30 is configured to select, as the target operating path, an operation path that satisfies a preset condition from among a plurality of operation paths.
  • the setting unit 40 is configured to set the target operation path as a default operation path, wherein the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is The page corresponding to the last operation node of the target operation path.
  • the selecting unit 30 includes: a calculating subunit, and determining a subunit.
  • a subunit is determined to use the operation path with the highest probability of use as the target operation path.
  • the determining subunit includes: a screening module, a judging module, and a determining module.
  • a screening module is configured to filter out an operation path with the highest probability of use as the first operation path.
  • the determining module is configured to determine whether the usage probability of the first operation path is greater than or equal to a preset probability value.
  • a determining module configured to use the first operation path as the target operation path if the usage probability of the first operation path is greater than or equal to the preset probability value.
  • the predetermined operation path includes a first operation node and a second operation node
  • the calculation sub-unit includes: a first acquisition module, a second acquisition module, and a first calculation module.
  • the first obtaining module is configured to acquire the first frequency that the first operating node is triggered.
  • the second obtaining module is configured to acquire a second frequency that is triggered by the second operating node if the first operating node is triggered.
  • a first calculating module configured to calculate a usage probability of the predetermined operation path according to the first frequency and the second frequency, where the first operation node is triggered before the second operation node, and the predetermined operation path is any one of the multiple operation paths Operation path.
  • the first calculation module includes: a calculation submodule, and a determination submodule.
  • the calculating submodule is configured to divide the second frequency by the first frequency to obtain a first proportional value.
  • a submodule is determined for using the first scale value as a probability of use of the predetermined operational path.
  • the device further includes: a detecting unit, a second collecting unit, a second acquiring unit, and an updating unit.
  • the detecting unit is configured to detect whether the default operating path is canceled after the setting unit 40 sets the target operating path as the default operating path.
  • the second collecting unit is configured to re-collect the operation data obtained by the operation target application in a case where the default operation path is canceled.
  • a second acquiring unit configured to obtain a re-determined operation path according to the re-collected operation data.
  • the device further comprises: an allocating unit. And an allocating unit, configured to allocate identification information to each operation node in the target application before the first collection unit 10 collects the operation data obtained by the operation target application.
  • the first collecting unit 10 is configured to: when the ith operation node is triggered, record the ith identifier information, where the ith identifier information is identifier information corresponding to the ith operation node, and the ith operation node is in the target application. Any of the operational nodes.
  • the first operation path is sequentially connected by the first sub-operation path and the second sub-operation path, and the first operation node of the second sub-operation path is the same as the last operation node of the first sub-operation path.
  • the calculation subunit includes: a second calculation module, a third calculation module, and a fourth calculation module.
  • the second calculating module is configured to calculate a usage probability of the first sub-operation path.
  • the third calculating module is configured to calculate a usage probability of the second sub-operation path.
  • a fourth calculating module configured to multiply the usage probability of the first sub-operation path and the usage probability of the second sub-operation path to obtain a usage probability of the first operation path.
  • an electronic device for implementing the above page display method is further provided.
  • the electronic device mainly includes: one or more (only one is shown) processor 1001.
  • the electronic device may further include: a display 1003, a data interface 1004, and a network interface 1006, where:
  • the data interface 1004 transmits the operation data, the plurality of operation paths, and the like to the processor 1001 mainly by means of data transmission.
  • the memory 1005 is mainly used to store operation data, a plurality of operation paths, and the like.
  • the network interface 1006 is mainly used for network communication with terminals and other servers.
  • the display 1003 is mainly used to display operational data, a plurality of operational paths, and the like.
  • the processor 1001 is mainly configured to perform the following operations:
  • Collecting operation data obtained by the operation target application wherein the operation data carries information of a plurality of operation nodes, and after the target operation node of the plurality of operation nodes is triggered, displaying a page corresponding to the target operation node, the target operation node is Any one of the operation nodes; acquiring a plurality of operation paths according to the operation data, wherein each operation path includes at least two operation nodes; selecting an operation path that satisfies a preset condition from the plurality of operation paths as the target operation path; and the target operation path Set as the default operation path, in which the target application jumps directly to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is corresponding to the last operation node of the target operation path. page.
  • the processor 1001 is further configured to: calculate a usage probability of each operation path, wherein the usage probability is used to indicate a probability that an operation node on the operation path is triggered; and an operation path with the highest usage probability is used as the target operation path.
  • the processor 1001 is further configured to: filter out an operation path with the highest probability of use as the first operation path; determine whether the usage probability of the first operation path is greater than or equal to a preset probability value; and use the probability in the first operation path is greater than or equal to In the case of setting the probability value, the first operation path is taken as the target operation path.
  • the processor 1001 is further configured to: acquire a first frequency that the first operation node is triggered; acquire a second frequency that is triggered by the second operation node if the first operation node is triggered; according to the first frequency and the second The usage probability of the predetermined operation path is calculated in frequency, wherein the first operation node is triggered before the second operation node, and the predetermined operation path is any one of the plurality of operation paths.
  • the processor 1001 is further configured to: divide the second frequency by the first frequency to obtain a first ratio value; and use the first ratio value as a usage probability of the predetermined operation path.
  • the processor 1001 is further configured to: detect whether the default operation path is canceled; if the default operation path is canceled, re-collect the operation data obtained by the operation target application; and obtain the re-determined operation path according to the re-collected operation data; Update the default action path with the redefined operational path.
  • the processor 1001 is further configured to: assign identification information to each operation node in the target application; collecting operation data obtained by the operation target application includes: when the i-th operation node is triggered, recording the i-th identification information,
  • the i-th identification information is identification information corresponding to the i-th operation node, and the i-th operation node is any one of the target application programs.
  • the processor 1001 is further configured to: calculate a usage probability of the first sub-operation path; calculate a usage probability of the second sub-operation path; multiply a usage probability of the first sub-operation path by a usage probability of the second sub-operation path, The probability of use of the first operational path is obtained.
  • Embodiments of the present invention also provide a storage medium.
  • a computer program is stored in the storage medium, and the computer program may be configured to execute the page display method in the embodiment of the present invention.
  • the foregoing storage medium may be located in at least one of a plurality of network devices in a network of a mobile communication network, a wide area network, a metropolitan area network, or a local area network.
  • the storage medium is arranged to store program code for performing the following steps:
  • S1 collecting operation data obtained by the operation target application, wherein the operation data carries information of a plurality of operation nodes, and after the target operation node of the plurality of operation nodes is triggered, displaying a page corresponding to the target operation node, the target operation
  • the node is any one of the operating nodes
  • each operation path includes at least two operation nodes
  • the processor performs: calculating, according to the stored program code in the storage medium, a usage probability of each operation path, where the usage probability is used to indicate a probability that the operation node on the operation path is triggered; The operation path with the highest probability of use is used as the target operation path.
  • the processor performs, according to the stored program code in the storage medium,: screening an operation path with the highest probability of use as the first operation path; determining whether the usage probability of the first operation path is greater than or equal to The probability value is set; if the usage probability of the first operation path is greater than or equal to the preset probability value, the first operation path is taken as the target operation path.
  • the processor performs: acquiring, according to the stored program code in the storage medium, the first frequency that is triggered by the first operation node; and acquiring, in the case that the first operation node is triggered, the second operation a second frequency at which the node is triggered; calculating a usage probability of the predetermined operation path according to the first frequency and the second frequency, wherein the first operation node is triggered before the second operation node, and the predetermined operation path is any one of the plurality of operation paths An operation path.
  • the processor performs, according to the stored program code in the storage medium, dividing the second frequency by the first frequency to obtain a first ratio value; using the first ratio value as a predetermined operation path. Probability.
  • the processor performs, according to the stored program code in the storage medium, whether to detect whether the default operation path is canceled; and if the default operation path is canceled, re-collecting the operation obtained by the operation target application. Data; a redefined operational path is obtained based on the re-collected operational data; the default operational path is updated with the re-determined operational path.
  • the processor executes, according to the stored program code in the storage medium, the identifier information is allocated to each operation node in the target application; and the operation data obtained by collecting the operation target application includes: When the i operation node is triggered, the i-th identification information is recorded, wherein the i-th identification information is identification information corresponding to the i-th operation node, and the i-th operation node is any one of the target application programs.
  • the processor performs: calculating a usage probability of the first sub-operation path according to the stored program code in the storage medium; calculating a usage probability of the second sub-operation path; and The probability of use is multiplied by the probability of use of the second sub-operation path to obtain the probability of use of the first operational path.
  • the foregoing storage medium may include, but not limited to, a USB flash drive, a Read-Only Memory (ROM), a Random Access Memory (RAM), a mobile hard disk, and a magnetic memory.
  • ROM Read-Only Memory
  • RAM Random Access Memory
  • a mobile hard disk e.g., a hard disk
  • magnetic memory e.g., a hard disk
  • the integrated unit in the above embodiment if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in the above-described computer readable storage medium.
  • the technical solution of the present invention may be embodied in the form of a software product in the form of a software product, or the whole or part of the technical solution, which is stored in a storage medium, including
  • the instructions are used to cause one or more computer devices (which may be a personal computer, server or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
  • the disclosed client may be implemented in other manners.
  • the device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • multiple units or components may be combined or may be Integrate into another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, unit or module, and may be electrical or otherwise.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a page display method and apparatus, a storage medium, and an electronic apparatus. The method comprises: obtaining operation data obtained by operating a target application, wherein the operation data comprises information about multiple operation nodes, and after a target operation node among multiple operation nodes is triggered, displaying a page corresponding to the target operation node, wherein the target operation node is an arbitrary operation node; obtaining multiple operation paths according to the operation data; selecting, from the multiple operation paths, an operation path meeting a preset condition as a target operation path; and configuring the target operation path as a default operation path, wherein if the first operation node of the default operation path is triggered, the target application directly jumps to a target page, and the target page is a page corresponding to the last operation node of the target operation path. The invention solves the technical problem in which demands of different users for personalized shortcut operation are not satisfied in the prior art.

Description

页面显示方法和装置、存储介质以及电子装置Page display method and device, storage medium, and electronic device
本申请要求于2017年02月20日提交中国专利局、申请号为201710091364.9、发明名称“页面显示方法和装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。The present application claims the priority of the Chinese Patent Application, the entire disclosure of which is hereby incorporated by reference.
技术领域Technical field
本发明涉及互联网领域,具体而言,涉及一种页面显示方法和装置、存储介质以及电子装置。The present invention relates to the field of the Internet, and in particular to a page display method and apparatus, a storage medium, and an electronic device.
背景技术Background technique
在现代社会,各式各样的应用程序极大地方便了人们的生活。用户要进入某个应用程序的某个页面,可能需要很多的操作步骤,为了简化用户的操作步骤,可以使用类似快捷方式的做法,比如在手机桌面添加一个快捷书签,用户点击快捷书签就可以打开一个页面,这样不用进入浏览器输入一个地址打开页面,节约了用户的操作步骤。In modern society, a wide variety of applications greatly facilitate people's lives. To enter a certain page of an application, users may need a lot of steps. In order to simplify the user's operation steps, you can use a shortcut method, such as adding a shortcut bookmark on the mobile phone desktop, the user can click the shortcut bookmark to open A page, so that you do not need to enter the browser to enter an address to open the page, saving the user's steps.
但是由于不同的用户有不同的操作习惯,这种预先设定的做法无法满足不同用户的个性化快捷操作需求。However, because different users have different operating habits, this pre-set method cannot meet the personalized and fast operation requirements of different users.
针对上述的问题,目前尚未提出有效的解决方案。In response to the above problems, no effective solution has been proposed yet.
发明内容Summary of the invention
本发明实施例提供了一种页面显示方法和装置、存储介质以及电子装置,以至少解决相关技术中无法满足不同用户的个性化快捷操作需求的技术问题。The embodiment of the invention provides a page display method and device, a storage medium and an electronic device, so as to at least solve the technical problem that the related technologies cannot meet the personalized shortcut operation requirements of different users.
根据本发明实施例的一个方面,提供了一种页面显示方法,包括:终端收集操作目标应用程序得到的操作数据,其中,所述操作数据携带有多个操作节点的信息,在所述多个操作节点中的目标操作节点被触发之后, 显示与所述目标操作节点对应的页面,所述目标操作节点为任意一个操作节点;所述终端根据所述操作数据获取多条操作路径,其中,每条所述操作路径包括至少两个操作节点;所述终端从多条所述操作路径中选择满足预设条件的操作路径作为目标操作路径;所述终端将所述目标操作路径设置为默认操作路径,其中,在所述默认操作路径的第一个操作节点被触发的条件下,所述目标应用程序直接跳转至目标页面,其中,所述目标页面是与所述目标操作路径的最后一个操作节点对应的页面。According to an aspect of the embodiments of the present invention, a page display method includes: collecting, by a terminal, operation data obtained by an operation target application, where the operation data carries information of multiple operation nodes, where the multiple After the target operation node in the operation node is triggered, the page corresponding to the target operation node is displayed, and the target operation node is any one operation node; the terminal acquires multiple operation paths according to the operation data, where each The operation path includes at least two operation nodes; the terminal selects an operation path that satisfies a preset condition from the plurality of the operation paths as a target operation path; and the terminal sets the target operation path as a default operation path. The target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is the last operation with the target operation path The page corresponding to the node.
根据本发明实施例的另一方面,还提供了一种页面显示装置,包括:第一收集单元,用于收集操作目标应用程序得到的操作数据,其中,所述操作数据携带有多个操作节点的信息,在所述多个操作节点中的目标操作节点被触发之后,显示与所述目标操作节点对应的页面,所述目标操作节点为任意一个操作节点;第一获取单元,用于根据所述操作数据获取多条操作路径,其中,每条所述操作路径包括至少两个操作节点;选择单元,用于从多条所述操作路径中选择满足预设条件的操作路径作为目标操作路径;设置单元,用于将所述目标操作路径设置为默认操作路径,其中,在所述默认操作路径的第一个操作节点被触发的条件下,所述目标应用程序直接跳转至目标页面,其中,所述目标页面是与所述目标操作路径的最后一个操作节点对应的页面。According to another aspect of the embodiments of the present invention, a page display apparatus is further provided, including: a first collecting unit, configured to collect operation data obtained by an operation target application, wherein the operation data carries multiple operation nodes And after the target operation node of the plurality of operation nodes is triggered, displaying a page corresponding to the target operation node, where the target operation node is any one of the operation nodes; and the first acquisition unit is configured to The operation data acquires a plurality of operation paths, wherein each of the operation paths includes at least two operation nodes; and the selection unit is configured to select, from the plurality of the operation paths, an operation path that meets a preset condition as the target operation path; a setting unit, configured to set the target operation path as a default operation path, where the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein The target page is a page corresponding to the last operation node of the target operation path.
根据本发明实施例的另一方面,还提供了一种存储介质,其中,该存储介质中存储有计算机程序,该计算机程序被设置为运行时执行本发明实施例中的页面显示方法。According to another aspect of an embodiment of the present invention, there is further provided a storage medium, wherein the storage medium stores a computer program configured to execute a page display method in an embodiment of the present invention at runtime.
根据本发明实施例的另一方面,还提供了一种电子装置,包括存储器和处理器,其中,存储器中存储有计算机程序,处理器被设置为运行该计算机程序以执行本发明实施例中的页面显示方法。According to another aspect of an embodiment of the present invention, there is also provided an electronic device comprising a memory and a processor, wherein the memory stores a computer program, the processor being arranged to execute the computer program to perform the embodiment of the present invention The page display method.
在本发明实施例中,终端通过收集用户操作应用程序得到的操作数据,根据操作数据获取用户的操作路径,每条操作路径由至少两个操作节点确定出,从多条操作路径中选取出用户最常用的操作路径作为目标操作路径, 将目标操作路径设置为默认操作路径,当默认操作路径的第一个操作节点被触发的情况下,应用程序直接跳转至目标页面,其中,目标页面是与目标操作路径的最后一个操作节点对应的页面,这就省去了用户依次触发操作路径上的所有操作节点的麻烦,而且,对于不同的用户来说,操作同一个应用程序产生的操作数据可能是不同的,根据操作数据计算出的目标操作路径可能是不同的,终端上的默认操作路径也是因人而异的,达到了满足不同用户的个性化快捷操作需求的技术效果,进而解决了相关技术中无法满足不同用户的个性化快捷操作需求的技术问题。In the embodiment of the present invention, the terminal obtains the operation data obtained by the user operating the application, and acquires the operation path of the user according to the operation data, and each operation path is determined by at least two operation nodes, and the user is selected from the plurality of operation paths. The most commonly used operation path is the target operation path, and the target operation path is set as the default operation path. When the first operation node of the default operation path is triggered, the application directly jumps to the target page, where the target page is The page corresponding to the last operation node of the target operation path, which saves the trouble that the user sequentially triggers all the operation nodes on the operation path, and, for different users, the operation data generated by the same application may be operated. Different, the target operation path calculated according to the operation data may be different, and the default operation path on the terminal is also different from person to person, achieving the technical effect of satisfying the personalized shortcut operation requirements of different users, thereby solving the related Can't meet the personalized shortcut of different users in technology Technical issues of operational requirements.
附图说明DRAWINGS
此处所说明的附图用来提供对本发明的进一步理解,构成本申请的一部分,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定。在附图中:The drawings described herein are intended to provide a further understanding of the invention, and are intended to be a part of the invention. In the drawing:
图1是根据本发明实施例的一种硬件环境的示意图;1 is a schematic diagram of a hardware environment in accordance with an embodiment of the present invention;
图2是根据本发明实施例的一种可选的页面显示方法的流程图;2 is a flow chart of an alternative page display method according to an embodiment of the present invention;
图3是根据本发明实施例的操作节点与标识信息的对应关系的示意图;3 is a schematic diagram of a correspondence relationship between an operation node and identification information according to an embodiment of the present invention;
图4是根据本发明实施例的记录用户的操作数据的示意图;4 is a schematic diagram of recording operation data of a user according to an embodiment of the present invention;
图5是根据本发明实施例的根据操作数据生成常用路径的示意图;FIG. 5 is a schematic diagram of generating a common path according to operation data according to an embodiment of the present invention; FIG.
图6是根据本发明实施例的设置界面的示意图;6 is a schematic diagram of a setting interface according to an embodiment of the present invention;
图7是根据本发明实施例的另一种页面显示方法的流程图;FIG. 7 is a flowchart of another page display method according to an embodiment of the present invention; FIG.
图8是根据本发明实施例的一个应用程序的某个场景的行为树状态图;8 is a behavior tree state diagram of a certain scenario of an application according to an embodiment of the present invention;
图9是根据本发明实施例的一种可选的页面显示装置的示意图;9 is a schematic diagram of an alternative page display device in accordance with an embodiment of the present invention;
图10是根据本发明实施例的电子装置的示意图。FIG. 10 is a schematic diagram of an electronic device in accordance with an embodiment of the present invention.
具体实施方式detailed description
为了使本技术领域的人员更好地理解本发明方案,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分的实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本发明保护的范围。The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is an embodiment of the invention, but not all of the embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without creative efforts shall fall within the scope of the present invention.
需要说明的是,本发明的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便这里描述的本发明的实施例能够以除了在这里图示或描述的那些以外的顺序实施。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或单元的过程、方法、系统、产品或设备不必限于清楚地列出的那些步骤或单元,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其它步骤或单元。It is to be understood that the terms "first", "second" and the like in the specification and claims of the present invention are used to distinguish similar objects, and are not necessarily used to describe a particular order or order. It is to be understood that the data so used may be interchanged where appropriate, so that the embodiments of the invention described herein can be implemented in a sequence other than those illustrated or described herein. In addition, the terms "comprises" and "comprises" and "the" and "the" are intended to cover a non-exclusive inclusion, for example, a process, method, system, product, or device that comprises a series of steps or units is not necessarily limited to Those steps or units may include other steps or units not explicitly listed or inherent to such processes, methods, products or devices.
根据本发明实施例,提供了一种页面显示方法的实施例。According to an embodiment of the present invention, an embodiment of a page display method is provided.
可选地,在本实施例中,上述页面显示方法可以应用于如图1所示的由服务器102和终端104所构成的硬件环境中。如图1所示,服务器102通过网络与终端104进行连接,上述网络包括但不限于:广域网、城域网或局域网,终端104并不限定于PC、手机、平板电脑等。本发明实施例提供的页面显示的方法可以由终端104单独来执行,也可以由服务器102、终端104共同来执行。终端104执行本发明实施例的页面显示方法可以是由安装在其上的客户端来执行。Optionally, in this embodiment, the above page display method may be applied to a hardware environment composed of the server 102 and the terminal 104 as shown in FIG. 1. As shown in FIG. 1, the server 102 is connected to the terminal 104 through a network. The network includes but is not limited to a wide area network, a metropolitan area network, or a local area network. The terminal 104 is not limited to a PC, a mobile phone, a tablet, or the like. The method for displaying a page provided by the embodiment of the present invention may be performed by the terminal 104 alone or by the server 102 and the terminal 104. The page display method in which the terminal 104 executes the embodiment of the present invention may be executed by a client installed thereon.
本发明实施例提供的页面显示的方法由终端104单独来执行的过程如下:The method for displaying the page provided by the embodiment of the present invention is performed by the terminal 104 separately as follows:
目标应用程序安装在终端104上。用户操作目标应用程序,产生操作数据。触发某一个操作节点之后,终端显示与该操作节点相对应的页面。The target application is installed on the terminal 104. The user operates the target application to generate operational data. After triggering an operation node, the terminal displays a page corresponding to the operation node.
终端104收集用户操作目标应用程序得到的操作数据,其中,操作数据携带有多个操作节点的信息。根据操作数据获取多条操作路径,其中,每条操作路径包括至少两个操作节点。计算每条操作路径的使用概率,其中,使用概率用于表示操作路径上的操作节点被触发的概率;将使用概率最大的操作路径作为目标操作路径。将目标操作路径设置为默认操作路径,其中,在默认操作路径的第一个操作节点被触发的条件下,目标应用程序直接跳转至目标页面,其中,目标页面是与目标操作路径的最后一个操作节点对应的页面。The terminal 104 collects operation data obtained by the user operating the target application, wherein the operation data carries information of a plurality of operation nodes. Acquiring a plurality of operation paths according to the operation data, wherein each operation path includes at least two operation nodes. The probability of use of each operation path is calculated, wherein the usage probability is used to indicate the probability that the operation node on the operation path is triggered; and the operation path with the highest probability of use is used as the target operation path. Setting the target operation path as the default operation path, wherein the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is the last one of the target operation path The page corresponding to the operation node.
本发明实施例提供的页面显示的方法由服务器102、终端104共同来执行的过程如下:The method for displaying the page displayed by the embodiment of the present invention is performed by the server 102 and the terminal 104 together as follows:
目标应用程序安装在终端104上。用户操作目标应用程序,产生操作数据。触发某一个操作节点之后,终端显示与该操作节点相对应的页面。The target application is installed on the terminal 104. The user operates the target application to generate operational data. After triggering an operation node, the terminal displays a page corresponding to the operation node.
终端104收集用户操作目标应用程序得到的操作数据,其中,操作数据携带有多个操作节点的信息。终端104将操作数据发送给服务器102。服务器102根据操作数据获取多条操作路径,其中,每条操作路径包括至少两个操作节点。服务器102计算每条操作路径的使用概率,其中,使用概率用于表示操作路径上的操作节点被触发的概率;将使用概率最大的操作路径作为目标操作路径。服务器102将目标操作路径发送给终端104。终端104将目标操作路径设置为默认操作路径,其中,在默认操作路径的第一个操作节点被触发的条件下,目标应用程序直接跳转至目标页面,其中,目标页面是与目标操作路径的最后一个操作节点对应的页面。The terminal 104 collects operation data obtained by the user operating the target application, wherein the operation data carries information of a plurality of operation nodes. The terminal 104 transmits the operation data to the server 102. The server 102 acquires a plurality of operation paths according to the operation data, wherein each of the operation paths includes at least two operation nodes. The server 102 calculates the usage probability of each operation path, wherein the usage probability is used to indicate the probability that the operation node on the operation path is triggered; the operation path with the highest usage probability is taken as the target operation path. Server 102 transmits the target operational path to terminal 104. The terminal 104 sets the target operation path as the default operation path, wherein the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is the target operation path The page corresponding to the last operation node.
根据本发明实施例,提供了一种页面显示方法,如图2所示,该方法包括以下步骤:According to an embodiment of the present invention, a page display method is provided. As shown in FIG. 2, the method includes the following steps:
步骤S202,终端收集操作目标应用程序得到的操作数据,其中,操作数据携带有多个操作节点的信息,在多个操作节点中的目标操作节点被触发之后,显示与目标操作节点对应的页面,目标操作节点为任意一个操作节点。Step S202, the terminal collects operation data obtained by the operation target application, wherein the operation data carries information of a plurality of operation nodes, and after the target operation node of the plurality of operation nodes is triggered, displaying a page corresponding to the target operation node, The target operation node is any one of the operation nodes.
步骤S204,终端根据操作数据获取多条操作路径,其中,每条操作路径包括至少两个操作节点。Step S204: The terminal acquires multiple operation paths according to the operation data, where each operation path includes at least two operation nodes.
步骤S206,终端从多条操作路径中选择满足预设条件的操作路径作为目标操作路径。In step S206, the terminal selects an operation path that meets the preset condition from the plurality of operation paths as the target operation path.
步骤S208,终端将目标操作路径设置为默认操作路径,其中,在默认操作路径的第一个操作节点被触发的条件下,目标应用程序直接跳转至目标页面,其中,目标页面是与目标操作路径的最后一个操作节点对应的页面。Step S208, the terminal sets the target operation path as the default operation path, wherein the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is the target operation The page corresponding to the last operation node of the path.
目标应用程序安装在终端上。用户操作目标应用程序,产生操作数据。The target application is installed on the terminal. The user operates the target application to generate operational data.
在本发明实施例中,终端通过收集用户操作应用程序得到的操作数据,根据操作数据获取用户的操作路径,每条操作路径由至少两个操作节点确定出,从多条操作路径中选取出用户最常用的操作路径作为目标操作路径,将目标操作路径设置为默认操作路径,当默认操作路径的第一个操作节点被触发的情况下,应用程序直接跳转至目标页面,其中,目标页面是与目标操作路径的最后一个操作节点对应的页面,这就省去了用户依次触发操作路径上的所有操作节点的麻烦,而且,对于不同的用户来说,操作同一个应用程序产生的操作数据可能是不同的,根据操作数据计算出的目标操作路径可能是不同的,终端上的默认操作路径也是因人而异的,避免了相关技术中无法满足不同用户的个性化快捷操作需求的技术问题,达到了满足不同用户的个性化快捷操作需求的技术效果。In the embodiment of the present invention, the terminal obtains the operation data obtained by the user operating the application, and acquires the operation path of the user according to the operation data, and each operation path is determined by at least two operation nodes, and the user is selected from the plurality of operation paths. The most commonly used operation path is used as the target operation path, and the target operation path is set as the default operation path. When the first operation node of the default operation path is triggered, the application directly jumps to the target page, where the target page is The page corresponding to the last operation node of the target operation path, which saves the trouble that the user sequentially triggers all the operation nodes on the operation path, and, for different users, the operation data generated by the same application may be operated. Different, the target operation path calculated according to the operation data may be different, and the default operation path on the terminal is also different from person to person, avoiding the technical problem that the related technology cannot meet the personalized shortcut operation requirements of different users. Achieve personalized shortcuts to meet different users The technical effect of demand.
对于同一个应用程序,不同用户的默认操作路径可以是不同的。For the same application, the default operation path for different users can be different.
对于不同的应用程序,同一个用户的默认操作路径是不同的。The default operation path for the same user is different for different applications.
在收集操作目标应用程序得到的操作数据之前,为目标应用程序中的每个操作节点分配标识信息。Each operation node in the target application is assigned identification information before collecting the operational data obtained by the operation target application.
为第i操作节点分配第i标识信息,第i操作节点为目标应用程序中的任意一个操作节点。The i-th operation node is assigned an i-th identification information, and the i-th operation node is any one of the target application programs.
标识信息可以是编号、字母等。The identification information can be numbers, letters, and the like.
当第i操作节点被触发的情况下,记录第i标识信息,其中,第i标识信息为第i操作节点对应的标识信息,第i操作节点为目标应用程序中的任意一个操作节点。第i标识信息能够代表第i操作节点。When the ith operation node is triggered, the ith identifier information is recorded, wherein the ith identifier information is identifier information corresponding to the ith operation node, and the ith operation node is any one of the target application programs. The i-th identification information can represent the i-th operation node.
图3中示出了11个操作节点,分别为操作节点“微信”、操作节点“通讯录”、操作节点“发现”、操作节点“我”、操作节点“朋友圈”、操作节点“扫一扫”、操作节点“摇一摇”、操作节点“附近的人”、操作节点“漂流瓶”、操作节点“购物”、操作节点“游戏”。用户点击某个操作节点,即可触发该操作节点,在任意一个操作节点被触发的情况下,终端显示被触发的操作节点对应的页面。In Figure 3, 11 operating nodes are shown, which are the operating node "WeChat", the operating node "Contacts", the operating node "Discovery", the operating node "I", the operating node "Friends circle", and the operating node "Sweep one. Sweep, operation node "shake", operation node "people nearby", operation node "drift bottle", operation node "shopping", operation node "game". When the user clicks on an operation node, the operation node can be triggered. When any operation node is triggered, the terminal displays the page corresponding to the triggered operation node.
为图3中的11个操作节点分配标识信息,操作节点“微信”的标识信息是A1、操作节点“通讯录”的标识信息是A2、操作节点“发现”的标识信息是A3、操作节点“我”的标识信息是A4、操作节点“朋友圈”的标识信息是B1、操作节点“扫一扫”的标识信息是B2、操作节点“摇一摇”的标识信息是B3、操作节点“附近的人”的标识信息是B4、操作节点“漂流瓶”的标识信息是B5、操作节点“购物”的标识信息是B6、操作节点“游戏”的标识信息是B7。The identification information is assigned to the 11 operation nodes in FIG. 3, the identification information of the operation node "WeChat" is A1, the identification information of the operation node "address book" is A2, the identification information of the operation node "discovery" is A3, and the operation node " The identification information of "I" is A4, the identification information of the "friend circle" of the operation node is B1, the identification information of the operation node "sweep" is B2, the identification information of the operation node "shake" is B3, and the operation node is "near" The identification information of the "person" is B4, the identification information of the operation node "drift bottle" is B5, the identification information of the operation node "shopping" is B6, and the identification information of the operation node "game" is B7.
用户每次触发一个操作节点之后,记录该操作节点对应的标识信息。Each time the user triggers an operation node, the identification information corresponding to the operation node is recorded.
每一个操作节点也可以称为一个按钮元素。Each operational node can also be referred to as a button element.
将用户的一次点击屏幕的某个按钮元素定位一个行为,每个按钮对应唯一的行为动作,如图3所示,用A1、A2、A3、A4的编号来分别对应“微信”,“通讯录”,“发现”,“我”这个4个按钮。Positioning a button element of a user's click screen on a behavior, each button corresponding to a unique behavior action, as shown in Figure 3, using the numbers of A1, A2, A3, and A4 to correspond to "WeChat", "Contacts" ", "discover", "I" this four buttons.
当开发应用程序的时候,为每一个按钮分配一个行为编号(标识信息),例如,A1、A2..,应用程序里面的所有用户能点击的区域(操作节点),都将会分配一个唯一的行为编号(标识信息)。When developing an application, assign a behavior number (identification information) to each button. For example, A1, A2.., all the areas in the application that the user can click (operation node) will be assigned a unique one. Behavior number (identification information).
一个按钮当点击后,是会收到一个onClick事件,用户每点击一个按 钮,都会记录下对应的行为编号,如图4所示。When a button is clicked, it will receive an onClick event. Each time the user clicks a button, the corresponding behavior number will be recorded, as shown in Figure 4.
应用界面在开发的时候,都会为每个按钮注册一个事件接收器,如图4所示,当用户点击了“朋友圈”后,会收到点击事件,然后记录下来为“朋友圈”这个按钮分配的行为B1,设计一个行为记录器来收集用户的行为产生的行为编号,将行为编号记录到数据库中。When the application interface is developed, an event receiver is registered for each button. As shown in Figure 4, when the user clicks on the "friend circle", he will receive a click event and then record it as the "friend circle" button. Assigned behavior B1, design a behavior logger to collect the behavior number generated by the user's behavior, and record the behavior number in the database.
如图5所示,数据库用来记录用户的行为,设计一个常用路径的算法器,用来将用户的路径链进行分析和计算,计算出高概率的路径最后作为常用路径(目标操作路径)记录到数据库中。As shown in Figure 5, the database is used to record the user's behavior, and an algorithm for designing a common path is used to analyze and calculate the user's path chain, and to calculate a high-probability path and finally record as a common path (target operation path). Go to the database.
从多条操作路径中选择满足预设条件的操作路径作为目标操作路径的具体过程可以是这样的:计算每条操作路径的使用概率,其中,使用概率用于表示操作路径上的操作节点被触发的概率;将使用概率最大的操作路径作为目标操作路径。The specific process of selecting the operation path that satisfies the preset condition from the plurality of operation paths as the target operation path may be: calculating the usage probability of each operation path, wherein the usage probability is used to indicate that the operation node on the operation path is triggered Probability; the operational path with the highest probability of use will be the target operational path.
每条操作路径由至少两个操作节点确定,操作路径的使用概率表示该操作路径被用户使用的频繁程度。一个操作路径的使用概率越大,表示用户使用该操作路径越频繁。将用户使用最频繁的操作路径作为目标操作路径,将目标操作路径设置为终端上该应用程序的默认操作路径,使得用户只需要点击默认操作路径的第一个操作节点,终端就显示默认操作路径的最后一个操作节点对应的页面,通过使用概率的方法,获取用户喜好,使得用户的操作应用程序的步骤大大减少,提升用户体验。Each operation path is determined by at least two operation nodes, and the usage probability of the operation path indicates how frequently the operation path is used by the user. The greater the probability of use of an operational path, the more frequently the user uses the operational path. The user uses the most frequently used operation path as the target operation path, and sets the target operation path to the default operation path of the application on the terminal, so that the user only needs to click the first operation node of the default operation path, and the terminal displays the default operation path. The page corresponding to the last operation node obtains user preferences by using the probability method, so that the steps of the user's operation of the application are greatly reduced, and the user experience is improved.
直接将使用概率最大的操作路径作为目标操作路径有可能会导致一个问题,例如,假设根据用户的操作数据获取到的操作路径一共有5条,分别为:操作路径E1-E2、操作路径E1-E3、操作路径E1-E4、操作路径E1-E5、操作路径E1-E6,这5条操作路径的使用概率依次为:20%、20%、21%、19%、23%、17%。其中,E1、E2、E3、E4、E5、E6均为操作节点的标识信息。Directly using the operation path with the highest probability of use as the target operation path may cause a problem. For example, suppose that there are five operation paths obtained according to the user's operation data, namely: operation path E1-E2, operation path E1- E3, the operation path E1-E4, the operation path E1-E5, and the operation path E1-E6, the usage probabilities of the five operation paths are: 20%, 20%, 21%, 19%, 23%, 17%. Among them, E1, E2, E3, E4, E5, and E6 are the identification information of the operation node.
使用概率最大的操作路径是操作路径E1-E5。The operation path with the highest probability of use is the operation path E1-E5.
可以看出,这5条操作路径的使用概率相差不大,说明用户使用这5条操作路径的频繁程度差不多,此时,如果将操作路径E1-E5设置为默认操作路径,用户如果触发E1对应的操作节点,则终端显示E5对应的操作节点所对应的页面,而很有可能这个页面不是用户希望看到的页面。It can be seen that the usage probabilities of the five operating paths are not much different, indicating that the frequency of the user's use of the five operating paths is similar. In this case, if the operating path E1-E5 is set as the default operating path, the user triggers E1 correspondingly. The operation node, the terminal displays the page corresponding to the operation node corresponding to E5, and it is very likely that this page is not the page that the user wants to see.
为了解决这个问题,筛选出使用概率最大的操作路径,作为第一操作路径;判断第一操作路径的使用概率是否大于等于预设概率值;在第一操作路径的使用概率大于等于预设概率值的情况下,将第一操作路径作为目标操作路径。In order to solve this problem, the operation path with the highest probability of use is selected as the first operation path; whether the usage probability of the first operation path is greater than or equal to the preset probability value; the usage probability of the first operation path is greater than or equal to the preset probability value. In the case of the first operation path, the first operation path is used.
也就是说,当得到使用概率最大的操作路径(第一操作路径)之后,并不直接将其作为目标操作路径,而是要判断其使用概率是否大于等于预设概率值。如果第一操作路径的使用概率小于预设概率值,说明这个操作路径的使用还不够频繁,此时,不将第一操作路径作为目标操作路径;在第一操作路径的使用概率大于等于预设概率值的情况下,说明这个操作路径的使用很频繁,此时,将第一操作路径作为目标操作路径。That is to say, after obtaining the operation path (first operation path) with the highest probability of use, it is not directly used as the target operation path, but it is determined whether the usage probability is greater than or equal to the preset probability value. If the usage probability of the first operation path is less than the preset probability value, the operation path is not used frequently. In this case, the first operation path is not used as the target operation path; the usage probability of the first operation path is greater than or equal to the preset. In the case of the probability value, it is indicated that the operation path is used frequently, and at this time, the first operation path is used as the target operation path.
预定操作路径包括第一操作节点和第二操作节点,计算每条操作路径的使用概率包括:获取第一操作节点被触发的第一频次;获取在第一操作节点被触发的情况下,第二操作节点被触发的第二频次;根据第一频次和第二频次计算预定操作路径的使用概率,其中,第一操作节点先于第二操作节点被触发,预定操作路径为多条操作路径中的任意一条操作路径。The predetermined operation path includes a first operation node and a second operation node, and calculating a usage probability of each operation path includes: acquiring a first frequency at which the first operation node is triggered; acquiring, in a case where the first operation node is triggered, the second a second frequency at which the operation node is triggered; calculating a usage probability of the predetermined operation path according to the first frequency and the second frequency, wherein the first operation node is triggered before the second operation node, and the predetermined operation path is in the multiple operation paths Any one of the operation paths.
根据第一频次和第二频次计算预定操作路径的使用概率包括:将第二频次除以第一频次,得到第一比例值;将第一比例值作为预定操作路径的使用概率。Calculating the usage probability of the predetermined operation path according to the first frequency and the second frequency comprises: dividing the second frequency by the first frequency to obtain a first proportional value; and using the first proportional value as a usage probability of the predetermined operational path.
以预定操作路径为例,说明怎样计算操作路径的使用概率。预定操作路径由两个操作节点确定,这两个操作节点分别为第一操作节点和第二操作节点。Taking the predetermined operation path as an example, how to calculate the usage probability of the operation path is explained. The predetermined operational path is determined by two operational nodes, which are the first operational node and the second operational node, respectively.
在预设时间段之内收集到的用户的路径数据:The path data of the user collected within the preset time period:
F1-F3…F1-F4…F1-F2…F1-F3…F1-F3…F1-F3…F1-F3…F1-F3…F1-F3…F1-F3…F1-F3...F1-F4...F1-F2...F1-F3...F1-F3...F1-F3...F1-F3...F1-F3...F1-F3...F1-F3...
操作节点F1(第一操作节点)被触发的次数(第一频次)为10。The number of times (first frequency) at which the operation node F1 (first operation node) is triggered is 10.
在第一操作节点被触发的情况下,操作节点F2(第二操作节点)被触发的次数(第二频次)为1。In the case where the first operational node is triggered, the number of times (second frequency) at which the operational node F2 (second operational node) is triggered is one.
在第一操作节点被触发的情况下,操作节点F3(第二操作节点)被触发的次数(第二频次)为8。In the case where the first operational node is triggered, the number of times (second frequency) at which the operational node F3 (second operational node) is triggered is 8.
在第一操作节点被触发的情况下,操作节点F4(第二操作节点)被触发的次数(第二频次)为1。In the case where the first operational node is triggered, the number of times (second frequency) at which the operational node F4 (second operational node) is triggered is one.
操作路径F1-F2的使用概率为:1/10=10%。The usage probability of the operation paths F1-F2 is: 1/10=10%.
操作路径F1-F3的使用概率为:8/10=80%。The usage probability of the operation paths F1-F3 is: 8/10=80%.
操作路径F1-F4的使用概率为:1/10=10%。The usage probability of the operation paths F1-F4 is: 1/10=10%.
操作路径F1-F3的使用概率远远大于操作路径F1-F2的使用概率和操作路径F1-F4的使用概率,因此,将操作路径F1-F3设置为默认操作路径。The usage probabilities of the operation paths F1-F3 are much larger than the usage probabilities of the operation paths F1-F2 and the usage probabilities of the operation paths F1-F4, and therefore, the operation paths F1-F3 are set as the default operation paths.
对于操作路径由三个及三个以上操作节点确定的情况,下面进行详细说明。For the case where the operation path is determined by three or more operation nodes, the details will be described below.
假设某条操作路径由N(N≥3)个操作节点确定出,这N个操作节点分别为操作节点F1、F2、F3、……、FN,即,该操作路径是F1-F2-F3-F4……-FN。该操作路径包括N-1个子操作路径,分别为:子操作路径F1-F2、子操作路径F2-F3、子操作路径F3-F4……。分别计算这N-1个子操作路径的使用概率,将这N-1个子操作路径的使用概率相乘,得到操作路径F1-F2-F3-F4……-FN的使用概率。其中,任意一个子操作路径的使用概率的计算方法使用上文所述的方法计算,不再赘述。Suppose that an operation path is determined by N (N ≥ 3) operation nodes, which are operation nodes F1, F2, F3, ..., FN, that is, the operation path is F1-F2-F3- F4...-FN. The operation path includes N-1 sub-operation paths, which are: sub-operation path F1-F2, sub-operation path F2-F3, and sub-operation path F3-F4. The usage probabilities of the N-1 sub-operation paths are respectively calculated, and the usage probabilities of the N-1 sub-operation paths are multiplied to obtain the usage probabilities of the operation paths F1-F2-F3-F4...-FN. The calculation method of the usage probability of any one of the sub-operation paths is calculated using the method described above, and will not be described again.
下面对操作路径由3个操作节点确定出这种情况进行举例说明。The following is an example of the operation path determined by three operating nodes.
第一操作路径由第一子操作路径与第二子操作路径顺序连接而成,第二子操作路径的第一个操作节点与第一子操作路径的最后一个操作节点相同。第一子操作路径与第二子操作路径均由2个操作节点确定。计算第一子操作路径的使用概率;计算第二子操作路径的使用概率;将第一子操作路径的使用概率与第二子操作路径的使用概率进行相乘,得到第一操作路径的使用概率。The first operation path is sequentially connected by the first sub-operation path and the second sub-operation path, and the first operation node of the second sub-operation path is the same as the last operation node of the first sub-operation path. Both the first sub-operation path and the second sub-operation path are determined by two operation nodes. Calculating a usage probability of the first sub-operation path; calculating a usage probability of the second sub-operation path; multiplying a usage probability of the first sub-operation path by a usage probability of the second sub-operation path to obtain a usage probability of the first operation path .
在将目标操作路径设置为默认操作路径之后,方法还包括:检测默认操作路径是否被取消;在默认操作路径被取消的情况下,重新收集操作目标应用程序得到的操作数据;根据重新收集的操作数据得到重新确定的操作路径;利用重新确定的操作路径更新默认操作路径。After the target operation path is set as the default operation path, the method further includes: detecting whether the default operation path is canceled; and re-collecting the operation data obtained by the operation target application in the case that the default operation path is canceled; according to the re-collected operation The data is re-determined operation path; the default operation path is updated with the re-determined operation path.
如果用户觉得不需要使用默认操作路径,则可以手动取消默认操作路径,如图6所示。如果检测到默认操作路径被取消,那么说明被取消的默认操作路径已经无法满足用户需求,用户的常用操作路径可能已经发生了变化,那么需要重新收集操作目标应用程序得到的操作数据;根据重新收集的操作数据得到重新确定的操作路径;利用重新确定的操作路径更新默认操作路径。If the user feels that the default operation path is not needed, the default operation path can be manually canceled, as shown in FIG. 6. If it is detected that the default operation path is canceled, it indicates that the default operation path that has been canceled cannot meet the user's requirements, and the user's common operation path may have changed. Then, the operation data obtained by the operation target application needs to be re-collected; The operational data is re-determined operational path; the default operational path is updated with the re-determined operational path.
通过在用户取消默认操作路径的情况下,重新收集用户的操作数据,并根据新收集的操作数据更新默认操作路径,能够及时根据用户行为的改变更新默认操作,提升用户体验。By re-collecting the user's operation data when the user cancels the default operation path, and updating the default operation path according to the newly collected operation data, the default operation can be updated in time according to the change of the user behavior, thereby improving the user experience.
本发明实施例提供的页面显示方法,实质上是一种用户操作路径的自我学习的方法,将用户日常操作产生的操作数据进行收集,然后经过一定的计算方法来计算出用户各个操作之间的亲密度,如果两个操作的亲密度很高,当亲密度高到一定程度后,可以认为两个操作是常用的连贯操作,可以帮助用户自动完成。The page display method provided by the embodiment of the present invention is essentially a self-learning method for a user operation path, collecting operation data generated by a user's daily operation, and then calculating a user's operation between certain operations through a certain calculation method. Intimacy, if the intimacy of the two operations is very high, when the intimacy is high to a certain extent, it can be considered that the two operations are commonly used consecutive operations, which can help the user to complete automatically.
图7是根据本发明实施例的另一种页面显示方法的流程图。如图7所示,如果用户触发操作节点A,则判断是否有常用路径(即默认操作路径)。如果存在常用路径A->B,则自动跳转至操作节点B对应的页面。如果不 存在常用路径,则用户可以手动选择跳转至操作节点B对应的页面。行为记录器记录在用户每次操作应用程序的过程中产生的操作数据,并将操作数据存储至行为数据库,算法器对行为数据库中存储的操作数据进行提取、分析和计算,得到多条操作路径,计算每条操作路径的使用概率,将使用概率最大的操作路径作为常用路径(假设为路径A->B),这样,当用户下一次查询是否有常用路径时,得到的查询结果是存在路径,为路径A->B,自动跳转至操作节点B对应的页面。FIG. 7 is a flowchart of another page display method according to an embodiment of the present invention. As shown in FIG. 7, if the user triggers the operation node A, it is determined whether there is a common path (ie, a default operation path). If there is a common path A->B, it automatically jumps to the page corresponding to the operation node B. If there is no common path, the user can manually select to jump to the page corresponding to the operation node B. The behavior recorder records the operation data generated by the user each time the application is operated, and stores the operation data in the behavior database. The algorithm extracts, analyzes and calculates the operation data stored in the behavior database, and obtains multiple operation paths. Calculate the usage probability of each operation path, and use the operation path with the highest probability as the common path (assumed to be path A->B). Thus, when the user next query has a common path, the obtained query result is the existence path. , for the path A->B, automatically jump to the page corresponding to the operation node B.
一、定义用户行为First, define user behavior
将用户的一次点击屏幕的某个按钮元素(操作节点)定位一个行为,每个按钮对应唯一的行为动作,如图3所示,用A1、A2、A3、A4的编号(标识信息)来对应“微信”,“通讯录”,“发现”,“我”这个4个按钮。Positioning a button element (operation node) of a user's click screen on a behavior, each button corresponding to a unique behavior action, as shown in FIG. 3, corresponding to the number (identification information) of A1, A2, A3, A4 "WeChat", "Contacts", "Discovery", "I" these four buttons.
当开发应用程序的时候,为每一个按钮分配一个行为编号,类似A1、A2..,应用程序里面的所有用户能点击的区域,都将会分配一个唯一的行为编号。When developing an application, assign a behavior number to each button, similar to A1, A2.., and all areas within the application that the user can click will be assigned a unique behavior number.
二、记录用户的行为Second, record the user's behavior
一个按钮当点击后,是会收到一个onClick事件,用户每点击一个按钮,都会记录下对应的行为编号,如图4所示。When a button is clicked, it will receive an onClick event. Each time the user clicks a button, the corresponding behavior number will be recorded, as shown in Figure 4.
应用界面在开发的时候,都会为每个按钮注册一个事件接收器,当用户点击了“朋友圈”后,会收到点击事件,然后记录下来为“朋友圈”这个按钮分配的行为B1,设计一个行为记录器来收集用户的行为产生的行为编号,将行为编号记录到数据库中。When the application interface is developed, an event receiver will be registered for each button. When the user clicks on the "friend circle", he will receive the click event, and then record the behavior B1 assigned to the "friend circle" button. A behavior logger collects the behavior number generated by the user's behavior and records the behavior number in the database.
三、计算的收集的用户行为,产生常用路径Third, calculate the collected user behavior, generate common paths
数据库用来记录用户的行为,设计一个常用路径的算法器,用来将用户的路径链进行分析和计算,计算出高概率的路径最后作为常用路径记录到数据库中。The database is used to record the user's behavior. An algorithm for designing a common path is used to analyze and calculate the user's path chain. The high-probability path is finally recorded as a common path to the database.
下面讲解如何常用路径的具体的生成过程,也就是算法器是如何实现常用路径的产生的。The following describes how to generate a common path, that is, how the algorithm implements the common path.
图8是根据本发明实施例的一个应用程序的某个场景的行为树状态图,如图8所示,该应用程序中可以包括:场景A3、场景B1、场景B2、场景B3、场景C1、场景C2、场景D1、场景D2、场景E1、场景E2,其中,用户当前处于场景A3。图8中的箭头表示用户从场景A3可能触达的路径。8 is a behavior tree state diagram of a certain scenario of an application according to an embodiment of the present invention. As shown in FIG. 8, the application may include: scenario A3, scenario B1, scenario B2, scenario B3, and scenario C1. Scene C2, scene D1, scene D2, scene E1, and scene E2, wherein the user is currently in scene A3. The arrows in Figure 8 indicate the paths that the user may reach from scene A3.
下面用一组模拟操作数据来阐述算法的具体实现,这是在一段时间内收集到的用户路径数据。The following is a set of simulated operational data to illustrate the specific implementation of the algorithm, which is the user path data collected over a period of time.
A3-B1-C1...A3-B2-D1...A3-B1-C1...A3-B1-C1...A3-B1-C2..A3-B1-C1...A3-B3-E1...A3-B1-C1...A3-B1-C1...A3-B1-C1...A3-B1-C1..A3-B1-C1...A3-B1-C1...A3-B1-C1..A3-B1-C1...A3-B1-C1..A3-B1-C1..A3-B1-C1...A3-B1-C1...A3-B1-C1...A3-B1-C1...A3-B1-C1..A3-B1-C1...A3-B2-D1...A3-B1-C1...A3-B1-C1...A3-B1-C2..A3-B1-C1...A3-B3 -E1...A3-B1-C1...A3-B1-C1...A3-B1-C1...A3-B1-C1..A3-B1-C1...A3-B1-C1. ..A3-B1-C1..A3-B1-C1...A3-B1-C1..A3-B1-C1..A3-B1-C1...A3-B1-C1...A3-B1 -C1...A3-B1-C1...A3-B1-C1..
下面通过上面集到的用户操作路径来计算常用的路径。The commonly used path is calculated by the user operation path set above.
A3:22个;A3: 22;
A3-B1:20个;A3-B1: 20;
A3-B1-C1:19个;A3-B1-C1: 19;
A3-B2:1个;A3-B2: 1;
A3-B2-D1:1个;A3-B2-D1:1;
A3-B3:1个;A3-B3: 1;
A3-B3-E1:1个。A3-B3-E1:1.
当用户进入场景A3,即将要进入场景B1、场景B2、场景B3的概率是多少,可以得到结果:When the user enters the scene A3, the probability of entering the scene B1, the scene B2, and the scene B3 is as follows:
A3-B1的概率:A3-B1的个数/A3的个数=(20/22)*100%=91.0%Probability of A3-B1: number of A3-B1/number of A3=(20/22)*100%=91.0%
A3-B2的概率:A3-B2的个数/A3的个数=(1/22)*100%=4.5%Probability of A3-B2: number of A3-B2/number of A3=(1/22)*100%=4.5%
A3-B3的概率:A3-B2的个数/A3的个数=(1/22)*100%=4.5%Probability of A3-B3: number of A3-B2/number of A3=(1/22)*100%=4.5%
从数据分析可以看出,A3-B1这条路径是这个用户常用的路径。As can be seen from the data analysis, the path A3-B1 is the path commonly used by this user.
同理,可以从上面的例子里面算出B1-C1的概率:Similarly, the probability of B1-C1 can be calculated from the above example:
B1-C1:19个B1-C1: 19
B1-C2:1个B1-C2: 1
B1-C1的概率:19/20*100%=95%Probability of B1-C1: 19/20*100%=95%
通过收集到用户的路径,推算出用户的常用路径。在这些路径上面,可以选择自动帮助用户进行场景的跳转。比如认为A3-B1是用户的常用路径,那么当进入场景A3后,自动跳转到场景B1,当进入场景B1后,B1-C1的路径是用户的常用路径,自动跳转到场景C1。The user's common path is derived by collecting the path to the user. Above these paths, you can choose to automatically help the user to jump the scene. For example, if A3-B1 is the common path of the user, then after entering scene A3, it automatically jumps to scene B1. After entering scene B1, the path of B1-C1 is the common path of the user, and automatically jumps to scene C1.
上面从用户行为概率上面阐明了如何识别常用的用户路径。The above illustrates how to identify common user paths from the user behavioral probabilities.
四、常用路径的展示设置,用户可以自己取消。Fourth, the display settings of common paths, users can cancel themselves.
如果用户觉得不需要常用路径的自动跳转,可以手动进入设置,将其现有的常用路径进行删除。图6是根据本发明实施例的设置界面的示意图。If the user feels that there is no need to automatically jump to the common path, you can manually enter the settings to delete their existing common paths. 6 is a schematic diagram of a setup interface in accordance with an embodiment of the present invention.
本发明实施例融入了用户的行为路径数据分析,为不同的用户群体的常用路径进行智能的识别并记忆,通过数据收集和智能的数据分析,帮助用户定制私有化的快捷入口,解决预定常用入口不能满足不同用户的快捷的操作需求,使得用户的快捷操作路径更加智能化。The embodiment of the invention integrates the user's behavior path data analysis, intelligently identifies and memorizes the common paths of different user groups, and helps the user customize the privatization shortcut entry through data collection and intelligent data analysis, and solves the predetermined common entrance. It can not meet the fast operation requirements of different users, making the user's shortcut operation path more intelligent.
例如,用户平时使用微信的时候,要么看看消息,要么看看朋友圈,其它的功能用户很少用,拿用户看朋友圈的操作举例,如果用户要看朋友圈,他需要做以下几个操作:For example, when users usually use WeChat, they should either look at the message or look at the circle of friends. Other functional users rarely use it. Take the user's example of the circle of friends. If the user wants to see a circle of friends, he needs to do the following. operating:
操作H1:点击微信应用,进入微信的主页Operation H1: Click on the WeChat app to enter the WeChat homepage.
操作H2:点击底部的“发现”按钮,进入发现的页面,Operation H2: Click the "Discover" button at the bottom to enter the found page.
操作H3:点击“朋友圈”,进入朋友圈,操作完毕。Operation H3: Click on “Friends Circle” to enter the circle of friends and the operation is completed.
相关技术中,用户需要H1-H2-H3这样3个操作来完成。In the related art, the user needs three operations such as H1-H2-H3 to complete.
在本发明实施例中,对操作路径进行了优化:In the embodiment of the invention, the operation path is optimized:
用户操作:User action:
H1-H2H1-H2
自动完成:automatic completion:
H2-H3(默认操作路径)H2-H3 (default operating path)
也就是说用户在进朋友圈,只需要H1进入微信,H2点击“发现”这两步操作,H2-H3是程序自动完成进入的。That is to say, the user is in the circle of friends, only need H1 to enter WeChat, H2 clicks the "find" two steps, H2-H3 is automatically completed by the program.
本发明提供的页面显示方法帮助用户提高用户常用路径的操作便捷性,减少用户手动操作次数,提升用户的操作体验。The page display method provided by the invention helps the user to improve the operation convenience of the common path of the user, reduces the number of manual operations of the user, and improves the operation experience of the user.
需要说明的是,对于前述的各方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本发明并不受所描述的动作顺序的限制,因为依据本发明,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作和模块并不一定是本发明所必须的。It should be noted that, for the foregoing method embodiments, for the sake of simple description, they are all expressed as a series of action combinations, but those skilled in the art should understand that the present invention is not limited by the described action sequence. Because certain steps may be performed in other sequences or concurrently in accordance with the present invention. In addition, those skilled in the art should also understand that the embodiments described in the specification are all preferred embodiments, and the actions and modules involved are not necessarily required by the present invention.
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到根据上述实施例的方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本发明的技术方案本质上或者说对相关技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台终端设备(可以是手机,计算机,服务器,或者网络设备等)执行本发明各个实施例所述的方法。Through the description of the above embodiments, those skilled in the art can clearly understand that the method according to the above embodiment can be implemented by means of software plus a necessary general hardware platform, and of course, by hardware, but in many cases, the former is A better implementation. Based on such understanding, the technical solution of the present invention in essence or the contribution to the related art can be embodied in the form of a software product stored in a storage medium (such as ROM/RAM, disk, CD-ROM). The instructions include a number of instructions for causing a terminal device (which may be a cell phone, computer, server, or network device, etc.) to perform the methods described in various embodiments of the present invention.
根据本发明实施例,还提供了一种用于实施上述页面显示方法的页面显示装置,需要说明的是,该页面显示装置可以设置在执行本页面显示方 法的终端中。如图9所示,该装置可以包括一个或多个处理器,以及一个或多个存储程序单元的存储器,其中,程序单元由处理器执行,程序单元可以包括:第一收集单元10、第一获取单元20、选择单元30、设置单元40。According to an embodiment of the present invention, a page display apparatus for implementing the above page display method is further provided. It should be noted that the page display apparatus may be disposed in a terminal that executes the display method of the page. As shown in FIG. 9, the apparatus may include one or more processors, and one or more memories storing program units, wherein the program units are executed by a processor, and the program units may include: a first collection unit 10, first The acquisition unit 20, the selection unit 30, and the setting unit 40.
第一收集单元10,用于收集操作目标应用程序得到的操作数据,其中,操作数据携带有多个操作节点的信息,在多个操作节点中的目标操作节点被触发之后,显示与目标操作节点对应的页面,目标操作节点为任意一个操作节点。The first collecting unit 10 is configured to collect operation data obtained by the operation target application, where the operation data carries information of the plurality of operation nodes, and after the target operation node of the plurality of operation nodes is triggered, the display and the target operation node are displayed. For the corresponding page, the target operation node is any one of the operation nodes.
第一获取单元20,用于根据操作数据获取多条操作路径,其中,每条操作路径包括至少两个操作节点。The first obtaining unit 20 is configured to acquire a plurality of operating paths according to the operation data, wherein each of the operating paths includes at least two operating nodes.
选择单元30,用于从多条操作路径中选择满足预设条件的操作路径作为目标操作路径。The selecting unit 30 is configured to select, as the target operating path, an operation path that satisfies a preset condition from among a plurality of operation paths.
设置单元40,用于将目标操作路径设置为默认操作路径,其中,在默认操作路径的第一个操作节点被触发的条件下,目标应用程序直接跳转至目标页面,其中,目标页面是与目标操作路径的最后一个操作节点对应的页面。The setting unit 40 is configured to set the target operation path as a default operation path, wherein the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is The page corresponding to the last operation node of the target operation path.
可选地,选择单元30包括:计算子单元、确定子单元。计算子单元,用于计算每条操作路径的使用概率,其中,使用概率用于表示操作路径上的操作节点被触发的概率。确定子单元,用于将使用概率最大的操作路径作为目标操作路径。Optionally, the selecting unit 30 includes: a calculating subunit, and determining a subunit. A calculation subunit for calculating a usage probability of each operation path, wherein the usage probability is used to indicate a probability that an operation node on the operation path is triggered. A subunit is determined to use the operation path with the highest probability of use as the target operation path.
可选地,确定子单元包括:筛选模块、判断模块、确定模块。筛选模块,用于筛选出使用概率最大的操作路径,作为第一操作路径。判断模块,用于判断第一操作路径的使用概率是否大于等于预设概率值。确定模块,用于在第一操作路径的使用概率大于等于预设概率值的情况下,将第一操作路径作为目标操作路径。Optionally, the determining subunit includes: a screening module, a judging module, and a determining module. A screening module is configured to filter out an operation path with the highest probability of use as the first operation path. The determining module is configured to determine whether the usage probability of the first operation path is greater than or equal to a preset probability value. And a determining module, configured to use the first operation path as the target operation path if the usage probability of the first operation path is greater than or equal to the preset probability value.
可选地,预定操作路径包括第一操作节点和第二操作节点,计算子单 元包括:第一获取模块、第二获取模块、第一计算模块。第一获取模块,用于获取第一操作节点被触发的第一频次。第二获取模块,用于获取在第一操作节点被触发的情况下,第二操作节点被触发的第二频次。第一计算模块,用于根据第一频次和第二频次计算预定操作路径的使用概率,其中,第一操作节点先于第二操作节点被触发,预定操作路径为多条操作路径中的任意一条操作路径。Optionally, the predetermined operation path includes a first operation node and a second operation node, and the calculation sub-unit includes: a first acquisition module, a second acquisition module, and a first calculation module. The first obtaining module is configured to acquire the first frequency that the first operating node is triggered. The second obtaining module is configured to acquire a second frequency that is triggered by the second operating node if the first operating node is triggered. a first calculating module, configured to calculate a usage probability of the predetermined operation path according to the first frequency and the second frequency, where the first operation node is triggered before the second operation node, and the predetermined operation path is any one of the multiple operation paths Operation path.
可选地,第一计算模块包括:计算子模块、确定子模块。计算子模块,用于将第二频次除以第一频次,得到第一比例值。确定子模块,用于将第一比例值作为预定操作路径的使用概率。Optionally, the first calculation module includes: a calculation submodule, and a determination submodule. The calculating submodule is configured to divide the second frequency by the first frequency to obtain a first proportional value. A submodule is determined for using the first scale value as a probability of use of the predetermined operational path.
可选地,装置还包括:检测单元、第二收集单元、第二获取单元、更新单元。检测单元,用于在设置单元40将目标操作路径设置为默认操作路径之后,检测默认操作路径是否被取消。第二收集单元,用于在默认操作路径被取消的情况下,重新收集操作目标应用程序得到的操作数据。第二获取单元,用于根据重新收集的操作数据得到重新确定的操作路径。更新单元,用于利用重新确定的操作路径更新默认操作路径。Optionally, the device further includes: a detecting unit, a second collecting unit, a second acquiring unit, and an updating unit. The detecting unit is configured to detect whether the default operating path is canceled after the setting unit 40 sets the target operating path as the default operating path. The second collecting unit is configured to re-collect the operation data obtained by the operation target application in a case where the default operation path is canceled. And a second acquiring unit, configured to obtain a re-determined operation path according to the re-collected operation data. An update unit for updating the default operation path with the re-determined operation path.
可选地,装置还包括:分配单元。分配单元,用于在第一收集单元10收集操作目标应用程序得到的操作数据之前,为目标应用程序中的每个操作节点分配标识信息。第一收集单元10用于:当第i操作节点被触发的情况下,记录第i标识信息,其中,第i标识信息为第i操作节点对应的标识信息,第i操作节点为目标应用程序中的任意一个操作节点。Optionally, the device further comprises: an allocating unit. And an allocating unit, configured to allocate identification information to each operation node in the target application before the first collection unit 10 collects the operation data obtained by the operation target application. The first collecting unit 10 is configured to: when the ith operation node is triggered, record the ith identifier information, where the ith identifier information is identifier information corresponding to the ith operation node, and the ith operation node is in the target application. Any of the operational nodes.
可选地,第一操作路径由第一子操作路径与第二子操作路径顺序连接而成,第二子操作路径的第一个操作节点与第一子操作路径的最后一个操作节点相同。计算子单元包括:第二计算模块、第三计算模块、第四计算模块。第二计算模块,用于计算第一子操作路径的使用概率。第三计算模块,用于计算第二子操作路径的使用概率。第四计算模块,用于将第一子操作路径的使用概率与第二子操作路径的使用概率进行相乘,得到第一操作路径的使用概率。Optionally, the first operation path is sequentially connected by the first sub-operation path and the second sub-operation path, and the first operation node of the second sub-operation path is the same as the last operation node of the first sub-operation path. The calculation subunit includes: a second calculation module, a third calculation module, and a fourth calculation module. The second calculating module is configured to calculate a usage probability of the first sub-operation path. The third calculating module is configured to calculate a usage probability of the second sub-operation path. And a fourth calculating module, configured to multiply the usage probability of the first sub-operation path and the usage probability of the second sub-operation path to obtain a usage probability of the first operation path.
根据本发明实施例,还提供了一种用于实施上述页面显示方法的电子装置,如图10所示,该电子装置主要包括:一个或多个(图中仅示出一个)处理器1001、存储器1005,其中,存储器1005中可以存储有计算机程序,处理器1001可以被设置为运行所述计算机程序以执行本发明实施例的页面显示方法。According to an embodiment of the present invention, an electronic device for implementing the above page display method is further provided. As shown in FIG. 10, the electronic device mainly includes: one or more (only one is shown) processor 1001. The memory 1005, wherein a computer program can be stored in the memory 1005, and the processor 1001 can be configured to execute the computer program to execute the page display method of the embodiment of the present invention.
可选地,如图10所示,该电子装置还可以包括:显示器1003、数据接口1004和网络接口1006,其中:Optionally, as shown in FIG. 10, the electronic device may further include: a display 1003, a data interface 1004, and a network interface 1006, where:
数据接口1004则主要通过数据传输的方式将操作数据、多条操作路径等传输给处理器1001。The data interface 1004 transmits the operation data, the plurality of operation paths, and the like to the processor 1001 mainly by means of data transmission.
存储器1005主要用于存储操作数据、多条操作路径等。The memory 1005 is mainly used to store operation data, a plurality of operation paths, and the like.
网络接口1006主要用于与终端和其他服务器进行网络通信。The network interface 1006 is mainly used for network communication with terminals and other servers.
显示器1003主要用于显示操作数据、多条操作路径等。The display 1003 is mainly used to display operational data, a plurality of operational paths, and the like.
处理器1001主要用于执行如下操作:The processor 1001 is mainly configured to perform the following operations:
收集操作目标应用程序得到的操作数据,其中,操作数据携带有多个操作节点的信息,在多个操作节点中的目标操作节点被触发之后,显示与目标操作节点对应的页面,目标操作节点为任意一个操作节点;根据操作数据获取多条操作路径,其中,每条操作路径包括至少两个操作节点;从多条操作路径中选择满足预设条件的操作路径作为目标操作路径;将目标操作路径设置为默认操作路径,其中,在默认操作路径的第一个操作节点被触发的条件下,目标应用程序直接跳转至目标页面,其中,目标页面是与目标操作路径的最后一个操作节点对应的页面。Collecting operation data obtained by the operation target application, wherein the operation data carries information of a plurality of operation nodes, and after the target operation node of the plurality of operation nodes is triggered, displaying a page corresponding to the target operation node, the target operation node is Any one of the operation nodes; acquiring a plurality of operation paths according to the operation data, wherein each operation path includes at least two operation nodes; selecting an operation path that satisfies a preset condition from the plurality of operation paths as the target operation path; and the target operation path Set as the default operation path, in which the target application jumps directly to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is corresponding to the last operation node of the target operation path. page.
处理器1001还用于执行:计算每条操作路径的使用概率,其中,使用概率用于表示操作路径上的操作节点被触发的概率;将使用概率最大的操作路径作为目标操作路径。The processor 1001 is further configured to: calculate a usage probability of each operation path, wherein the usage probability is used to indicate a probability that an operation node on the operation path is triggered; and an operation path with the highest usage probability is used as the target operation path.
处理器1001还用于执行:筛选出使用概率最大的操作路径,作为第 一操作路径;判断第一操作路径的使用概率是否大于等于预设概率值;在第一操作路径的使用概率大于等于预设概率值的情况下,将第一操作路径作为目标操作路径。The processor 1001 is further configured to: filter out an operation path with the highest probability of use as the first operation path; determine whether the usage probability of the first operation path is greater than or equal to a preset probability value; and use the probability in the first operation path is greater than or equal to In the case of setting the probability value, the first operation path is taken as the target operation path.
处理器1001还用于执行:获取第一操作节点被触发的第一频次;获取在第一操作节点被触发的情况下,第二操作节点被触发的第二频次;根据第一频次和第二频次计算预定操作路径的使用概率,其中,第一操作节点先于第二操作节点被触发,预定操作路径为多条操作路径中的任意一条操作路径。The processor 1001 is further configured to: acquire a first frequency that the first operation node is triggered; acquire a second frequency that is triggered by the second operation node if the first operation node is triggered; according to the first frequency and the second The usage probability of the predetermined operation path is calculated in frequency, wherein the first operation node is triggered before the second operation node, and the predetermined operation path is any one of the plurality of operation paths.
处理器1001还用于执行:将第二频次除以第一频次,得到第一比例值;将第一比例值作为预定操作路径的使用概率。The processor 1001 is further configured to: divide the second frequency by the first frequency to obtain a first ratio value; and use the first ratio value as a usage probability of the predetermined operation path.
处理器1001还用于执行:检测默认操作路径是否被取消;在默认操作路径被取消的情况下,重新收集操作目标应用程序得到的操作数据;根据重新收集的操作数据得到重新确定的操作路径;利用重新确定的操作路径更新默认操作路径。The processor 1001 is further configured to: detect whether the default operation path is canceled; if the default operation path is canceled, re-collect the operation data obtained by the operation target application; and obtain the re-determined operation path according to the re-collected operation data; Update the default action path with the redefined operational path.
处理器1001还用于执行:为目标应用程序中的每个操作节点分配标识信息;收集操作目标应用程序得到的操作数据包括:当第i操作节点被触发的情况下,记录第i标识信息,其中,第i标识信息为第i操作节点对应的标识信息,第i操作节点为目标应用程序中的任意一个操作节点。The processor 1001 is further configured to: assign identification information to each operation node in the target application; collecting operation data obtained by the operation target application includes: when the i-th operation node is triggered, recording the i-th identification information, The i-th identification information is identification information corresponding to the i-th operation node, and the i-th operation node is any one of the target application programs.
处理器1001还用于执行:计算第一子操作路径的使用概率;计算第二子操作路径的使用概率;将第一子操作路径的使用概率与第二子操作路径的使用概率进行相乘,得到第一操作路径的使用概率。The processor 1001 is further configured to: calculate a usage probability of the first sub-operation path; calculate a usage probability of the second sub-operation path; multiply a usage probability of the first sub-operation path by a usage probability of the second sub-operation path, The probability of use of the first operational path is obtained.
可选地,本实施例中的具体示例可以参考上述实施例中所描述的示例,本实施例在此不再赘述。For example, the specific examples in this embodiment may refer to the examples described in the foregoing embodiments, and details are not described herein again.
本发明的实施例还提供了一种存储介质。可选地,在本实施例中,上述存储介质中存储有计算机程序,该计算机程序可以被设置为运行时执行本发明实施例的页面显示方法。Embodiments of the present invention also provide a storage medium. Optionally, in this embodiment, a computer program is stored in the storage medium, and the computer program may be configured to execute the page display method in the embodiment of the present invention.
可选地,在本实施例中,上述存储介质可以位于移动通信网络、广域网、城域网或局域网的网络中的多个网络设备中的至少一个网络设备。Optionally, in this embodiment, the foregoing storage medium may be located in at least one of a plurality of network devices in a network of a mobile communication network, a wide area network, a metropolitan area network, or a local area network.
可选地,在本实施例中,存储介质被设置为存储用于执行以下步骤的程序代码:Optionally, in the present embodiment, the storage medium is arranged to store program code for performing the following steps:
S1,收集操作目标应用程序得到的操作数据,其中,操作数据携带有多个操作节点的信息,在多个操作节点中的目标操作节点被触发之后,显示与目标操作节点对应的页面,目标操作节点为任意一个操作节点;S1, collecting operation data obtained by the operation target application, wherein the operation data carries information of a plurality of operation nodes, and after the target operation node of the plurality of operation nodes is triggered, displaying a page corresponding to the target operation node, the target operation The node is any one of the operating nodes;
S2,根据操作数据获取多条操作路径,其中,每条操作路径包括至少两个操作节点;S2. Acquire a plurality of operation paths according to the operation data, where each operation path includes at least two operation nodes;
S3,从多条操作路径中选择满足预设条件的操作路径作为目标操作路径;S3, selecting an operation path that meets a preset condition from the plurality of operation paths as the target operation path;
S4,将目标操作路径设置为默认操作路径,其中,在默认操作路径的第一个操作节点被触发的条件下,目标应用程序直接跳转至目标页面,其中,目标页面是与目标操作路径的最后一个操作节点对应的页面。S4, setting the target operation path as the default operation path, wherein the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, wherein the target page is the target operation path The page corresponding to the last operation node.
可选地,在本实施例中,处理器根据存储介质中已存储的程序代码执行:计算每条操作路径的使用概率,其中,使用概率用于表示操作路径上的操作节点被触发的概率;将使用概率最大的操作路径作为目标操作路径。Optionally, in this embodiment, the processor performs: calculating, according to the stored program code in the storage medium, a usage probability of each operation path, where the usage probability is used to indicate a probability that the operation node on the operation path is triggered; The operation path with the highest probability of use is used as the target operation path.
可选地,在本实施例中,处理器根据存储介质中已存储的程序代码执行:筛选出使用概率最大的操作路径,作为第一操作路径;判断第一操作路径的使用概率是否大于等于预设概率值;在第一操作路径的使用概率大于等于预设概率值的情况下,将第一操作路径作为目标操作路径。Optionally, in this embodiment, the processor performs, according to the stored program code in the storage medium,: screening an operation path with the highest probability of use as the first operation path; determining whether the usage probability of the first operation path is greater than or equal to The probability value is set; if the usage probability of the first operation path is greater than or equal to the preset probability value, the first operation path is taken as the target operation path.
可选地,在本实施例中,处理器根据存储介质中已存储的程序代码执行:获取第一操作节点被触发的第一频次;获取在第一操作节点被触发的情况下,第二操作节点被触发的第二频次;根据第一频次和第二频次计算预定操作路径的使用概率,其中,第一操作节点先于第二操作节点被触发,预定操作路径为多条操作路径中的任意一条操作路径。Optionally, in this embodiment, the processor performs: acquiring, according to the stored program code in the storage medium, the first frequency that is triggered by the first operation node; and acquiring, in the case that the first operation node is triggered, the second operation a second frequency at which the node is triggered; calculating a usage probability of the predetermined operation path according to the first frequency and the second frequency, wherein the first operation node is triggered before the second operation node, and the predetermined operation path is any one of the plurality of operation paths An operation path.
可选地,在本实施例中,处理器根据存储介质中已存储的程序代码执行:将第二频次除以第一频次,得到第一比例值;将第一比例值作为预定操作路径的使用概率。Optionally, in this embodiment, the processor performs, according to the stored program code in the storage medium, dividing the second frequency by the first frequency to obtain a first ratio value; using the first ratio value as a predetermined operation path. Probability.
可选地,在本实施例中,处理器根据存储介质中已存储的程序代码执行:检测默认操作路径是否被取消;在默认操作路径被取消的情况下,重新收集操作目标应用程序得到的操作数据;根据重新收集的操作数据得到重新确定的操作路径;利用重新确定的操作路径更新默认操作路径。Optionally, in this embodiment, the processor performs, according to the stored program code in the storage medium, whether to detect whether the default operation path is canceled; and if the default operation path is canceled, re-collecting the operation obtained by the operation target application. Data; a redefined operational path is obtained based on the re-collected operational data; the default operational path is updated with the re-determined operational path.
可选地,在本实施例中,处理器根据存储介质中已存储的程序代码执行:为目标应用程序中的每个操作节点分配标识信息;收集操作目标应用程序得到的操作数据包括:当第i操作节点被触发的情况下,记录第i标识信息,其中,第i标识信息为第i操作节点对应的标识信息,第i操作节点为目标应用程序中的任意一个操作节点。Optionally, in this embodiment, the processor executes, according to the stored program code in the storage medium, the identifier information is allocated to each operation node in the target application; and the operation data obtained by collecting the operation target application includes: When the i operation node is triggered, the i-th identification information is recorded, wherein the i-th identification information is identification information corresponding to the i-th operation node, and the i-th operation node is any one of the target application programs.
可选地,在本实施例中,处理器根据存储介质中已存储的程序代码执行:计算第一子操作路径的使用概率;计算第二子操作路径的使用概率;将第一子操作路径的使用概率与第二子操作路径的使用概率进行相乘,得到第一操作路径的使用概率。Optionally, in this embodiment, the processor performs: calculating a usage probability of the first sub-operation path according to the stored program code in the storage medium; calculating a usage probability of the second sub-operation path; and The probability of use is multiplied by the probability of use of the second sub-operation path to obtain the probability of use of the first operational path.
可选地,在本实施例中,上述存储介质可以包括但不限于:U盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、移动硬盘、磁碟或者光盘等各种可以存储程序代码的介质。Optionally, in this embodiment, the foregoing storage medium may include, but not limited to, a USB flash drive, a Read-Only Memory (ROM), a Random Access Memory (RAM), a mobile hard disk, and a magnetic memory. A variety of media that can store program code, such as a disc or a disc.
可选地,本实施例中的具体示例可以参考上述实施例中所描述的示例,本实施例在此不再赘述。For example, the specific examples in this embodiment may refer to the examples described in the foregoing embodiments, and details are not described herein again.
上述实施例中的集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在上述计算机可读取的存储介质中。基于这样的理解,本发明的技术方案本质上或者说对相关技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计 算机软件产品存储在存储介质中,包括若干指令用以使得一台或多台计算机设备(可为个人计算机、服务器或者网络设备等)执行本发明各个实施例所述方法的全部或部分步骤。The integrated unit in the above embodiment, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in the above-described computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product in the form of a software product, or the whole or part of the technical solution, which is stored in a storage medium, including The instructions are used to cause one or more computer devices (which may be a personal computer, server or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
在本发明的上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述的部分,可以参见其他实施例的相关描述。In the above-mentioned embodiments of the present invention, the descriptions of the various embodiments are different, and the parts that are not detailed in a certain embodiment can be referred to the related descriptions of other embodiments.
在本申请所提供的几个实施例中,应该理解到,所揭露的客户端,可通过其它的方式实现。其中,以上所描述的装置实施例仅仅是示意性的,例如所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,单元或模块的间接耦合或通信连接,可以是电性或其它的形式。In the several embodiments provided by the present application, it should be understood that the disclosed client may be implemented in other manners. The device embodiments described above are merely illustrative. For example, the division of the unit is only a logical function division. In actual implementation, there may be another division manner. For example, multiple units or components may be combined or may be Integrate into another system, or some features can be ignored or not executed. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, unit or module, and may be electrical or otherwise.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
以上所述仅是本发明的优选实施方式,应当指出,对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下,还可以做出若干改进和润饰,这些改进和润饰也应视为本发明的保护范围。The above description is only a preferred embodiment of the present invention, and it should be noted that those skilled in the art can also make several improvements and retouchings without departing from the principles of the present invention. It should be considered as the scope of protection of the present invention.

Claims (18)

  1. 一种页面显示方法,包括:A page display method includes:
    终端收集操作目标应用程序得到的操作数据,其中,所述操作数据携带有多个操作节点的信息,在所述多个操作节点中的目标操作节点被触发之后,显示与所述目标操作节点对应的页面,所述目标操作节点为任意一个操作节点;The terminal collects operation data obtained by the operation target application, where the operation data carries information of a plurality of operation nodes, and after the target operation node of the plurality of operation nodes is triggered, displaying corresponding to the target operation node a page, the target operation node is any one of the operation nodes;
    所述终端根据所述操作数据获取多条操作路径,其中,每条所述操作路径包括至少两个操作节点;The terminal acquires multiple operation paths according to the operation data, where each of the operation paths includes at least two operation nodes;
    所述终端从多条所述操作路径中选择满足预设条件的操作路径作为目标操作路径;The terminal selects, as a target operation path, an operation path that meets a preset condition from among the plurality of operation paths;
    所述终端将所述目标操作路径设置为默认操作路径,其中,在所述默认操作路径的第一个操作节点被触发的条件下,所述目标应用程序直接跳转至目标页面,其中,所述目标页面是与所述目标操作路径的最后一个操作节点对应的页面。The terminal sets the target operation path as a default operation path, where the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, where The target page is a page corresponding to the last operation node of the target operation path.
  2. 根据权利要求1所述的方法,其中,所述终端从多条所述操作路径中选择满足预设条件的操作路径作为目标操作路径包括:The method according to claim 1, wherein the terminal selects an operation path that satisfies a preset condition from the plurality of the operation paths as the target operation path, including:
    所述终端计算每条所述操作路径的使用概率,其中,所述使用概率用于表示所述操作路径上的操作节点被触发的概率;The terminal calculates a usage probability of each of the operation paths, where the usage probability is used to indicate a probability that an operation node on the operation path is triggered;
    所述终端将使用概率最大的操作路径作为所述目标操作路径。The terminal uses the operation path with the highest probability as the target operation path.
  3. 根据权利要求2所述的方法,其中,所述终端将使用概率最大的操作路径作为所述目标操作路径包括:The method according to claim 2, wherein the terminal uses the operation path with the highest probability of use as the target operation path, including:
    所述终端筛选出使用概率最大的操作路径,作为第一操作路径;The terminal filters out an operation path with the highest probability of use as the first operation path;
    所述终端判断所述第一操作路径的使用概率是否大于等于预设概率值;Determining, by the terminal, whether a usage probability of the first operation path is greater than or equal to a preset probability value;
    所述终端在所述第一操作路径的使用概率大于等于所述预设概率值的情况下,将所述第一操作路径作为所述目标操作路径。If the usage probability of the first operation path is greater than or equal to the preset probability value, the terminal uses the first operation path as the target operation path.
  4. 根据权利要求2所述的方法,其中,预定操作路径包括第一操作节点和第二操作节点,所述终端计算每条所述操作路径的使用概率包括:The method according to claim 2, wherein the predetermined operation path comprises a first operation node and a second operation node, and the terminal calculates usage probabilities of each of the operation paths, including:
    所述终端获取所述第一操作节点被触发的第一频次;Obtaining, by the terminal, the first frequency that is triggered by the first operating node;
    所述终端获取在所述第一操作节点被触发的情况下,所述第二操作节点被触发的第二频次;Determining, by the terminal, a second frequency that is triggered by the second operating node if the first operating node is triggered;
    所述终端根据所述第一频次和所述第二频次计算所述预定操作路径的使用概率,其中,所述第一操作节点先于所述第二操作节点被触发,所述预定操作路径为多条所述操作路径中的任意一条操作路径。The terminal calculates a usage probability of the predetermined operation path according to the first frequency and the second frequency, where the first operation node is triggered before the second operation node, and the predetermined operation path is Any one of the plurality of operation paths.
  5. 根据权利要求4所述的方法,其中,所述终端根据所述第一频次和所述第二频次计算所述预定操作路径的使用概率包括:The method according to claim 4, wherein the calculating, by the terminal, the usage probability of the predetermined operation path according to the first frequency and the second frequency comprises:
    所述终端将所述第二频次除以所述第一频次,得到第一比例值;The terminal divides the second frequency by the first frequency to obtain a first ratio value;
    所述终端将所述第一比例值作为所述预定操作路径的使用概率。The terminal uses the first ratio value as a usage probability of the predetermined operation path.
  6. 根据权利要求1所述的方法,其中,在所述终端将所述目标操作路径设置为默认操作路径之后,所述方法还包括:The method of claim 1, wherein after the terminal sets the target operation path as a default operation path, the method further comprises:
    所述终端检测所述默认操作路径是否被取消;The terminal detects whether the default operation path is cancelled;
    所述终端在所述默认操作路径被取消的情况下,重新收集操作所述目标应用程序得到的操作数据;The terminal re-collects operation data obtained by operating the target application in a case where the default operation path is canceled;
    所述终端根据重新收集的操作数据得到重新确定的操作路径;The terminal obtains a re-determined operation path according to the re-collected operation data;
    所述终端利用所述重新确定的操作路径更新所述默认操作路径。The terminal updates the default operation path by using the re-determined operation path.
  7. 根据权利要求1所述的方法,其中,The method of claim 1 wherein
    在所述终端收集操作目标应用程序得到的操作数据之前,所述方法还包括:所述终端为所述目标应用程序中的每个操作节点分配标识信息;Before the terminal collects operation data obtained by the operation target application, the method further includes: the terminal assigning identification information to each operation node in the target application;
    所述终端收集操作目标应用程序得到的操作数据包括:当第i操作节点被触发的情况下,所述终端记录第i标识信息,其中,所述第i标识信息为所述第i操作节点对应的标识信息,所述第i操作节点为所述目标应用程序中的任意一个操作节点。The operation data obtained by the terminal collecting the operation target application includes: when the ith operation node is triggered, the terminal records the ith identifier information, where the ith identifier information is corresponding to the ith operation node Identification information, the i-th operation node is any one of the target applications.
  8. 根据权利要求2所述的方法,其中,第一操作路径由第一子操作路径与第二子操作路径顺序连接而成,所述第二子操作路径的第一个操作节点与所述第一子操作路径的最后一个操作节点相同,所述终端计算每条所述操作路径的使用概率包括:The method according to claim 2, wherein the first operation path is sequentially connected by the first sub-operation path and the second sub-operation path, the first operation node of the second sub-operation path and the first The last operation node of the sub-operation path is the same, and the terminal calculates the usage probability of each of the operation paths, including:
    所述终端计算所述第一子操作路径的使用概率;The terminal calculates a usage probability of the first sub-operation path;
    所述终端计算所述第二子操作路径的使用概率;The terminal calculates a usage probability of the second sub-operation path;
    所述终端将所述第一子操作路径的使用概率与所述第二子操作路径的使用概率进行相乘,得到所述第一操作路径的使用概率。The terminal multiplies the usage probability of the first sub-operation path by the usage probability of the second sub-operation path to obtain a usage probability of the first operation path.
  9. 一种页面显示装置,包括一个或多个处理器,以及一个或多个存储程序单元的存储器,其中,所述程序单元由所述处理器执行,所述程序单元包括:A page display device comprising one or more processors, and one or more memories storing program units, wherein the program units are executed by the processor, the program units comprising:
    第一收集单元,被设置为收集操作目标应用程序得到的操作数据,其中,所述操作数据携带有多个操作节点的信息,在所述多个操作节点中的目标操作节点被触发之后,显示与所述目标操作节点对应的页面,所述目标操作节点为任意一个操作节点;a first collecting unit configured to collect operation data obtained by the operation target application, wherein the operation data carries information of a plurality of operation nodes, and after the target operation node of the plurality of operation nodes is triggered, displaying a page corresponding to the target operation node, where the target operation node is any one of the operation nodes;
    第一获取单元,被设置为根据所述操作数据获取多条操作路径,其中,每条所述操作路径包括至少两个操作节点;a first acquiring unit, configured to acquire a plurality of operating paths according to the operation data, where each of the operating paths includes at least two operating nodes;
    选择单元,被设置为从多条所述操作路径中选择满足预设条件的操作路径作为目标操作路径;a selection unit configured to select, as the target operation path, an operation path that satisfies a preset condition from among the plurality of operation paths;
    设置单元,被设置为将所述目标操作路径设置为默认操作路径,其中,在所述默认操作路径的第一个操作节点被触发的条件下,所述目标应用程序直接跳转至目标页面,其中,所述目标页面是与所述目标操作路径的最后一个操作节点对应的页面。a setting unit configured to set the target operation path as a default operation path, wherein the target application directly jumps to the target page under the condition that the first operation node of the default operation path is triggered, The target page is a page corresponding to the last operation node of the target operation path.
  10. 根据权利要求9所述的装置,其中,所述选择单元包括:The apparatus of claim 9, wherein the selection unit comprises:
    计算子单元,被设置为计算每条所述操作路径的使用概率,其中,所述使用概率用于表示所述操作路径上的操作节点被触发的概率;a calculation subunit configured to calculate a usage probability of each of the operation paths, wherein the usage probability is used to indicate a probability that an operation node on the operation path is triggered;
    确定子单元,被设置为将使用概率最大的操作路径作为所述目标 操作路径。The determining subunit is set to use the operation path having the highest probability of use as the target operation path.
  11. 根据权利要求10所述的装置,其中,所述确定子单元包括:The apparatus of claim 10 wherein said determining subunit comprises:
    筛选模块,被设置为筛选出使用概率最大的操作路径,作为第一操作路径;a screening module, configured to filter out an operation path with the highest probability of use as the first operation path;
    判断模块,被设置为判断所述第一操作路径的使用概率是否大于等于预设概率值;The determining module is configured to determine whether the usage probability of the first operation path is greater than or equal to a preset probability value;
    确定模块,被设置为在所述第一操作路径的使用概率大于等于所述预设概率值的情况下,将所述第一操作路径作为所述目标操作路径。The determining module is configured to use the first operating path as the target operating path if the usage probability of the first operating path is greater than or equal to the preset probability value.
  12. 根据权利要求10所述的装置,其中,预定操作路径包括第一操作节点和第二操作节点,所述计算子单元包括:The apparatus of claim 10, wherein the predetermined operational path comprises a first operational node and a second operational node, the computational subunit comprising:
    第一获取模块,被设置为获取所述第一操作节点被触发的第一频次;a first acquiring module, configured to acquire a first frequency that is triggered by the first operating node;
    第二获取模块,被设置为获取在所述第一操作节点被触发的情况下,所述第二操作节点被触发的第二频次;a second acquiring module, configured to acquire a second frequency that is triggered by the second operating node if the first operating node is triggered;
    第一计算模块,被设置为根据所述第一频次和所述第二频次计算所述预定操作路径的使用概率,其中,所述第一操作节点先于所述第二操作节点被触发,所述预定操作路径为多条所述操作路径中的任意一条操作路径。a first calculation module, configured to calculate a usage probability of the predetermined operation path according to the first frequency and the second frequency, where the first operation node is triggered before the second operation node, where The predetermined operation path is any one of the plurality of operation paths.
  13. 根据权利要求12所述的装置,其中,所述第一计算模块包括:The apparatus of claim 12, wherein the first computing module comprises:
    计算子模块,被设置为将所述第二频次除以所述第一频次,得到第一比例值;a calculating submodule, configured to divide the second frequency by the first frequency to obtain a first ratio value;
    确定子模块,被设置为将所述第一比例值作为所述预定操作路径的使用概率。The determining submodule is configured to use the first scale value as a probability of use of the predetermined operational path.
  14. 根据权利要求9所述的装置,其中,所述装置还包括:The apparatus of claim 9 wherein said apparatus further comprises:
    检测单元,被设置为在所述设置单元将所述目标操作路径设置为默认操作路径之后,检测所述默认操作路径是否被取消;a detecting unit, configured to detect whether the default operating path is canceled after the setting unit sets the target operating path as a default operating path;
    第二收集单元,被设置为在所述默认操作路径被取消的情况下,重新收集操作所述目标应用程序得到的操作数据;a second collecting unit, configured to re-collect operation data obtained by operating the target application in a case where the default operation path is canceled;
    第二获取单元,被设置为根据重新收集的操作数据得到重新确定的操作路径;a second obtaining unit, configured to obtain a re-determined operation path according to the re-collected operation data;
    更新单元,被设置为利用所述重新确定的操作路径更新所述默认操作路径。An update unit configured to update the default operational path with the re-determined operational path.
  15. 根据权利要求9所述的装置,其中,The apparatus according to claim 9, wherein
    所述装置还包括:分配单元,被设置为在所述第一收集单元收集操作目标应用程序得到的操作数据之前,为所述目标应用程序中的每个操作节点分配标识信息;The apparatus further includes: an allocating unit configured to allocate identification information for each of the operation nodes in the target application before the first collection unit collects operation data obtained by the operation target application;
    所述第一收集单元被设置为当第i操作节点被触发的情况下,记录第i标识信息,其中,所述第i标识信息为所述第i操作节点对应的标识信息,所述第i操作节点为所述目标应用程序中的任意一个操作节点。The first collecting unit is configured to record the ith identifier information when the ith operation node is triggered, wherein the ith identifier information is identifier information corresponding to the ith operation node, the ith The operation node is any one of the target applications.
  16. 根据权利要求10所述的装置,其中,第一操作路径由第一子操作路径与第二子操作路径顺序连接而成,所述第二子操作路径的第一个操作节点与所述第一子操作路径的最后一个操作节点相同,所述计算子单元包括:The apparatus according to claim 10, wherein the first operation path is sequentially connected by the first sub-operation path and the second sub-operation path, and the first operation node of the second sub-operation path and the first The last operation node of the sub-operation path is the same, and the calculation sub-unit includes:
    第二计算模块,被设置为计算所述第一子操作路径的使用概率;a second calculating module, configured to calculate a usage probability of the first sub-operation path;
    第三计算模块,被设置为计算所述第二子操作路径的使用概率;a third calculating module, configured to calculate a usage probability of the second sub-operation path;
    第四计算模块,被设置为将所述第一子操作路径的使用概率与所述第二子操作路径的使用概率进行相乘,得到所述第一操作路径的使用概率。The fourth calculating module is configured to multiply the usage probability of the first sub-operation path and the usage probability of the second sub-operation path to obtain a usage probability of the first operation path.
  17. 一种存储介质,其中,所述存储介质中存储有计算机程序,所述计算机程序被设置为运行时执行所述权利要求1至8任一项中所述的方法。A storage medium, wherein a computer program is stored in the storage medium, the computer program being arranged to perform the method of any one of claims 1 to 8 at runtime.
  18. 一种电子装置,包括存储器和处理器,其中,所述存储器中存储有计算机程序,所述处理器被设置为运行所述计算机程序以执行所述权利 要求1至8任一项中所述的方法。An electronic device comprising a memory and a processor, wherein the memory stores a computer program, the processor being arranged to execute the computer program to perform the method of any one of claims 1 to 8 method.
PCT/CN2018/076456 2017-02-20 2018-02-12 Page display method and apparatus, storage medium, and electronic apparatus WO2018149383A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710091364.9A CN108304235B (en) 2017-02-20 2017-02-20 Page display method and device
CN201710091364.9 2017-02-20

Publications (1)

Publication Number Publication Date
WO2018149383A1 true WO2018149383A1 (en) 2018-08-23

Family

ID=62872316

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/076456 WO2018149383A1 (en) 2017-02-20 2018-02-12 Page display method and apparatus, storage medium, and electronic apparatus

Country Status (2)

Country Link
CN (1) CN108304235B (en)
WO (1) WO2018149383A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111966265A (en) * 2020-07-30 2020-11-20 维沃移动通信有限公司 Page display method and device and electronic equipment

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109669755A (en) * 2018-12-25 2019-04-23 北京金山安全软件有限公司 Page switching method and device, electronic equipment and storage medium
CN111950834A (en) * 2019-05-17 2020-11-17 阿里巴巴集团控股有限公司 Information processing method, information display method and device and computing equipment
CN111815937B (en) * 2019-11-22 2022-01-04 北京嘀嘀无限科技发展有限公司 Control method and device for dispatching of super-parking vehicles, storage medium and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101026832A (en) * 2006-02-24 2007-08-29 三星电子株式会社 Method and device for providing option menus using graphical user interface
CN102779067A (en) * 2012-06-27 2012-11-14 华为技术有限公司 Method and device of shortcut operation setup
CN104778036A (en) * 2015-01-16 2015-07-15 中国船舶重工集团公司第七0九研究所 Method and system for generating user browsing candidate interface
CN105786888A (en) * 2014-12-24 2016-07-20 北京奇虎科技有限公司 Method and system for generating shortcut option as well as electronic equipment

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049163B (en) * 2012-12-28 2016-12-28 华为技术有限公司 User interface intelligent display control method and device
CN104346354B (en) * 2013-07-29 2017-12-01 阿里巴巴集团控股有限公司 It is a kind of that the method and device for recommending word is provided
CN104657372B (en) * 2013-11-20 2018-11-06 腾讯科技(深圳)有限公司 page operation data processing method and device
CN104731807B (en) * 2013-12-20 2018-06-05 北京风行在线技术有限公司 A kind of method and device of statistics and analysis page jump data
CN104951920B (en) * 2014-03-24 2019-12-17 华为技术有限公司 service interface processing device and method
CN105278799B (en) * 2014-07-02 2020-04-07 腾讯科技(深圳)有限公司 Interface switching method and device
CN104156232B (en) * 2014-07-18 2018-09-07 百度在线网络技术(北京)有限公司 The non-linear method and apparatus redirected of the page is used under linear page structure
CN106339398B (en) * 2015-07-09 2019-10-18 广州市动景计算机科技有限公司 A kind of pre-reading method of Webpage, device and intelligent terminal
CN105354221A (en) * 2015-09-30 2016-02-24 百度在线网络技术(北京)有限公司 Path query method and apparatus
CN105867897A (en) * 2015-12-07 2016-08-17 乐视网信息技术(北京)股份有限公司 Page redirection analysis method and apparatus
CN105912226A (en) * 2016-04-11 2016-08-31 北京小米移动软件有限公司 Method and apparatus for displaying pages in application

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101026832A (en) * 2006-02-24 2007-08-29 三星电子株式会社 Method and device for providing option menus using graphical user interface
CN102779067A (en) * 2012-06-27 2012-11-14 华为技术有限公司 Method and device of shortcut operation setup
CN105786888A (en) * 2014-12-24 2016-07-20 北京奇虎科技有限公司 Method and system for generating shortcut option as well as electronic equipment
CN104778036A (en) * 2015-01-16 2015-07-15 中国船舶重工集团公司第七0九研究所 Method and system for generating user browsing candidate interface

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111966265A (en) * 2020-07-30 2020-11-20 维沃移动通信有限公司 Page display method and device and electronic equipment

Also Published As

Publication number Publication date
CN108304235A (en) 2018-07-20
CN108304235B (en) 2020-09-29

Similar Documents

Publication Publication Date Title
CN108345481B (en) Page display method and device, client and server
US11119627B2 (en) Information display method, device, apparatus and storage medium
WO2018149383A1 (en) Page display method and apparatus, storage medium, and electronic apparatus
CN107735766B (en) System and method for proactively providing recommendations to a user of a computing device
JP6084123B2 (en) Server apparatus, display control method, and program
US9622016B2 (en) Invisiblemask: a tangible mechanism to enhance mobile device smartness
WO2020156236A1 (en) Associated information pushing method and apparatus, electronic device and storage medium
CN104216698B (en) A kind of registration web page method and relevant apparatus
US20180335908A1 (en) Electronic device and content output method of electronic device
KR20140143028A (en) Method for operating program and an electronic device thereof
CN110619098A (en) Information display method and device, electronic equipment and storage medium
JP5481242B2 (en) User characteristics and usage trend analysis system, and processing method and program thereof
CN110262851B (en) Interface configuration method and device
WO2021098239A1 (en) Mini-program switching method and apparatus, framework, device and readable medium
CN111797861A (en) Information processing method, information processing apparatus, storage medium, and electronic device
US20200081930A1 (en) Entity-based search system using user engagement
CN110225407A (en) The acquisition methods and device and computer readable storage medium of a kind of played data
CN107632751B (en) Information display method and device
CN109547623B (en) Interface switching method and device
CN111966273A (en) Information display processing method and device
CN112291411A (en) Method, terminal and computer readable medium for recommending operation sequence
CN115146146A (en) Information display method and device, terminal equipment and storage medium
CN108241515A (en) Application shortcut method for building up and terminal
CN106557223B (en) Mobile terminal shortcut operation method and device
KR102449543B1 (en) Electronic device and method for obtaining user information in electronic device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18755115

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18755115

Country of ref document: EP

Kind code of ref document: A1