WO2016155379A1 - 动态获取app界面控件数据的方法、设备以及系统 - Google Patents

动态获取app界面控件数据的方法、设备以及系统 Download PDF

Info

Publication number
WO2016155379A1
WO2016155379A1 PCT/CN2015/099226 CN2015099226W WO2016155379A1 WO 2016155379 A1 WO2016155379 A1 WO 2016155379A1 CN 2015099226 W CN2015099226 W CN 2015099226W WO 2016155379 A1 WO2016155379 A1 WO 2016155379A1
Authority
WO
WIPO (PCT)
Prior art keywords
interface control
field
interface
app
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2015/099226
Other languages
English (en)
French (fr)
Inventor
尹丹
郑相振
穆德龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Qihoo Technology Co Ltd
Qizhi Software Beijing Co Ltd
Original Assignee
Beijing Qihoo Technology Co Ltd
Qizhi Software Beijing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Qihoo Technology Co Ltd, Qizhi Software Beijing Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Publication of WO2016155379A1 publication Critical patent/WO2016155379A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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

Definitions

  • the present invention relates to the field of Internet application technologies, and in particular, to a method, device and system for dynamically acquiring data of an APP interface control.
  • the mobile terminal APP interface control data is obtained by: first obtaining a data source to be displayed from the server, and parsing the data source, the mobile terminal declaring the control that the interface needs to display, defining the control, and allocating the storage space. Then manually set the content that the control needs to display one by one (ie the data source obtained). It can be seen that in the prior art, since the mobile terminal needs one definition each time and allocates storage space for the control, and also needs to manually set the content to be displayed by the control one by one, the efficiency is low, and the manual setting is prone to error.
  • the present invention has been made in order to provide a method, apparatus and system for dynamically acquiring APP interface control data that overcomes the above problems or at least partially solves the above problems.
  • a method for dynamically acquiring data of an APP interface control is provided, which is applied to a client, including:
  • a method for dynamically acquiring data of an APP interface control is provided, which is applied to a server, including:
  • a client for dynamically acquiring data of an APP interface control including:
  • the request sending module is adapted to start the APP and initiate a request to the server side to read data of one or more interface controls;
  • a data receiving module configured to receive configuration data that is returned by the server and that carries one or more field names and corresponding field contents
  • a matching module adapted to match the one or more field names with a control identifier of the one or more interface controls
  • the display module is adapted to import the field content corresponding to each field name into the corresponding matching interface control, and control the field content to be displayed on the APP interface by the matched interface control.
  • a server for dynamically acquiring data of an APP interface control including:
  • a request receiving module adapted to receive a request from a client to read one or more interface control data
  • the data sending module is adapted to send configuration data carrying one or more field names and corresponding field contents to the client.
  • a system for dynamically acquiring data of an APP interface control including: the client and the server.
  • a computer program comprising computer readable code, when the computer readable code is run on a computing device, causing the computing device to perform dynamic acquisition according to the above APP interface control data method.
  • a computer readable medium storing the above computer program is provided.
  • the configuration data returned by the server side carries one or more field names and corresponding field contents
  • one or more field names and one or more interface control control identifiers may be matched, and the field names are
  • the corresponding field content is imported into the corresponding matching interface control, and the matching interface control controls the field content to be displayed on the APP interface, thereby realizing the purpose of dynamically, flexibly and quickly acquiring the data of the APP interface control, and solving the prior art. It is necessary to manually set the content that the interface control needs to display each time, resulting in less efficient problems.
  • the present invention automatically matches one or more interface controls with one or more field names, and imports the field content corresponding to each field name into a corresponding matching interface control, compared to manually setting the interface control in the prior art.
  • the content that needs to be displayed the invention can avoid manually setting problems that are prone to errors, thereby improving the accuracy of acquiring the data of the APP interface control, and the manual setting can also save labor cost by automatic matching.
  • dynamically acquiring the APP interface control data instead of the manual setting method facilitates the unified management of the APP interface control, so that the developer provides unified data to the APP interface control.
  • FIG. 1 shows a flow chart of a method for dynamically acquiring APP interface control data applied to a client according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram showing a display effect of APP interface control data according to an embodiment of the present invention
  • FIG. 3 shows a flow chart of a method for dynamically acquiring APP interface control data applied to a server, in accordance with one embodiment of the present invention
  • FIG. 4 illustrates a flow chart of a method of dynamically acquiring APP interface control data in conjunction with a client and a server, in accordance with one embodiment of the present invention
  • FIG. 5 is a schematic diagram showing a display effect of APP interface control data according to another embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a client for dynamically acquiring APP interface control data according to an embodiment of the present invention
  • FIG. 7 is a schematic structural diagram of a server for dynamically acquiring APP interface control data according to an embodiment of the present invention.
  • Figure 8 is a schematic block diagram of a computing device for performing a method of dynamically acquiring APP interface control data in accordance with the present invention
  • Figure 9 schematically illustrates a storage unit for maintaining or carrying program code that implements a method of dynamically acquiring APP interface control data in accordance with the present invention.
  • an embodiment of the present invention provides a method for dynamically acquiring data of an APP interface control, which is applied to a client.
  • 1 shows a flow chart of a method for dynamically acquiring APP interface control data applied to a client, in accordance with one embodiment of the present invention. Referring to FIG. 1, the method includes at least steps S102 to S108.
  • Step S102 Start the APP and initiate a request to the server side to read one or more interface control data.
  • Step S104 Receive configuration data that is returned by the server and carries one or more field names and corresponding field contents.
  • Step S106 Match one or more field names with control identifiers of one or more interface controls.
  • Step S108 Import the field content corresponding to each field name into the corresponding matching interface control, and control the field content by the matched interface control to display on the APP interface.
  • the configuration data returned by the server side carries one or more field names and corresponding field contents, and thus can match one or more field names and control identifiers of one or more interface controls.
  • the field content corresponding to each field name is imported into the corresponding matching interface control, and the matching interface control controls the field content to be displayed on the APP interface, thereby realizing the purpose of dynamically, flexibly and quickly acquiring the data of the APP interface control, and solving the problem.
  • it is required to manually set the content that the interface control needs to display, resulting in low efficiency.
  • the present invention automatically matches one or more interface controls with one or more field names, and imports the field content corresponding to each field name into a corresponding matching interface control, compared to manually setting the interface control in the prior art.
  • the content that needs to be displayed the invention can avoid manually setting problems that are prone to errors, thereby improving the accuracy of acquiring the data of the APP interface control, and the manual setting can also save labor cost by automatic matching.
  • dynamically acquiring the APP interface control data instead of the manual setting method facilitates the unified management of the APP interface control, so that the developer provides unified data to the APP interface control.
  • step S102 a request for reading one or more interface control data is initiated to the server, where the request may carry a control identifier of one or more interface controls, so that the server can search correspondingly according to the control identifier of one or more interface controls.
  • the configuration data that is, the control identifier of one or more interface controls is used to match one or more field names in the configuration data, and the matching configuration data is returned to the client, and the matching configuration data is not returned to the client.
  • the configuration data returned by the server end is received in step S104, and the configuration data carries one or more field names and corresponding field contents.
  • the configuration data is "text1: hello”, “text2: I am small so", where text1 and text2 are field names, "hello” and “I am small so” are the fields corresponding to each field name. content.
  • step S106 one or more field names are matched with the control identifier of one or more interface controls, and then step S108 imports the field content corresponding to each field name into the corresponding matching interface control, and the field content is controlled by the matched interface control.
  • Display on the APP interface there are two interface controls on the APP interface, namely t1 and t2, respectively, and the field names text1 and text2 and the control of the interface control The flags t1 and t2 are matched.
  • the field content "hello” corresponding to the field name text1 is imported into the interface control t1, and the field control "hello” is controlled by the interface control t1 to be displayed on the APP interface.
  • the field content corresponding to the field name text2 "I am a small so” is imported into the interface control t2, and the interface content t2 controls the field content "I am a small so” to display on the APP interface, and the display effect diagram is as shown in FIG.
  • step S108 controls the field content to be displayed on the APP interface by the matched interface control, that is, the attribute information of the matched interface control can be obtained, and then the field content is controlled according to the attribute information of the matched interface control.
  • the attribute information of the interface control includes the typesetting format of the data, the display effect, the way of interacting with the user, and the like.
  • the attribute information includes the font, color, size, and word spacing of the text.
  • the attribute information includes the picture format, size, brightness, and the like.
  • the attribute information includes a video format, a size, a compression method, and the like.
  • the embodiment of the invention provides a method for dynamically acquiring data of an APP interface control, which is applied to a server.
  • FIG. 3 illustrates a dynamic acquisition APP interface control applied to a server according to an embodiment of the present invention. Flowchart of the method of piece of data. Referring to FIG. 3, the method includes at least steps S302 to S304.
  • Step S302 Receive a request from the client to read one or more interface control data.
  • Step S304 Send configuration data carrying one or more field names and corresponding field contents to the client.
  • the server is configured with configuration data carrying one or more field names and corresponding field contents, so that the client can match one or more field names carried in the configuration data and the control identifier of one or more interface controls.
  • the field content corresponding to each field name is imported into the corresponding matching interface control, and the matching interface control controls the field content to be displayed on the APP interface, thereby realizing the purpose of dynamically, flexibly and quickly acquiring the data of the APP interface control.
  • step S302 Receiving, in step S302, a request for reading one or more interface control data from a client, the request carrying a control identifier of one or more interface controls, so that the server can find a corresponding one according to the control identifier of one or more interface controls
  • the configuration data that is, the control identifier of one or more interface controls is used to match one or more field names in the configuration data, and the matching configuration data is returned to the client, and the matching configuration data is not returned to the client.
  • the configuration data is pre-configured, when the control identifier of one or more interface controls on the client interface of the client changes, one or more field names are updated on the server side, and one or more updated ones are utilized.
  • the field name is configured with data such that the updated one or more field names can match the control identity of the changed one or more interface controls.
  • FIG. 4 shows a flow diagram of a method of dynamically acquiring APP interface control data in conjunction with a client and a server, in accordance with one embodiment of the present invention.
  • the method at least includes steps S402 to S414.
  • Step S402 the client starts the search APP.
  • Step S404 The client initiates a request for reading the interface control of the APP, such as “headline news”, “real-time hot spot broadcast”, and “happy moment” data, to the server.
  • Step S406 The server receives a request from the client for reading the interface control "headline news", “real-time hot spot broadcast”, and "happy moment" data.
  • Step S408 The server sends configuration data carrying one or more field names and corresponding field contents to the client.
  • the configuration data is “ttxw: the application of the founding member of the Asian Investment Bank is closed today; Japan and South Korea are the mouth of the cherry blossoms”, “ssbb: land transfer fee collection; efficient wall-to-wall sale; Apple trades in China” "kxyk: Mom and I are lying on the sofa and eating snacks.
  • Step S410 The client receives configuration data that is returned by the server and carries one or more field names and corresponding field contents.
  • Step S412 The client matches one or more field names and control identifiers of the interface controls “headline news”, “real-time hot spot broadcast”, and “happy moment”.
  • Step S414 The client imports the field content corresponding to each field name into the corresponding matching interface control, and the matching interface control controls the field content to be displayed on the APP interface.
  • the client will import the field content corresponding to the field name "ttxw”, "AFP's founding member state application deadline; Japan and South Korea for the cherry blossom source slobber” to import the corresponding matching interface control "headline news", by the interface control
  • the "Headline News" control field content is displayed on the APP interface.
  • the field content corresponding to the field name "ssbb” "land transfer fee collection; efficient wall-to-wall sale; Apple in China trade-in” import corresponding matching interface control "real-time hot spot broadcast", controlled by interface control "real-time hot spot broadcast”
  • the field content is displayed on the APP interface.
  • FIG. 5 is a diagram showing the display effect of APP interface control data according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a client for dynamically acquiring APP interface control data according to an embodiment of the present invention.
  • the client may include at least a request sending module 610, a data receiving module 620, a matching module 630, and a display module 640.
  • the request sending module 610 is adapted to start the APP and initiate a request to the server side to read one or more interface control data;
  • the data receiving module 620 is coupled to the request sending module 610, and is adapted to receive configuration data that is returned by the server and carries one or more field names and corresponding field contents.
  • the matching module 630 is coupled to the data receiving module 620 and is adapted to match one or more field names with a control identifier of one or more interface controls;
  • the display module 640 is coupled to the matching module 630, and is adapted to import the field content corresponding to each field name into the corresponding matching interface control, and control the field content to be displayed on the APP interface by the matched interface control.
  • the display module 640 is further adapted to:
  • the content of the control field is displayed on the APP interface.
  • the display module 640 is further adapted to:
  • the content of the control field is displayed on the APP interface by using the display effect corresponding to the attribute information.
  • the embodiment of the present invention further provides a server for dynamically acquiring the data of the APP interface control.
  • Figure 7 shows A schematic structural diagram of a server for dynamically acquiring APP interface control data according to an embodiment of the present invention.
  • the server may at least include: a request receiving module 710 and a data sending module 720.
  • the request receiving module 710 is adapted to receive a request from the client to read one or more interface control data
  • the data sending module 720 is coupled to the request receiving module 710 and is configured to send configuration data carrying one or more field names and corresponding field contents to the client.
  • the configuration data is pre-configured.
  • the control identifier of one or more interface controls on the client interface of the client changes, one or more field names are updated, so that one or more of the updated ones are updated.
  • the field names match the control ID of one or more of the changed interface controls.
  • the present invention further provides a system for dynamically acquiring data of an APP interface control, comprising: the client of any of the above embodiments, and the server of any of the above embodiments.
  • the embodiment of the present invention can achieve the following beneficial effects:
  • the configuration data returned by the server side carries one or more field names and corresponding field contents
  • one or more field names and one or more interface control control identifiers may be matched, and the field names are
  • the corresponding field content is imported into the corresponding matching interface control, and the matching interface control controls the field content to be displayed on the APP interface, thereby realizing the purpose of dynamically, flexibly and quickly acquiring the data of the APP interface control, and solving the prior art. It is necessary to manually set the content that the interface control needs to display each time, resulting in less efficient problems.
  • the present invention automatically matches one or more interface controls with one or more field names, and imports the field content corresponding to each field name into a corresponding matching interface control, compared to manually setting the interface control in the prior art.
  • the content that needs to be displayed the invention can avoid manually setting problems that are prone to errors, thereby improving the accuracy of acquiring the data of the APP interface control, and the manual setting can also save labor cost by automatic matching.
  • dynamically acquiring the APP interface control data instead of the manual setting method facilitates the unified management of the APP interface control, so that the developer provides unified data to the APP interface control.
  • modules in the devices of the embodiments can be adaptively changed and placed in one or more devices different from the embodiment.
  • the modules or units or components of the embodiments may be combined into one module or unit or component, and further they may be divided into a plurality of sub-modules or sub-units or sub-components.
  • any combination of the features disclosed in the specification, including the accompanying claims, the abstract and the drawings, and any methods so disclosed, or All processes or units of the device are combined.
  • Each feature disclosed in this specification (including the accompanying claims, the abstract and the drawings) may be replaced by alternative features that provide the same, equivalent or similar purpose.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement an apparatus for dynamically acquiring APP interface control data and some or all of the components of the system in accordance with an embodiment of the present invention. Or all features.
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • Figure 8 illustrates a computing device that can implement a method of dynamically acquiring APP interface control data.
  • the computing device conventionally includes a processor 810 and a computer program product or computer readable medium in the form of a memory 820.
  • the memory 820 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • Memory 820 has a memory space 830 for program code 831 for performing any of the method steps described above.
  • storage space 830 for program code may include various program code 831 for implementing various steps in the above methods, respectively.
  • the program code can be read from or written to one or more computer program products.
  • Such computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
  • Such a computer program product is typically a portable or fixed storage unit as described with reference to FIG.
  • the storage unit may have storage segments, storage spaces, and the like that are similar to the storage 820 in the computing device of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit includes computer readable code 831', ie, code readable by a processor, such as 810, that when executed by a computing device causes the computing device to perform each of the methods described above step.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

