WO2017181501A1 - 键值扩展方法及系统 - Google Patents

键值扩展方法及系统 Download PDF

Info

Publication number
WO2017181501A1
WO2017181501A1 PCT/CN2016/084852 CN2016084852W WO2017181501A1 WO 2017181501 A1 WO2017181501 A1 WO 2017181501A1 CN 2016084852 W CN2016084852 W CN 2016084852W WO 2017181501 A1 WO2017181501 A1 WO 2017181501A1
Authority
WO
WIPO (PCT)
Prior art keywords
key value
webpage
value
key
definition
Prior art date
Application number
PCT/CN2016/084852
Other languages
English (en)
French (fr)
Inventor
刘江君
Original Assignee
深圳Tcl数字技术有限公司
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 深圳Tcl数字技术有限公司 filed Critical 深圳Tcl数字技术有限公司
Priority to EP16899088.5A priority Critical patent/EP3447637A4/en
Priority to US16/310,807 priority patent/US10877775B2/en
Publication of WO2017181501A1 publication Critical patent/WO2017181501A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting
    • 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/44505Configuring for program initiating, e.g. using registry, configuration files
    • 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
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/44Receiver circuitry for the reception of television signals according to analogue transmission standards
    • H04N5/445Receiver circuitry for the reception of television signals according to analogue transmission standards for displaying additional information

