WO2016029705A1 - 一种网页工具条的插入方法、装置及存储介质 - Google Patents

一种网页工具条的插入方法、装置及存储介质 Download PDF

Info

Publication number
WO2016029705A1
WO2016029705A1 PCT/CN2015/077203 CN2015077203W WO2016029705A1 WO 2016029705 A1 WO2016029705 A1 WO 2016029705A1 CN 2015077203 W CN2015077203 W CN 2015077203W WO 2016029705 A1 WO2016029705 A1 WO 2016029705A1
Authority
WO
WIPO (PCT)
Prior art keywords
toolbar
template
request
webpage
module
Prior art date
Application number
PCT/CN2015/077203
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 WO2016029705A1 publication Critical patent/WO2016029705A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Definitions

  • the present invention relates to webpage design techniques, and in particular, to a method, an apparatus, and a storage medium for inserting a webpage toolbar.
  • a gateway system such as a web server as a user Internet access request processing platform, also needs to enhance the user's value-added functions in web browsing.
  • the toolbar currently in various web browsers is only a shortcut control button for the webpage, and has no value-added function; and when the toolbar is inserted into the web browser, it is generally implemented by a browser plug-in or a plug-in program. If the button or function of the toolbar changes, you need to update the installation plug-in, and the flexible customization, configuration and dynamic loading of the toolbar cannot be realized.
  • embodiments of the present invention are directed to a method, an apparatus, and a storage medium for inserting a webpage toolbar, which can provide a webpage toolbar with value-added functions, and implement flexible customization, configuration, and dynamic loading of the toolbar.
  • An embodiment of the present invention provides a method for inserting a webpage toolbar, comprising: receiving a user page browsing request, acquiring the requested function item original data; determining the requested category according to the requested content, and pre-storing the tool Match the toolbar template to be inserted in the template; root According to the determined request category and the matching toolbar template, the function button of the toolbar template is dynamically combined, and the combined function button is added to the matching toolbar template; the toolbar template data corresponding to the toolbar template is obtained, and the tool to be acquired is obtained.
  • the strip template data and the requested function item raw data are inserted into the user access data.
  • the determining the request category according to the content of the request comprises: determining a category of the request according to a Uniform Resource Locator (URL) in the request.
  • URL Uniform Resource Locator
  • the matching the toolbar template to be inserted in the pre-stored toolbar template includes: matching the required content in the pre-stored toolbar template according to the URL, the mobile terminal type, the browser type, and the access time in the request.
  • the inserted toolbar template includes: matching the required content in the pre-stored toolbar template according to the URL, the mobile terminal type, the browser type, and the access time in the request.
  • the template content of the toolbar includes: a template style, a background image, a number of function buttons, and a layout manner of the function buttons.
  • the function button includes: a fixed configuration function button and a flexible configuration function button; wherein the type and quantity of the fixed configuration function button are determined by a service operator; the flexible configuration function button is in the determined request category All of the flexible configuration function buttons in the selection are randomly selected.
  • the embodiment of the invention further provides a device for inserting a webpage toolbar, the device comprising: a receiving module, an analyzing module, a policy execution module, a combination module, a processing module and a storage module; wherein
  • the receiving module is configured to receive a user page browsing request, and obtain the requested function item original data
  • the analyzing module is configured to determine a category of the request according to content of the request;
  • the policy execution module is configured to match a toolbar template to be inserted in a pre-stored toolbar template
  • the combination module is configured to dynamically generate a template based on the determined request category and the matching tool bar template Combine the function buttons of the toolbar template and add the combined function buttons to the matching toolbar template;
  • the processing module is configured to acquire the toolbar template data corresponding to the toolbar template, and insert the acquired toolbar template data and the requested function item original data into the user access data;
  • the storage module is configured to store a toolbar template, toolbar template data, and a flexible configuration function button.
  • the analyzing module is specifically configured to determine the category of the request according to a URL in the request.
  • the policy execution module is specifically configured to match the toolbar template to be inserted in the pre-stored toolbar template according to the URL, the mobile terminal type, the browser type, and the access time in the request.
  • the template content of the toolbar includes: a template style, a background image, a number of function buttons, and a layout manner of the function buttons.
  • the function button includes: a fixed configuration function button and a flexible configuration function button; wherein the type and quantity of the fixed configuration function button are determined by a service operator; the flexible configuration function button is in the determined request category All of the flexible configuration function buttons in the selection are randomly selected.
  • the embodiment of the invention further provides a computer storage medium, wherein the computer storage medium stores computer executable instructions for executing the method for inserting the webpage toolbar.
  • the method, device and storage medium for inserting a webpage toolbar provided by the embodiment of the present invention receive a user page browsing request, acquire the requested function item original data, determine the category of the request according to the content of the request, and Matching the toolbar template to be inserted in the pre-stored toolbar template; dynamically combining the function buttons of the toolbar template according to the determined request category and the matching toolbar template, and adding the combined function button to the matching toolbar template; Toolbar The toolbar template data corresponding to the template inserts the acquired toolbar template data and the requested function item original data into the user access data to implement insertion of the webpage toolbar.
  • the webpage toolbar can be applied to more application environments and is suitable for more demand environments, and the addition is increased.
  • the utility of the webpage toolbar when the toolbar is updated, the embodiment of the invention only needs to be modified by modifying the pre-stored toolbar template and the toolbar template data, and does not need to be updated on the user side;
  • the update of the toolbar is more flexible and convenient, and the operation is simple, and the processing on the user side is not increased, thereby improving the user experience.
  • FIG. 1 is a schematic flowchart of processing of a method for inserting a webpage toolbar according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram showing all function buttons in a single row according to an embodiment of the present invention.
  • FIG. 3 is a schematic diagram showing a functional group of a function button according to an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of a device for inserting a webpage toolbar according to an embodiment of the present invention.
  • the user page browsing request is received, the requested function item original data is obtained, the requested category is determined according to the requested content, and the toolbar template to be inserted is matched in the pre-stored toolbar template. Dynamically combining the function buttons of the toolbar template according to the determined request category and the matched toolbar template, and adding the combined function button to the matching toolbar template; obtaining the toolbar template data corresponding to the toolbar template, which will be obtained The toolbar template data and the requested function item raw data are inserted into the user access data.
  • the processing flow of the method for inserting the webpage toolbar of the embodiment of the present invention, as shown in FIG. 1, includes the following steps:
  • Step 101 Receive a user page browsing request, and obtain the requested function item original data.
  • the gateway receives the user page browsing request, and sends the received user page browsing request.
  • the service provider sends the requested function item original data stored in advance to the gateway according to the request.
  • Step 102 Determine a category of the request according to the content of the request
  • the gateway may determine the category of the request according to a URL in the requested content.
  • Step 103 Match the toolbar template to be inserted in the pre-stored toolbar template
  • the gateway matches the toolbar template to be inserted in the pre-stored toolbar template according to the URL, the mobile terminal type, the browser type, and the access time in the request.
  • Step 104 Dynamically combine function buttons of the toolbar template according to the determined request category and the matched toolbar template, and add the combined function buttons to the matched toolbar template;
  • the content of the toolbar template includes: a template style, a background image, a number of function buttons, and a layout manner of the function buttons;
  • the function button includes: a fixed configuration function button and a flexible configuration function button; a function category of the function button, a picture of the function button, and a URL connection of the function button push can be flexibly configured; the type of the fixed configuration function button, The quantity and arrangement method are determined by the service operator;
  • the undetermined function button is a flexible configuration function button
  • the flexible configuration function button randomly selects all the flexible configuration function buttons in the request category determined by the gateway, combines the randomly selected flexible configuration function buttons, and adds the combined function buttons to the matched toolbar template;
  • the function button of the dynamic combination toolbar template means that the required function button can be placed in the toolbar template, and the position and arrangement of the placement and the function button can be arbitrarily selected according to requirements;
  • the arrangement manner of the function buttons is determined by the service operator, and all the function buttons can be displayed in a single row, as shown in FIG. 2; or as shown in FIG.
  • the function buttons are divided into multiple function groups, each of which includes multiple function buttons. When the user clicks on a function group, all function buttons are displayed at the bottom of the page. When the user does not click on the function group, the page is Only the thumbnails of the function groups are displayed on the right side.
  • Step 105 Acquire tool bar template data corresponding to the toolbar template, and insert the acquired tool bar template data and the requested function item original data into the user access data;
  • the gateway obtains the matched toolbar template data in the pre-stored toolbar template data according to the matched toolbar template.
  • the gateway inserts the acquired toolbar template data and the requested function item original data into the user access data
  • the method further includes: storing a toolbar template, toolbar template data, and flexible configuration function buttons.
  • the embodiment of the present invention further provides a device for inserting a webpage toolbar.
  • the composition of the device includes: a receiving module 11, an analyzing module 12, and a policy execution. a module 13, a combination module 14, a processing module 15, and a storage module 16; wherein
  • the receiving module 11 is configured to receive a user page browsing request, and obtain the requested function item original data
  • the receiving module 11 receives the user page browsing request, and sends the received user page browsing request to the service operator, and the service operator sends the requested function item original data to the gateway according to the request;
  • the analyzing module 12 is configured to determine a category of the request according to the content of the request;
  • the policy execution module 13 is configured to match the toolbar template that needs to be inserted in the toolbar template pre-stored in the storage module 16;
  • the combining module 14 is configured to dynamically combine the function buttons of the toolbar template according to the determined request category and the matched toolbar template, and add the combined function buttons to the matched toolbar template;
  • the processing module 15 is configured to acquire the toolbar template data corresponding to the toolbar template, and insert the acquired toolbar template data and the requested function item original data into the user access data;
  • the storage module 16 is configured to store a toolbar template, toolbar template data, and a flexible configuration function button.
  • the analyzing module 12 is specifically configured to determine the category of the request according to the URL in the requested content.
  • the policy execution module 13 is specifically configured to match the toolbar template to be inserted in the pre-stored toolbar template according to the URL, the mobile terminal type, the browser type, and the access time in the request.
  • the template content of the toolbar includes: a template style, a background image, a number of function buttons, and a layout manner of the function buttons.
  • the function button includes: a fixed configuration function button and a flexible configuration function button; a function category of the function button, a picture of the function button, and a URL connection of the function button push can be flexibly configured; and the fixed configuration function button is The type, quantity and arrangement method are determined by the service operator;
  • the undetermined function button is a flexible configuration function button
  • the flexible configuration function button randomly selects all the flexible configuration function buttons in the request category determined by the gateway, combines the randomly selected flexible configuration function buttons, and adds the combined function buttons to the matched toolbar template;
  • the arrangement manner of the function buttons is determined by the service operator, and the display manner can be displayed in a single row.
  • Some function buttons are shown in Figure 2; as shown in Figure 3, all function buttons are divided into multiple function groups, each function group includes multiple function buttons, when the user clicks on a function group, All function buttons are displayed at the bottom of the page. When the user does not click on the function group, only the thumbnail of the function group is displayed on the right side of the page.
  • the receiving module 11, the analyzing module 12, the policy executing module 13, the combining module 14, and the processing module 15 in the insertion device of the webpage toolbar provided by the embodiment of the present invention can all be implemented by a processor, and of course, through specific logic.
  • the memory module 16 in the insertion device of the webpage toolbar provided by the embodiment of the present invention can be implemented by a storage device, such as a hard disk; in practical applications, the processor can be a central processing unit (CPU), a microprocessor. (MPU), digital signal processor (DSP) or field programmable gate array (FPGA).
  • the insertion method of the webpage toolbar is implemented in the form of a software function module, and is sold or used as a separate product, it may also be stored in a computer readable storage medium.
  • the technical solution of the embodiments of the present invention may be embodied in the form of a software product in essence or in the form of a software product stored in a storage medium, including a plurality of instructions.
  • a computer device (which may be a personal computer, server, or network device, etc.) is caused to perform all or part of the methods described in various embodiments of the present invention.
  • the foregoing storage medium includes various media that can store program codes, such as a USB flash drive, a mobile hard disk, a read only memory (ROM), a magnetic disk, or an optical disk.
  • program codes such as a USB flash drive, a mobile hard disk, a read only memory (ROM), a magnetic disk, or an optical disk.
  • the embodiment of the present invention further provides a computer storage medium, where the computer storage medium stores a computer program, and the computer program is used to execute the method for inserting the webpage toolbar of the embodiment of the present invention.

