WO2017059727A1 - Procédé d'affichage de données auto-adaptatif, dispositif terminal et serveur - Google Patents

Procédé d'affichage de données auto-adaptatif, dispositif terminal et serveur Download PDF

Info

Publication number
WO2017059727A1
WO2017059727A1 PCT/CN2016/092987 CN2016092987W WO2017059727A1 WO 2017059727 A1 WO2017059727 A1 WO 2017059727A1 CN 2016092987 W CN2016092987 W CN 2016092987W WO 2017059727 A1 WO2017059727 A1 WO 2017059727A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
data
terminal device
request message
display
Prior art date
Application number
PCT/CN2016/092987
Other languages
English (en)
Chinese (zh)
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 WO2017059727A1 publication Critical patent/WO2017059727A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • 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/957Browsing optimisation, e.g. caching or content distillation

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a data adaptive display method, a terminal device, and a server.
  • the embodiments of the present invention provide a data adaptive display method, a terminal device, and a server, to solve the problem that the terminal device needs to display data and the compatibility conflict, and improve the speed of data loading.
  • a data adaptive display method includes:
  • the terminal device After receiving the data display instruction, the terminal device sends a request message to the server, where the request message includes parameter information related to the display;
  • the server After receiving the request message, the server acquires data information to be displayed, and converts the data information to be displayed according to parameter information in the request message, and converts the converted data information and Sending a URL to the terminal device;
  • the terminal device acquires data information and a URL returned by the server, and displays the data information on a page corresponding to the URL.
  • a terminal device is provided, where the terminal device includes:
  • a sending module configured to send a request message to the server after receiving the data display instruction, where the request message includes parameter information related to the display;
  • a display module configured to acquire data information and a URL returned by the server according to the request message, and display the data information on a page corresponding to the URL.
  • a server includes:
  • an obtaining module configured to acquire data information to be displayed after receiving the request message sent by the terminal device
  • the request message includes parameter information related to the display
  • the conversion module is configured to convert the data information to be displayed according to the parameter information in the request message, and send the converted data information and the URL to the terminal device.
  • the terminal device before the terminal device displays the data, the terminal device sends a request message to the server according to the received data display instruction, where the request message includes parameter information related to the display; After receiving the request message, the server acquires data information to be displayed, and converts the data information to be displayed according to parameter information in the request message, and sends the converted data information and URL to the The terminal device; finally, the terminal device displays the data information on a page corresponding to the URL. Therefore, the problem of conflicting requirements and compatibility conflicts between different terminal devices in displaying data is solved, and the loading load of the browser on the terminal device is reduced, the access traffic is saved, the speed of data loading is improved, and the user can experience diversification.
  • Graphic display interface Brief description of the drawing
  • FIG. 1 is a block diagram of a composition of a data adaptive display system according to an embodiment of the present invention
  • FIG. 2 is a flowchart of an implementation of a data adaptive display method according to an embodiment of the present invention
  • 3 is a flowchart of an implementation of a data adaptive display method according to another embodiment of the present invention
  • FIG. 4 is a structural diagram of a terminal device according to an embodiment of the present invention.
  • FIG. 5 is a structural diagram of a server provided by an embodiment of the present invention.
  • the terminal device before the terminal device displays the data, the terminal device sends a request message to the server according to the received data display instruction, where the request message includes parameter information related to the display; After the request message is obtained, the data information to be displayed is obtained, and the data information to be displayed is converted according to the parameter information in the request message, and the converted data information and the U RL are sent to the terminal device; The data information is displayed by the terminal device on a page corresponding to the URL. Therefore, the problem of conflicting requirements and compatibility conflicts between different terminal devices in displaying data is solved, and the loading load of the browser on the terminal device is reduced, the access traffic is saved, the speed of data loading is improved, and the user can experience diversification.
  • Graphic display interface The embodiments of the present invention also provide corresponding systems, servers, and terminal devices, which are described in detail below.
  • FIG. 1 is a block diagram showing the composition of a data adaptive display system according to an embodiment of the present invention.
  • the system includes a terminal device 1 and a server 2.
  • the terminal device 1 includes, but is not limited to, a smart phone, a tablet computer, a computer, etc., on which a UI interface of the wireless authentication management system can be loaded and displayed through a browser;
  • the server 2 is a wireless authentication management system server.
  • the terminal device 1 is configured to receive an operation instruction of the user, and display the data information according to the operation instruction, including:
  • the sending module 11 is configured to send a request message to the server after receiving the data display instruction, where the request message includes parameter information related to the display;
  • the display module 12 is configured to obtain the data information and the URL returned by the server according to the request message, and display the data information on a page corresponding to the URL.
  • the parameter information related to the display includes type information and version information of the terminal device
  • the sending module 11 includes:
  • the first obtaining unit 111 is configured to: after receiving the data display instruction, invoke a preset script function to acquire parameter information of the browser, and obtain type information of the terminal device from the parameter information of the browser. And version information;
  • the sending unit 112 is configured to add the type information and version information to the request message, and send the request message to the server.
  • the display module 12 includes:
  • the second obtaining unit 121 is configured to obtain data information and UR L returned by the server by using a preset script function
  • the display unit 122 is configured to invoke the first display interface according to the type information, display the received data information on the page corresponding to the URL in a report manner, or invoke the second according to the type information.
  • the display interface displays the received data information on the page corresponding to the URL in a floating window manner.
  • the server 2 includes:
  • the obtaining module 21 is configured to obtain, after receiving the request message sent by the terminal device, the data information to be displayed, where the request message includes parameter information related to the display;
  • the conversion module 22 is configured to convert the data information to be displayed according to the parameter information in the request message, and send the converted data information to the terminal device.
  • the parameter information related to the display includes type information and version information of the terminal device, and the conversion module 22 is included in:
  • the first obtaining unit 221 is configured to obtain, according to type information and version information of the terminal device in the request message, a corresponding data type.
  • the converting unit 222 is configured to convert the data information to be displayed into the data type, and send the converted data information and the URL to the terminal device.
  • the data type includes but is not limited to Json (JavaScript object representation, JavaScript
  • JsonArrary is a class in the class library, which can be seen as a bidirectional link serial, in a linear column. The way to manage object collections.
  • the user logs in to the wireless authentication management WEB system through the terminal device, and clicks on the function identifier that needs to be viewed on the menu to input a data display instruction.
  • the terminal device invokes a preset script function to obtain parameter information of the browser and intercepts the type information and version information of the terminal device from the parameter information of the browser through the service interface.
  • the parameter information of the browser is window. navigator.userAgent attribute, and the window. navigator.u serAgent attribute includes information such as browser type, version, operating system type, browser engine type, etc., and can distinguish IE5 .5 ⁇ ie8, chrome . Opera . Safair, Firefox and other browsers.
  • the type information and version information of the terminal device can be obtained by using the window.navigator.userAgent attribute.
  • the type information and version information of the terminal device are added to the request parameter queue of the request message, and the request message is sent to the server.
  • the server After receiving the request message, the server obtains the type information and the version information of the terminal device, and determines that the terminal device displays the required data type.
  • the data information to be displayed is obtained, and the data information to be displayed is converted into a Describe the data type, and send the converted data information and URL to the terminal device.
  • the converted data information is adapted to the type and version of the terminal device.
  • the terminal device obtains the data information and the URL returned by the server through the preset script function, and then invokes the corresponding display interface according to the parameter information, for example, calling the first display interface according to the type of the terminal, on the page corresponding to the URL. Displaying the received data information in the form of a report, or calling the second display interface according to the terminal type, and displaying the received data information in a floating window manner on the page corresponding to the URL, so as to be converted
  • the data information is displayed through a data display page that is easy for the user to view, and solves the problem that the terminal device needs to display the data and the compatibility conflict.
  • the terminal device before the terminal device displays the data, the terminal device sends a request message to the server according to the received data display instruction, where the request message includes parameter information related to the display; After the request message is obtained, the data information to be displayed is obtained, and the data information to be displayed is converted according to the parameter information in the request message, and the converted data information and the U RL are sent to the terminal device; The data information is displayed by the terminal device on a page corresponding to the URL. Therefore, the requirements and compatibility conflicts of different terminal devices in displaying data defects are solved.
  • the problem is that only the terminal device sends the request with the parameter, and the server is responsible for completing the data type conversion, which effectively reduces the loading load of the browser on the terminal device, saves the access traffic, improves the data loading speed, and enables the user to experience A variety of graphical display interfaces and quick information. Further, the embodiment of the present invention determines the data type through the server, and improves the security and reliability of the data in the network maintenance process.
  • FIG. 2 shows an implementation flow of a data adaptive display method according to an embodiment of the present invention. For convenience of description, only parts related to the embodiment of the present invention are shown.
  • the method is applied to the data adaptive display system described in the embodiment of FIG. 1.
  • the method includes:
  • step S201 after receiving the data display instruction, the terminal device sends a request message to the server, where the request message includes parameter information related to the display.
  • the parameter information related to the display includes type information and version information of the terminal device.
  • the type information and version information of the terminal device are related to the effect of the data information being displayed on the terminal device.
  • the terminal device After receiving the data display instruction, acquires the parameter information of the browser by calling a preset script function, and acquires the type information and the version information of the terminal device from the parameter information of the browser.
  • the type information and version information are added to the request message, and the request message is sent to the server.
  • the terminal device sends a request message to the server in the manner of an HTTP request.
  • the parameter information of the browser is a window.navigator.userAgent attribute
  • the window.navigator.userAgent attribute includes information such as a browser type, a version, an operating system type, a browser engine type, and the like, and can distinguish IE5.5 ⁇ ie8 , chrome ⁇ Opera ⁇ Safair, Firefox and other browsers. Since different types of browsers are applicable to different types and versions of terminal devices, the type information and version information of the terminal device can be obtained by using the window.navigator.userAgent attribute.
  • step S202 after receiving the request message, the server acquires data information to be displayed, and converts the data information to be displayed according to parameter information in the request message.
  • the server acquires a corresponding data type according to the type information and the version information in the data request message, and then converts the data information to be displayed into the data type.
  • the corresponding data type is a data type determined according to type information and version information of the terminal device, and the The terminal device is adapted, and after the data information to be displayed is converted into the corresponding data type, the display on the terminal device is easy for the user to view, thereby avoiding the problem that the display effect is poor or the data cannot be loaded.
  • the data type includes but is not limited to Json, JsonArrary, List or XML.
  • step S203 the server sends the converted data information and the URL to the terminal device.
  • step S204 the terminal device acquires data information and a URL returned by the server, and displays the data information on a page corresponding to the URL.
  • the terminal device acquires the data information returned by the server and the U RL through a preset script function.
  • the first display interface is invoked according to the type information of the terminal device, and the received data information is displayed in a report manner on the page corresponding to the URL; or the second display interface is invoked according to the type information of the terminal device. Displaying the received data information in a floating window manner on the page corresponding to the URL; and displaying the converted data information through a data display page that is easy for the user to view, and solving the requirement that the terminal device displays the data defect And compatibility conflicts.
  • FIG. 3 shows a second implementation flow of the data adaptive display method provided by the embodiment of the present invention. The method is applied to the data adaptive display system described in the embodiment of FIG. 1, including the terminal device 1 and the server 2
  • the method includes:
  • step S301 after receiving the data display instruction, the terminal device invokes a preset script function to acquire parameter information of the browser, and acquires the type of the terminal device from the parameter information of the browser. Information and version information.
  • step S302 the terminal device adds the type information and version information to the request message, and sends the request message to the server.
  • step S303 after receiving the request message, the server acquires data information to be displayed.
  • step S304 the server acquires a corresponding data type according to type information and version information of the terminal device in the request message.
  • step S305 the server converts the data information to be displayed into the data type, and sends the converted data information and the URL to the terminal device.
  • step S306 the terminal device acquires data information returned by the server by using a preset script function. And the URL.
  • step S307 the terminal device invokes the first display interface according to the type information, and displays the received data information on the page corresponding to the URL in a report manner, or according to the type information.
  • the second display interface is invoked, and the received data information is displayed on the page corresponding to the URL in a floating window manner.
  • the terminal device before the terminal device displays the data, the terminal device sends a request message to the server according to the received data display instruction, where the request message includes parameter information related to the display; After the request message is obtained, the data information to be displayed is obtained, and the data information to be displayed is converted according to the parameter information in the request message, and the converted data information and the U RL are sent to the terminal device; The data information is displayed by the terminal device on a page corresponding to the URL. Therefore, the problem of conflicting requirements and compatibility conflicts between different terminal devices in displaying data is solved, and only the terminal device sends a request with a parameter, and the server is responsible for completing the data type conversion, thereby effectively reducing the loading load of the browser on the terminal device. It saves access traffic and speeds up data loading, allowing users to experience a variety of graphical display interfaces and quickly understand information.
  • FIG. 4 shows a composition structure of a terminal device according to an embodiment of the present invention, and for convenience of explanation, only parts related to the embodiment of the present invention are shown.
  • the terminal device is configured to implement the functions of the terminal device 1 described in any one of the foregoing embodiments of FIG. 1 to FIG. 3, including but not limited to a smart phone, a tablet computer, a computer, and the like.
  • the UI interface of the wireless authentication management system can be loaded and displayed through a browser.
  • the terminal device 1 includes:
  • the sending module 11 is configured to send a request message to the server after receiving the data display instruction, where the request message includes parameter information related to the display;
  • the display module 12 is configured to obtain the data information and the URL returned by the server according to the request message, and display the data information on a page corresponding to the URL.
  • the parameter information related to the display includes the type information and the version information of the terminal device; [0069] the sending module 11 includes:
  • the first obtaining unit 111 is configured to: after receiving the data display instruction, invoke a preset script function to acquire parameter information of the browser, and obtain a type letter of the terminal device from the parameter information of the browser. Information and version information;
  • the sending unit 112 is configured to add the type information and version information to the request message, and send the request message to the server.
  • the display module 12 includes:
  • the second obtaining unit 121 is configured to obtain data information and UR L returned by the server by using a preset script function
  • the display unit 122 is configured to invoke the first display interface according to the type information, display the received data information on the page corresponding to the URL in a report manner, or invoke the second according to the type information.
  • the display interface displays the received data information on the page corresponding to the URL in a floating window manner.
  • the terminal device before the terminal device displays the data, the terminal device sends a request message to the server according to the received data display instruction, where the request message includes parameter information related to the display, so that the server according to the Converting the parameter information in the request message to the data information to be displayed; and receiving, by the terminal device, the converted data information returned by the server, displaying the data information according to the parameter information; thereby solving the problem that different terminal devices are
  • the problem of the existence of the data and the compatibility conflict is displayed, and only the terminal device sends the request with the parameter, and the server is responsible for completing the data conversion, which effectively reduces the loading load of the browser on the terminal device, saves the access traffic, and improves the access.
  • the speed at which data is loaded allows users to experience a diverse graphical display interface and quickly learn about information.
  • FIG. 5 shows a composition of a server provided by an embodiment of the present invention, and for convenience of explanation, only parts related to the embodiment of the present invention are shown.
  • the server is a wireless authentication management system server, and is used to implement the functions of the server 2 described in any of the foregoing embodiments of FIG. 1 to FIG.
  • the server 2 includes:
  • the obtaining module 21 is configured to obtain, after receiving the request message sent by the terminal device, the data information to be displayed, where the request message includes parameter information related to the display;
  • the conversion module 22 is configured to convert the data information to be displayed according to parameter information in the request message, and send the converted data information and a URL to the terminal device.
  • the parameter information related to the display includes type information and version information of the terminal device
  • the conversion module 22 includes:
  • the first obtaining unit 221 is configured to obtain, according to the type information and the version information of the terminal device in the request message, a corresponding data type.
  • the converting unit 222 is configured to convert the data information to be displayed into the data type, and send the converted data information and the URL to the terminal device.
  • the data type includes Json, JsonArrary, List or XML.
  • the corresponding data type is a data type determined according to the type information and the version information of the terminal device, and is adapted to the terminal device, and the data information to be displayed is converted into the data type. Displayed on the terminal device is easy for the user to view, avoiding the problem that the display effect is not good or the data cannot be loaded. Therefore, the problem of conflicting requirements and compatibility conflicts between different terminal devices in displaying data is solved, and only the terminal device sends a request with a parameter, and the server is responsible for completing the data type conversion, which helps to reduce the loading load of the browser on the terminal device. Save traffic and increase data loading speed, enabling users to experience a variety of graphical display interfaces and quickly understand information.
  • server and the terminal device in the embodiment of the present invention may be used to implement all the technical solutions in the foregoing method embodiments, and the functions of the respective functional modules may be specifically implemented according to the method in the foregoing method embodiment.
  • the specific implementation process refer to the related description in the above example, and details are not described herein.
  • the disclosed server, terminal device and method may be implemented in other manners.
  • the device embodiments described above are merely illustrative.
  • the division of the modules and units is only a logical function division, and the actual implementation is There may be additional ways of dividing, for example multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in an electrical, mechanical or other form.
  • the unit described as a separate component may or may not be physically distributed, and the component displayed as a unit may or may not be a physical unit, that is, may be located in one place, or may be distributed to multiple On the network unit. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit and module in each embodiment of the present invention may be integrated into one processing unit, or each unit or module may exist physically separately, or two or more units and modules may be integrated in the module. In a unit.
  • the functions, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium.
  • the technical solution of the present invention which is essential or contributes to the prior art, or a part of the technical solution, may be embodied in the form of a software product, which is stored in a storage medium, including
  • the instructions are used to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
  • the foregoing storage medium includes: a USB flash drive, a removable hard disk, a read only memory (ROM, Read-Only)
  • RAM random access memory
  • disk disk or optical disk, and other media that can store program code.

Landscapes

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

Abstract

L'invention concerne un procédé d'affichage de données auto-adaptatif, un dispositif terminal et un serveur. Le procédé comprend les étapes suivantes : un dispositif terminal (1) envoie un message de requête à un serveur (2) lors de la réception d'une instruction d'affichage de données, le message de requête comportant des informations de paramètre se rapportant à l'affichage ; après la réception du message de requête, le serveur (2) acquiert des informations de données qui doivent être affichées, et convertit les informations de données qui doivent être affichées, en fonction des informations de paramètre dans le message de requête, et envoie les informations de données converties et une adresse URL au dispositif terminal (1) ; et le dispositif terminal (1) acquiert les informations de données et l'adresse URL renvoyées par le serveur (2) et affiche les informations de données sur une page correspondant à l'adresse URL. Ainsi, la présente invention résout le problème selon lequel des conflits de besoins et de compatibilité se produisent lorsque différents dispositifs terminaux affichent des données, réduit la charge de chargement d'un navigateur sur les dispositifs terminaux et économise le trafic de visite de telle sorte qu'un utilisateur puisse expérimenter une interface d'affichage graphique diversifiée.
PCT/CN2016/092987 2015-10-09 2016-08-03 Procédé d'affichage de données auto-adaptatif, dispositif terminal et serveur WO2017059727A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510648229.0A CN105260444A (zh) 2015-10-09 2015-10-09 数据自适应显示方法、终端设备及服务器
CN201510648229.0 2015-10-09

Publications (1)

Publication Number Publication Date
WO2017059727A1 true WO2017059727A1 (fr) 2017-04-13

Family

ID=55100135

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/092987 WO2017059727A1 (fr) 2015-10-09 2016-08-03 Procédé d'affichage de données auto-adaptatif, dispositif terminal et serveur

Country Status (2)

Country Link
CN (1) CN105260444A (fr)
WO (1) WO2017059727A1 (fr)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260444A (zh) * 2015-10-09 2016-01-20 深圳市华讯方舟科技有限公司 数据自适应显示方法、终端设备及服务器
CN108132950A (zh) * 2016-12-01 2018-06-08 阿里巴巴集团控股有限公司 信息展示方法、信息提供方法、装置及系统
CN106934016A (zh) * 2017-03-10 2017-07-07 深圳交控科技有限公司 一种轨道交通的运行状态监测方法及系统
CN108733738B (zh) * 2017-04-25 2023-04-07 腾讯科技(深圳)有限公司 一种页面加载方法、系统、服务器及终端
US20190229652A1 (en) * 2018-01-22 2019-07-25 Abb Schweiz Ag Method for configuration of electric drive apparatus
CN111414190B (zh) * 2020-03-27 2023-05-16 北京字节跳动网络技术有限公司 一种请求处理方法及装置
CN116009998A (zh) * 2021-10-21 2023-04-25 华为技术有限公司 一种渲染方法及相关装置

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7165222B1 (en) * 1999-10-29 2007-01-16 Fujitsu Limited Information providing method and information distribution apparatus
CN101527783A (zh) * 2008-12-25 2009-09-09 深圳市同洲电子股份有限公司 一种获取界面数据方法、系统及数字电视接收终端
CN101668255A (zh) * 2008-09-02 2010-03-10 杨明极 移动终端通过网络显示或下载图片自适应的方法
CN101833586A (zh) * 2010-05-26 2010-09-15 卓望数码技术(深圳)有限公司 一种html小屏幕自适应排版方法及排版服务器
CN103500166A (zh) * 2013-08-22 2014-01-08 合一网络技术(北京)有限公司 一种渐进增强的响应式网页设计方法
CN105260444A (zh) * 2015-10-09 2016-01-20 深圳市华讯方舟科技有限公司 数据自适应显示方法、终端设备及服务器

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040234140A1 (en) * 2003-05-19 2004-11-25 Shunichiro Nonaka Apparatus and method for moving image conversion, apparatus and method for moving image transmission, and programs therefor
CN101770449A (zh) * 2008-12-30 2010-07-07 北京天融信网络安全技术有限公司 一种使用可扩展标记语言动态生成报表的方法和装置
US20120166928A1 (en) * 2010-12-23 2012-06-28 Sap Ag Field extensibility in service interfaces and forms message types
CN102215126B (zh) * 2011-06-08 2017-11-03 中兴通讯股份有限公司 性能报表的生成方法及装置
CN102984151B (zh) * 2012-11-26 2016-09-28 北京奇虎科技有限公司 向计算终端提供图片数据的方法及服务器
CN104516886A (zh) * 2013-09-27 2015-04-15 腾讯科技(深圳)有限公司 一种展现数据分析结果的方法、移动终端以及服务器
CN104572695A (zh) * 2013-10-18 2015-04-29 镇江鼎拓科技信息有限公司 一种基于xml三层web模式的报表方法
CN104657384A (zh) * 2013-11-21 2015-05-27 航天信息股份有限公司 一种基于二维关系的动态配置报表数据处理方法
CN104133873B (zh) * 2014-07-23 2021-03-23 华为技术有限公司 终端设备、通信系统及其数据处理方法
CN104199906B (zh) * 2014-08-27 2017-03-29 腾讯科技(深圳)有限公司 一种拍摄区域的推荐方法及装置

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7165222B1 (en) * 1999-10-29 2007-01-16 Fujitsu Limited Information providing method and information distribution apparatus
CN101668255A (zh) * 2008-09-02 2010-03-10 杨明极 移动终端通过网络显示或下载图片自适应的方法
CN101527783A (zh) * 2008-12-25 2009-09-09 深圳市同洲电子股份有限公司 一种获取界面数据方法、系统及数字电视接收终端
CN101833586A (zh) * 2010-05-26 2010-09-15 卓望数码技术(深圳)有限公司 一种html小屏幕自适应排版方法及排版服务器
CN103500166A (zh) * 2013-08-22 2014-01-08 合一网络技术(北京)有限公司 一种渐进增强的响应式网页设计方法
CN105260444A (zh) * 2015-10-09 2016-01-20 深圳市华讯方舟科技有限公司 数据自适应显示方法、终端设备及服务器

Also Published As

Publication number Publication date
CN105260444A (zh) 2016-01-20

Similar Documents

Publication Publication Date Title
WO2017059727A1 (fr) Procédé d'affichage de données auto-adaptatif, dispositif terminal et serveur
US10805380B2 (en) Data transmission method and device
US10601633B2 (en) Virtual window screen renderings using application connectors
JP6740373B2 (ja) ページコンポーネント動的レイアウト
US10284671B2 (en) Dynamic bundling of web components for asynchronous delivery
CN103970760B (zh) 一种网页请求处理方法及装置
CN105205072B (zh) 网页信息的展示方法和系统
EP3131303B1 (fr) Procédé et dispositif de transmission de données d'un terminal intelligent à un terminal de télévision
CN108416021B (zh) 一种浏览器网页内容处理方法、装置、电子设备及可读介质
CN102291437A (zh) 跨平台互联网应用的实现系统及方法
US20150373081A1 (en) Method of sharing browsing on a web page displayed by a web browser
EP2784672A1 (fr) Procédé permettant de traiter des informations, dispositif de navigation et support de stockage
CN103019712A (zh) 集成应用
CN104135536A (zh) 一种基于json数据协议的Web管理系统数据交互方法
Thommes et al. RemoteUI: A high-performance remote user interface system for mobile consumer electronic devices
CN103607654A (zh) 基于多屏协同系统的移动终端辅助输入装置及方法
US20220391354A1 (en) Information sharing method, apparatus, electronic device, and storage medium
US20140245124A1 (en) System and method thereof for browser agnostic extension models
CN103473035A (zh) 截屏方法和装置
WO2019119974A1 (fr) Procédé et dispositif de téléchargement amont d'objet
EP2760176A1 (fr) Facilitateur de vidéo flash pour dispositifs iOS
US9467413B2 (en) Method and system for replying to website update event
CN103425473A (zh) 一种开放式微博的实现方法和系统
WO2023024800A1 (fr) Procédé et système d'interaction web de multiples dispositifs terminaux, et dispositif terminal
CN107818020A (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: 16853033

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

Country of ref document: EP

Kind code of ref document: A1