Definitions

  • the present invention relates to the field of television technology, and in particular, to a key value extension method and system.
  • the present invention provides a key value expansion method and system for implementing extension of a browser key value without modifying the kernel configuration of the browser.
  • the present invention provides a key value expansion method, and the key value expansion method includes:
  • the key values and their mapped values in the first configuration file for initializing the hash map are loaded into the hash map, and the loaded keys for defining the browser are loaded.
  • the second configuration file defined by the key value of the value is saved in the memory of the browser;
  • the key value definition not included in the stored key value definition is injected into the webpage;
  • the querying the mapping value required by the webpage in the hash mapping table according to the key value included in the button request, and returning the queried mapping value to the webpage includes:
  • mapping value of the webpage definition exists in the mapping value of the key value, returning the mapping value of the webpage definition to the webpage.
  • the querying the mapping value required by the webpage in the hash mapping table according to the key value included in the key request, and returning the queried mapping value to the webpage further includes:
  • mapping value of the webpage definition does not exist in the mapped value of the key value
  • the default mapping value of the key value is returned to the webpage.
  • the injecting the key value definition not included in the webpage in the stored key value definition into the webpage according to the stored key value definition and the existing key value definition of the webpage includes:
  • a key value definition that is not stored in the existing key value definition of the web page in each of the stored key value definitions is injected into the web page.
  • the present invention further provides a key value expansion system, the key value expansion system comprising:
  • An initial module configured to initialize a hash mapping table according to the specified loading file and store a key value definition to be injected according to the specified loading file; wherein the hash mapping table includes a key value and a mapping value thereof;
  • An injection module configured to inject a key value definition not included in the stored key value definition into the webpage according to the stored key value definition and the existing key value definition of the webpage when the webpage is opened;
  • a processing module configured to: when the button request on the webpage is received, query a mapping value required by the webpage in the hash mapping table according to the key value included in the button request, and return the queried mapping value Give the page.
  • the processing module comprises:
  • a query unit configured to query whether the key value exists in the hash mapping table
  • a first determining unit configured to determine, when the key value exists in the hash mapping table, whether a mapping value defined by the webpage exists in a mapping value of the key value
  • a first processing unit configured to: when the mapping value of the webpage definition exists in the mapping value of the key value, return the mapping value defined by the webpage to the webpage.
  • the processing module further includes:
  • a second processing unit configured to: when the mapping value of the webpage definition does not exist in the mapping value of the key value, return a default mapping value of the key value to the webpage.
  • the injection module comprises:
  • a second determining unit configured to determine whether each stored key value definition exists in an existing key value definition of the webpage
  • the injection unit is configured to inject the key value definitions in the stored key definitions that are not present in the key value definitions of the webpage into the webpage.
  • the initial module comprises:
  • a first saving unit configured to save the loaded key value in the first configuration file for initializing the hash mapping table and the mapping value thereof into the hash mapping table;
  • the second saving unit is configured to save the loaded second configuration file for defining the key value of each key value of the browser into the memory of the browser.
  • the present invention also provides a television set on which the above-described key value expansion system is provided.
  • the key value extension method, system and television set initialize a hash map according to a specified loading file and store a key value definition to be injected when the browser is started.
  • a webpage is opened, according to the stored key value Defining a key value definition existing on the webpage, injecting a key value definition not in the stored key value definition into the webpage, and receiving a button request on the webpage, according to the button request
  • the included key value queries the mapping value required by the webpage in the hash mapping table, and returns the queried mapping value to the webpage, so that different webpages have different key values of the same key, but still can
  • the key value supported by the webpage is obtained without modifying the browser kernel configuration, so that the button request is correctly responded, the compatibility of the browser key value on different webpages is improved, and the modification of the browser kernel configuration is avoided.
  • the issue with the version of the browser library is provided with the version of the browser library.
  • FIG. 1 is a schematic flow chart of a first embodiment of a key value expansion method according to the present invention
  • FIG. 2 is a schematic diagram of a refinement process of step S30 in FIG. 1;
  • step S20 in FIG. 1 is a schematic diagram showing the refinement process of step S20 in FIG. 1;
  • step S10 in FIG. 1 is a schematic diagram of a refinement process of step S10 in FIG. 1;
  • FIG. 5 is a schematic diagram of functional modules of a first embodiment of a key value expansion system according to the present invention.
  • FIG. 6 is a schematic diagram of a refinement function module of a processing module in a second embodiment of the key value expansion system of the present invention.
  • FIG. 7 is a schematic diagram of a refinement function module of an injection module in a third embodiment of the key value expansion system of the present invention.
  • FIG. 8 is a schematic diagram of a refinement function module of an initial module in a fourth embodiment of the key value expansion system of the present invention.
  • the present invention provides a key value expansion method. As shown in FIG. 1 , a flow chart of a first embodiment of the key value expansion method of the present invention is shown.
  • the key value expansion method includes:
  • the key value expansion method can be applied to a television set, and the browser installed on the television is an embedded browser.
  • the browser on the TV starts up, it needs to load various files, including the file that stores the original key value of the platform and its corresponding webpage definition key value, such as the keymap.ini file, and also includes the injection file, such as the key_inject.js file.
  • the content contained in the injection file is the definition of each key value that needs to be injected.
  • the specified load file refers to a keymap.ini file and a key_inject.js file.
  • the television initializes the hash map according to the contents of the keymap.ini file, and stores the contents of the key_inject.js file on the television.
  • the hash mapping table includes key values and their mapping values, that is, original platform key values of each platform and their mapped webpage definition key values.
  • the television When the television receives a button request on the webpage sent by a platform (such as a remote controller or a keyboard), the television sets the key value (ie, the platform original key value) included in the button request from the Querying the mapping value corresponding to the key value (ie, the webpage definition key value), and determining that a mapping value required by the webpage is returned to the webpage, so that the webpage is based on the obtained keymap mapping value to the platform.
  • the button event on the response responds.
  • the key value extension method proposed by the present invention initializes a hash map according to a specified load file and stores a key value definition to be injected when the browser is started.
  • the web page is defined according to the stored key value.
  • An existing key value definition injecting a key value definition not in the stored key value definition into the webpage, and receiving a key value query according to the key request when receiving a button request on the webpage.
  • the key value supported by the webpage is obtained, so that the button request is correctly responded, the compatibility of the browser key value on different webpages is improved, and the modification of the browser kernel configuration is avoided, resulting in the existence of many versions of the browser library. The problem.
  • step S30 includes:
  • the key value refers to a platform original key value included in the button request.
  • the platform original button values of the same button are the same, and for different web pages, the original platform key values corresponding to different pages may be mapped with different web page definition button values, that is, in the hash map, the key values There may be multiple mapping values, which correspond to web page definition button values of the same button defined by different web pages.
  • the television set can obtain the webpage definition key value of the button corresponding to the key value defined by the webpage through the webpage information of the webpage, and then search for the mapping value of the key value from the hash mapping table.
  • the webpage defines a button value, thereby determining whether the map value defined by the webpage exists in the mapped value of the key value.
  • mapping value of the webpage definition exists in the mapping value of the key value, return the mapping value defined by the webpage to the webpage.
  • mapping value defined by the webpage exists in the mapping value of the key value, it indicates that the television can convert the platform original key value included in the button request into a webpage definition key value defined by the webpage. After the television returns the mapped value defined by the webpage to the webpage, the webpage can respond correctly to the button request according to the returned mapping value.
  • the entire process of receiving a button request from the television to the web page in response to the web page does not require the television to modify the browser kernel configuration to enable the web page to support the correct response to the button request.
  • step S30 further includes:
  • mapping value of the webpage definition does not exist in the mapping value of the key value, return a default mapping value of the key value to the webpage.
  • the map value defined by the webpage does not exist in the map value of the key value, it indicates that the television cannot convert the webpage definition key value to the webpage definition according to the platform original key value included in the button request.
  • the default mapping value of the webpage corresponding to the platform original key value included in the button request is returned to the webpage as the demand key value of the webpage request for the button.
  • the button response can be correctly responded according to the returned default mapping value.
  • the key value expansion method proposed by the present invention returns a mapping value that is the same as a webpage definition key value defined by a webpage to a webpage when the webpage definition key value of the webpage definition exists in the hash mapping table, and is defined for the webpage. If the webpage definition key value does not exist in the hash mapping table, the mapping value of the browser kernel configuration is returned to the webpage to achieve the maximum correct return of the key value supported by the webpage, so that the webpage makes the correct key request. response.
  • step S20 includes:
  • the television compares each of the stored key value definitions with the existing key value definition of the webpage, thereby determining that the stored key values of the respective key value definitions do not exist in the existing key value definition of the webpage Define, and then inject these determined key-value definitions into the web page to enhance the keys defined by the different key values supported by the web page.
  • the key value expansion method proposed by the invention injects the key value definitions that are not included in the webpage in the key value definition stored by the browser into the webpage, and enhances the support of the webpage for different keys.
  • step S10 includes:
  • the first configuration file refers to a file including a platform original key value and a corresponding webpage definition key value, such as the above keymap.ini file; and the second configuration file refers to a file containing various key value definitions to be injected. Such as the above key_inject.js file.
  • a button to be used by a webpage is a button that is not supported by the browser kernel
  • the webpage defines a key value of 408 for such a key KEYRED
  • the original key value of the platform of the key KEYRED on the platform is 110.
  • the key value expansion method proposed by the present invention adds a webpage definition key value and a key value definition corresponding to a button required by a webpage to a specified loading file, so that when the browser starts, a hash containing the newly added key is obtained. Map tables and key-value definitions so that the browser supports newly added keys.
  • the present invention further provides a key value expansion system. As shown in FIG. 5, a functional block diagram of a first embodiment of the key value expansion system of the present invention is shown.
  • the key value expansion system includes:
  • the initial module 100 is configured to initialize a hash mapping table according to the specified loading file and store a key value definition to be injected according to the specified loading file;
  • the key value expansion system can be set on a television set, and the browser installed on the television set is an embedded browser.
  • the browser on the TV starts up, it needs to load various files, including the file that stores the original key value of the platform and its corresponding webpage definition key value, such as the keymap.ini file, and also includes the injection file, such as the key_inject.js file.
  • the content contained in the injection file is the definition of each key value that needs to be injected.
  • the specified load file refers to a keymap.ini file and a key_inject.js file.
  • the initial module 100 of the television initializes the hash map according to the contents of the keymap.ini file, and stores the contents of the key_inject.js file on the television.
  • the hash mapping table includes key values and their mapping values, that is, original platform key values of each platform and their mapped webpage definition key values.
  • the injection module 200 is configured to inject a key value definition not included in the stored key value definition into the webpage according to the stored key value definition and the key value definition of the webpage when the webpage is opened;
  • the processing module 300 is configured to: when receiving the button request on the webpage, query a mapping value required by the webpage in the hash mapping table according to the key value included in the button request, and query the mapped value Return to the web page.
  • the processing module 300 of the television receives a button request on the webpage sent by a platform (such as a remote controller or a keyboard), the processing module 300 determines the key value included in the button request (ie, the platform original button value). Querying, from the hash mapping table, a mapping value corresponding to the key value (ie, a webpage definition key value), and determining that a mapping value required by the webpage is returned to the webpage, so that the webpage is obtained according to the obtained The button mapping value responds to key events on the platform.
  • a platform such as a remote controller or a keyboard
  • the key value expansion system proposed by the present invention initializes a hash mapping table according to a specified loading file and stores a key value definition to be injected when the browser is started.
  • the webpage is defined according to the stored key value.
  • An existing key value definition injecting a key value definition not in the stored key value definition into the webpage, and receiving a key value query according to the key request when receiving a button request on the webpage.
  • the key value supported by the webpage is obtained, so that the button request is correctly responded, the compatibility of the browser key value on different webpages is improved, and the modification of the browser kernel configuration is avoided, resulting in the existence of many versions of the browser library. The problem.
  • the processing module 300 includes:
  • the query unit 301 is configured to query whether the key value exists in the hash map.
  • the key value refers to a platform original key value included in the button request.
  • the first determining unit 302 is configured to determine, when the key value exists in the hash mapping table, whether the mapping value of the webpage definition exists in the mapping value of the key value;
  • the platform original button values of the same button are the same, and for different web pages, the original platform key values corresponding to different pages may be mapped with different web page definition button values, that is, in the hash map, the key values There may be multiple mapping values, which correspond to web page definition button values of the same button defined by different web pages.
  • the first determining unit 302 of the television can obtain the webpage definition key value of the key value corresponding button defined by the webpage through the webpage information of the webpage, and then search for the key value from the hash mapping table. Whether the webpage definition key value exists in the mapping value, so as to determine whether the mapping value of the webpage definition exists in the mapping value of the key value.
  • the first processing unit 303 is configured to return the mapping value defined by the webpage to the webpage when the mapping value of the webpage definition exists in the mapping value of the key value.
  • mapping value defined by the webpage exists in the mapping value of the key value, it indicates that the television can convert the platform original key value included in the button request into a webpage definition key value defined by the webpage.
  • the first processing unit 303 returns the map value of the web page definition to the web page, the web page can respond correctly to the button request according to the returned map value.
  • the entire process of receiving a button request from the television to the web page in response to the web page does not require the television to modify the browser kernel configuration to enable the web page to support the correct response to the button request.
  • processing module 300 further includes:
  • the second processing unit 304 is configured to return a default mapping value of the key value to the webpage when the mapping value of the webpage definition does not exist in the mapping value of the key value.
  • the second processing unit 304 returns, in the browser kernel configuration, a default mapping value of the webpage corresponding to the platform original key value included in the button request, as a requirement key value of the webpage request for the button request.
  • the webpage can correctly respond to the button request according to the returned default mapping value when the webpage adopts a button definition standard consistent with the browser.
  • the key value expansion system of the present invention returns a mapping value that is the same as a webpage definition key value defined by a webpage to a webpage when the webpage definition key value defined by the webpage exists in the hash mapping table, and is defined for the webpage. If the webpage definition key value does not exist in the hash mapping table, the mapping value of the browser kernel configuration is returned to the webpage to achieve the maximum correct return of the key value supported by the webpage, so that the webpage makes the correct key request. response.
  • the injection module 200 includes:
  • the second determining unit 201 is configured to determine whether the stored key value definitions exist in the existing key value definition of the webpage;
  • the injecting unit 202 is configured to inject the key value definitions of the stored key value definitions that are not present in the key value definitions of the webpage into the webpage.
  • the second determining unit 201 compares each of the stored key value definitions with the existing key value definition of the webpage, so as to determine that the stored key value definitions do not exist in the existing key value definition of the webpage.
  • the key value is defined, and then the injecting unit 202 injects the determined key value definitions into the web page to enhance the keys defined by the different key values supported by the web page.
  • the key value expansion system proposed by the invention injects a key value definition not included in a webpage stored in a key value definition stored in a browser into a webpage, thereby enhancing the support of the webpage for different keys.
  • the initial module 100 includes:
  • the first saving unit 101 is configured to save the loaded key value in the first configuration file for initializing the hash mapping table and the mapping value thereof into the hash mapping table;
  • the second saving unit 102 is configured to save the loaded second configuration file for defining the key value of each key value of the browser into the memory of the browser.
  • the first configuration file refers to a file including a platform original key value and a corresponding webpage definition key value, such as the above keymap.ini file; and the second configuration file refers to a file containing various key value definitions to be injected. Such as the above key_inject.js file.
  • a button to be used by a webpage is a button that is not supported by the browser kernel
  • the webpage defines a key value of 408 for such a key KEYRED
  • the original key value of the platform of the key KEYRED on the platform is 110.
  • the key value expansion system proposed by the present invention adds a webpage definition key value and a key value definition corresponding to a button required by a webpage to a specified loading file, so that when the browser starts, a hash containing the newly added key is obtained. Map tables and key-value definitions so that the browser supports newly added keys.