本发明提供了一种动态获取APP界面控件数据的方法、设备以及系统。该方法包括:启动APP并向服务器端发起读取一个或多个界面控件数据的请求;接收所述服务器端返回的携带一个或多个字段名及对应字段内容的配置数据;匹配所述一个或多个字段名与所述一个或多个界面控件的控件标识;将各字段名对应的字段内容导入对应匹配的界面控件,并由所述匹配的界面控件控制所述字段内容在所述APP界面上进行显示。本发明实施例提供的技术方案,实现了动态、灵活、快速地获取APP界面控件数据的目的,解决了现有技术中需要每次手动设置界面控件所需要显示的内容,导致的效率较低的问题。

Description

动态获取APP界面控件数据的方法、设备以及系统 技术领域
本发明涉及互联网应用技术领域,特别是一种动态获取APP界面控件数据的方法、设备以及系统。
背景技术
随着智能移动终端功能的增强,其已经成为人们生活中的必备品。为了满足用户的各种需求,互联网上存在基于智能移动终端开发的各种各样的APP(Application,应用),例如各种阅读、游戏、网购、聊天应用等。
现有技术中,通过以下方式获取手机端APP界面控件数据:首先从服务器取得需要显示的数据源,并对数据源进行解析,手机端声明界面所需要显示的控件,定义控件并分配存储空间,然后一个一个地手动设定控件所需要显示的内容(即所取得的数据源)。可见,现有技术中由于手机端每次需要一个个定义并为控件分配存储空间,并且还需要一个一个地手动设定控件所需要显示的内容,效率较低,且手动设定易出现错误。
发明内容
鉴于上述问题,提出了本发明以便提供一种克服上述问题或者至少部分地解决上述问题的动态获取APP界面控件数据的方法、设备以及系统。
依据本发明的一方面,提供了一种动态获取APP界面控件数据的方法,应用于客户端,包括:
启动APP并向服务器端发起读取一个或多个界面控件数据的请求;
接收所述服务器端返回的携带一个或多个字段名及对应字段内容的配置数据;
匹配所述一个或多个字段名与所述一个或多个界面控件的控件标识;
将各字段名对应的字段内容导入对应匹配的界面控件,并由所述匹配的界面控件控制所述字段内容在所述APP界面上进行显示。
依据本发明的另一方面,提供了一种动态获取APP界面控件数据的方法,应用于服务器,包括:
接收来自客户端的读取一个或多个界面控件数据的请求;
将携带一个或多个字段名及对应字段内容的配置数据发送至所述客户端。
依据本发明的又一方面,还提供了一种动态获取APP界面控件数据的客户端,包括:
请求发送模块,适于启动APP并向服务器端发起读取一个或多个界面控件数据的请求;
数据接收模块,适于接收所述服务器端返回的携带一个或多个字段名及对应字段内容的配置数据;
匹配模块,适于匹配所述一个或多个字段名与所述一个或多个界面控件的控件标识;
显示模块,适于将各字段名对应的字段内容导入对应匹配的界面控件,并由所述匹配的界面控件控制所述字段内容在所述APP界面上进行显示。
依据本发明的再一方面,还提供了一种动态获取APP界面控件数据的服务器,包括:
请求接收模块,适于接收来自客户端的读取一个或多个界面控件数据的请求;
数据发送模块,适于将携带一个或多个字段名及对应字段内容的配置数据发送至所述客户端。
依据本发明的再一方面,还提供了一种动态获取APP界面控件数据的系统,包括:上述客户端以及上述服务器。
依据本发明的又一方面,提供了一种计算机程序,其包括计算机可读代码,当所述计算机可读代码在计算设备上运行时,导致所述计算设备执行根据上文所述的动态获取APP界面控件数据的方法。
依据本发明的再一方面,提供了一种计算机可读介质,其中存储了上述的计算机程序。
本发明的有益效果为:
本发明实施例中,由于服务器端返回的配置数据中携带一个或多个字段名及对应字段内容,因而可以匹配一个或多个字段名与一个或多个界面控件的控件标识,将各字段名对应的字段内容导入对应匹配的界面控件,并由匹配的界面控件控制字段内容在APP界面上进行显示,从而实现了动态、灵活、快速地获取APP界面控件数据的目的,解决了现有技术中需要每次手动设置界面控件所需要显示的内容,导致的效率较低的问题。进一步,本发明利用一个或多个字段名自动匹配一个或多个界面控件的控件标识,将各字段名对应的字段内容导入对应匹配的界面控件,相比于现有技术中手动设置界面控件所需要显示的内容,本发明能够避免手动设置易出现错误的问题,从而提高获取APP界面控件数据的准确性,并且由自动匹配代替手工设置还能够节约人力成本。此外,动态地获取APP界面控件数据代替手动设置的方式便于APP界面控件的统一管理,以便开发者向APP界面控件提供统一的数据。
上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明的技术手段,而可依照说明书的内容予以实施,并且为了让本发明的上述和其它目的、特征和优点能够更明显易懂,以下特举本发明的具体实施方式。
附图说明
通过阅读下文优选实施方式的详细描述,各种其他的优点和益处对于本领域普通技术人员将变得清楚明了。附图仅用于示出优选实施方式的目的,而并不认为是对本发明的限制。而且在整个附图中,用相同的参考符号表示相同的部件。在附图中:
图1示出了根据本发明一个实施例的应用于客户端的动态获取APP界面控件数据的方法的流程图;
图2示出了根据本发明一个实施例的APP界面控件数据的显示效果的示意图;
图3示出了根据本发明一个实施例的应用于服务器的动态获取APP界面控件数据的方法的流程图;
图4示出了根据本发明一个实施例的结合客户端和服务器的动态获取APP界面控件数据的方法的流程图;
图5示出了根据本发明另一个实施例的APP界面控件数据的显示效果的示意图;
图6示出了根据本发明一个实施例的动态获取APP界面控件数据的客户端的结构示意图;
图7示出了根据本发明一个实施例的动态获取APP界面控件数据的服务器的结构示意图;
图8示意性地示出了用于执行根据本发明的动态获取APP界面控件数据的方法的计算设备的框图;以及
图9示意性地示出了用于保持或者携带实现根据本发明的动态获取APP界面控件数据的方法的程序代码的存储单元。
具体实施方式
下面结合附图和具体的实施方式对本发明作进一步的描述。
为解决上述技术问题,本发明实施例提供了一种动态获取APP界面控件数据的方法,应用于客户端。图1示出了根据本发明一个实施例的应用于客户端的动态获取APP界面控件数据的方法的流程图。参见图1,该方法至少包括步骤S102至步骤S108。
步骤S102、启动APP并向服务器端发起读取一个或多个界面控件数据的请求。
步骤S104、接收服务器端返回的携带一个或多个字段名及对应字段内容的配置数据。
步骤S106、匹配一个或多个字段名与一个或多个界面控件的控件标识。
步骤S108、将各字段名对应的字段内容导入对应匹配的界面控件,并由匹配的界面控件控制字段内容在APP界面上进行显示。
本发明实施例中,由于服务器端返回的配置数据中携带一个或多个字段名及对应字段内容,因而可以匹配一个或多个字段名与一个或多个界面控件的控件标识, 将各字段名对应的字段内容导入对应匹配的界面控件,并由匹配的界面控件控制字段内容在APP界面上进行显示,从而实现了动态、灵活、快速地获取APP界面控件数据的目的,解决了现有技术中需要每次手动设置界面控件所需要显示的内容,导致的效率较低的问题。进一步,本发明利用一个或多个字段名自动匹配一个或多个界面控件的控件标识,将各字段名对应的字段内容导入对应匹配的界面控件,相比于现有技术中手动设置界面控件所需要显示的内容,本发明能够避免手动设置易出现错误的问题,从而提高获取APP界面控件数据的准确性,并且由自动匹配代替手工设置还能够节约人力成本。此外,动态地获取APP界面控件数据代替手动设置的方式便于APP界面控件的统一管理,以便开发者向APP界面控件提供统一的数据。
在步骤S102中向服务器端发起读取一个或多个界面控件数据的请求,该请求中可以携带一个或多个界面控件的控件标识,从而服务器能够根据一个或多个界面控件的控件标识查找相应的配置数据,即利用一个或多个界面控件的控件标识匹配配置数据中的一个或多个字段名,将匹配上的配置数据返回给客户端,而匹配不上的配置数据则不返回给客户端,从而保证配置数据的有效性,同时能够节约资源流量。
在步骤S102向服务器端发起读取一个或多个界面控件数据的请求之后,步骤S104中接收服务器端返回的配置数据,该配置数据携带了一个或多个字段名及对应字段内容。例如,配置数据为“text1:你好”、“text2:我是小so”,其中,text1和text2均为字段名,“你好”和“我是小so”分别为各字段名对应的字段内容。
进一步,步骤S106中匹配一个或多个字段名与一个或多个界面控件的控件标识,随后步骤S108将各字段名对应的字段内容导入对应匹配的界面控件,并由匹配的界面控件控制字段内容在APP界面上进行显示。以上述配置数据“text1:你好”、“text2:我是小so”为例,APP界面上存在两个界面控件,分别为t1和t2,此时将字段名text1和text2与界面控件的控件标识t1和t2进行匹配。匹配之后,将字段名text1对应的字段内容“你好”导入界面控件t1,由界面控件t1控制字段内容“你好”在APP界面上进行显示。以及,将字段名text2对应的字段内容“我是小so”导入界面控件t2,由界面控件t2控制字段内容“我是小so”在APP界面上进行显示,显示效果图如图2所示。
在本发明的优选方案中,步骤S108由匹配的界面控件控制字段内容在APP界面上进行显示,即可以获取匹配的界面控件的属性信息,进而根据匹配的界面控件的属性信息,控制字段内容在APP界面上进行显示。这里,界面控件的属性信息包括了数据的排版格式、显示效果、与用户的交互方式等等。例如,数据为文字时,属性信息包括了文字的字体、颜色、大小、字间距等。又例如,数据为图片时,属性信息包括了图片格式、大小、亮度等。再例如,数据为视频时,属性信息包括了视频格式、大小、压缩方式等。
相应的,本发明实施例提供了一种动态获取APP界面控件数据的方法,应用于服务器。图3示出了根据本发明一个实施例的应用于服务器的动态获取APP界面控 件数据的方法的流程图。参见图3,该方法至少包括步骤S302至步骤S304。
步骤S302、接收来自客户端的读取一个或多个界面控件数据的请求。
步骤S304、将携带一个或多个字段名及对应字段内容的配置数据发送至客户端。
本实施例中,服务器端配置了携带一个或多个字段名及对应字段内容的配置数据,从而客户端能够匹配配置数据中携带的一个或多个字段名与一个或多个界面控件的控件标识,将各字段名对应的字段内容导入对应匹配的界面控件,并由匹配的界面控件控制字段内容在APP界面上进行显示,从而实现了动态、灵活、快速地获取APP界面控件数据的目的。
在步骤S302中接收来自客户端的读取一个或多个界面控件数据的请求,该请求中携带一个或多个界面控件的控件标识,从而服务器能够根据一个或多个界面控件的控件标识查找相应的配置数据,即利用一个或多个界面控件的控件标识匹配配置数据中的一个或多个字段名,将匹配上的配置数据返回给客户端,而匹配不上的配置数据则不返回给客户端,从而保证配置数据的有效性,同时能够节约资源流量。
进一步,若配置数据是预先配置的,则当客户端的APP界面上的一个或多个界面控件的控件标识发生变化时,在服务器端更新一个或多个字段名,利用更新后的一个或多个字段名进行数据的配置,从而使得更新后的一个或多个字段名能够匹配变化后的一个或多个界面控件的控件标识。
下面结合客户端和服务器端详细介绍本发明中动态获取APP界面控件数据的实现方式。
图4示出了根据本发明一个实施例的结合客户端和服务器的动态获取APP界面控件数据的方法的流程图。以“好搜”APP为例,参见图4,该方法至少包括步骤S402至步骤S414。
步骤S402、客户端启动好搜APP。
步骤S404、客户端向服务器端发起读取APP的界面控件“头条新闻”、“实时热点播报”以及“开心一刻”数据的请求。
步骤S406、服务器接收来自客户端的读取界面控件“头条新闻”、“实时热点播报”以及“开心一刻”数据的请求。
步骤S408、服务器将携带一个或多个字段名及对应字段内容的配置数据发送至客户端。
在该步骤中,配置数据为“ttxw:亚投行创始成员国申请今日截止;日韩为樱花来源打口水仗”,“ssbb:土地出让金征收;高效砌墙禁外卖;苹果在华以旧换新”,“kxyk:老妈和我躺在沙发上吃零食,老爸走过来就训了我一顿,我弱弱地说:“老妈也在吃,你为啥不说她”,老爸:“你妈再胖都有我要她,你呢?””。
步骤S410、客户端接收服务器端返回的携带一个或多个字段名及对应字段内容的配置数据。
步骤S412、客户端匹配一个或多个字段名与界面控件“头条新闻”、“实时热点播报”及“开心一刻”的控件标识。
步骤S414、客户端将各字段名对应的字段内容导入对应匹配的界面控件,并由匹配的界面控件控制字段内容在APP界面上进行显示。
在该步骤中,客户端将字段名“ttxw”对应的字段内容“亚投行创始成员国申请今日截止;日韩为樱花来源打口水仗”导入对应匹配的界面控件“头条新闻”,由界面控件“头条新闻”控制字段内容在APP界面上进行显示。以及,将字段名“ssbb”对应的字段内容“土地出让金征收;高效砌墙禁外卖;苹果在华以旧换新”导入对应匹配的界面控件“实时热点播报”,由界面控件“实时热点播报”控制字段内容在APP界面上进行显示。以及,将字段名“kxyk”对应的字段内容“老妈和我躺在沙发上吃零食,老爸走过来就训了我一顿,我弱弱地说:“老妈也在吃,你为啥不说她”,老爸:“你妈再胖都有我要她,你呢?””导入对应匹配的界面控件“开心一刻”,由界面控件“开心一刻”控制字段内容在APP界面上进行显示。图5示出了根据本发明一个实施例的APP界面控件数据的显示效果的示意图。
对应于上述实施例中应用于客户端的动态获取APP界面控件数据的方法,本发明实施例还提供了一种动态获取APP界面控件数据的客户端。图6示出了根据本发明一个实施例的动态获取APP界面控件数据的客户端的结构示意图。参见图6,该客户端至少可以包括:请求发送模块610、数据接收模块620、匹配模块630以及显示模块640。
现介绍本发明实施例的动态获取APP界面控件数据的客户端的各组成或器件的功能以及各部分间的连接关系:
请求发送模块610,适于启动APP并向服务器端发起读取一个或多个界面控件数据的请求;
数据接收模块620,与请求发送模块610相耦合,适于接收服务器端返回的携带一个或多个字段名及对应字段内容的配置数据;
匹配模块630,与数据接收模块620相耦合,适于匹配一个或多个字段名与一个或多个界面控件的控件标识;
显示模块640,与匹配模块630相耦合,适于将各字段名对应的字段内容导入对应匹配的界面控件,并由匹配的界面控件控制字段内容在APP界面上进行显示。
在本发明一实施例中,上述显示模块640还适于:
获取匹配的界面控件的属性信息;
根据匹配的界面控件的属性信息,控制字段内容在APP界面上进行显示。
在本发明一实施例中,上述显示模块640还适于:
利用属性信息对应的显示效果,控制字段内容在APP界面上进行显示。
相应的,对应于上述实施例中应用于服务器的动态获取APP界面控件数据的方法,本发明实施例还提供了一种动态获取APP界面控件数据的服务器。图7示出了 根据本发明一个实施例的动态获取APP界面控件数据的服务器的结构示意图。参见图7,该服务器至少可以包括:请求接收模块710以及数据发送模块720。
现介绍本发明实施例的动态获取APP界面控件数据的服务器的各组成或器件的功能以及各部分间的连接关系:
请求接收模块710,适于接收来自客户端的读取一个或多个界面控件数据的请求;
数据发送模块720,与请求接收模块710相耦合,适于将携带一个或多个字段名及对应字段内容的配置数据发送至客户端。
在本发明一实施例中,配置数据是预先配置的,当客户端的APP界面上的一个或多个界面控件的控件标识发生变化时,更新一个或多个字段名,使得更新后的一个或多个字段名能够匹配变化后的一个或多个界面控件的控件标识。
基于同一发明构思,本发明还提供了一种动态获取APP界面控件数据的系统,包括:上述实施例中任一个的客户端以及上述实施例中任一个的服务器。
根据上述任意一个优选实施例或多个优选实施例的组合,本发明实施例能够达到如下有益效果:
本发明实施例中,由于服务器端返回的配置数据中携带一个或多个字段名及对应字段内容,因而可以匹配一个或多个字段名与一个或多个界面控件的控件标识,将各字段名对应的字段内容导入对应匹配的界面控件,并由匹配的界面控件控制字段内容在APP界面上进行显示,从而实现了动态、灵活、快速地获取APP界面控件数据的目的,解决了现有技术中需要每次手动设置界面控件所需要显示的内容,导致的效率较低的问题。进一步,本发明利用一个或多个字段名自动匹配一个或多个界面控件的控件标识,将各字段名对应的字段内容导入对应匹配的界面控件,相比于现有技术中手动设置界面控件所需要显示的内容,本发明能够避免手动设置易出现错误的问题,从而提高获取APP界面控件数据的准确性,并且由自动匹配代替手工设置还能够节约人力成本。此外,动态地获取APP界面控件数据代替手动设置的方式便于APP界面控件的统一管理,以便开发者向APP界面控件提供统一的数据。
在此处所提供的说明书中,说明了大量具体细节。然而,能够理解,本发明的实施例可以在没有这些具体细节的情况下实践。在一些实例中,并未详细示出公知的方法、结构和技术,以便不模糊对本说明书的理解。
类似地,应当理解,为了精简本公开并帮助理解各个发明方面中的一个或多个,在上面对本发明的示例性实施例的描述中,本发明的各个特征有时被一起分组到单个实施例、图、或者对其的描述中。然而,并不应将该公开的方法解释成反映如下意图:即所要求保护的本发明要求比在每个权利要求中所明确记载的特征更多的特征。更确切地说,如下面的权利要求书所反映的那样,发明方面在于少于前面公开的单个实施例的所有特征。因此,遵循具体实施方式的权利要求书由此明确地并入 该具体实施方式,其中每个权利要求本身都作为本发明的单独实施例。
本领域那些技术人员可以理解,可以对实施例中的设备中的模块进行自适应性地改变并且把它们设置在与该实施例不同的一个或多个设备中。可以把实施例中的模块或单元或组件组合成一个模块或单元或组件,以及此外可以把它们分成多个子模块或子单元或子组件。除了这样的特征和/或过程或者单元中的至少一些是相互排斥之外,可以采用任何组合对本说明书(包括伴随的权利要求、摘要和附图)中公开的所有特征以及如此公开的任何方法或者设备的所有过程或单元进行组合。除非另外明确陈述,本说明书(包括伴随的权利要求、摘要和附图)中公开的每个特征可以由提供相同、等同或相似目的的替代特征来代替。
此外,本领域的技术人员能够理解,尽管在此所述的一些实施例包括其它实施例中所包括的某些特征而不是其它特征,但是不同实施例的特征的组合意味着处于本发明的范围之内并且形成不同的实施例。例如,在下面的权利要求书中,所要求保护的实施例的任意之一都可以以任意的组合方式来使用。
本发明的各个部件实施例可以以硬件实现,或者以在一个或者多个处理器上运行的软件模块实现,或者以它们的组合实现。本领域的技术人员应当理解,可以在实践中使用微处理器或者数字信号处理器(DSP)来实现根据本发明实施例的动态获取APP界面控件数据的设备以及系统中的一些或者全部部件的一些或者全部功能。本发明还可以实现为用于执行这里所描述的方法的一部分或者全部的设备或者装置程序(例如,计算机程序和计算机程序产品)。这样的实现本发明的程序可以存储在计算机可读介质上,或者可以具有一个或者多个信号的形式。这样的信号可以从因特网网站上下载得到,或者在载体信号上提供,或者以任何其他形式提供。
例如,图8示出了可以实现动态获取APP界面控件数据的方法的计算设备。该计算设备传统上包括处理器810和以存储器820形式的计算机程序产品或者计算机可读介质。存储器820可以是诸如闪存、EEPROM(电可擦除可编程只读存储器)、EPROM、硬盘或者ROM之类的电子存储器。存储器820具有用于执行上述方法中的任何方法步骤的程序代码831的存储空间830。例如,用于程序代码的存储空间830可以包括分别用于实现上面的方法中的各种步骤的各个程序代码831。这些程序代码可以从一个或者多个计算机程序产品中读出或者写入到这一个或者多个计算机程序产品中。这些计算机程序产品包括诸如硬盘,紧致盘(CD)、存储卡或者软盘之类的程序代码载体。这样的计算机程序产品通常为如参考图9所述的便携式或者固定存储单元。该存储单元可以具有与图8的计算设备中的存储器820类似布置的存储段、存储空间等。程序代码可以例如以适当形式进行压缩。通常,存储单元包括计算机可读代码831’,即可以由例如诸如810之类的处理器读取的代码,这些代码当由计算设备运行时,导致该计算设备执行上面所描述的方法中的各个步骤。
本文中所称的“一个实施例”、“实施例”或者“一个或者多个实施例”意味着,结合实施例描述的特定特征、结构或者特性包括在本发明的至少一个实施例中。 此外,请注意,这里“在一个实施例中”的词语例子不一定全指同一个实施例。
应该注意的是上述实施例对本发明进行说明而不是对本发明进行限制,并且本领域技术人员在不脱离所附权利要求的范围的情况下可设计出替换实施例。在权利要求中,不应将位于括号之间的任何参考符号构造成对权利要求的限制。单词“包含”不排除存在未列在权利要求中的元件或步骤。位于元件之前的单词“一”或“一个”不排除存在多个这样的元件。本发明可以借助于包括有若干不同元件的硬件以及借助于适当编程的计算机来实现。在列举了若干装置的单元权利要求中,这些装置中的若干个可以是通过同一个硬件项来具体体现。单词第一、第二、以及第三等的使用不表示任何顺序。可将这些单词解释为名称。
此外,还应当注意,本说明书中使用的语言主要是为了可读性和教导的目的而选择的,而不是为了解释或者限定本发明的主题而选择的。因此,在不偏离所附权利要求书的范围和精神的情况下,对于本技术领域的普通技术人员来说许多修改和变更都是显而易见的。对于本发明的范围,对本发明所做的公开是说明性的,而非限制性的,本发明的范围由所附权利要求书限定。

