CN113157342A - Method, system and storage medium for displaying background content of client - Google Patents

Method, system and storage medium for displaying background content of client Download PDF

Info

Publication number
CN113157342A
CN113157342A CN202110457032.4A CN202110457032A CN113157342A CN 113157342 A CN113157342 A CN 113157342A CN 202110457032 A CN202110457032 A CN 202110457032A CN 113157342 A CN113157342 A CN 113157342A
Authority
CN
China
Prior art keywords
resource
resources
priority
user
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110457032.4A
Other languages
Chinese (zh)
Inventor
万波
刘英杰
万勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sixiang Zhihui Hainan Technology Co ltd
Original Assignee
Sixiang Zhihui Hainan Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sixiang Zhihui Hainan Technology Co ltd filed Critical Sixiang Zhihui Hainan Technology Co ltd
Priority to CN202110457032.4A priority Critical patent/CN113157342A/en
Publication of CN113157342A publication Critical patent/CN113157342A/en
Pending legal-status Critical Current

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/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the technical field of application software data processing, in particular to a method and a system for displaying background content of a client and a storage medium. The method comprises the following steps: step S1, user analysis information is obtained; step S2, dividing the resource to be loaded into a first priority resource and other priority resources according to the user analysis information; step S3, pre-loading the first priority resource when the client is started. The system is used for realizing the method, and the storage medium is used for storing the method. The invention can better realize the classification and the loading priority ordering of the resources.

Description