Abstract

本发明公开一种键值扩展方法,包括:浏览器启动时,根据指定的加载文件初始化哈希映射表并存储需要注入的键值定义;其中,所述哈希映射表包括键值及其映射值;在打开一个网页时,根据存储的键值定义和所述网页已有的键值定义,将存储的键值定义中所述网页没有的键值定义注入到所述网页;在接收到所述网页上的按键请求时,根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页。本发明还公开一种键值扩展系统。本发明实现了无需修改浏览器的内核配置,即可对嵌入式浏览器的键值进行扩展。

Description

键值扩展方法及系统
技术领域
本发明涉及电视机技术领域,尤其涉及一种键值扩展方法及系统。
背景技术
随着互联网技术的发展,嵌入式浏览器在电视机以及机顶盒上的应用也越来越广泛。然而,不同的网页应用在定义按键值时可能存在一些差异,导致浏览器为了兼容这些差异化的按键值,必须修改浏览器内核配置中的键值定义。由此,不同的网页应用就会产生不同的浏览器库,使得同一个浏览器存在很多版本的浏览器库,不便于软件的版本管理。
上述内容仅用于辅助理解本发明的技术方案,并不代表承认上述内容是现有技术。
发明内容
本发明提供一种键值扩展方法及系统,旨在无需修改浏览器的内核配置的情况下实现对浏览器键值的扩展。
为实现上述目的,本发明提供一种键值扩展方法,所述键值扩展方法包括:
浏览器启动时,将加载的用于初始化哈希映射表的第一配置文件中的键值及其映射值保存到所述哈希映射表中,并将加载的用于定义浏览器的各个键值的键值定义的第二配置文件保存到浏览器的内存中;
在打开一个网页时,根据存储的键值定义和所述网页已有的键值定义,将存储的键值定义中所述网页没有的键值定义注入到所述网页;
在接收到所述网页上的按键请求时,根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页。
优选地,所述根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页包括:
查询所述哈希映射表中是否存在所述键值;
当所述哈希映射表中存在所述键值时,判断所述键值的映射值中是否存在所述网页定义的映射值;
当所述键值的映射值中存在所述网页定义的映射值时,将所述网页定义的映射值返回给所述网页。
优选地,所述根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页还包括:
当所述键值的映射值中不存在所述网页定义的映射值时,将所述键值的默认映射值返回给所述网页。
优选地,所述根据存储的键值定义和所述网页已有的键值定义,将存储的键值定义中所述网页没有的键值定义注入到所述网页包括:
判断存储的各个键值定义是否存在于所述网页已有的键值定义中;
将存储的各个键值定义中不存在于所述网页已有的键值定义中的键值定义,注入到所述网页。
为实现上述目的,本发明还提供一种键值扩展系统,所述键值扩展系统包括:
初始模块,用于浏览器启动时,根据指定的加载文件初始化哈希映射表并存储需要注入的键值定义;其中,所述哈希映射表包括键值及其映射值;
注入模块,用于在打开一个网页时,根据存储的键值定义和所述网页已有的键值定义,将存储的键值定义中所述网页没有的键值定义注入到所述网页;
处理模块,用于在接收到所述网页上的按键请求时,根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页。
优选地,所述处理模块包括:
查询单元,用于查询所述哈希映射表中是否存在所述键值;
第一判断单元,用于当所述哈希映射表中存在所述键值时,判断所述键值的映射值中是否存在所述网页定义的映射值;
第一处理单元,用于当所述键值的映射值中存在所述网页定义的映射值时,将所述网页定义的映射值返回给所述网页。
优选地,所述处理模块还包括:
第二处理单元,用于当所述键值的映射值中不存在所述网页定义的映射值时,将所述键值的默认映射值返回给所述网页。
优选地,所述注入模块包括:
第二判断单元,用于判断存储的各个键值定义是否存在于所述网页已有的键值定义中;
注入单元,用于将存储的各个键值定义中不存在于所述网页已有的键值定义中的键值定义,注入到所述网页。
优选地,所述初始模块包括:
第一保存单元,用于将加载的用于初始化哈希映射表的第一配置文件中的键值及其映射值保存到所述哈希映射表中;
第二保存单元,用于将加载的用于定义浏览器的各个键值的键值定义的第二配置文件保存到浏览器的内存中。
为实现上述目的,本发明还提出一种电视机,所述电视机上设置有上述键值扩展系统。
本发明提出的键值扩展方法、系统及电视机,在浏览器启动时,根据指定的加载文件初始化哈希映射表并存储需要注入的键值定义,在打开一个网页时,根据存储的键值定义和所述网页已有的键值定义,将存储的键值定义中所述网页没有的键值定义注入到所述网页,在接收到所述网页上的按键请求时,根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页,使得不同的网页虽然定义的同一按键的键值不同,但仍能在不修改浏览器内核配置的情况下得到网页支持的键值,从而正确地响应所述按键请求,提高了浏览器键值在不同网页上的兼容性,避免了修改浏览器内核配置导致存在很多版本的浏览器库的问题。
附图说明
图1为本发明键值扩展方法第一实施例的流程示意图;
图2为图1中步骤S30的细化流程示意图;
图3为图1中步骤S20的细化流程示意图;
图4为图1中步骤S10的细化流程示意图;
图5为本发明键值扩展系统第一实施例的功能模块示意图;
图6为本发明键值扩展系统第二实施例中处理模块的细化功能模块示意图;
图7为本发明键值扩展系统第三实施例中注入模块的细化功能模块示意图;
图8为本发明键值扩展系统第四实施例中初始模块的细化功能模块示意图。
本发明目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。
具体实施方式
应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。
本发明提供一种键值扩展方法,如图1所示,示出了本发明键值扩展方法第一实施例的流程示意图,所述键值扩展方法包括:
S10、浏览器启动时,根据指定的加载文件初始化哈希映射表并存储需要注入的键值定义;
所述键值扩展方法可应用在电视机上,电视机上安装的浏览器为嵌入式浏览器。电视机上的浏览器在启动时,需要加载各种文件,其中包括存储平台原始按键值及其对应的网页定义按键值的文件,如keymap.ini文件,还包括注入文件,如key_inject.js文件,注入文件包含的内容是需要注入的各个键值定义。
在本实施例中,所述指定的加载文件指keymap.ini文件和key_inject.js文件。电视机根据keymap.ini文件中的内容初始化得到所述哈希映射表,并将key_inject.js文件中的内容存储到电视机上。其中,所述哈希映射表包括键值及其映射值,即各个平台原始按键值及其映射的网页定义按键值。
S20、在打开一个网页时,根据存储的键值定义和所述网页已有的键值定义,将存储的键值定义中所述网页没有的键值定义注入到所述网页;
当在浏览器上打开一个网页时,电视机根据加载的网页信息获取到所述网页已有的键值定义,通过将所述网页已有的键值定义与所述存储的键值定义进行比较,从而确定出存储的键值定义中所述网页所没有的键值定义,此时,电视机将存储的键值定义中所述网页没有的键值定义注入到所述网页,使得所述网页增加了一些其所没有定义的键值定义,如键值定义var KEYUP=310表示网页中按键KEYUP对应的键值是310。
S30、在接收到所述网页上的按键请求时,根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页。
当电视机接收到一个平台(如遥控器或键盘)发送的在所述网页上的按键请求时,电视机根据所述按键请求中包含的键值(即平台原始按键值),从所述哈希映射表中查询所述键值对应的映射值(即网页定义按键值),并确定一个所述网页需要的映射值返回给所述网页,以使所述网页根据获得的按键映射值对平台上的按键事件作出响应。
本发明提出的键值扩展方法,在浏览器启动时,根据指定的加载文件初始化哈希映射表并存储需要注入的键值定义,在打开一个网页时,根据存储的键值定义和所述网页已有的键值定义,将存储的键值定义中所述网页没有的键值定义注入到所述网页,在接收到所述网页上的按键请求时,根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页,使得不同的网页虽然定义的同一按键的键值不同,但仍能在不修改浏览器内核配置的情况下得到网页支持的键值,从而正确地响应所述按键请求,提高了浏览器键值在不同网页上的兼容性,避免了修改浏览器内核配置导致存在很多版本的浏览器库的问题。
进一步地,基于第一实施例提出本发明键值扩展方法第二实施例,在本实施例中,参照图2,上述步骤S30包括:
S31、查询所述哈希映射表中是否存在所述键值;
其中,所述键值指的是所述按键请求中包含的平台原始按键值。
S32、当所述哈希映射表中存在所述键值时,判断所述键值的映射值中是否存在所述网页定义的映射值;
同一按键的平台原始按键值是相同的,而对于不同的网页,同一平台原始按键值对应不同的网页可映射有不同的网页定义按键值,即在所述哈希映射表中,所述键值可存在多个映射值,这些映射值分别对应不同的网页定义的同一按键的网页定义按键值。
电视机通过所述网页的网页信息能够获取到所述网页定义的所述键值对应按键的网页定义按键值,然后从所述哈希映射表中查找所述键值的映射值中是否存在所述网页定义按键值,从而判断所述键值的映射值中是否存在所述网页定义的映射值。
S33、当所述键值的映射值中存在所述网页定义的映射值时,将所述网页定义的映射值返回给所述网页。
当所述键值的映射值中存在所述网页定义的映射值时,表示电视机能够将所述按键请求中包含的平台原始按键值,对应转换为所述网页定义的网页定义按键值。在电视机将所述网页定义的映射值返回给所述网页后,所述网页能够根据返回的映射值对所述按键请求作出正确的响应。从电视机接收按键请求到网页作出响应的整个过程,电视机无需修改浏览器内核配置以使所述网页支持对所述按键请求的正确响应。
进一步地,上述步骤S30还包括:
S34、当所述键值的映射值中不存在所述网页定义的映射值时,将所述键值的默认映射值返回给所述网页。
当所述键值的映射值中不存在所述网页定义的映射值时,表示电视机根据所述按键请求中包含的平台原始按键值,无法将其转换为所述网页定义的网页定义按键值,此时,电视机将浏览器内核配置中,关于所述按键请求包含的平台原始按键值对应的网页的默认映射值,作为所述网页对所述按键请求的需求键值返回给所述网页,在所述网页采用与浏览器一致的按键定义标准时,即可根据返回的默认映射值对所述按键请求作出正确的响应。
本发明提出的键值扩展方法,对于网页定义的网页定义按键值在所述哈希映射表中存在时,便将与网页定义的网页定义按键值相同的映射值返回给网页,对于网页定义的网页定义按键值不存在所述哈希映射表的情况,便将浏览器内核配置的映射值返回给网页,以达到最大程度地正确返回网页支持的键值,从而使网页对按键请求作出正确的响应。
进一步地,基于第二实施例提出本发明键值扩展方法第三实施例,在本实施例中,参照图3,上述步骤S20包括:
S21、判断存储的各个键值定义是否存在于所述网页已有的键值定义中;
S22、将存储的各个键值定义中不存在于所述网页已有的键值定义中的键值定义,注入到所述网页。
电视机将存储的各个键值定义分别与所述网页已有的键值定义进行比较,从而判断得出存储的各个键值定义中不存在于所述网页已有的键值定义中的键值定义,然后将判断得出的这些键值定义注入到所述网页,以增强网页支持的不同键值定义的按键。
本发明提出的键值扩展方法,将浏览器存储的键值定义中网页没有的键值定义注入到网页中,增强了网页对不同按键的支持。
进一步地,基于第三实施例提出本发明键值扩展方法第四实施例,在本实施例中,参照图4,上述步骤S10包括:
S11、将加载的用于初始化哈希映射表的第一配置文件中的键值及其映射值保存到所述哈希映射表中;
S12、将加载的用于定义浏览器的各个键值的键值定义的第二配置文件保存到浏览器的内存中。
所述第一配置文件是指包括平台原始按键值及其对应的网页定义按键值的文件,如上述keymap.ini文件;所述第二配置文件是指包含需要注入的各个键值定义的文件,如上述key_inject.js文件。
当一个网页需要使用的按键是浏览器内核不支持的按键时,假设该网页对这样的一个按键KEYRED定义的网页定义按键值为408,按键KEYRED在平台上的平台原始按键值为110,则当电视机检测到该网页需要使用的按键KEYRED在浏览器上不支持时,电视机将按键KEYRED的平台原始按键值及其对应的该网页的网页定义按键值,对应添加到keymap.ini文件中,并将键值定义var KEYRED=408添加到key_inject.js文件中。
本发明提出的键值扩展方法,将网页需要的按键对应的网页定义按键值及键值定义分别添加到指定的加载文件中,以使浏览器启动时,获取到包含新添加的按键的哈希映射表和键值定义,从而使浏览器支持新添加的按键。
本发明还提供一种键值扩展系统,如图5所示,示出了本发明键值扩展系统第一实施例的功能模块示意图,所述键值扩展系统包括:
初始模块100,用于浏览器启动时,根据指定的加载文件初始化哈希映射表并存储需要注入的键值定义;
所述键值扩展系统可设置在电视机上,电视机上安装的浏览器为嵌入式浏览器。电视机上的浏览器在启动时,需要加载各种文件,其中包括存储平台原始按键值及其对应的网页定义按键值的文件,如keymap.ini文件,还包括注入文件,如key_inject.js文件,注入文件包含的内容是需要注入的各个键值定义。
在本实施例中,所述指定的加载文件指keymap.ini文件和key_inject.js文件。电视机的初始模块100根据keymap.ini文件中的内容初始化得到所述哈希映射表,并将key_inject.js文件中的内容存储到电视机上。其中,所述哈希映射表包括键值及其映射值,即各个平台原始按键值及其映射的网页定义按键值。
注入模块200,用于在打开一个网页时,根据存储的键值定义和所述网页已有的键值定义,将存储的键值定义中所述网页没有的键值定义注入到所述网页;
当在浏览器上打开一个网页时,电视机的注入模块200根据加载的网页信息获取到所述网页已有的键值定义,通过将所述网页已有的键值定义与所述存储的键值定义进行比较,从而确定出存储的键值定义中所述网页所没有的键值定义,此时,注入模块200将存储的键值定义中所述网页没有的键值定义注入到所述网页,使得所述网页增加了一些其所没有定义的键值定义,如键值定义var KEYUP=310表示网页中按键KEYUP对应的键值是310。
处理模块300,用于在接收到所述网页上的按键请求时,根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页。
当电视机的处理模块300接收到一个平台(如遥控器或键盘)发送的在所述网页上的按键请求时,处理模块300根据所述按键请求中包含的键值(即平台原始按键值),从所述哈希映射表中查询所述键值对应的映射值(即网页定义按键值),并确定一个所述网页需要的映射值返回给所述网页,以使所述网页根据获得的按键映射值对平台上的按键事件作出响应。
本发明提出的键值扩展系统,在浏览器启动时,根据指定的加载文件初始化哈希映射表并存储需要注入的键值定义,在打开一个网页时,根据存储的键值定义和所述网页已有的键值定义,将存储的键值定义中所述网页没有的键值定义注入到所述网页,在接收到所述网页上的按键请求时,根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页,使得不同的网页虽然定义的同一按键的键值不同,但仍能在不修改浏览器内核配置的情况下得到网页支持的键值,从而正确地响应所述按键请求,提高了浏览器键值在不同网页上的兼容性,避免了修改浏览器内核配置导致存在很多版本的浏览器库的问题。
进一步地,基于上述第一实施例提出本发明键值扩展系统第二实施例,参照图6,所述处理模块300包括:
查询单元301,用于查询所述哈希映射表中是否存在所述键值;
其中,所述键值指的是所述按键请求中包含的平台原始按键值。
第一判断单元302,用于当所述哈希映射表中存在所述键值时,判断所述键值的映射值中是否存在所述网页定义的映射值;
同一按键的平台原始按键值是相同的,而对于不同的网页,同一平台原始按键值对应不同的网页可映射有不同的网页定义按键值,即在所述哈希映射表中,所述键值可存在多个映射值,这些映射值分别对应不同的网页定义的同一按键的网页定义按键值。
电视机的第一判断单元302通过所述网页的网页信息能够获取到所述网页定义的所述键值对应按键的网页定义按键值,然后从所述哈希映射表中查找所述键值的映射值中是否存在所述网页定义按键值,从而判断所述键值的映射值中是否存在所述网页定义的映射值。
第一处理单元303,用于当所述键值的映射值中存在所述网页定义的映射值时,将所述网页定义的映射值返回给所述网页。
当所述键值的映射值中存在所述网页定义的映射值时,表示电视机能够将所述按键请求中包含的平台原始按键值,对应转换为所述网页定义的网页定义按键值。在第一处理单元303将所述网页定义的映射值返回给所述网页后,所述网页能够根据返回的映射值对所述按键请求作出正确的响应。从电视机接收按键请求到网页作出响应的整个过程,电视机无需修改浏览器内核配置以使所述网页支持对所述按键请求的正确响应。
进一步地,所述处理模块300还包括:
第二处理单元304,用于当所述键值的映射值中不存在所述网页定义的映射值时,将所述键值的默认映射值返回给所述网页。
当所述键值的映射值中不存在所述网页定义的映射值时,表示电视机根据所述按键请求中包含的平台原始按键值,无法将其转换为所述网页定义的网页定义按键值,此时,第二处理单元304将浏览器内核配置中,关于所述按键请求包含的平台原始按键值对应的网页的默认映射值,作为所述网页对所述按键请求的需求键值返回给所述网页,在所述网页采用与浏览器一致的按键定义标准时,即可根据返回的默认映射值对所述按键请求作出正确的响应。
本发明提出的键值扩展系统,对于网页定义的网页定义按键值在所述哈希映射表中存在时,便将与网页定义的网页定义按键值相同的映射值返回给网页,对于网页定义的网页定义按键值不存在所述哈希映射表的情况,便将浏览器内核配置的映射值返回给网页,以达到最大程度地正确返回网页支持的键值,从而使网页对按键请求作出正确的响应。
进一步地,基于上述第二实施例提出本发明键值扩展系统第三实施例,参照图7,所述注入模块200包括:
第二判断单元201,用于判断存储的各个键值定义是否存在于所述网页已有的键值定义中;
注入单元202,用于将存储的各个键值定义中不存在于所述网页已有的键值定义中的键值定义,注入到所述网页。
第二判断单元201将存储的各个键值定义分别与所述网页已有的键值定义进行比较,从而判断得出存储的各个键值定义中不存在于所述网页已有的键值定义中的键值定义,然后注入单元202将判断得出的这些键值定义注入到所述网页,以增强网页支持的不同键值定义的按键。
本发明提出的键值扩展系统,将浏览器存储的键值定义中网页没有的键值定义注入到网页中,增强了网页对不同按键的支持。
进一步地,基于上述第三实施例提出本发明键值扩展系统第四实施例,参照图8,所述初始模块100包括:
第一保存单元101,用于将加载的用于初始化哈希映射表的第一配置文件中的键值及其映射值保存到所述哈希映射表中;
第二保存单元102,用于将加载的用于定义浏览器的各个键值的键值定义的第二配置文件保存到浏览器的内存中。
所述第一配置文件是指包括平台原始按键值及其对应的网页定义按键值的文件,如上述keymap.ini文件;所述第二配置文件是指包含需要注入的各个键值定义的文件,如上述key_inject.js文件。
当一个网页需要使用的按键是浏览器内核不支持的按键时,假设该网页对这样的一个按键KEYRED定义的网页定义按键值为408,按键KEYRED在平台上的平台原始按键值为110,则当电视机检测到该网页需要使用的按键KEYRED在浏览器上不支持时,电视机将按键KEYRED的平台原始按键值及其对应的该网页的网页定义按键值,对应添加到keymap.ini文件中,并将键值定义var KEYRED=408添加到key_inject.js文件中。
本发明提出的键值扩展系统,将网页需要的按键对应的网页定义按键值及键值定义分别添加到指定的加载文件中,以使浏览器启动时,获取到包含新添加的按键的哈希映射表和键值定义,从而使浏览器支持新添加的按键。
以上仅为本发明的优选实施例,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。