Claims (13)

  1. 一种动态获取APP界面控件数据的方法,应用于客户端,包括:
    启动APP并向服务器端发起读取一个或多个界面控件数据的请求;
    接收所述服务器端返回的携带一个或多个字段名及对应字段内容的配置数据;
    匹配所述一个或多个字段名与所述一个或多个界面控件的控件标识;
    将各字段名对应的字段内容导入对应匹配的界面控件,并由所述匹配的界面控件控制所述字段内容在所述APP界面上进行显示。
  2. 根据权利要求1所述的方法,其中,所述由所述匹配的界面控件控制所述字段内容在所述APP界面上进行显示的步骤,包括:
    获取所述匹配的界面控件的属性信息;
    根据所述匹配的界面控件的属性信息,控制所述字段内容在所述APP界面上进行显示。
  3. 根据权利要求2所述的方法,其中,所述根据所述匹配的界面控件的属性信息,控制所述字段内容在所述APP界面上进行显示的步骤,包括:
    利用所述属性信息对应的显示效果,控制所述字段内容在所述APP界面上进行显示。
  4. 一种动态获取APP界面控件数据的方法,应用于服务器,包括:
    接收来自客户端的读取一个或多个界面控件数据的请求;
    将携带一个或多个字段名及对应字段内容的配置数据发送至所述客户端。
  5. 根据权利要求4所述的方法,其中,所述配置数据是预先配置的,当所述客户端的APP界面上的一个或多个界面控件的控件标识发生变化时,更新所述一个或多个字段名,使得所述更新后的一个或多个字段名能够匹配所述变化后的一个或多个界面控件的控件标识。
  6. 一种动态获取APP界面控件数据的客户端,包括:
    请求发送模块,适于启动APP并向服务器端发起读取一个或多个界面控件数据的请求;
    数据接收模块,适于接收所述服务器端返回的携带一个或多个字段名及对应字段内容的配置数据;
    匹配模块,适于匹配所述一个或多个字段名与所述一个或多个界面控件的控件标识;
    显示模块,适于将各字段名对应的字段内容导入对应匹配的界面控件,并由所述匹配的界面控件控制所述字段内容在所述APP界面上进行显示。
  7. 根据权利要求6所述的客户端,其中,所述显示模块还适于:
    获取所述匹配的界面控件的属性信息;
    根据所述匹配的界面控件的属性信息,控制所述字段内容在所述APP界面上进 行显示。
  8. 根据权利要求7所述的客户端,其中,所述显示模块还适于:
    利用所述属性信息对应的显示效果,控制所述字段内容在所述APP界面上进行显示。
  9. 一种动态获取APP界面控件数据的服务器,包括:
    请求接收模块,适于接收来自客户端的读取一个或多个界面控件数据的请求;
    数据发送模块,适于将携带一个或多个字段名及对应字段内容的配置数据发送至所述客户端。
  10. 根据权利要求9所述的服务器,其中,所述配置数据是预先配置的,当所述客户端的APP界面上的一个或多个界面控件的控件标识发生变化时,更新所述一个或多个字段名,使得所述更新后的一个或多个字段名能够匹配所述变化后的一个或多个界面控件的控件标识。
  11. 一种动态获取APP界面控件数据的系统,包括:权利要求6-8任一项所述的客户端以及权利要求9-10任一项所述的服务器。
  12. 一种计算机程序,包括计算机可读代码,当所述计算机可读代码在计算设备上运行时,导致所述计算设备执行根据权利要求1至5任一项所述的动态获取APP界面控件数据的方法。
  13. 一种计算机可读介质,其中存储了如权利要求12所述的计算机程序。