Method, system and storage medium for displaying background content of client
Technical Field
The invention relates to the technical field of application software data processing, in particular to a method and a system for displaying background content of a client and a storage medium.
Background
For most application software, a variety of resources need to be loaded at the respective clients to achieve presentation to the user. When the loading environment at the client is poor, it is often difficult to load the resources to be loaded simultaneously, which greatly reduces the user experience.
Disclosure of Invention
The present invention provides a method for presenting background content of a client that overcomes some or all of the deficiencies of the prior art.
The method for displaying the background content of the client comprises the following steps:
step S1, user analysis information is obtained;
step S2, dividing the resource to be loaded into a first priority resource and other priority resources according to the user analysis information;
step S3, pre-loading the first priority resource when the client is started.
Through the steps S1-S3, the resources to be loaded can be preferably classified, and the first priority resource can be preloaded when the client is started, so that the user can use the first priority resource first after entering the client, and the user experience can be preferably improved.
Preferably, in step S3, the resource loading environment is calculated when the client is started, the first priority resource is preferentially loaded if the current resource loading environment is not sufficient to support loading the first priority resource and the other priority resources at the same time, and the other priority resources are loaded when the current resource loading environment is sufficient to support loading the other priority resources; and if the current resource loading environment is enough to support the simultaneous loading of the first priority resource and the rest of the priority resources, simultaneously loading the first priority resource and the rest of the priority resources. By monitoring the current resource loading environment, the method can better determine how to load the resources according to the current performance of the user client, thereby having better flexibility.
Preferably, setting labels for all resources in the client, wherein the same label can correspond to one or more resources; in step S1, the user analysis information includes the collected tags of the user' S favorite resources; in step S2, the label of the first priority resource is consistent with the label of the user favorite resource; in step S3, the preloaded first priority resource can be randomly selected from the resources corresponding to the corresponding tag. The resources can be classified according to the use preference of the user, so that the pre-loaded content is the resource with the strongest user preference, and the use experience of the user can be better improved.
Preferably, the same resource can have a plurality of labels, and the first priority resource selects the resource with the highest degree of label coincidence with the user preference resource. Selection of the user preference can be preferably achieved.
Preferably, when the tags of the favorite resources of the user are determined, the latest N resources effectively used by the user are used as the preferred resources, all of the N resources are counted, and the M tags with the highest occurrence frequency are used as the tags of the favorite resources of the user. Therefore, the classification of the resources can be realized according to the practical preference of the user in the near term.
Preferably, when the resources which are effectively used are determined, the resources which are actively searched by the user and the resources of which the use duration of the user reaches P are selected. Therefore, the preference resources of the user can be better screened out.
In addition, the present invention further provides a system for displaying client background content, which is used to implement any one of the above displaying methods, and includes a user analysis unit, a resource partitioning unit, and a resource loading unit, where the user analysis unit is used to implement step S1, the resource partitioning unit is used to implement step S2, and the resource loading unit is used to implement step S3. Therefore, the classification and loading priority of the resources can be preferably realized.
The invention also provides a storage medium for storing a presentation method as claimed in any one of the preceding claims. Thus being convenient for realization.
Drawings
FIG. 1 is a schematic flow chart of a demonstration method in example 1;
fig. 2 is a block diagram schematic diagram of the presentation system in embodiment 1.
Detailed Description
For a further understanding of the invention, reference should be made to the following detailed description taken in conjunction with the accompanying drawings and examples. It is to be understood that the examples are illustrative of the invention and not limiting.
Example 1
With reference to fig. 1, the present embodiment provides a method for displaying background content of a client, which includes the following steps:
step S1, user analysis information is obtained;
step S2, dividing the resource to be loaded into a first priority resource and other priority resources according to the user analysis information;
step S3, pre-loading the first priority resource when the client is started.
Through the steps S1-S3, the resources to be loaded can be preferably classified, and the first priority resource can be preloaded when the client is started, so that the user can use the first priority resource first after entering the client, and the user experience can be preferably improved.
In step S3 of this embodiment, a resource loading environment is calculated when the client is started, and if the current resource loading environment is not sufficient to support loading of the first priority resource and the remaining priority resources at the same time, the first priority resource is preferentially loaded, and when the current resource loading environment is sufficient to support loading of the remaining priority resources, the remaining priority resources are loaded; and if the current resource loading environment is enough to support the simultaneous loading of the first priority resource and the rest of the priority resources, simultaneously loading the first priority resource and the rest of the priority resources.
In this embodiment, by monitoring the current resource loading environment, how to load the resource can be preferably determined according to the current performance of the user client, so that the method has better flexibility.
In this embodiment, a label is set for all resources in the client, and the same label can correspond to one or more resources; in step S1, the user analysis information includes the collected tags of the user' S favorite resources; in step S2, the label of the first priority resource is consistent with the label of the user favorite resource; in step S3, the preloaded first priority resource can be randomly selected from the resources corresponding to the corresponding tag.
Through the method, the resources can be classified according to the use preference of the user, so that the pre-loaded content is the resource with the strongest user preference, and the use experience of the user can be better improved.
In this embodiment, the same resource may have multiple tags, and the first priority resource selects a resource with the highest tag overlapping degree with the user favorite resource. Selection of the user preference can be preferably achieved.
In this embodiment, when determining the tags of the favorite resources of the user, the latest N resources that are effectively used by the user are used as the preferred resources, all of the N resources are counted, and the M tags with the highest occurrence frequency are used as the tags of the favorite resources of the user. Therefore, the classification of the resources can be realized according to the practical preference of the user in the near term.
In this embodiment, N can be selected as 100, and M can be selected as 3.
In this embodiment, when determining the resources that are effectively used, the resources actively searched by the user and the resources whose use duration reaches P are selected. Therefore, the preference resources of the user can be better screened out.
In this embodiment, P can be set to 3 min.
With reference to fig. 2, the present embodiment also provides a system for displaying client background content, which is used to implement the above-mentioned displaying method, and includes a user analysis unit, a resource dividing unit, and a resource loading unit, where the user analysis unit is used to implement step S1, the resource dividing unit is used to implement step S2, and the resource loading unit is used to implement step S3. Therefore, the classification and loading priority of the resources can be preferably realized.
Meanwhile, the embodiment also provides a storage medium for storing the display method. Thus being convenient for realization.
The present invention and its embodiments have been described above schematically, without limitation, and what is shown in the drawings is only one of the embodiments of the present invention, and the actual structure is not limited thereto. Therefore, if the person skilled in the art receives the teaching, without departing from the spirit of the invention, the person skilled in the art shall not inventively design the similar structural modes and embodiments to the technical solution, but shall fall within the scope of the invention.

Claims (8)

1. A method for displaying background content of a client comprises the following steps:
step S1, user analysis information is obtained;
step S2, dividing the resource to be loaded into a first priority resource and other priority resources according to the user analysis information;
step S3, pre-loading the first priority resource when the client is started.
2. The method for displaying background content of a client end as claimed in claim 1, wherein: in step S3, a resource loading environment is calculated when the client is started, the first priority resource is preferentially loaded if the current resource loading environment is not sufficient to support loading of the first priority resource and the remaining priority resources at the same time, and the remaining priority resources are loaded when the current resource loading environment is sufficient to support loading of the remaining priority resources; and if the current resource loading environment is enough to support the simultaneous loading of the first priority resource and the rest of the priority resources, simultaneously loading the first priority resource and the rest of the priority resources.
3. The method for displaying background content of a client end as claimed in claim 1, wherein: setting labels for all resources in a client, wherein the same label can correspond to one or more resources; in step S1, the user analysis information includes the collected tags of the user' S favorite resources; in step S2, the label of the first priority resource is consistent with the label of the user favorite resource; in step S3, the preloaded first priority resource can be randomly selected from the resources corresponding to the corresponding tag.
4. The method for displaying background content of a client end as claimed in claim 3, wherein: the same resource can be provided with a plurality of labels, and the first priority resource selects the resource with the highest label coincidence degree with the user favorite resource.
5. The method for displaying background content of a client end as claimed in claim 3, wherein: when the label of the favorite resource of the user is determined, the latest N effectively used resources of the user are used as the preference resource, all of the N resources are counted, and M labels with the highest frequency of occurrence are used as the label of the favorite resource of the user.
6. The method for displaying background content of a client end as claimed in claim 5, wherein: and when the effectively used resources are determined, selecting the resources actively searched by the user and the resources with the use duration reaching P.
7. A presentation system of client background content for implementing the presentation method of any one of claims 1 to 6, comprising a user analysis unit for implementing step S1, a resource partitioning unit for implementing step S2, and a resource loading unit for implementing step S3.
8. A storage medium for storing the presentation method of any one of claims 1-6.
CN202110457032.4A 2021-04-27 2021-04-27 Method, system and storage medium for displaying background content of client Pending CN113157342A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110457032.4A CN113157342A (en) 2021-04-27 2021-04-27 Method, system and storage medium for displaying background content of client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110457032.4A CN113157342A (en) 2021-04-27 2021-04-27 Method, system and storage medium for displaying background content of client