Claims (13)

  1. 一种键值扩展方法,其特征在于,所述键值扩展方法包括:
    浏览器启动时,将加载的用于初始化哈希映射表的第一配置文件中的键值及其映射值保存到所述哈希映射表中,并将加载的用于定义浏览器的各个键值的键值定义的第二配置文件保存到浏览器的内存中;
    在打开一个网页时,根据存储的键值定义和所述网页已有的键值定义,将存储的键值定义中所述网页没有的键值定义注入到所述网页;
    在接收到所述网页上的按键请求时,根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页。
  2. 权利要求1所述的键值扩展方法,其特征在于,所述根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页包括:
    查询所述哈希映射表中是否存在所述键值;
    当所述哈希映射表中存在所述键值时,判断所述键值的映射值中是否存在所述网页定义的映射值;
    当所述键值的映射值中存在所述网页定义的映射值时,将所述网页定义的映射值返回给所述网页。
  3. 权利要求2所述的键值扩展方法,其特征在于,所述根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页还包括:
    当所述键值的映射值中不存在所述网页定义的映射值时,将所述键值的默认映射值返回给所述网页。
  4. 权利要求1所述的键值扩展方法,其特征在于,所述根据存储的键值定义和所述网页已有的键值定义,将存储的键值定义中所述网页没有的键值定义注入到所述网页包括:
    判断存储的各个键值定义是否存在于所述网页已有的键值定义中;
    将存储的各个键值定义中不存在于所述网页已有的键值定义中的键值定义,注入到所述网页。
  5. 种键值扩展系统,其特征在于,所述键值扩展系统包括:
    初始模块,用于浏览器启动时,根据指定的加载文件初始化哈希映射表并存储需要注入的键值定义;其中,所述哈希映射表包括键值及其映射值;
    注入模块,用于在打开一个网页时,根据存储的键值定义和所述网页已有的键值定义,将存储的键值定义中所述网页没有的键值定义注入到所述网页;
    处理模块,用于在接收到所述网页上的按键请求时,根据所述按键请求包含的键值查询所述哈希映射表中所述网页需要的映射值,并将查询到的映射值返回给所述网页。
  6. 权利要求5所述的键值扩展系统,其特征在于,所述处理模块包括:
    查询单元,用于查询所述哈希映射表中是否存在所述键值;
    第一判断单元,用于当所述哈希映射表中存在所述键值时,判断所述键值的映射值中是否存在所述网页定义的映射值;
    第一处理单元,用于当所述键值的映射值中存在所述网页定义的映射值时,将所述网页定义的映射值返回给所述网页。
  7. 权利要求6所述的键值扩展系统,其特征在于,所述处理模块还包括:
    第二处理单元,用于当所述键值的映射值中不存在所述网页定义的映射值时,将所述键值的默认映射值返回给所述网页。
  8. 权利要求5所述的键值扩展系统,其特征在于,所述注入模块包括:
    第二判断单元,用于判断存储的各个键值定义是否存在于所述网页已有的键值定义中;
    注入单元,用于将存储的各个键值定义中不存在于所述网页已有的键值定义中的键值定义,注入到所述网页。
  9. 权利要求5所述的键值扩展系统,其特征在于,所述初始模块包括:
    第一保存单元,用于将加载的用于初始化哈希映射表的第一配置文件中的键值及其映射值保存到所述哈希映射表中;
    第二保存单元,用于将加载的用于定义浏览器的各个键值的键值定义的第二配置文件保存到浏览器的内存中。
  10. 权利要求6所述的键值扩展系统,其特征在于,所述初始模块包括:
    第一保存单元,用于将加载的用于初始化哈希映射表的第一配置文件中的键值及其映射值保存到所述哈希映射表中;
    第二保存单元,用于将加载的用于定义浏览器的各个键值的键值定义的第二配置文件保存到浏览器的内存中。
  11. 权利要求7所述的键值扩展系统,其特征在于,所述初始模块包括:
    第一保存单元,用于将加载的用于初始化哈希映射表的第一配置文件中的键值及其映射值保存到所述哈希映射表中;
    第二保存单元,用于将加载的用于定义浏览器的各个键值的键值定义的第二配置文件保存到浏览器的内存中。
  12. 权利要求8所述的键值扩展系统,其特征在于,所述初始模块包括:
    第一保存单元,用于将加载的用于初始化哈希映射表的第一配置文件中的键值及其映射值保存到所述哈希映射表中;
    第二保存单元,用于将加载的用于定义浏览器的各个键值的键值定义的第二配置文件保存到浏览器的内存中。
  13. 一种电视机,其特征在于,所述电视机上设置有如权利要求5所述的键值扩展系统。
