WO2019237534A1 - 一种系统组件显示方法、可读存储介质、终端设备及装置 - Google Patents

一种系统组件显示方法、可读存储介质、终端设备及装置 Download PDF

Info

Publication number
WO2019237534A1
WO2019237534A1 PCT/CN2018/105280 CN2018105280W WO2019237534A1 WO 2019237534 A1 WO2019237534 A1 WO 2019237534A1 CN 2018105280 W CN2018105280 W CN 2018105280W WO 2019237534 A1 WO2019237534 A1 WO 2019237534A1
Authority
WO
WIPO (PCT)
Prior art keywords
system component
sub
period
identity
user
Prior art date
Application number
PCT/CN2018/105280
Other languages
English (en)
French (fr)
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 WO2019237534A1 publication Critical patent/WO2019237534A1/zh

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
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • the present application belongs to the field of computer technology, and particularly relates to a method for displaying system components, a computer-readable storage medium, a terminal device, and a device.
  • the visual monitoring workbench systems on the market generally include a large number of system components, such as an overview (which can display the number of alarms at the current time), a trend chart (which can display the trend of the indicator over a period of time), and an alarm list (which displays all Details of alarms) and so on.
  • the workbench system generally displays all these system components on the user's initial system interface for the convenience of users.
  • users often only use some of these system components, and many other system components are often very common. It is difficult to use them, and all these system components are displayed on the user's initial interface of the system, which will interfere with the user's attention and make it difficult for the user to operate the system components that they really need to use, resulting in low operating efficiency.
  • the embodiments of the present application provide a system component display method, a computer-readable storage medium, a terminal device, and a device, so as to solve the existing system component display mode that will interfere with the user ’s attention, and it is not convenient for the user to operate their own real The need for system components leads to inefficient operation.
  • a first aspect of the embodiments of the present application provides a system component display method, which may include:
  • the preferred system components are displayed on an initial interface after the system logs in.
  • a second aspect of the embodiments of the present application provides a computer-readable storage medium, where the computer-readable storage medium stores computer-readable instructions, and when the computer-readable instructions are executed by a processor, the method for displaying the system component display method described above is implemented. step.
  • a third aspect of the embodiments of the present application provides a system component display terminal device including a memory, a processor, and computer-readable instructions stored in the memory and executable on the processor, where the processor executes
  • the computer-readable instructions implement the steps of the system component display method described above.
  • a fourth aspect of the embodiments of the present application provides a system component display device, which may include a module for implementing the steps of the above-mentioned system component display method.
  • the embodiment of the present application has the beneficial effect that the embodiment of the present application can infer the user's usage habits according to the user's use record of the system components, for example, the number of system components used by the user and the user's use of each system.
  • the component usage rate and so on, only the system components that meet the user's usage habits are displayed on the initial interface after system login, which greatly improves the user's operating efficiency.
  • FIG. 1 is a flowchart of an embodiment of a system component display method according to an embodiment of the present application
  • FIG. 2 is a flowchart of another embodiment of a method for displaying a system component according to an embodiment of the present application
  • FIG. 3 is a structural diagram of a system component display device according to an embodiment of the present application.
  • FIG. 4 is a schematic block diagram of a system component display terminal device according to an embodiment of the present application.
  • an embodiment of a method for displaying a system component in an embodiment of the present application may include:
  • Step S101 Receive a system login request, and extract a user identity from the system login request.
  • the system login request is sent when a user logs in to the system, and the system login request includes a user identity of the currently logged-in user.
  • the user identity of each user is unique in the entire system.
  • the user identity can be the user's work number, mobile phone number, ID number, or other user-defined character strings.
  • the user Before login, the user needs to register on the system and set the corresponding user ID and login password.
  • the system will verify the user identity, that is, query the user database for the existence of the user identity. If the user identity already exists, the registration fails, and the user is reminded to register with another user identity. If the identity does not exist, the registration is successful and the registration information is saved to the user database. When the user logs in again, he or she logs in with the registered user ID and password.
  • the server compares the user ID and password entered by the user with the registration information stored in the database. The login can be performed normally after the comparison is successful.
  • Step S102 Obtain a usage record of a system component corresponding to the user identity within a preset statistical period.
  • the system component usage record records the historical usage of system components by each user.
  • the system component usage record is stored in the user database.
  • the corresponding system component can be obtained from the user database by using the user identity as an index. recording.
  • the statistical period can be set to 1 month, 2 months, 3 months, half a year, one year, or other values according to the actual situation. Since the data reference is too old, it is not meaningful, so it is generally set to one. It is appropriate within the year.
  • Step S103 Calculate a usage rate of each system component in a preset system component set according to a system component usage record corresponding to the user identity.
  • the system component set includes all system components provided in the system for use by a user.
  • the statistical period is first divided into T sub-periods, where T is a positive integer, and its value can be set according to actual conditions. For example, it can be set to 5, 10, 20, or other values. It should be noted that the larger the value of T, the greater the calculation amount, but the higher the calculation accuracy; the smaller the value of T, the greater the calculation amount, but the lower the calculation accuracy.
  • Step S104 Calculate the number of display system components according to the system component usage record corresponding to the user identity.
  • the value of the system component display number can be set according to the actual situation. For example, it can be set to 5, 10, 20, or other values. It should be noted that if the value is too large, more system components will be displayed on the initial interface of the system, and the user may use only a few of them, which may interfere with the user ’s attention. If the value is too small, fewer system components will be displayed on the initial system interface, and users may use more system components and need to call other system components in a deeper interface.
  • the embodiment of the present application preferably calculates the number of displayed system components in the following manner:
  • l is the serial number of login times, and 1 ⁇ l ⁇ L t , L t is the number of logins to the system in the t-th sub-period, and WidgetNum t, l is used after logging in to the system for the l-th sub-period.
  • Number of system components. SN shows the number of system components.
  • Step S105 Select the system component with the highest usage rate from the system component set as the preferred system component according to the displayed number of system components.
  • Each system component in the system component set may be sorted according to a usage order from large to small, and the SN system components with the highest ranking may be selected as the preferred system components.
  • Step S106 Display the preferred system components on an initial interface after the system logs in.
  • the processing shown in FIG. 1 is for old users who have used the system.
  • the system component usage records corresponding to the user identity of these old users can be found.
  • the system component usage record corresponding to their user identity cannot be found in the user database, or the system component usage record corresponding to their user identity is empty.
  • the system component display number and the utilization rate of each system component cannot be calculated according to the processing process shown in FIG. 1.
  • the system components frequently used by their members should be similar, so it can be inferred from the system component usage records of other users The user's usage habits.
  • the method for displaying system components for this new user may further include the steps shown in FIG. 2:
  • Step S201 Query a group to which the user identity belongs in a preset organizational structure list.
  • the organizational structure list records the affiliation relationships of all users within the company, from which the group to which the user identity belongs can be queried.
  • Step S202 Obtain each reference identity from a group to which the user identity belongs.
  • the reference identity is an identity other than the user identity in a group to which the user identity belongs.
  • Step S203 Obtain system component usage records corresponding to the reference identity within the statistical period.
  • Step S203 is similar to step S102. For details, refer to the detailed description in step S102, and details are not described herein again.
  • Step S204 Calculate a usage rate of each system component in the system component set according to a system component usage record corresponding to the reference identity.
  • the statistical period is first divided into T sub-periods, where T is a positive integer.
  • n is the serial number of the system components, 1 ⁇ n ⁇ N, N is the number of system components, t is the serial number of the sub-periods in chronological order, 1 ⁇ t ⁇ T, and c is the serial number of the reference identity, 1 ⁇ c ⁇ C, C is the number of reference identities, m is the serial number of the system component, 1 ⁇ m ⁇ M c, n, t , M c, n, t is the nth system component in the tth sub Number of times used by the user of the c reference identity during the period, ColShowTime c, n, t, m is the use of the nth system component by the user of the c reference identity in the t sub-period Duration, Affectoi c is the weighting coefficient of the c-th reference identity user, and ImpDeg n is the usage rate of the n-th system component.
  • SendNum c is the number of mails sent by the user to the user with the c reference identity
  • RecNum c is the number of mails sent to the user by the user with the c reference identity.
  • Step S205 Calculate the display number of the system component according to the system component use record corresponding to the reference identity.
  • l is the serial number of login times
  • 1 ⁇ l ⁇ L c, t , L c, t is the number of times that the user with the cth reference identity has logged in to the system in the tth sub-period
  • ColWidgetNum c, t, l is The number of system components used by the c-th reference identity user after logging in to the system for the first time in the t-th sub-period, and the SN displays the number of the system components.
  • Step S206 Select the system component with the highest usage rate from the system component set as the preferred system component according to the displayed number of the system components.
  • Step S206 is similar to step S105. For details, refer to the detailed description in step S105, and details are not described herein again.
  • Step S207 Display the preferred system components on an initial interface after the system logs in.
  • Step S207 is similar to step S106. For details, refer to the detailed description in step S106, and details are not described herein again.
  • the embodiment of the present application can infer the user's usage habits based on the user's usage records of system components, for example, the number of system components used by the user and the usage rate of each system component by the user.
  • the initial interface only system components that meet the user's usage habits are displayed, which greatly improves the user's operating efficiency.
  • FIG. 3 shows a structural diagram of an embodiment of a system component display device provided by an embodiment of the present application.
  • a system component display device may include:
  • a login request receiving module 301 configured to receive a system login request
  • a user identity extraction module 302 configured to extract a user identity from the system login request
  • a first record obtaining module 303 configured to obtain a use record of a system component corresponding to the user identity within a preset statistical period
  • a first usage rate calculation module 304 configured to separately calculate a usage rate of each system component in a preset system component set according to a system component usage record corresponding to the user identity;
  • a first display number calculation module 305 configured to calculate the display number of the system component according to the system component usage record corresponding to the user identity
  • a component selection module 306, configured to select the system component with the highest usage rate from the system component set according to the displayed number of system components as the preferred system component;
  • the component display module 307 is configured to display the preferred system component on an initial interface after the system logs in.
  • the first usage rate calculation module may include:
  • a sub-period division unit configured to divide the statistical period into T sub-periods, where T is a positive integer
  • a first statistics unit configured to separately count the number of times each system component is used in each sub-period, and the duration of each use
  • the first usage rate calculation unit is configured to calculate the usage rate of each system component according to the following formula:
  • n is the sequence number of system components, 1 ⁇ n ⁇ N, N is the number of system components, t is the sequence number of sub-periods in chronological order, 1 ⁇ t ⁇ T, and m is the sequence number of system components used , 1 ⁇ m ⁇ M n, t , M n, t is the number of times that the nth system component is used in the tth sub-period, and ShowTime n, t, m is the nth system component in the t-th sub-period The length of time used m times, Weight t is the weight coefficient of the t-th sub-period, and Weight t ⁇ Weight t + 1 , and ImpDeg n is the usage rate of the n-th system component.
  • the first display number calculation module may include:
  • the second statistical unit is configured to separately count the number of times the system is logged in in each sub-period, and the number of system components used after each time the system is logged in;
  • the first display number calculation unit is configured to calculate the display number of the system component according to the following formula:
  • l is the serial number of login times, and 1 ⁇ l ⁇ L t , L t is the number of logins to the system in the t-th sub-period, and WidgetNum t, l is used after logging in to the system for the l-th sub-period.
  • Number of system components. SN shows the number of system components.
  • system component display device may further include:
  • a group query module configured to query a group to which the user identity belongs in a preset organizational structure list if a system component usage record corresponding to the user identity is empty;
  • a reference identity obtaining module configured to obtain each reference identity from a group to which the user identity belongs, where the reference identity is an identity other than the user identity;
  • a second record acquisition module which respectively obtains a usage record of a system component corresponding to the reference identity within the statistical period
  • a second usage rate calculation module configured to separately calculate a usage rate of each system component in the system component set according to a system component usage record corresponding to the reference identity
  • the second display number calculation module is configured to calculate the display number of the system component according to the use record of the system component corresponding to the reference identity. .
  • the second usage rate calculation module may include:
  • a sub-period division unit configured to divide the statistical period into T sub-periods, where T is a positive integer
  • a third statistics unit configured to separately count the number of times each system component is used by each reference identity user in each sub-period, and the duration of each use;
  • the second usage rate calculation unit is used to calculate the usage rate of each system component according to the following formula:
  • n is the serial number of the system components, 1 ⁇ n ⁇ N, N is the number of system components, t is the serial number of the sub-periods in chronological order, 1 ⁇ t ⁇ T, and c is the serial number of the reference identity, 1 ⁇ c ⁇ C, C is the number of reference identities, m is the serial number of the system component, 1 ⁇ m ⁇ M c, n, t , M c, n, t is the nth system component in the tth child
  • ColShowTime c, n, t, m is the use of the nth system component by the user of the c reference identity in the t sub-period Duration
  • Affectoi c is the weighting coefficient of the c-th reference identity user
  • ImpDeg n is the usage rate of the n-th system component.
  • the second display number calculation module may include:
  • a fourth statistical unit configured to separately count the number of times a user of each reference identity logs in to the system in each sub-period, and the number of system components used after each login to the system;
  • the second display number calculation unit is configured to calculate the display number of the system component according to the following formula:
  • l is the serial number of login times
  • 1 ⁇ l ⁇ L c, t , L c, t is the number of times that the user with the cth reference identity has logged in to the system in the tth sub-period
  • ColWidgetNum c, t, l is The number of system components used by the c-th reference identity user after logging in to the system for the first time in the t-th sub-period, and the SN displays the number of the system components.
  • FIG. 4 shows a schematic block diagram of a system component display terminal device according to an embodiment of the present application. For ease of description, only parts related to the embodiment of the present application are shown.
  • the system component display terminal device 4 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
  • the system component display terminal device 4 may include a processor 40, a memory 41, and computer-readable instructions 42 stored in the memory 41 and executable on the processor 40, for example, the method for performing the above-mentioned system component display method.
  • Computer readable instructions When the processor 40 executes the computer-readable instructions 42, the steps in the embodiment of the method for displaying various system components are implemented, for example, steps S101 to S106 shown in FIG. 1. Alternatively, when the processor 40 executes the computer-readable instructions 42, the functions of the modules / units in the foregoing device embodiments are implemented, for example, the functions of the modules 301 to 307 shown in FIG. 3.
  • the computer-readable instructions 42 may be divided into one or more modules / units, the one or more modules / units are stored in the memory 41 and executed by the processor 40, To complete this application.
  • the one or more modules / units may be a series of computer-readable instruction segments capable of performing specific functions, and the instruction segments are used to describe the execution process of the computer-readable instructions 42 in the system component display terminal device 4 .
  • each functional unit in each embodiment of the present application When each functional unit in each embodiment of the present application is implemented in the form of a software functional unit and sold or used as an independent product, it may be stored in a computer-readable storage medium.
  • the technical solution of the present application is essentially a part that contributes to the existing technology or all or part of the technical solution can be embodied in the form of a software product, which is stored in a storage medium Including a plurality of computer-readable instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the method described in the embodiments of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

