CN112764747A - 一种其他类页面展示模板的排序方式 - Google Patents

一种其他类页面展示模板的排序方式 Download PDF

Info

Publication number
CN112764747A
CN112764747A CN201911072456.8A CN201911072456A CN112764747A CN 112764747 A CN112764747 A CN 112764747A CN 201911072456 A CN201911072456 A CN 201911072456A CN 112764747 A CN112764747 A CN 112764747A
Authority
CN
China
Prior art keywords
template
database
templates
heat
recording
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
CN201911072456.8A
Other languages
English (en)
Inventor
卢少驹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Faisco Internet Technology Co ltd
Original Assignee
Guangzhou Faisco Internet 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 Guangzhou Faisco Internet Technology Co ltd filed Critical Guangzhou Faisco Internet Technology Co ltd
Priority to CN201911072456.8A priority Critical patent/CN112764747A/zh
Publication of CN112764747A publication Critical patent/CN112764747A/zh
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

本发明公开了一种其他类页面展示模板的排序方式,包括以下步骤:S1:在用户使用模板类页面时,记录所有用户对模板的操作,同时将记录数据写进在磁盘的日志文件里;S2:在电脑预设的特定时段中,通过独立线程开始分析日志记录,将模板的热度汇总后记录到模板数据库里;S3:根据记录的模板数据库分类建立模板种类数据库,根据使用日期的节日热点,罗列并排序模板。本发明可记录每个模板的使用记录,实时变更模板排序,固定种类的排序,降低数据库的写操作频率,提高性能,使用日志分析方案,汇总热度数据后,写入数据库里,根据数据库分类建立模板种类数据库,罗列并排序模板,倾向于用户需求,提高热度高模板的留存率。

Description

一种其他类页面展示模板的排序方式
技术领域
本发明涉及Java服务端技术领域,尤其涉及一种其他类页面展示模板的排序方式。
背景技术
模板类数据在页面上的首次展示,都是会把用户使用最多的模板尽可能的展示出来,以一种热门效果达到满足普遍用户的使用需求。随着用户使用量的增加,要分析用户对某种类型的模板需求最大,从而得到一个模板的主要设计方向,丰富用户需求,提高留存率。
发明内容
基于背景技术存在的技术问题,本发明提出了一种其他类页面展示模板的排序方式。
本发明提出的一种其他类页面展示模板的排序方式,包括以下步骤:
S1:在用户使用模板类页面时,记录所有用户对模板的操作,同时将记录数据写进在磁盘的日志文件里;
S2:在电脑预设的特定时段中,通过独立线程开始分析日志记录,将模板的热度汇总后记录到模板数据库里;
S3:根据记录的模板数据库分类建立模板种类数据库,根据使用日期的节日热点,罗列并排序模板。
优选地,所述S1中用户对模板的操作方式包括下载、浏览和更改,所述操作方式的操作次数和操作时长等一并记录入日志文件中。
优选地,所述S2中电脑预设的特定时段为使用用户频率较低的时段,优选时段为当日12时至次日1时。
优选地,所述S3中建立的模板种类数据库根据日志文件中的三种操作方式及其操作次数、操作时长进行分类建立。
优选地,所述S3中使用日期的的节日热点根据日历中的信息进行更改,所述日历的每页显示一日信息,用于记载日期等相关信息。
本发明中的有益效果为:
1.本排序方式可记录每个模板的使用记录,实时变更模板排序,固定种类的排序,降低数据库的写操作频率,提高性能;
2.本排序方式使用日志分析的方案,汇总热度数据后,写入数据库里,根据数据库分类建立模板种类数据库,罗列并排序模板,倾向于用户需求,提高热度高模板的留存率。
附图说明
图1为本发明提出的一种其他类页面展示模板的排序方式的排序流程图。
具体实施方式
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。
参照图1,本发明提出的一种其他类页面展示模板的排序方式,包括以下步骤:
S1:在用户使用模板类页面时,记录所有用户对模板的操作,同时将记录数据写进在磁盘的日志文件里;
S2:在电脑预设的特定时段中,通过独立线程开始分析日志记录,将模板的热度汇总后记录到模板数据库里;
S3:根据记录的模板数据库分类建立模板种类数据库,根据使用日期的节日热点,罗列并排序模板。
本发明中,S1中用户对模板的操作方式包括下载、浏览和更改,所述操作方式的操作次数和操作时长等一并记录入日志文件中,S2中电脑预设的特定时段为使用用户频率较低的时段,优选时段为当日12时至次日1时,S3中建立的模板种类数据库根据日志文件中的三种操作方式及其操作次数、操作时长进行分类建立,S3中使用日期的的节日热点根据日历中的信息进行更改,所述日历的每页显示一日信息,用于记载日期等相关信息。
以上所述,仅为本发明较佳的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,根据本发明的技术方案及其发明构思加以等同替换或改变,都应涵盖在本发明的保护范围之内。

Claims (5)