PCT/CN2015/099226 2015-03-31 2015-12-28 动态获取app界面控件数据的方法、设备以及系统 Ceased WO2016155379A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510150548.9 2015-03-31
CN201510150548.9A CN104699488A (zh) 2015-03-31 2015-03-31 动态获取app界面控件数据的方法、设备以及系统

Publications (1)

Publication Number Publication Date
WO2016155379A1 true WO2016155379A1 (zh) 2016-10-06

Family

ID=53346657

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/099226 Ceased WO2016155379A1 (zh) 2015-03-31 2015-12-28 动态获取app界面控件数据的方法、设备以及系统

Country Status (2)

Country Link
CN (1) CN104699488A (zh)
WO (1) WO2016155379A1 (zh)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104699488A (zh) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 动态获取app界面控件数据的方法、设备以及系统
CN105426448B (zh) * 2015-11-06 2019-04-16 广州华多网络科技有限公司 界面显示方法、装置及系统
CN105279134B (zh) * 2015-11-09 2018-10-19 北京齐尔布莱特科技有限公司 一种动态配置移动应用的装置以及应用服务器
CN107203389B (zh) * 2016-03-18 2021-01-22 百度在线网络技术(北京)有限公司 控件展现方法及装置
CN107203372B (zh) * 2016-03-18 2021-03-19 百度在线网络技术(北京)有限公司 控件展现方法及装置
CN106940721B (zh) * 2017-03-15 2020-02-14 国信电子票据平台信息服务有限公司 一种自定义选择框的数据处理方法及系统
CN108681471B (zh) * 2018-05-15 2022-03-08 北京五八信息技术有限公司 应用程序控制方法、装置、电子设备及可读存储介质
CN108804181B (zh) * 2018-05-28 2021-09-28 北京小米移动软件有限公司 控件内容获取方法、装置及存储介质
CN108762817A (zh) * 2018-05-29 2018-11-06 北京五八信息技术有限公司 应用调起的配置方法、装置、设备及存储介质
CN110046171B (zh) * 2019-04-29 2020-08-14 北京字节跳动网络技术有限公司 用于获取信息的系统、方法和装置
CN113448833A (zh) * 2020-08-11 2021-09-28 北京新氧万维科技咨询有限公司 页面数据处理方法、系统及相关设备
CN113127120B (zh) * 2021-04-08 2023-01-06 广东便捷神科技股份有限公司 一种基于移动app的界面动态化方法
CN114594952B (zh) * 2022-03-14 2025-09-23 网易(杭州)网络有限公司 界面处理方法、装置、电子设备和存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102377853A (zh) * 2010-08-25 2012-03-14 中兴通讯股份有限公司 一种移动终端应用、界面窗口及业务的管理装置及方法
CN103888456A (zh) * 2014-03-18 2014-06-25 国家电网公司 一种网页客户端、服务端以及数据处理装置和方法
CN104699488A (zh) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 动态获取app界面控件数据的方法、设备以及系统

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102467375B (zh) * 2010-11-09 2015-06-10 金蝶软件(中国)有限公司 一种生成客户端界面的方法及装置
CN102819423B (zh) * 2011-12-12 2016-01-20 金蝶软件(中国)有限公司 动态控制单据界面展示的方法及装置
CN103051718A (zh) * 2012-12-25 2013-04-17 青岛盛嘉信息科技有限公司 一种移动终端的动态待机界面及各级菜单生成方法及系统
CN103365659A (zh) * 2013-07-10 2013-10-23 福建富士通信息软件有限公司 一种实现动态配置界面的方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102377853A (zh) * 2010-08-25 2012-03-14 中兴通讯股份有限公司 一种移动终端应用、界面窗口及业务的管理装置及方法
CN103888456A (zh) * 2014-03-18 2014-06-25 国家电网公司 一种网页客户端、服务端以及数据处理装置和方法
CN104699488A (zh) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 动态获取app界面控件数据的方法、设备以及系统