一种系统组件显示方法、计算机可读存储介质、终端设备及装置。所述方法包括:接收系统登录请求,并从所述系统登录请求中提取用户身份标识(S101);获取在预设的统计时段内与所述用户身份标识对应的系统组件使用记录(S102);根据与所述用户身份标识对应的系统组件使用记录分别计算预设的系统组件集合中的各个系统组件的使用率(S103);根据与所述用户身份标识对应的系统组件使用记录计算系统组件显示个数(S104);按照所述系统组件显示个数从所述系统组件集合中选取使用率最高的系统组件作为优选系统组件(S105);将所述优选系统组件显示在系统登录后的初始界面上(S106)。由于只显示符合用户使用习惯的系统组件,从而提高了用户的操作效率。

Description

一种系统组件显示方法、可读存储介质、终端设备及装置
本申请要求于2018年6月15日提交中国专利局、申请号为201810622286.5、发明名称为“一种系统组件显示方法、计算机可读存储介质及终端设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请属于计算机技术领域,尤其涉及一种系统组件显示方法、计算机可读存储介质、终端设备及装置。
背景技术
目前市场上的可视化监控工作台系统中一般都包含了数目众多的系统组件,例如总体概览(可展示当前时间的告警数)、趋势图(可展示指标一段时间的趋势)、告警列表(展示所有告警的明细)等。工作台系统一般会将这些系统组件全部显示在用户的系统初始界面上,以方便用户调用,但是,用户往往只会经常使用到其中的某几个系统组件而已,其它大量的系统组件则往往很难有机会使用到,而这些系统组件全部显示在用户的系统初始界面上,会干扰用户的注意力,不便于用户操作自己真正需要使用的系统组件,导致操作效率低下。
技术问题
有鉴于此,本申请实施例提供了一种系统组件显示方法、计算机可读存储介质、终端设备及装置,以解决现有的系统组件显示方式会干扰用户的注意力,不便于用户操作自己真正需要使用的系统组件,导致操作效率低下的问题。
技术解决方案
本申请实施例的第一方面提供了一种系统组件显示方法,可以包括:
接收系统登录请求,并从所述系统登录请求中提取用户身份标识;
获取在预设的统计时段内与所述用户身份标识对应的系统组件使用记录;
根据与所述用户身份标识对应的系统组件使用记录分别计算预设的系统组件集合中的各个系统组件的使用率;
根据与所述用户身份标识对应的系统组件使用记录计算系统组件显示个数;
按照所述系统组件显示个数从所述系统组件集合中选取使用率最高的系统组件作为优选系统组件;
将所述优选系统组件显示在系统登录后的初始界面上。
本申请实施例的第二方面提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,所述计算机可读指令被处理器执行时实现上述系统组件显示方法的步骤。
本申请实施例的第三方面提供了一种系统组件显示终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现上述系统组件显示方法的步骤。
本申请实施例的第四方面提供了一种系统组件显示装置,可以包括用于实现上述系统组件显示方法的步骤的模块。
有益效果
本申请实施例与现有技术相比存在的有益效果是:本申请实施例可以根据用户对系统组件的使用记录推断出用户的使用习惯,例如,用户使用系统组件的个数以及用户对各个系统组件的使用率等等,在系统登录后的初始界面上只显示符合用户的这些使用习惯的系统组件,大大提高了用户的操作效率。
附图说明
图1为本申请实施例中一种系统组件显示方法的一个实施例流程图;
图2为本申请实施例中一种系统组件显示方法的另一个实施例流程图;
图3为本申请实施例中一种系统组件显示装置的一个实施例结构图;
图4为本申请实施例中一种系统组件显示终端设备的示意框图。
本发明的实施方式
请参阅图1,本申请实施例中一种系统组件显示方法的一个实施例可以包括:
步骤S101、接收系统登录请求,并从所述系统登录请求中提取用户身份标识。
所述系统登录请求是在用户登录系统时发送的,所述系统登录请求中包括当前登录用户的用户身份标识。每个用户的用户身份标识在整个系统中均是唯一的,该用户身份标识可以是用户的工号、手机号、身份证号,也可以是用户自定义的其它字符串。
在进行登录前,用户需要先在系统上进行注册,并设置对应的用户身份标识和登录密码。系统会对用户身份标识进行核实,即在存储用户信息的用户数据库中查询该用户身份标识是否存在,若该用户身份标识已存在,则注册失败,提醒用户使用其他用户身份标识注册,若该用户身份标识不存在,则注册成功,将注册信息保存至用户数据库中。用户再次登录时,通过已注册的用户身份标识、密码进行登录,服务器将用户输入的用户身份标识、密码与数据库中保存的注册信息进行比对,比对成功才可正常登录。
步骤S102、获取在预设的统计时段内与所述用户身份标识对应的系统组件使用记录。
系统组件使用记录中记录了各个用户对系统组件的历史使用情况,该系统组件使用记录存储在用户数据库中,在需要时,可以通过用户身份标识作为索引从所述用户 数据库中获取对应的系统组件记录。
所述统计时段可以根据实际情况设置为1个月,2个月,3个月,半年,一年或者其它取值等等,由于过于久远的数据参考意义不大,因此一般将其设置在一年之内为宜。
步骤S103、根据与所述用户身份标识对应的系统组件使用记录分别计算预设的系统组件集合中的各个系统组件的使用率。
所述系统组件集合中包括系统中提供给用户使用的所有系统组件。
具体地,首先将所述统计时段划分为T个子时段,T为正整数,其取值可以根据实际情况设置,例如,可以将其设置为5、10、20或者其它取值等等。需要注意地是,T取值越大,则计算量也越大,但计算精度越高;T取值越小,则计算量也越大,但计算精度越低。
然后分别统计各个系统组件在各个子时段内被使用的次数,以及每次的使用时长,并根据下式分别计算各个系统组件的使用率:
Figure PCTCN2018105280-appb-000001
其中,n为系统组件的序号,1≤n≤N,N为系统组件的数目,t为子时段按照时间先后顺序依次排列的的序号,1≤t≤T,m为系统组件被使用的序号,1≤m≤M n,t,M n,t为第n个系统组件在第t个子时段内被使用的次数(系统组件从打开到关闭记为使用一次),ShowTime n,t,m为第n个系统组件在第t个子时段内第m次被使用的使用时长(即系统组件从打开到关闭的时长),Weight t为第t个子时段的权重系数,且Weight t<Weight t+1,即越靠后的子时段权重系数越大,这是因为与当前时刻越接近的数据,其参考意义越大,而与当前时刻越久远的数据,其参考意义越小,例如,本周记录的数据显然要比几个月前的数据更能反映用户当前的使用习惯,ImpDeg n为第n个系统组件的使用率。
步骤S104、根据与所述用户身份标识对应的系统组件使用记录计算系统组件显示个数。
系统组件显示个数的取值可以根据实际情况设置,例如,可以将其设置为5、10、20或者其它取值等等。需要注意地是,其取值若过大,则在系统初始界面上会显示较多的系统组件,而用户可能只会使用其中较少的几个系统组件,可能会干扰用户的注意力,其取值若过小,则在系统初始界面上会显示较少的系统组件,而用户可能会使用较多的系统组件,需要在更深的界面调用其它系统组件。
为了平衡以上的两种情况,本申请实施例优选通过以下方式计算系统组件显示个数:
首先分别统计在各个子时段内登录系统的次数,以及每次登录系统后使用的系统组件数目,然后根据下式计算所述系统组件显示个数:
Figure PCTCN2018105280-appb-000002
其中,l为登录次数的序号,且1≤l≤L t,L t为在第t个子时段内登录系统的次数,WidgetNum t,l为在第t个子时段内第l次登录系统后使用的系统组件数目,SN为所述系统组件显示个数。
步骤S105、按照所述系统组件显示个数从所述系统组件集合中选取使用率最高的系统组件作为优选系统组件。
可以对所述系统组件集合中的各个系统组件按照使用率从大到小的顺序排序,从中选取排序最靠前的SN个系统组件作为所述优选系统组件。
步骤S106、将所述优选系统组件显示在系统登录后的初始界面上。
即在系统登录后的初始界面上只显示符合用户使用习惯的系统组件,方便用户直接调用,大大提高了用户的操作效率。
特别需要注意的是,图1所示的处理过程是针对使用过系统的老用户而言的,在所述用户数据库中时可以查找到与这些老用户的用户身份标识对应的系统组件使用记录,而对于尚未使用过系统的新用户而言,在所述用户数据库中时无法查找到与其用户身份标识对应的系统组件使用记录,或者说与所述其用户身份标识对应的系统组件使用记录为空,无法根据图1所示的处理过程计算系统组件显示个数以及各个系统组件的使用率。但是,考虑到同一分组的用户使用系统的习惯应该较为类似,即对于某一特定分组而言,其成员经常使用到的系统组件应该是较为类似的,因此可以根据其他用户的系统组件使用记录推断该用户的使用习惯。
具体地,针对这种新用户的系统组件显示方法还可以包括如图2所示的步骤:
步骤S201、在预设的组织架构列表中查询所述用户身份标识所属的分组。
所述组织架构列表中记录了所有用户在公司内部的隶属关系,从中可以查询所述用户身份标识所属的分组。
步骤S202、从所述用户身份标识所属的分组中获取各个参考身份标识。
所述参考身份标识为在所述用户身份标识所属的分组中除所述用户身份标识之外的其它身份标识。
步骤S203、分别获取在所述统计时段内与所述参考身份标识对应的系统组件使用记录。
步骤S203与步骤S102较为类似,具体可参照步骤S102中的详细说明,此处不再赘述。
步骤S204、根据与所述参考身份标识对应的系统组件使用记录分别计算所述系统组件集合中的各个系统组件的使用率。
具体地,首先将所述统计时段划分为T个子时段,T为正整数。
然后分别统计各个系统组件在各个子时段内被各个参考身份标识的用户使用的次数,以及每次的使用时长,并根据下式分别计算各个系统组件的使用率:
Figure PCTCN2018105280-appb-000003
其中,n为系统组件的序号,1≤n≤N,N为系统组件的数目,t为子时段按照时间先后顺序依次排列的的序号,1≤t≤T,c为参考身份标识的序号,1≤c≤C,C为参考身份标识的数目,m为系统组件被使用的序号,1≤m≤M c,n,t,M c,n,t为第n个系统组件在第t个子时段内被第c个参考身份标识的用户使用的次数,ColShowTime c,n,t,m为第n个系统组件在第t个子时段内第m次被第c个参考身份标识的用户使用的使用时长,Affectoi c为第c个参考身份标识的用户的权重系数,ImpDeg n为第n个系统组件的使用率。
需要注意的是,分组内的不同用户对该用户的影响程度是不同的,与该用户联系越密切的用户对其影响程度越大,本方案中通过对用户之间通过公司邮箱的邮件交互次数来对这一影响程度进行度量,即:
Figure PCTCN2018105280-appb-000004
其中,SendNum c为该用户发送给第c个参考身份标识的用户的邮件次数,RecNum c为第c个参考身份标识的用户发送给该用户的邮件次数。
步骤S205、根据与所述参考身份标识对应的系统组件使用记录计算系统组件显示个数。
具体地,首先分别统计在各个子时段内各个参考身份标识的用户登录系统的次数,以及每次登录系统后使用的系统组件数目,然后根据下式计算所述系统组件显示个数:
Figure PCTCN2018105280-appb-000005
其中,l为登录次数的序号,且1≤l≤L c,t,L c,t为第c个参考身份标识的用户在第t个子时段内登录系统的次数,ColWidgetNum c,t,l为第c个参考身份标识的用户在第t个子时段内第l次登录系统后使用的系统组件数目,SN为所述系统组件显示个数。
步骤S206、按照所述系统组件显示个数从所述系统组件集合中选取使用率最高的系统组件作为优选系统组件。
步骤S206与步骤S105类似,具体可参照步骤S105中的详细说明,此处不再赘述。
步骤S207、将所述优选系统组件显示在系统登录后的初始界面上。
步骤S207与步骤S106类似,具体可参照步骤S106中的详细说明,此处不再赘述。
综上所述,本申请实施例可以根据用户对系统组件的使用记录推断出用户的使用习惯,例如,用户使用系统组件的个数以及用户对各个系统组件的使用率等等,在系统登录后的初始界面上只显示符合用户的这些使用习惯的系统组件,大大提高了用户的操作效率。
对应于上文实施例所述的一种系统组件显示方法,图3示出了本申请实施例提供的一种系统组件显示装置的一个实施例结构图。
本实施例中,一种系统组件显示装置可以包括:
登录请求接收模块301,用于接收系统登录请求;
用户身份标识提取模块302,用于从所述系统登录请求中提取用户身份标识;
第一记录获取模块303,用于获取在预设的统计时段内与所述用户身份标识对应的系统组件使用记录;
第一使用率计算模块304,用于根据与所述用户身份标识对应的系统组件使用记录分别计算预设的系统组件集合中的各个系统组件的使用率;
第一显示个数计算模块305,用于根据与所述用户身份标识对应的系统组件使用记录计算系统组件显示个数;
组件选取模块306,用于按照所述系统组件显示个数从所述系统组件集合中选取使用率最高的系统组件作为优选系统组件;
组件显示模块307,用于将所述优选系统组件显示在系统登录后的初始界面上。
进一步地,所述第一使用率计算模块可以包括:
子时段划分单元,用于将所述统计时段划分为T个子时段,T为正整数;
第一统计单元,用于分别统计各个系统组件在各个子时段内被使用的次数,以及 每次的使用时长;
第一使用率计算单元,用于根据下式分别计算各个系统组件的使用率:
Figure PCTCN2018105280-appb-000006
其中,n为系统组件的序号,1≤n≤N,N为系统组件的数目,t为子时段按照时间先后顺序依次排列的的序号,1≤t≤T,m为系统组件被使用的序号,1≤m≤M n,t,M n,t为第n个系统组件在第t个子时段内被使用的次数,ShowTime n,t,m为第n个系统组件在第t个子时段内第m次被使用的使用时长,Weight t为第t个子时段的权重系数,且Weight t<Weight t+1,ImpDeg n为第n个系统组件的使用率。
进一步地,所述第一显示个数计算模块可以包括:
第二统计单元,用于分别统计在各个子时段内登录系统的次数,以及每次登录系统后使用的系统组件数目;
第一显示个数计算单元,用于根据下式计算所述系统组件显示个数:
Figure PCTCN2018105280-appb-000007
其中,l为登录次数的序号,且1≤l≤L t,L t为在第t个子时段内登录系统的次数,WidgetNum t,l为在第t个子时段内第l次登录系统后使用的系统组件数目,SN为所述系统组件显示个数。
进一步地,所述系统组件显示装置还可以包括:
分组查询模块,用于若与所述用户身份标识对应的系统组件使用记录为空,则在预设的组织架构列表中查询所述用户身份标识所属的分组;
参考身份标识获取模块,用于从所述用户身份标识所属的分组中获取各个参考身份标识,所述参考身份标识为除所述用户身份标识之外的其它身份标识;
第二记录获取模块,分别获取在所述统计时段内与所述参考身份标识对应的系统组件使用记录;
第二使用率计算模块,用于根据与所述参考身份标识对应的系统组件使用记录分别计算所述系统组件集合中的各个系统组件的使用率;
第二显示个数计算模块,用于根据与所述参考身份标识对应的系统组件使用记录计算系统组件显示个数。。
进一步地,所述第二使用率计算模块可以包括:
子时段划分单元,用于将所述统计时段划分为T个子时段,T为正整数;
第三统计单元,用于分别统计各个系统组件在各个子时段内被各个参考身份标识的用户使用的次数,以及每次的使用时长;
第二使用率计算单元,用于根据下式分别计算各个系统组件的使用率:
Figure PCTCN2018105280-appb-000008
其中,n为系统组件的序号,1≤n≤N,N为系统组件的数目,t为子时段按照时间先后顺序依次排列的的序号,1≤t≤T,c为参考身份标识的序号,1≤c≤C,C为参考身份标识的数目,m为系统组件被使用的序号,1≤m≤M c,n,t,M c,n,t为第n个系统组件在第t个子时段内被第c个参考身份标识的用户使用的次数,ColShowTime c,n,t,m为第n个系统组件在第t个子时段内第m次被第c个参考身份标识的用户使用的使用时长,Affectoi c为第c个参考身份标识的用户的权重系数,ImpDeg n为第n个系统组件的使用率。
进一步地,所述第二显示个数计算模块可以包括:
第四统计单元,用于分别统计在各个子时段内各个参考身份标识的用户登录系统的次数,以及每次登录系统后使用的系统组件数目;
第二显示个数计算单元,用于根据下式计算所述系统组件显示个数:
Figure PCTCN2018105280-appb-000009
其中,l为登录次数的序号,且1≤l≤L c,t,L c,t为第c个参考身份标识的用户在第t个子时段内登录系统的次数,ColWidgetNum c,t,l为第c个参考身份标识的用户在第t个子时段内第l次登录系统后使用的系统组件数目,SN为所述系统组件显示个数。
图4示出了本申请实施例提供的一种系统组件显示终端设备的示意框图,为了便于说明,仅示出了与本申请实施例相关的部分。
在本实施例中,所述系统组件显示终端设备4可以是桌上型计算机、笔记本、掌上电脑及云端服务器等计算设备。该系统组件显示终端设备4可包括:处理器40、存储器41以及存储在所述存储器41中并可在所述处理器40上运行的计算机可读指令42,例如执行上述的系统组件显示方法的计算机可读指令。所述处理器40执行所述计算机可读指令42时实现上述各个系统组件显示方法实施例中的步骤,例如图1所示的步骤S101至S106。或者,所述处理器40执行所述计算机可读指令42时实现上述各装置实施例中各模块/单元的功能,例如图3所示模块301至307的功能。
示例性的,所述计算机可读指令42可以被分割成一个或多个模块/单元,所述一个 或者多个模块/单元被存储在所述存储器41中,并由所述处理器40执行,以完成本申请。所述一个或多个模块/单元可以是能够完成特定功能的一系列计算机可读指令段,该指令段用于描述所述计算机可读指令42在所述系统组件显示终端设备4中的执行过程。
在本申请各个实施例中的各功能单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干计算机可读指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例所述方法的全部或部分步骤。