Abstract

本发明公开了一种网页工具条的插入方法,接收用户页面浏览请求,获取所述请求的功能项原始数据;根据所述请求的内容确定所述请求的类别,并在预存的工具条模板中匹配需要插入的工具条模板;根据确定的请求类别和匹配的工具条模板动态组合工具条模板的功能按钮,并将组合后的功能按钮添加到匹配的工具条模板;获取工具条模板对应的工具条模板数据,将获取的工具条模板数据和所述请求的功能项原始数据插入用户访问数据。本发明还同时公开了一种网页工具条的插入装置及存储介质。

Description

一种网页工具条的插入方法、装置及存储介质 技术领域
本发明涉及网页设计技术,尤其涉及一种网页工具条的插入方法、装置及存储介质。
背景技术
随着移动互联网技术的快速发展,用户通过个人电脑和移动终端访问互联网的频率呈爆发式增长;为了满足用户日益提高的简便性要求,网页工具条的增值功能应运而生;因此,在关注各种网关系统,如网站服务器作为用户互联网访问请求处理平台处理性能的同时,也需加强用户在网页浏览中的业务增值功能。
但是,目前在各种网页浏览器中的工具条仅仅是对网页的快捷控制键,无增值功能;且在网页浏览器中插入工具条时,一般是通过浏览器插件或外挂程序的形式实现,如工具条的按钮或功能有变更,则需要更新安装插件,无法实现工具条的灵活定制、配置和动态加载。
发明内容
有鉴于此,本发明实施例期望提供一种网页工具条的插入方法、装置及存储介质,能够提供具有增值功能的网页工具条,实现工具条的灵活定制、配置和动态加载。
本发明实施例的技术方案是这样实现的:
本发明实施例提供一种网页工具条的插入方法,包括:接收用户页面浏览请求,获取所述请求的功能项原始数据;根据所述请求的内容确定所述请求的类别,并在预存的工具条模板中匹配需要插入的工具条模板;根 据确定的请求类别和匹配的工具条模板动态组合工具条模板的功能按钮,并将组合后的功能按钮添加到匹配的工具条模板;获取工具条模板对应的工具条模板数据,将获取的工具条模板数据和所述请求的功能项原始数据插入用户访问数据。
上述方案中,所述根据所述请求的内容确定所述请的求类别,包括:根据所述请求中的统一资源定位符(Uniform Resource Locator,URL)确定所述请求的类别。
上述方案中,所述在预存的工具条模板中匹配需要插入的工具条模板,包括:根据所述请求中的URL、移动终端类型、浏览器类型和访问时间在预存的工具条模板中匹配需要插入的工具条模板。
上述方案中,所述工具条的模板内容包括:模板风格、背景图片、功能按钮的数量、功能按钮的排布方式。
上述方案中,所述功能按钮包括:固定配置功能按钮和灵活配置功能按钮;其中,所述固定配置功能按钮的种类和数量由业务运营商确定;所述灵活配置功能按钮在所确定的请求类别中的全部灵活配置功能按钮中随机选取。
本发明实施例还提供一种网页工具条的插入装置,所述装置包括:接收模块,分析模块、策略执行模块、组合模块、处理模块和存储模块;其中,
所述接收模块,配置为接收用户页面浏览请求,获取所述请求的功能项原始数据;
所述分析模块,配置为根据所述请求的内容确定所述请求的类别;
所述策略执行模块,配置为在预存的工具条模板中匹配需要插入的工具条模板;
所述组合模块,配置为根据确定的请求类别和匹配的工具条模板动态 组合工具条模板的功能按钮,并将组合后的功能按钮添加到匹配的工具条模板;
所述处理模块,配置为获取工具条模板对应的工具条模板数据,将获取的工具条模板数据和所述请求的功能项原始数据插入用户访问数据;
所述存储模块,配置为存储工具条模板、工具条模板数据、和灵活配置功能按钮。
上述方案中,所述分析模块,具体配置为根据所述请求中的URL确定所述请求的类别。
上述方案中,所述策略执行模块,具体配置为根据所述请求中的URL、移动终端类型、浏览器类型和访问时间在预存的工具条模板中匹配需要插入的工具条模板。
上述方案中,所述工具条的模板内容包括:模板风格、背景图片、功能按钮的数量、功能按钮的排布方式。
上述方案中,所述功能按钮包括:固定配置功能按钮和灵活配置功能按钮;其中,所述固定配置功能按钮的种类和数量由业务运营商确定;所述灵活配置功能按钮在所确定的请求类别中的全部灵活配置功能按钮中随机选取。
本发明实施例还提供一种计算机存储介质,所述计算机存储介质中存储有计算机可执行指令,该计算机可执行指令用于执行上述的网页工具条的插入方法。
本发明实施例所提供的网页工具条的插入方法、装置及存储介质,接收用户页面浏览请求,获取所述请求的功能项原始数据;根据所述请求的内容确定所述请求的类别,并在预存的工具条模板中匹配需要插入的工具条模板;根据确定的请求类别和匹配的工具条模板动态组合工具条模板的功能按钮,并将组合后的功能按钮添加到匹配的工具条模板;获取工具条 模板对应的工具条模板数据,将获取的工具条模板数据和所述请求的功能项原始数据插入用户访问数据,以实现网页工具条的插入。本发明实施例中,由于所述工具条模板样式、功能按钮的选取可根据不同的需求灵活配置,因此,可使网页工具条适用于更多的应用环境、适合更多的需求环境,增加了网页工具条的实用性;本发明实施例在需要对显示的工具条进行更新时,仅需通过修改预先存储的工具条模板和工具条模板数据来实现,无需在用户侧更新;如此,不仅使工具条的更新更灵活、方便,而且操作简单,不增加用户侧的处理,从而提升了用户体验。
附图说明
图1为本发明实施例网页工具条的插入方法的处理流程示意图;
图2为本发明实施例单排展现所有的功能按钮示意图;
图3为本发明实施例展现功能按钮构成的功能组示意图;
图4为本发明实施例网页工具条的插入装置的组成结构示意图。
具体实施方式
本发明实施例中,接收用户页面浏览请求,获取所述请求的功能项原始数据;根据所述请求的内容确定所述请求的类别,并在预存的工具条模板中匹配需要插入的工具条模板;根据确定的请求类别和匹配的工具条模板动态组合工具条模板的功能按钮,并将组合后的功能按钮添加到匹配的工具条模板;获取工具条模板对应的工具条模板数据,将获取的工具条模板数据和所述请求的功能项原始数据插入用户访问数据。
本发明实施例网页工具条的插入方法的处理流程,如图1所示,包括以下步骤:
步骤101,接收用户页面浏览请求,获取所述请求的功能项原始数据;
具体地,网关接收用户页面浏览请求,将接收的用户页面浏览请求发 送至业务运营商,业务运营商根据所述请求向网关发送自身预先存储的所述请求的功能项原始数据。
步骤102,根据所述请求的内容确定所述请求的类别;
具体地,网关可以根据所述请求内容中的URL确定所述请求的类别。
步骤103,在预存的工具条模板中匹配需要插入的工具条模板;
具体地,网关根据所述请求中的URL、移动终端类型、浏览器类型和访问时间在预存的工具条模板中匹配需要插入的工具条模板。
步骤104,根据确定的请求类别和匹配的工具条模板动态组合工具条模板的功能按钮,并将组合后的功能按钮添加到匹配的工具条模板;
这里,所述工具条模板的内容包括:模板风格、背景图片、功能按钮的数量、功能按钮的排布方式;
其中,所述功能按钮包括:固定配置功能按钮和灵活配置功能按钮;所述功能按钮的功能类别、功能按钮的图片和功能按钮推送的URL连接可灵活配置;所述固定配置功能按钮的种类、数量和排布方式由业务运营商确定;
具体地,业务运营商确定了工具条模板中固定配置的功能按钮的数量小于工具条模板中的功能按钮的数量时,未确定的功能按钮为灵活配置功能按钮;
所述灵活配置功能按钮在网关所确定的请求类别中的全部灵活配置功能按钮中随机选取,将随机选取的灵活配置功能按钮进行组合,并将组合后的功能按钮添加到匹配的工具条模板;
这里,所述动态组合工具条模板的功能按钮是指可以任选所需的功能按钮放置在工具条模板中,且放置的位置及排布、功能按钮的样式均可以根据需要任意选择;一般,所述功能按钮的排布方式由业务运营商确定,可以单排展现所有的功能按钮,如图2所示;也可以如图3所示,将所有 的功能按钮分为多个功能组,每个功能组分别包括多个功能按钮,用户点击某一功能组时,在页面的最底端显示所有的功能按钮,用户未点击功能组时,页面的右侧只显示功能组的缩略图。
步骤105,获取工具条模板对应的工具条模板数据,将获取的工具条模板数据和所述请求的功能项原始数据插入用户访问数据;
具体地,网关根据匹配的工具条模板在预存的工具条模板数据中获取匹配的工具条模板数据;
网关将获取的工具条模板数据和所述请求的功能项原始数据插入用户访问数据;
网关具体如何将工具条模板数据和所述请求的功能项原始数据插入用户访问数据属于现有技术,这里不再赘述。
在执行步骤105前,所述方法还包括:存储工具条模板、工具条模板数据、和灵活配置功能按钮。
为实现上述网页工具条的插入方法,本发明实施例还提供一种网页工具条的插入装置,所述装置的组成结构,如图4所示,包括:接收模块11、分析模块12、策略执行模块13、组合模块14、处理模块15和存储模块16;其中,
所述接收模块11,配置为接收用户页面浏览请求,获取所述请求的功能项原始数据;
具体地,接收模块11接收用户页面浏览请求,将接收的用户页面浏览请求发送至业务运营商,业务运营商根据所述请求向网关发送所述请求的功能项原始数据;
所述分析模块12,配置为根据所述请求的内容确定所述请求的类别;
所述策略执行模块13,配置为在存储模块16中预存的工具条模板中匹配需要插入的工具条模板;
所述组合模块14,配置为根据确定的请求类别和匹配的工具条模板动态组合工具条模板的功能按钮,并将组合后的功能按钮添加到匹配的工具条模板;
所述处理模块15,配置为获取工具条模板对应的工具条模板数据,将获取的工具条模板数据和所述请求的功能项原始数据插入用户访问数据;
所述存储模块16,配置为存储工具条模板、工具条模板数据、和灵活配置功能按钮。
上述方案中,所述分析模块12,具体配置为根据所述请求内容中的URL确定所述请求的类别。
上述方案中,所述策略执行模块13,具体配置为根据所述请求中的URL、移动终端类型、浏览器类型和访问时间在预存的工具条模板中匹配需要插入的工具条模板。
上述方案中,所述工具条的模板内容包括:模板风格、背景图片、功能按钮的数量、功能按钮的排布方式。
上述方案中,所述功能按钮包括:固定配置功能按钮和灵活配置功能按钮;所述功能按钮的功能类别、功能按钮的图片和功能按钮推送的URL连接可灵活配置;所述固定配置功能按钮的种类、数量和排布方式由业务运营商确定;
具体地,业务运营商确定了工具条模板中的固定配置功能按钮的数量小于工具条模板中的功能按钮的数量时,未确定的功能按钮为灵活配置功能按钮;
所述灵活配置功能按钮在网关所确定的请求类别中的全部灵活配置功能按钮中随机选取,将随机选取的灵活配置功能按钮进行组合,并将组合后的功能按钮添加到匹配的工具条模板;
这里,所述功能按钮的排布方式由业务运营商确定,可以单排展现所 有的功能按钮,如图2所示;也可以如图3所示,将所有的功能按钮分为多个功能组,每个功能组分别包括多个功能按钮,用户点击某一功能组时,在页面的最底端显示所有的功能按钮,用户未点击功能组时,页面的右侧只显示功能组的缩略图。
本发明实施例中提出的网页工具条的插入装置中的接收模块11、分析模块12、策略执行模块13、组合模块14、处理模块15都可以通过处理器来实现,当然也可通过具体的逻辑电路实现;本发明实施例中提出的网页工具条的插入装置中的存储模块16可以通过存储设备实现,如硬盘等;在实际应用中,处理器可以为中央处理器(CPU)、微处理器(MPU)、数字信号处理器(DSP)或现场可编程门阵列(FPGA)等。
本发明实施例中,如果以软件功能模块的形式实现上述网页工具条的插入方法,并作为独立的产品销售或使用时,也可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明实施例的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机、服务器、或者网络设备等)执行本发明各个实施例所述方法的全部或部分。而前述的存储介质包括:U盘、移动硬盘、只读存储器(Read Only Memory,ROM)、磁碟或者光盘等各种可以存储程序代码的介质。这样,本发明实施例不限制于任何特定的硬件和软件结合。
相应地,本发明实施例还提供一种计算机存储介质,该计算机存储介质中存储有计算机程序,该计算机程序用于执行本发明实施例的上述网页工具条的插入方法。
以上所述仅为本发明的较佳实施例而已,并非用于限定本发明的保护范围。