1.一种其他类页面展示模板的排序方式,其特征在于,包括以下步骤:
S1:在用户使用模板类页面时,记录所有用户对模板的操作,同时将记录数据写进在磁盘的日志文件里;
S2:在电脑预设的特定时段中,通过独立线程开始分析日志记录,将模板的热度汇总后记录到模板数据库里;
S3:根据记录的模板数据库分类建立模板种类数据库,根据使用日期的节日热点,罗列并排序模板。
2.根据权利要求1所述的一种其他类页面展示模板的排序方式,其特征在于,所述S1中用户对模板的操作方式包括下载、浏览和更改,所述操作方式的操作次数和操作时长等一并记录入日志文件中。
3.根据权利要求1所述的一种其他类页面展示模板的排序方式,其特征在于,所述S2中电脑预设的特定时段为使用用户频率较低的时段,优选时段为当日12时至次日1时。
4.根据权利要求1所述的一种其他类页面展示模板的排序方式,其特征在于,所述S3中建立的模板种类数据库根据日志文件中的三种操作方式及其操作次数、操作时长进行分类建立。
5.根据权利要求1所述的一种其他类页面展示模板的排序方式,其特征在于,所述S3中使用日期的的节日热点根据日历中的信息进行更改,所述日历的每页显示一日信息,用于记载日期等相关信息。
CN201911072456.8A 2019-11-05 2019-11-05 一种其他类页面展示模板的排序方式 Pending CN112764747A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911072456.8A CN112764747A (zh) 2019-11-05 2019-11-05 一种其他类页面展示模板的排序方式

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911072456.8A CN112764747A (zh) 2019-11-05 2019-11-05 一种其他类页面展示模板的排序方式

Publications (1)

Publication Number Publication Date
CN112764747A true CN112764747A (zh) 2021-05-07

Family

ID=75692861

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911072456.8A Pending CN112764747A (zh) 2019-11-05 2019-11-05 一种其他类页面展示模板的排序方式

Country Status (1)

Country Link
CN (1) CN112764747A (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112988670A (zh) * 2021-05-11 2021-06-18 长扬科技(北京)有限公司 一种日志数据的处理方法和装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020095441A1 (en) * 2000-11-30 2002-07-18 International Business Machines Corporation Adaptive catalog page display
WO2015172551A1 (zh) * 2014-05-16 2015-11-19 西安中兴新软件有限责任公司 生成显示界面的方法及电子设备、计算机存储介质
US20160124918A1 (en) * 2014-10-30 2016-05-05 Flipboard, Inc. Selection of page templates for presenting digital magazine content based on characteristics of additional page templates
CN106682144A (zh) * 2016-12-20 2017-05-17 上海亿账通互联网科技有限公司 页面展示方法和装置
CN110362302A (zh) * 2019-07-15 2019-10-22 软通动力信息技术有限公司 大数据可视化界面的配置方法、装置、服务器和存储介质

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020095441A1 (en) * 2000-11-30 2002-07-18 International Business Machines Corporation Adaptive catalog page display
CN1478236A (zh) * 2000-11-30 2004-02-25 国际商业机器公司 自适应目录页面显示
WO2015172551A1 (zh) * 2014-05-16 2015-11-19 西安中兴新软件有限责任公司 生成显示界面的方法及电子设备、计算机存储介质
US20160124918A1 (en) * 2014-10-30 2016-05-05 Flipboard, Inc. Selection of page templates for presenting digital magazine content based on characteristics of additional page templates
CN106682144A (zh) * 2016-12-20 2017-05-17 上海亿账通互联网科技有限公司 页面展示方法和装置
CN110362302A (zh) * 2019-07-15 2019-10-22 软通动力信息技术有限公司 大数据可视化界面的配置方法、装置、服务器和存储介质

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112988670A (zh) * 2021-05-11 2021-06-18 长扬科技(北京)有限公司 一种日志数据的处理方法和装置

Similar Documents

Publication Publication Date Title
US10318142B2 (en) Navigating event information
US7698644B2 (en) System and method for displaying sticky notes on a phone
Zimmermann et al. Social disparities in destandardization—Changing family life course patterns in seven European countries
US20100070475A1 (en) Data backup system and method thereof
CN104951515B (zh) 一种提取并分析Android手机行踪轨迹信息的方法
JP2009500747A5 (zh)
CN101183380B (zh) 内容过滤方法及其装置
US20140040716A1 (en) Method for personalizing a calendar by collecting web page information according to data entries in the calendar
CN110211581B (zh) 一种实验室自动语音识别记录标识系统及方法
CA2393902A1 (en) Automated usability testing system and method
CN112764747A (zh) 一种其他类页面展示模板的排序方式
Henderson How do people organize their desktops?
Kraaij et al. Task based evaluation of exploratory search systems
JP4827900B2 (ja) アンケート結果解析支援装置およびその方法
CN100426295C (zh) 数据分页显示的方法
Russell The business of demographics
CN114741594A (zh) 一种信息推送方法、装置、计算机设备及存储介质
CN113033536A (zh) 工作笔记生成方法及装置
CN107358560A (zh) 一种公共图书馆图书管理系统
CN113835965A (zh) 一种参数轨迹留痕方法及装置
CN111324625A (zh) 一种上位机数据报表应用方法
CN101201846A (zh) 信息处理方法,信息处理设备和程序
JPWO2021171457A5 (zh)
Gyllstrom Passages through time: chronicling users' information interaction history by recording when and what they read
CN112035739B (zh) 一种基于日历的知识推送方法、装置及计算机存储介质

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