Claims (20)

  1. 一种系统组件显示方法,其特征在于,包括:
    接收系统登录请求,并从所述系统登录请求中提取用户身份标识;
    获取在预设的统计时段内与所述用户身份标识对应的系统组件使用记录;
    根据与所述用户身份标识对应的系统组件使用记录分别计算预设的系统组件集合中的各个系统组件的使用率;
    根据与所述用户身份标识对应的系统组件使用记录计算系统组件显示个数;
    按照所述系统组件显示个数从所述系统组件集合中选取使用率最高的系统组件作为优选系统组件;
    将所述优选系统组件显示在系统登录后的初始界面上。
  2. 根据权利要求1所述的系统组件显示方法,其特征在于,所述根据与所述用户身份标识对应的系统组件使用记录分别计算预设的系统组件集合中的各个系统组件的使用率包括:
    将所述统计时段划分为T个子时段,T为正整数;
    分别统计各个系统组件在各个子时段内被使用的次数,以及每次的使用时长;
    根据下式分别计算各个系统组件的使用率:
    Figure PCTCN2018105280-appb-100001
    其中,n为系统组件的序号,1≤n≤N,N为系统组件的数目,t为子时段按照时间先后顺序依次排列的的序号,1≤t≤T,m为系统组件被使用的序号,1≤m≤M n,t,M n,t为第n个系统组件在第t个子时段内被使用的次数,ShowTime n,t,m为第n个系统组件在第t个子时段内第m次被使用的使用时长,Weight t为第t个子时段的权重系数,且Weight t<Weight t+1,ImpDeg n为第n个系统组件的使用率。
  3. 根据权利要求2所述的系统组件显示方法,其特征在于,所述根据与所述用户身份标识对应的系统组件使用记录计算系统组件显示个数包括:
    分别统计在各个子时段内登录系统的次数,以及每次登录系统后使用的系统组件数目;
    根据下式计算所述系统组件显示个数:
    Figure PCTCN2018105280-appb-100002
    其中,l为登录次数的序号,且1≤l≤L t,L t为在第t个子时段内登录系统的次数, WidgetNum t,l为在第t个子时段内第l次登录系统后使用的系统组件数目,SN为所述系统组件显示个数。
  4. 根据权利要求1所述的系统组件显示方法,其特征在于,还包括:
    若与所述用户身份标识对应的系统组件使用记录为空,则在预设的组织架构列表中查询所述用户身份标识所属的分组;
    从所述用户身份标识所属的分组中获取各个参考身份标识,所述参考身份标识为除所述用户身份标识之外的其它身份标识;
    分别获取在所述统计时段内与所述参考身份标识对应的系统组件使用记录;
    根据与所述参考身份标识对应的系统组件使用记录分别计算所述系统组件集合中的各个系统组件的使用率;
    根据与所述参考身份标识对应的系统组件使用记录计算系统组件显示个数;
    按照所述系统组件显示个数从所述系统组件集合中选取使用率最高的系统组件作为优选系统组件;
    将所述优选系统组件显示在系统登录后的初始界面上。
  5. 根据权利要求4所述的系统组件显示方法,其特征在于,所述根据与所述参考身份标识对应的系统组件使用记录分别计算所述系统组件集合中的各个系统组件的使用率包括:
    将所述统计时段划分为T个子时段,T为正整数;
    分别统计各个系统组件在各个子时段内被各个参考身份标识的用户使用的次数,以及每次的使用时长;
    根据下式分别计算各个系统组件的使用率:
    Figure PCTCN2018105280-appb-100003
    其中,n为系统组件的序号,1≤n≤N,N为系统组件的数目,t为子时段按照时间先后顺序依次排列的的序号,1≤t≤T,c为参考身份标识的序号,1≤c≤C,C为参考身份标识的数目,m为系统组件被使用的序号,1≤m≤M c,n,t,M c,n,t为第n个系统组件在第t个子时段内被第c个参考身份标识的用户使用的次数,ColShowTime c,n,t,m为第n个系统组件在第t个子时段内第m次被第c个参考身份标识的用户使用的使用时长,Affectoi c为第c个参考身份标识的用户的权重系数,ImpDeg n为第n个系统组件的使用率。
  6. 根据权利要求5所述的系统组件显示方法,其特征在于,所述根据与所述参考 身份标识对应的系统组件使用记录计算系统组件显示个数包括:
    分别统计在各个子时段内各个参考身份标识的用户登录系统的次数,以及每次登录系统后使用的系统组件数目;
    根据下式计算所述系统组件显示个数:
    Figure PCTCN2018105280-appb-100004
    其中,l为登录次数的序号,且1≤l≤L c,t,L c,t为第c个参考身份标识的用户在第t个子时段内登录系统的次数,ColWidgetNum c,t,l为第c个参考身份标识的用户在第t个子时段内第l次登录系统后使用的系统组件数目,SN为所述系统组件显示个数。
  7. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,其特征在于,所述计算机可读指令被处理器执行时实现如下步骤:
    接收系统登录请求,并从所述系统登录请求中提取用户身份标识;
    获取在预设的统计时段内与所述用户身份标识对应的系统组件使用记录;
    根据与所述用户身份标识对应的系统组件使用记录分别计算预设的系统组件集合中的各个系统组件的使用率;
    根据与所述用户身份标识对应的系统组件使用记录计算系统组件显示个数;
    按照所述系统组件显示个数从所述系统组件集合中选取使用率最高的系统组件作为优选系统组件;
    将所述优选系统组件显示在系统登录后的初始界面上。
  8. 根据权利要求7所述的计算机可读存储介质,其特征在于,所述根据与所述用户身份标识对应的系统组件使用记录分别计算预设的系统组件集合中的各个系统组件的使用率包括:
    将所述统计时段划分为T个子时段,T为正整数;
    分别统计各个系统组件在各个子时段内被使用的次数,以及每次的使用时长;
    根据下式分别计算各个系统组件的使用率:
    Figure PCTCN2018105280-appb-100005
    其中,n为系统组件的序号,1≤n≤N,N为系统组件的数目,t为子时段按照时间先后顺序依次排列的的序号,1≤t≤T,m为系统组件被使用的序号,1≤m≤M n,t,M n,t为第n个系统组件在第t个子时段内被使用的次数,ShowTime n,t,m为第n个系统组件在第t个子时段内第m次被使用的使用时长,Weight t为第t个子时段的权重系数,且 Weight t<Weight t+1,ImpDeg n为第n个系统组件的使用率。
  9. 根据权利要求8所述的计算机可读存储介质,其特征在于,所述根据与所述用户身份标识对应的系统组件使用记录计算系统组件显示个数包括:
    分别统计在各个子时段内登录系统的次数,以及每次登录系统后使用的系统组件数目;
    根据下式计算所述系统组件显示个数:
    Figure PCTCN2018105280-appb-100006
    其中,l为登录次数的序号,且1≤l≤L t,L t为在第t个子时段内登录系统的次数,WidgetNum t,l为在第t个子时段内第l次登录系统后使用的系统组件数目,SN为所述系统组件显示个数。
  10. 根据权利要求7所述的计算机可读存储介质,其特征在于,还包括:
    若与所述用户身份标识对应的系统组件使用记录为空,则在预设的组织架构列表中查询所述用户身份标识所属的分组;
    从所述用户身份标识所属的分组中获取各个参考身份标识,所述参考身份标识为除所述用户身份标识之外的其它身份标识;
    分别获取在所述统计时段内与所述参考身份标识对应的系统组件使用记录;
    根据与所述参考身份标识对应的系统组件使用记录分别计算所述系统组件集合中的各个系统组件的使用率;
    根据与所述参考身份标识对应的系统组件使用记录计算系统组件显示个数;
    按照所述系统组件显示个数从所述系统组件集合中选取使用率最高的系统组件作为优选系统组件;
    将所述优选系统组件显示在系统登录后的初始界面上。
  11. 根据权利要求10所述的计算机可读存储介质,其特征在于,所述根据与所述参考身份标识对应的系统组件使用记录分别计算所述系统组件集合中的各个系统组件的使用率包括:
    将所述统计时段划分为T个子时段,T为正整数;
    分别统计各个系统组件在各个子时段内被各个参考身份标识的用户使用的次数,以及每次的使用时长;
    根据下式分别计算各个系统组件的使用率:
    Figure PCTCN2018105280-appb-100007
    其中,n为系统组件的序号,1≤n≤N,N为系统组件的数目,t为子时段按照时间先后顺序依次排列的的序号,1≤t≤T,c为参考身份标识的序号,1≤c≤C,C为参考身份标识的数目,m为系统组件被使用的序号,1≤m≤M c,n,t,M c,n,t为第n个系统组件在第t个子时段内被第c个参考身份标识的用户使用的次数,ColShowTime c,n,t,m为第n个系统组件在第t个子时段内第m次被第c个参考身份标识的用户使用的使用时长,Affectoi c为第c个参考身份标识的用户的权重系数,ImpDeg n为第n个系统组件的使用率。
  12. 根据权利要求11所述的计算机可读存储介质,其特征在于,所述根据与所述参考身份标识对应的系统组件使用记录计算系统组件显示个数包括:
    分别统计在各个子时段内各个参考身份标识的用户登录系统的次数,以及每次登录系统后使用的系统组件数目;
    根据下式计算所述系统组件显示个数:
    Figure PCTCN2018105280-appb-100008
    其中,l为登录次数的序号,且1≤l≤L c,t,L c,t为第c个参考身份标识的用户在第t个子时段内登录系统的次数,ColWidgetNum c,t,l为第c个参考身份标识的用户在第t个子时段内第l次登录系统后使用的系统组件数目,SN为所述系统组件显示个数。
  13. 一种系统组件显示终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,其特征在于,所述处理器执行所述计算机可读指令时实现如下步骤:
    接收系统登录请求,并从所述系统登录请求中提取用户身份标识;
    获取在预设的统计时段内与所述用户身份标识对应的系统组件使用记录;
    根据与所述用户身份标识对应的系统组件使用记录分别计算预设的系统组件集合中的各个系统组件的使用率;
    根据与所述用户身份标识对应的系统组件使用记录计算系统组件显示个数;
    按照所述系统组件显示个数从所述系统组件集合中选取使用率最高的系统组件作为优选系统组件;
    将所述优选系统组件显示在系统登录后的初始界面上。
  14. 根据权利要求13所述的系统组件显示终端设备,其特征在于,所述根据与所 述用户身份标识对应的系统组件使用记录分别计算预设的系统组件集合中的各个系统组件的使用率包括:
    将所述统计时段划分为T个子时段,T为正整数;
    分别统计各个系统组件在各个子时段内被使用的次数,以及每次的使用时长;
    根据下式分别计算各个系统组件的使用率:
    Figure PCTCN2018105280-appb-100009
    其中,n为系统组件的序号,1≤n≤N,N为系统组件的数目,t为子时段按照时间先后顺序依次排列的的序号,1≤t≤T,m为系统组件被使用的序号,1≤m≤M n,t,M n,t为第n个系统组件在第t个子时段内被使用的次数,ShowTime n,t,m为第n个系统组件在第t个子时段内第m次被使用的使用时长,Weight t为第t个子时段的权重系数,且Weight t<Weight t+1,ImpDeg n为第n个系统组件的使用率。
  15. 根据权利要求14所述的系统组件显示终端设备,其特征在于,所述根据与所述用户身份标识对应的系统组件使用记录计算系统组件显示个数包括:
    分别统计在各个子时段内登录系统的次数,以及每次登录系统后使用的系统组件数目;
    根据下式计算所述系统组件显示个数:
    Figure PCTCN2018105280-appb-100010
    其中,l为登录次数的序号,且1≤l≤L t,L t为在第t个子时段内登录系统的次数,WidgetNum t,l为在第t个子时段内第l次登录系统后使用的系统组件数目,SN为所述系统组件显示个数。
  16. 根据权利要求13所述的系统组件显示终端设备,其特征在于,还包括:
    若与所述用户身份标识对应的系统组件使用记录为空,则在预设的组织架构列表中查询所述用户身份标识所属的分组;
    从所述用户身份标识所属的分组中获取各个参考身份标识,所述参考身份标识为除所述用户身份标识之外的其它身份标识;
    分别获取在所述统计时段内与所述参考身份标识对应的系统组件使用记录;
    根据与所述参考身份标识对应的系统组件使用记录分别计算所述系统组件集合中的各个系统组件的使用率;
    根据与所述参考身份标识对应的系统组件使用记录计算系统组件显示个数;
    按照所述系统组件显示个数从所述系统组件集合中选取使用率最高的系统组件作为优选系统组件;
    将所述优选系统组件显示在系统登录后的初始界面上。
  17. 根据权利要求16所述的系统组件显示终端设备,其特征在于,所述根据与所述参考身份标识对应的系统组件使用记录分别计算所述系统组件集合中的各个系统组件的使用率包括:
    将所述统计时段划分为T个子时段,T为正整数;
    分别统计各个系统组件在各个子时段内被各个参考身份标识的用户使用的次数,以及每次的使用时长;
    根据下式分别计算各个系统组件的使用率:
    Figure PCTCN2018105280-appb-100011
    其中,n为系统组件的序号,1≤n≤N,N为系统组件的数目,t为子时段按照时间先后顺序依次排列的的序号,1≤t≤T,c为参考身份标识的序号,1≤c≤C,C为参考身份标识的数目,m为系统组件被使用的序号,1≤m≤M c,n,t,M c,n,t为第n个系统组件在第t个子时段内被第c个参考身份标识的用户使用的次数,ColShowTime c,n,t,m为第n个系统组件在第t个子时段内第m次被第c个参考身份标识的用户使用的使用时长,Affectoi c为第c个参考身份标识的用户的权重系数,ImpDeg n为第n个系统组件的使用率。
  18. 根据权利要求17所述的系统组件显示终端设备,其特征在于,所述根据与所述参考身份标识对应的系统组件使用记录计算系统组件显示个数包括:
    分别统计在各个子时段内各个参考身份标识的用户登录系统的次数,以及每次登录系统后使用的系统组件数目;
    根据下式计算所述系统组件显示个数:
    Figure PCTCN2018105280-appb-100012
    其中,l为登录次数的序号,且1≤l≤L c,t,L c,t为第c个参考身份标识的用户在第t个子时段内登录系统的次数,ColWidgetNum c,t,l为第c个参考身份标识的用户在第t个子时段内第l次登录系统后使用的系统组件数目,SN为所述系统组件显示个数。
  19. 一种系统组件显示装置,其特征在于,包括:
    登录请求接收模块,用于接收系统登录请求;
    用户身份标识提取模块,用于从所述系统登录请求中提取用户身份标识;
    第一记录获取模块,用于获取在预设的统计时段内与所述用户身份标识对应的系统组件使用记录;
    第一使用率计算模块,用于根据与所述用户身份标识对应的系统组件使用记录分别计算预设的系统组件集合中的各个系统组件的使用率;
    第一显示个数计算模块,用于根据与所述用户身份标识对应的系统组件使用记录计算系统组件显示个数;
    组件选取模块,用于按照所述系统组件显示个数从所述系统组件集合中选取使用率最高的系统组件作为优选系统组件;
    组件显示模块,用于将所述优选系统组件显示在系统登录后的初始界面上。
  20. 根据权利要求19所述的系统组件显示装置,其特征在于,所述第一使用率计算模块包括:
    子时段划分单元,用于将所述统计时段划分为T个子时段,T为正整数;
    第一统计单元,用于分别统计各个系统组件在各个子时段内被使用的次数,以及每次的使用时长;
    第一使用率计算单元,用于根据下式分别计算各个系统组件的使用率:
    Figure PCTCN2018105280-appb-100013
    其中,n为系统组件的序号,1≤n≤N,N为系统组件的数目,t为子时段按照时间先后顺序依次排列的的序号,1≤t≤T,m为系统组件被使用的序号,1≤m≤M n,t,M n,t为第n个系统组件在第t个子时段内被使用的次数,ShowTime n,t,m为第n个系统组件在第t个子时段内第m次被使用的使用时长,Weight t为第t个子时段的权重系数,且Weight t<Weight t+1,ImpDeg n为第n个系统组件的使用率。