Publications (1)

Publication Number Publication Date
CN113157342A true CN113157342A (en) 2021-07-23

Family

ID=76871340

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110457032.4A Pending CN113157342A (en) 2021-04-27 2021-04-27 Method, system and storage medium for displaying background content of client

Country Status (1)

Country Link
CN (1) CN113157342A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103581232A (en) * 2012-07-26 2014-02-12 ***通信集团公司 Web page transmission method, web page displaying device and system including device
CN110413877A (en) * 2019-07-02 2019-11-05 阿里巴巴集团控股有限公司 A kind of resource recommendation method, device and electronic equipment
CN110908736A (en) * 2019-11-26 2020-03-24 广东趣炫网络股份有限公司 3D scene loading method, device, equipment and storage medium
CN111026992A (en) * 2019-12-26 2020-04-17 北京达佳互联信息技术有限公司 Multimedia resource preview method, device, terminal, server and storage medium
CN111556366A (en) * 2020-04-02 2020-08-18 北京达佳互联信息技术有限公司 Multimedia resource display method, device, terminal, server and system
CN111914136A (en) * 2020-07-31 2020-11-10 中国建设银行股份有限公司 Resource management method and device, electronic equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103581232A (en) * 2012-07-26 2014-02-12 ***通信集团公司 Web page transmission method, web page displaying device and system including device
CN110413877A (en) * 2019-07-02 2019-11-05 阿里巴巴集团控股有限公司 A kind of resource recommendation method, device and electronic equipment
CN110908736A (en) * 2019-11-26 2020-03-24 广东趣炫网络股份有限公司 3D scene loading method, device, equipment and storage medium
CN111026992A (en) * 2019-12-26 2020-04-17 北京达佳互联信息技术有限公司 Multimedia resource preview method, device, terminal, server and storage medium
CN111556366A (en) * 2020-04-02 2020-08-18 北京达佳互联信息技术有限公司 Multimedia resource display method, device, terminal, server and system
CN111914136A (en) * 2020-07-31 2020-11-10 中国建设银行股份有限公司 Resource management method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN109918184B (en) Picture processing system, method and related device and equipment
CN103167026B (en) A kind of cloud store environmental data processing method, system and equipment
WO2017020714A1 (en) Method and apparatus for recommending information and assisting recommending information
WO2016000432A1 (en) Method and apparatus of switching interfaces related application
US20070143704A1 (en) Integrating user interfaces from one application into another
CN102566928A (en) System and method for automatically managing desktop application icons of mobile terminal
CN110781408B (en) Information display method and device
CN105589783A (en) Application program lag problem data obtaining method and device
CN111586474A (en) Live video processing method and device
CN114466216B (en) Live broadcast room display method, server side and live broadcast client side
CN113238843B (en) Task execution method, device, equipment and storage medium
CN112765152A (en) Method and apparatus for merging data tables
GB2526924A (en) Intelligent tool to support manual scheduling of ads
CN111507063A (en) Text processing method, device and equipment and computer readable storage medium
CN115017340A (en) Multimedia resource generation method and device, electronic equipment and storage medium
CN113157342A (en) Method, system and storage medium for displaying background content of client
US20150373404A1 (en) Information processing device and method, and program
CN113923181A (en) Group message processing method, device, system and storage medium
CN106375363B (en) Method, system and device for eliminating message reminding in social application client
CN105653123B (en) A kind of icon group technology and terminal device
CN110442439B (en) Task process processing method and device and computer equipment
CN109949887B (en) Consultation recording method, consultation recording device and computer readable storage medium
CN108920610B (en) Novel indexing method and device
US9659219B2 (en) Computer-aided video production triggered by media availability
CN104834728B (en) A kind of method for pushing and device for subscribing to video

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210723