Claims (11)

  1. 一种网页工具条的插入方法,所述方法包括:
    接收用户页面浏览请求,获取所述请求的功能项原始数据;
    根据所述请求的内容确定所述请求的类别,并在预存的工具条模板中匹配需要插入的工具条模板;
    根据确定的请求类别和匹配的工具条模板动态组合工具条模板的功能按钮,并将组合后的功能按钮添加到匹配的工具条模板;
    获取工具条模板对应的工具条模板数据,将获取的工具条模板数据和所述请求的功能项原始数据插入用户访问数据。
  2. 根据权利要求1所述网页工具条的插入方法,其中,所述根据所述请求的内容确定所述请的求类别,包括:
    根据所述请求中的统一资源定位符URL确定所述请求的类别。
  3. 根据权利要求1或2所述网页工具条的插入方法,其中,所述在预存的工具条模板中匹配需要插入的工具条模板,包括:
    根据所述请求中的URL、移动终端类型、浏览器类型和访问时间在预存的工具条模板中匹配需要插入的工具条模板。
  4. 根据权利要求1或2所述网页工具条的插入方法,其中,所述工具条的模板内容包括:模板风格、背景图片、功能按钮的数量、功能按钮的排布方式。
  5. 根据权利要求1或2所述网页工具条的插入方法,其中,所述功能按钮包括:固定配置功能按钮和灵活配置功能按钮;其中,
    所述固定配置功能按钮的种类和数量由业务运营商确定;
    所述灵活配置功能按钮在所确定的请求类别中的全部灵活配置功能按钮中随机选取。
  6. 一种网页工具条的插入装置,所述装置包括:接收模块,分析模块、策略执行模块、组合模块、处理模块和存储模块;其中,
    所述接收模块,配置为接收用户页面浏览请求,获取所述请求的功能项原始数据;
    所述分析模块,配置为根据所述请求的内容确定所述请求的类别;
    所述策略执行模块,配置为在预存的工具条模板中匹配需要插入的工具条模板;
    所述组合模块,配置为根据确定的请求类别和匹配的工具条模板动态组合工具条模板的功能按钮,并将组合后的功能按钮添加到匹配的工具条模板;
    所述处理模块,配置为获取工具条模板对应的工具条模板数据,将获取的工具条模板数据和所述请求的功能项原始数据插入用户访问数据;
    所述存储模块,配置为存储工具条模板、工具条模板数据、和灵活配置功能按钮。
  7. 根据权利要求6所述网页工具条的插入装置,其中,所述分析模块,配置为根据所述请求中的URL确定所述请求的类别。
  8. 根据权利要求6或7所述网页工具条的插入装置,其中,所述策略执行模块,配置为根据所述请求中的URL、移动终端类型、浏览器类型和访问时间在预存的工具条模板中匹配需要插入的工具条模板。
  9. 根据权利要求6或7所述网页工具条的插入装置,其中,所述工具条的模板内容包括:模板风格、背景图片、功能按钮的数量、功能按钮的排布方式。
  10. 根据权利要求6或7所述网页工具条的插入装置,其中,所述功能按钮包括:固定配置功能按钮和灵活配置功能按钮;其中,
    所述固定配置功能按钮的种类和数量由业务运营商确定;
    所述灵活配置功能按钮在所确定的请求类别中的全部灵活配置功能按钮中随机选取。
  11. 一种计算机存储介质,所述计算机存储介质中存储有计算机可执行指令,该计算机可执行指令用于执行权利要求1至5任一项所述的网页工具条的插入方法。