PCT/CN2018/105280 2018-06-15 2018-09-12 一种系统组件显示方法、可读存储介质、终端设备及装置 WO2019237534A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810622286.5A CN109062638B (zh) 2018-06-15 2018-06-15 一种系统组件显示方法、计算机可读存储介质及终端设备
CN201810622286.5 2018-06-15

Publications (1)

Publication Number Publication Date
WO2019237534A1 true WO2019237534A1 (zh) 2019-12-19

Family

ID=64820375

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/105280 WO2019237534A1 (zh) 2018-06-15 2018-09-12 一种系统组件显示方法、可读存储介质、终端设备及装置

Country Status (2)

Country Link
CN (1) CN109062638B (zh)
WO (1) WO2019237534A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109871208B (zh) * 2019-01-04 2023-10-17 平安科技(深圳)有限公司 软件系统生成方法、装置、计算机可读存储介质及服务器
CN110781252B (zh) * 2019-11-05 2021-01-05 安徽数据堂科技有限公司 一种基于大数据的数据智能分析可视化方法

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1916843A (zh) * 2006-09-06 2007-02-21 华为技术有限公司 一种布局和访问用户界面组件的方法和系统
CN104598235A (zh) * 2015-01-14 2015-05-06 中国南方电网有限责任公司 电力管理系统班组工作界面显示方法和系统
CN105468222A (zh) * 2014-08-21 2016-04-06 深圳富泰宏精密工业有限公司 应用程序排列系统与方法
CN105786888A (zh) * 2014-12-24 2016-07-20 北京奇虎科技有限公司 快捷选项的生成方法和系统、及电子设备
US20160274748A1 (en) * 2013-12-18 2016-09-22 Yulong Computer Telecommunication Scientific (Shenzhen) Co., Ltd. Application icon display control method and terminal
CN108073340A (zh) * 2017-12-18 2018-05-25 努比亚技术有限公司 图标显示方法、移动终端及计算机可读存储介质

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4239895B2 (ja) * 2004-05-17 2009-03-18 株式会社日立製作所 メニュー表示方法
CN101465958A (zh) * 2007-12-17 2009-06-24 鸿富锦精密工业(深圳)有限公司 菜单管理系统及方法
CN102156573B (zh) * 2011-03-25 2015-05-20 中兴通讯股份有限公司 触摸屏电子设备及其可点触响应功能的定位方法
CN102857640B (zh) * 2012-09-19 2014-10-22 东莞宇龙通信科技有限公司 终端和托盘管理方法
CN104484099B (zh) * 2014-11-18 2018-01-19 珠海格力电器股份有限公司 一种显示菜单的方法及装置
CN105224181B (zh) * 2015-10-20 2018-05-25 魅族科技(中国)有限公司 一种侧边栏显示方法及装置
CN107885560B (zh) * 2016-09-30 2021-02-23 珠海金山办公软件有限公司 一种底部菜单显示方法及系统
CN106843659A (zh) * 2016-12-19 2017-06-13 北京东方车云信息技术有限公司 一种信息显示方法及装置
CN107688423A (zh) * 2017-05-19 2018-02-13 平安科技(深圳)有限公司 一种系统上菜单选项的管理方法和处理设备
CN108063863B (zh) * 2017-11-29 2020-06-19 南京白下高新技术产业园区投资发展有限责任公司 一种信息浏览方法、终端、服务器和计算机可读存储介质
CN107943372A (zh) * 2017-11-29 2018-04-20 努比亚技术有限公司 一种界面显示方法、装置及计算机可读存储介质
CN108154034B (zh) * 2017-12-21 2020-04-07 北京知道创宇信息技术股份有限公司 基于WordPress的漏洞分析方法及装置

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1916843A (zh) * 2006-09-06 2007-02-21 华为技术有限公司 一种布局和访问用户界面组件的方法和系统
US20160274748A1 (en) * 2013-12-18 2016-09-22 Yulong Computer Telecommunication Scientific (Shenzhen) Co., Ltd. Application icon display control method and terminal
CN105468222A (zh) * 2014-08-21 2016-04-06 深圳富泰宏精密工业有限公司 应用程序排列系统与方法
CN105786888A (zh) * 2014-12-24 2016-07-20 北京奇虎科技有限公司 快捷选项的生成方法和系统、及电子设备
CN104598235A (zh) * 2015-01-14 2015-05-06 中国南方电网有限责任公司 电力管理系统班组工作界面显示方法和系统
CN108073340A (zh) * 2017-12-18 2018-05-25 努比亚技术有限公司 图标显示方法、移动终端及计算机可读存储介质

