CN107741969A - 一种自学习的web管理系统及方法 - Google Patents

一种自学习的web管理系统及方法 Download PDF

Info

Publication number
CN107741969A
CN107741969A CN201710932861.7A CN201710932861A CN107741969A CN 107741969 A CN107741969 A CN 107741969A CN 201710932861 A CN201710932861 A CN 201710932861A CN 107741969 A CN107741969 A CN 107741969A
Authority
CN
China
Prior art keywords
user
page
module
web
self study
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
CN201710932861.7A
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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201710932861.7A priority Critical patent/CN107741969A/zh
Publication of CN107741969A publication Critical patent/CN107741969A/zh
Pending legal-status Critical Current

Links

Classifications

    • 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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3438Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment monitoring of user actions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • 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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

一种自学习的web管理系统,包括用户行为本地存储模块,用于存储用户的操作记录;和,用户行为分析模块,用于分析用户的操作习惯,得到分析结果;和,系统自学习展示调整模块,根据分析结果对web系统的展示进行调整。还包括一种自学习的web管理方法。完全基于浏览器端本地存储功能的数据,进行数据分析实现,不需要服务端支持,不会增加服务器额外开销,能够实现系统自适应功能、自学习,提升用户体验。

Description

一种自学习的web管理系统及方法
技术领域
本发明涉及web系统页面管理技术领域,具体地说是一种自学习的web管理系统及方法。
背景技术
现阶段,web管理系统的设计过程是基于用户需求分析的开发过程,因为每个用户的习惯不同会导致系统的系统的适用性往往只能满足部分用户的需求。
发明内容
本发明的目的在于提供一种自学习的web管理系统及方法,用于解决web页面只能满足部分用户需求的问题。
本发明解决其技术问题所采取的技术方案是:一种自学习的web管理系统,包括用户行为本地存储模块,用于存储用户的操作记录;和,
用户行为分析模块,用于分析用户的操作习惯,得到分析结果;和,
系统自学习展示调整模块,根据分析结果对web系统的展示进行调整。
进一步地,所述用户行为本地存储模块通过html5的localstorage存储用户的操作记录。
进一步地,所述的用户行为分析模块包括分类模块,对用户的操作记录根据功能进行分类整理;和,
统计模块,根据整理后的数据进行计数,并按照使用频率的高低进行排序。
进一步地,所述的系统自学习展示调整模块包括页面设置模块,用于将使用频率最高的页面设置为默认页面;和,
链接设置模块,用于将使用频率最高页面的超链接置顶;和,
功能模块设置模块,用于将页面内部常用的功能设置在页面的左侧和顶部。
一种自学习的web管理方法,利用所述的系统,具体包括以下步骤:
对用户操作数据进行分析;
根据分析结果对web页面的展示进行修改。
进一步地,对已存储的用户操作数据进行分析的具体步骤包括:
将用户操作记录按功能进行分类;
分别对每一个功能的操作记录进行计数;
根据计数的高低对操作记录进行排名,得到用户常用的操作。
进一步地,根据分析结果对web页面的展示进行修改的具体方法包括:
将本地用户访问次数最多的页面设置为系统的默认页面;
按照集数排名将访问次数最多的访问页面的超链接置顶;
页面内部访问次数最多的功能模块设置在页面的顶部和左部。
进一步地,在上述步骤之前还包括存储用户的操作记录。
进一步地,存储用户的操作记录通过html5的localstorage。
以上发明内容提供的仅仅是本发明实施例的表述,而不是发明本身。
发明内容中提供的效果仅仅是实施例的效果,而不是发明所有的全部效果,上述技术方案中的一个技术方案具有如下优点或有益效果:
本发明其中的一个技术方案完全基于浏览器端本地存储功能的数据,进行数据分析实现,不需要服务端支持,不会增加服务器额外开销,能够实现系统自适应功能、自学习,提升用户体验。
附图说明
此处所说明的附图用来提供对本发明的进一步解释,构成本申请的一部分,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定。在附图中:
图1为本发明实施例的系统结构示意图;
图2为本发明实施例的方法流程示意图。
具体实施方式
为了能清楚说明本方案的技术特点,下面通过具体实施方式,并结合其附图,对本发明进行详细阐述。下文的公开提供了许多不同的实施例或例子用来实现本发明的不同结构。为了简化本发明的公开,下文中对特定例子的部件和设置进行描述。此外,本发明可以在不同例子中重复参考数字和/或字母。这种重复是为了简化和清楚的目的,其本身不指示所讨论各种实施例和/或设置之间的关系。应当注意,在附图中所图示的部件不一定按比例绘制。本发明省略了对公知组件和处理技术及工艺的描述以避免不必要地限制本发明。
如图1所示,一种自学习的web管理系统,包括用户行为本地存储模块,用于存储用户的操作记录;和,用户行为分析模块,用于分析用户的操作习惯,得到分析结果;和,系统自学习展示调整模块,根据分析结果对web系统的展示进行调整。
用户行为本地存储模块通过html5的localstorage存储用户的操作记录。
用户行为分析模块包括分类模块,对用户的操作记录根据功能进行分类整理;和,统计模块,根据整理后的数据进行计数,并按照使用频率的高低进行排序。
系统自学习展示调整模块包括页面设置模块,用于将使用频率最高的页面设置为默认页面;和,链接设置模块,用于将使用频率最高页面的超链接置顶;和,功能模块设置模块,用于将页面内部常用的功能设置在页面的左侧和顶部。
如图2所示,一种自学习的web管理方法,具体包括以下步骤:
步骤1)通过html5的localstorage存储用户的操作记录;
步骤2)对用户操作数据进行分析;
步骤3)根据分析结果对web页面的展示进行修改。
步骤2)的具体步骤包括:
步骤21)将用户操作记录按功能进行分类;
步骤22)分别对每一个功能的操作记录进行计数;
步骤23)根据计数的高低对操作记录进行排名,得到用户常用的操作。
步骤3)的步骤具体包括:
步骤31)将本地用户访问次数最多的页面设置为系统的默认页面;
步骤32)按照集数排名将访问次数最多的访问页面的超链接置顶;
步骤33)页面内部访问次数最多的功能模块设置在页面的顶部和左部。
以上所述只是本发明的优选实施方式,对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下,还可以做出若干改进和润饰,这些改进和润饰也被视为本发明的保护范围。