Also Published As

Publication number Publication date
CN104699488A (zh) 2015-06-10

Similar Documents

Publication Publication Date Title
US10311877B2 (en) Performing tasks and returning audio and visual answers based on voice command
CN102761623B (zh) 资源自适配下载方法、系统、数据存储服务器、以及通信系统
CN107390994B (zh) 界面呈现方法和装置
CN105407365B (zh) 一种广告数据管理方法及广告管理服务端
CN104699488A (zh) 动态获取app界面控件数据的方法、设备以及系统
CN104468774B (zh) 应用于云盘客户端的数据展示方法及云盘客户端
CN111666518B (zh) 一种doi显示方法及装置
CN110515929B (zh) 书籍展示方法、计算设备及存储介质
WO2015081848A1 (zh) 社交化扩展搜索方法及相应的装置、系统
WO2017000612A1 (zh) 在搜索过程中实现向移动终端推荐App的方法及装置
CN105224661A (zh) 会话式的信息搜索方法及装置
CN110012049B (zh) 信息推送方法. 系统. 服务器及计算机可读存储介质
CN103631619B (zh) 一种软件安装方法和一种终端
CN106330846A (zh) 跨平台的对象推荐方法及装置
CN104580267A (zh) 一种资源下载方法、装置、服务器和相应的系统
CN106682006A (zh) 关于通信内容的信息提示方法和装置
CN102118451B (zh) 用户资源的上传处理方法及装置
CN114021016A (zh) 数据推荐方法、装置、设备和存储介质
CN105354195A (zh) 一种信息搜索方法及装置
CN106373571A (zh) 一种语音控制方法及装置
CN103491452B (zh) 播放网页中视频的方法及装置
CN104932910A (zh) 应用程序接口扩展的方法及系统
CN113407276A (zh) 一种信息处理方法、装置、设备及存储介质
CN102984218A (zh) 浏览器及其登录方法及系统
WO2016058478A1 (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: 15887328

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

Country of ref document: EP

Kind code of ref document: A1