Also Published As

Publication number Publication date
CN109062638B (zh) 2021-09-17
CN109062638A (zh) 2018-12-21

Similar Documents

Publication Publication Date Title
US11915169B2 (en) Method for determining amount of time spent on a task and estimating amount of time required to complete the task
US11405476B2 (en) Method and system for summarizing user activities of tasks into a single activity score using machine learning to predict probabilities of completeness of the tasks
CN108615119B (zh) 一种异常用户的识别方法及设备
US10311106B2 (en) Social graph visualization and user interface
WO2019178978A1 (zh) 推送消息处理方法、可读存储介质、终端设备及装置
WO2019242120A1 (zh) 数据展示方法、计算机可读存储介质、终端设备及装置
US20210165809A1 (en) Method for classifying and grouping users based on user activities
CN109495893B (zh) 一种移动通信数据流量异常监测系统
WO2020000726A1 (zh) 性能测试报告的生成方法、电子装置及可读存储介质
WO2019095670A1 (zh) 业绩追踪方法、应用服务器及计算机可读存储介质
WO2019237534A1 (zh) 一种系统组件显示方法、可读存储介质、终端设备及装置
WO2023045504A1 (zh) 查询处理方法及装置
WO2017092444A1 (zh) 基于Hadoop的日志数据挖掘方法及系统
WO2020232880A1 (zh) 数据处理方法、装置、存储介质及终端设备
CN111400126A (zh) 网络服务异常数据检测方法、装置、设备和介质
CN114092056A (zh) 项目管理方法、装置、电子设备、存储介质及产品
CN106156123B (zh) 活跃值计算方法及装置
US11768752B2 (en) Optimizing large scale data analysis
US20230260654A1 (en) Systems and methods for machine learning-based state prediction and visualization
US20240061691A1 (en) Home page interface recommendation method, apparatus and device for operation and maintenance platform
CN112199269B (zh) 一种数据处理的方法以及相关装置
CN109857501B (zh) 一种app的页面展示方法、装置、存储介质和服务器
JP2018073191A (ja) プロジェクト管理項目評価システム及びプロジェクト管理項目評価方法
CN111191126A (zh) 一种基于关键词的科技成果精准推送方法及装置
Chung et al. Cross-trained versus specialized agents in an inbound call centre: a simulation-based methodology for trade-off analysis

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: 18922126

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: 18922126

Country of ref document: EP

Kind code of ref document: A1