Claims (9)

1.一种自学习的web管理系统,其特征是,包括用户行为本地存储模块,用于存储用户的操作记录;和,
用户行为分析模块,用于分析用户的操作习惯,得到分析结果;和,
系统自学习展示调整模块,根据分析结果对web系统的展示进行调整。
2.根据权利要求1所述的系统,其特征是,所述用户行为本地存储模块通过html5的localstorage存储用户的操作记录。
3.根据权利要求1所述的系统,其特征是,所述的用户行为分析模块包括分类模块,对用户的操作记录根据功能进行分类整理;和,
统计模块,根据整理后的数据进行计数,并按照使用频率的高低进行排序。
4.根据权利要求1所述的系统,其特征是,所述的系统自学习展示调整模块包括页面设置模块,用于将使用频率最高的页面设置为默认页面;和,
链接设置模块,用于将使用频率最高页面的超链接置顶;和,
功能模块设置模块,用于将页面内部常用的功能设置在页面的左侧和顶部。
5.一种自学习的web管理方法,利用权利要求1至4任意一项所述的系统,其特征是,具体包括以下步骤:
对用户操作数据进行分析;
根据分析结果对web页面的展示进行修改。
6.根据权利要求5所述的方法,其特征是,对已存储的用户操作数据进行分析的具体步骤包括:
将用户操作记录按功能进行分类;
分别对每一个功能的操作记录进行计数;
根据计数的高低对操作记录进行排名,得到用户常用的操作。
7.根据权利要求5所述的方法,其特征是,根据分析结果对web页面的展示进行修改的具体方法包括:
将本地用户访问次数最多的页面设置为系统的默认页面;
按照集数排名将访问次数最多的访问页面的超链接置顶;
页面内部访问次数最多的功能模块设置在页面的顶部和左部。
8.根据权利要求5所述的方法,其特征是,在上述步骤之前还包括存储用户的操作记录。
9.根据权利要求8所述的方法,其特征是,存储用户的操作记录通过html5的localstorage。
CN201710932861.7A 2017-10-10 2017-10-10 一种自学习的web管理系统及方法 Pending CN107741969A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710932861.7A CN107741969A (zh) 2017-10-10 2017-10-10 一种自学习的web管理系统及方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710932861.7A CN107741969A (zh) 2017-10-10 2017-10-10 一种自学习的web管理系统及方法