PCT/CN2015/077203 2014-08-29 2015-04-22 一种网页工具条的插入方法、装置及存储介质 WO2016029705A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410438676.9A CN105468611A (zh) 2014-08-29 2014-08-29 一种网页工具条的插入方法及装置
CN201410438676.9 2014-08-29

Publications (1)

Publication Number Publication Date
WO2016029705A1 true WO2016029705A1 (zh) 2016-03-03

Family

ID=55398722

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/077203 WO2016029705A1 (zh) 2014-08-29 2015-04-22 一种网页工具条的插入方法、装置及存储介质

Country Status (2)

Country Link
CN (1) CN105468611A (zh)
WO (1) WO2016029705A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106469161A (zh) * 2015-08-18 2017-03-01 中兴通讯股份有限公司 一种基于网关侧的网页工具栏配置方法及装置
US11108831B2 (en) * 2019-01-04 2021-08-31 Vmware, Inc. Machine policy configuration for managed devices

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101122907A (zh) * 2006-08-10 2008-02-13 一零四资讯科技股份有限公司 于网页中嵌入工具栏的方法
US20130061127A1 (en) * 2011-09-02 2013-03-07 Verizon Patent And Licensing Inc. Providing toolbars
CN102999613A (zh) * 2012-11-28 2013-03-27 北京奇虎科技有限公司 一种在浏览器中加载工具类窗口的方法及其装置
CN103034518A (zh) * 2012-12-14 2013-04-10 北京奇虎科技有限公司 加载浏览器控制工具的方法及浏览器

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102193784B (zh) * 2010-03-09 2016-01-20 新奥特(北京)视频技术有限公司 一种用户自定义界面的方法及装置
CN103581246B (zh) * 2012-07-30 2018-01-16 腾讯科技(深圳)有限公司 一种浏览器首页的显示方法及服务器

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101122907A (zh) * 2006-08-10 2008-02-13 一零四资讯科技股份有限公司 于网页中嵌入工具栏的方法
US20130061127A1 (en) * 2011-09-02 2013-03-07 Verizon Patent And Licensing Inc. Providing toolbars
CN102999613A (zh) * 2012-11-28 2013-03-27 北京奇虎科技有限公司 一种在浏览器中加载工具类窗口的方法及其装置
CN103034518A (zh) * 2012-12-14 2013-04-10 北京奇虎科技有限公司 加载浏览器控制工具的方法及浏览器