PCT/CN2016/084852 2016-04-19 2016-06-04 键值扩展方法及系统 WO2017181501A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP16899088.5A EP3447637A4 (en) 2016-04-19 2016-06-04 METHOD AND SYSTEM FOR EXTENDING KEY VALUES
US16/310,807 US10877775B2 (en) 2016-04-19 2016-06-04 Method and system for key value extending

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610244821.9A CN105867942B (zh) 2016-04-19 2016-04-19 键值扩展方法及系统
CN201610244821.9 2016-04-19

Publications (1)

Publication Number Publication Date
WO2017181501A1 true WO2017181501A1 (zh) 2017-10-26

Family

ID=56633106

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/084852 WO2017181501A1 (zh) 2016-04-19 2016-06-04 键值扩展方法及系统

Country Status (4)

Country Link
US (1) US10877775B2 (zh)
EP (1) EP3447637A4 (zh)
CN (1) CN105867942B (zh)
WO (1) WO2017181501A1 (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107580253B (zh) * 2017-09-08 2020-10-23 青岛海信宽带多媒体技术有限公司 一种报错页面处理方法、装置、机顶盒及存储介质
CN111800666B (zh) * 2020-07-08 2022-04-29 深圳创维-Rgb电子有限公司 WebOS智能电视热键响应方法、装置和智能电视
CN115934654A (zh) * 2023-02-03 2023-04-07 北京联合伟世科技股份有限公司 实验资源的打包方法、装置、设备及存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040031041A1 (en) * 1998-11-30 2004-02-12 Windheim Brian L. Remote control inputs to Java applications
CN102033578A (zh) * 2010-10-18 2011-04-27 深圳市顶星数码网络技术有限公司 一体机系统
CN102790918A (zh) * 2012-08-17 2012-11-21 中国科学院声学研究所 一种智能电视及其接收遥控器输入的方法
CN103177095A (zh) * 2013-03-15 2013-06-26 成都三零凯天通信实业有限公司 一种嵌入式浏览器及其实现方法
CN104902298A (zh) * 2015-05-26 2015-09-09 江苏省公用信息有限公司 一种在android智能机顶盒上实现web页面适配遥控器按键的通用方法
CN105446709A (zh) * 2014-07-29 2016-03-30 阿里巴巴集团控股有限公司 一种Java应用处理方法及装置

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6789156B1 (en) * 2001-05-22 2004-09-07 Vmware, Inc. Content-based, transparent sharing of memory units
US8285925B1 (en) 2009-07-31 2012-10-09 Amazon Technologies, Inc. Management of object mapping information corresponding to a distributed storage system
US8595267B2 (en) * 2011-06-27 2013-11-26 Amazon Technologies, Inc. System and method for implementing a scalable data storage service
CN102591963A (zh) 2011-12-30 2012-07-18 奇智软件(北京)有限公司 网页内容加载控制方法及装置
CN102902751B (zh) * 2012-09-20 2016-12-21 广州市动景计算机科技有限公司 移动终端中的网页输入方法及装置、移动终端
US10025856B2 (en) * 2013-06-14 2018-07-17 Target Brands, Inc. Dynamic landing pages

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040031041A1 (en) * 1998-11-30 2004-02-12 Windheim Brian L. Remote control inputs to Java applications
CN102033578A (zh) * 2010-10-18 2011-04-27 深圳市顶星数码网络技术有限公司 一体机系统
CN102790918A (zh) * 2012-08-17 2012-11-21 中国科学院声学研究所 一种智能电视及其接收遥控器输入的方法
CN103177095A (zh) * 2013-03-15 2013-06-26 成都三零凯天通信实业有限公司 一种嵌入式浏览器及其实现方法
CN105446709A (zh) * 2014-07-29 2016-03-30 阿里巴巴集团控股有限公司 一种Java应用处理方法及装置
CN104902298A (zh) * 2015-05-26 2015-09-09 江苏省公用信息有限公司 一种在android智能机顶盒上实现web页面适配遥控器按键的通用方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3447637A4 *

Also Published As

Publication number Publication date
CN105867942B (zh) 2019-08-27
US10877775B2 (en) 2020-12-29
US20190196847A1 (en) 2019-06-27
CN105867942A (zh) 2016-08-17
EP3447637A1 (en) 2019-02-27
EP3447637A4 (en) 2020-01-15

Similar Documents

Publication Publication Date Title
WO2017041538A1 (zh) 终端用户界面的受控显示方法及装置
WO2019165691A1 (zh) 自动生成测试案例的方法、装置、设备及可读存储介质
WO2019041832A1 (zh) 修改源数据库表结构的方法、服务器、系统及存储介质
WO2018126888A1 (zh) 电视功能的快捷启动设置方法及装置
WO2020224247A1 (zh) 基于区块链的数据溯源方法、装置、设备及可读存储介质
WO2019051902A1 (zh) 终端控制方法、空调器及计算机可读存储介质
WO2017177524A1 (zh) 音视频同步播放的方法及装置
WO2015131803A1 (en) Application recommending method and system
WO2016058258A1 (zh) 终端远程控制方法和系统
WO2017036208A1 (zh) 显示界面中的信息提取方法及系统
WO2015144089A1 (en) Application recommending method and apparatus
WO2015196960A1 (en) Method and system for checking security of url for mobile terminal
WO2017181501A1 (zh) 键值扩展方法及系统
WO2016000560A1 (en) File transmission method, file transmission apparatus, and file transmission system
WO2018023926A1 (zh) 电视与移动终端的互动方法及系统
WO2018053963A1 (zh) 智能电视的系统升级方法及装置
WO2012028079A1 (zh) 一种移动终端备份数据的导入方法及装置
WO2017059686A1 (zh) 桌面显示方法及装置
WO2019169814A1 (zh) 自动生成中文注释的方法、装置、设备及存储介质
WO2019051897A1 (zh) 终端运行参数调整方法、装置及计算机可读存储介质
WO2018121026A1 (zh) 一种机顶盒配置方法及系统
WO2019062109A1 (zh) 磁盘阵列的挂载方法、Android设备和存储介质
WO2019056733A1 (zh) 并发量控制方法、应用服务器、系统及存储介质
WO2018090452A1 (zh) 保护Root权限的方法及装置
WO2018006581A1 (zh) 智能电视的播放方法及装置

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2016899088

Country of ref document: EP

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16899088

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2016899088

Country of ref document: EP

Effective date: 20181119