Publications (1)

Publication Number Publication Date
CN107741969A true CN107741969A (zh) 2018-02-27

Family

ID=61237095

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710932861.7A Pending CN107741969A (zh) 2017-10-10 2017-10-10 一种自学习的web管理系统及方法

Country Status (1)

Country Link
CN (1) CN107741969A (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109684299A (zh) * 2018-11-20 2019-04-26 远江盛邦(北京)网络安全科技股份有限公司 基于自学习建模的web防护方法
WO2021129259A1 (zh) * 2019-12-25 2021-07-01 江苏鑫合易家信息技术有限责任公司 一种根据用户使用习惯动态快速加载模块的方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101782851A (zh) * 2009-12-25 2010-07-21 北京惠信博思技术有限公司 一种更新展示页面的方法
CN104268665A (zh) * 2014-08-28 2015-01-07 广东电网公司电力科学研究院 一种管理系统用户行为分析方法
CN105930363A (zh) * 2016-04-12 2016-09-07 深圳云之家网络有限公司 一种基于html5网页的用户行为分析方法及装置
CN107229392A (zh) * 2017-05-27 2017-10-03 郑州云海信息技术有限公司 一种界面展示方法及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101782851A (zh) * 2009-12-25 2010-07-21 北京惠信博思技术有限公司 一种更新展示页面的方法
CN104268665A (zh) * 2014-08-28 2015-01-07 广东电网公司电力科学研究院 一种管理系统用户行为分析方法
CN105930363A (zh) * 2016-04-12 2016-09-07 深圳云之家网络有限公司 一种基于html5网页的用户行为分析方法及装置
CN107229392A (zh) * 2017-05-27 2017-10-03 郑州云海信息技术有限公司 一种界面展示方法及系统

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109684299A (zh) * 2018-11-20 2019-04-26 远江盛邦(北京)网络安全科技股份有限公司 基于自学习建模的web防护方法
WO2021129259A1 (zh) * 2019-12-25 2021-07-01 江苏鑫合易家信息技术有限责任公司 一种根据用户使用习惯动态快速加载模块的方法

Similar Documents

Publication Publication Date Title
KR102455232B1 (ko) 콘텍스트 기반 탭 관리를 위한 방법 및 전자 장치
Sankaranarayanan et al. Twitterstand: news in tweets
Gorman et al. Gender, acculturation, and smoking behavior among US Asian and Latino immigrants
CN103902717B (zh) 一种企业内部门户个性化的实现系统和方法
US20160203117A1 (en) Natural language metric condition alerts
EP2717201A1 (en) Natural language metric condition alerts orchestration
CN103473036B (zh) 一种输入法皮肤推送方法及系统
US12105765B2 (en) Combined wide and deep machine learning models for automated database element processing systems, methods and apparatuses
CN100527132C (zh) 分类样本集的优化方法和内容相关广告服务器
US11538076B1 (en) Machine learning systems for computer generation of automated recommendation outputs
CN107967347A (zh) 批量数据处理方法、服务器、系统及存储介质
CN109688184A (zh) 基于日志的资源调整方法、设备、存储介质及装置
Hwang et al. A data-driven design framework for customer service chatbot
CN106446116A (zh) 应用于规则引擎中的业务规则参数交互方法及装置
CN106790405B (zh) 一种基于用户定制化的手机app信息推送方法及系统
CN107741969A (zh) 一种自学习的web管理系统及方法
Hannum et al. Spatial analysis of Twitter sentiment and district-level housing prices
US20150067478A1 (en) Web server, system and method for creating customized web pages
Almuqren et al. Predicting STC customers’ satisfaction using Twitter
CN106844509A (zh) 一种检索图片方法及终端
CN104063219A (zh) 一种web系统的表格开发方法及系统
Bagdouri Journalists and twitter: A multidimensional quantitative description of usage patterns
Piontek et al. The emergence of entrepreneurial ideas at universities in times of demographic change: evidence from Germany
Kim Association between social factors of health ageing and longevity: determinants of the longevity index (LI) in OECD countries
Giulietti do minimum wages induce immigration?

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

Application publication date: 20180227

RJ01 Rejection of invention patent application after publication