Also Published As

Publication number Publication date
CN105468611A (zh) 2016-04-06

Similar Documents

Publication Publication Date Title
US11461538B2 (en) User specific visual identity control across multiple platforms
JP6615362B2 (ja) ユーザー似顔絵を取得する方法及び装置
JP5905638B2 (ja) ユーザ・インターフェース・コンテンツ個人別最適化システム
CN110245069B (zh) 页面版本的测试方法和装置、页面的展示方法和装置
US9507480B1 (en) Interface optimization application
WO2019128528A1 (zh) 信息展示方法、装置和电子设备
JP2018518726A (ja) 情報検索ナビゲーション方法及び装置
US9471669B2 (en) Presenting previously selected search results
JP6165956B1 (ja) 情報処理装置、情報処理方法及び情報処理プログラム
WO2016029705A1 (zh) 一种网页工具条的插入方法、装置及存储介质
JP2017167981A (ja) 情報処理装置、情報処理方法及び情報処理プログラム
US9471299B1 (en) Updating code within an application
US20160026613A1 (en) Processing image to identify object for insertion into document
JP6505849B2 (ja) 要素識別子の生成
TWI528309B (zh) 適性廣告物件的顯示方法、行動裝置以及其產生系統
US20180088930A1 (en) Updating code within an application
KR101663359B1 (ko) 업데이트된 뉴스 콘텐츠 제공 방법 및 장치
EP3093777A1 (en) Search method, apparatus and device, and nonvolatile computer storage medium
US9454565B1 (en) Identifying relationships between applications
CN110879738B (zh) 一种操作步骤的展示方法、装置及电子设备
CN109450993B (zh) 用于呈现信息的方法和设备
JP2019098064A (ja) 情報処理装置及びプログラム
JP2018194749A (ja) 情報表示プログラム、情報表示装置、情報表示方法および配信装置
CN111104626B (zh) 信息存储方法和装置
CN110622159B (zh) 提高选择退出合规性

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

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

Country of ref document: EP

Kind code of ref document: A1