WO2017092354A1 - 推荐文件打开工具的客户端、服务器、系统及方法 - Google Patents

推荐文件打开工具的客户端、服务器、系统及方法 Download PDF

Info

Publication number
WO2017092354A1
WO2017092354A1 PCT/CN2016/089512 CN2016089512W WO2017092354A1 WO 2017092354 A1 WO2017092354 A1 WO 2017092354A1 CN 2016089512 W CN2016089512 W CN 2016089512W WO 2017092354 A1 WO2017092354 A1 WO 2017092354A1
Authority
WO
WIPO (PCT)
Prior art keywords
app
suffix
mime type
file
client
Prior art date
Application number
PCT/CN2016/089512
Other languages
English (en)
French (fr)
Inventor
乔磊
Original Assignee
乐视控股(北京)有限公司
乐视网信息技术(北京)股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 乐视控股(北京)有限公司, 乐视网信息技术(北京)股份有限公司 filed Critical 乐视控股(北京)有限公司
Priority to US15/243,374 priority Critical patent/US20170155702A1/en
Publication of WO2017092354A1 publication Critical patent/WO2017092354A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/42Mailbox-related aspects, e.g. synchronisation of mailboxes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Definitions

  • the present patent application relates to the field of information technology, and in particular, to a client, a server, a system, and a method for recommending a file opening tool.
  • the types of files generated by various programs are also varied.
  • a user opens a certain type of file on their mobile phone (for example, a file downloaded to the mobile phone through the network or transferred from a computer to a file on the mobile phone)
  • the mobile phone may lack an application to open the file of the type, such that the mobile phone The file will not be displayed.
  • the user needs to search for an application APP suitable for the file of the type on the network, and download the APP, and then use the APP to open the file of the type. This process is cumbersome and causes a lot of inconvenience to the user.
  • an embodiment of the present invention provides a client for recommending a file opening tool, the client comprising: a receiver for receiving a file open instruction; a display; a processor, configured to: And calling the corresponding application APP to open the file according to the file opening instruction; extracting the multi-purpose Internet mail extension type of the file (MIME, Multipurpose Internet Mail) if the APP does not exist in the client Extensions) or suffixes; determining an APP that supports the MIME type or suffix; and pushing an APP that supports the MIME type or suffix on the display.
  • MIME multi-purpose Internet mail extension type of the file
  • the processor searches for an APP supporting the MIME type or suffix from a pre-stored correspondence table containing a MIME type or a correspondence between the suffix and the APP.
  • the client further includes: a sender that sends the extracted MIME type or suffix of the file to the server; and the receiver is further configured to receive an APP that supports the MIME type or suffix from the server.
  • an APP whose tag type is a document or a tool class is preferentially pushed.
  • another embodiment of the present invention provides a server for recommending a file opening tool, the server comprising: receiving means for receiving a MIME type or suffix from a client; and processing means for storing from the pre-stored An APP that supports the MIME type or suffix is searched for in the correspondence table of the correspondence between the MIME type or the suffix and the APP; and a sending device is configured to send the APP supporting the MIME type or suffix to the client.
  • the correspondence table is generated by parsing all the APPs stored in the server to obtain a configuration file of each APP, and determining, according to the configuration file of each APP, each APP support MIME type or suffix; and generate a correspondence table containing the correspondence between the MIME type or suffix and the APP.
  • an APP whose tag type is a document or a tool class is preferentially transmitted.
  • another embodiment of the present invention provides a system for recommending a file opening tool, the system comprising: the client; and the server.
  • another embodiment of the present invention provides a method for recommending a file opening tool implemented in a client, the method comprising: receiving a file open instruction; and calling the corresponding application APP to open the file according to the file open instruction ; the case where the APP does not exist in the client Extracting the MIME type or suffix of the file; determining an APP that supports the MIME type or suffix; and pushing an APP that supports the MIME type or suffix.
  • determining that the APP supporting the MIME type or suffix comprises: searching for an APP supporting the MIME type or suffix from a pre-stored correspondence table containing a MIME type or a correspondence between a suffix and an APP.
  • determining that the APP supporting the MIME type or suffix comprises: sending the extracted MIME type or suffix of the file to a server; and receiving an APP supporting the MIME type or suffix from the server.
  • an APP whose tag type is a document or a tool class is preferentially pushed.
  • another embodiment of the present invention provides a method for recommending a file opening tool implemented in a server, the method comprising: receiving a MIME type or a suffix from a client; from a pre-stored MIME type or suffix and an APP An APP supporting the MIME type or suffix is searched for in the correspondence table of the correspondences; and an APP supporting the MIME type or suffix is sent to the client.
  • the correspondence table is generated by parsing all the APPs stored in the server to obtain a configuration file of each APP, and determining, according to the configuration file of each APP, each APP support MIME type or suffix; and generate a correspondence table containing the correspondence between the MIME type or suffix and the APP.
  • an APP whose tag type is a document or a tool class is preferentially transmitted.
  • the recommended APP can be obtained on the display of the client, and the user can select the APP from the recommended APP to download, and use the downloaded APP. Open the file you want to open, which brings convenience to the user.
  • FIG. 1 is a structural diagram of a system for recommending a file opening tool according to an embodiment of the present invention
  • FIG. 2 is a flow chart of information processing of a client according to an embodiment of the present invention.
  • FIG. 3 is a flowchart of interaction between a client and a server according to an embodiment of the present invention
  • FIG. 1 is a structural diagram of a system for recommending a file opening tool according to an embodiment of the present invention.
  • an embodiment of the present invention provides a system for recommending a file opening tool.
  • the system includes: a client 100; and a server 200.
  • the client 100 includes: a receiver 110, configured to receive a file open command input by the user; a display 130; a processor 120, configured to: according to the file open command, invoke a corresponding application APP to open the a file; if the APP that opens the file exists in the client 100, the APP is invoked to open the file; if the APP is not present in the client 100, the file is extracted.
  • MIME type or suffix determining an APP that supports the MIME type or suffix; and pushing an APP supporting the MIME type or suffix on the display 130.
  • the pushed APP supporting the MIME type or suffix may be one or more APPs, and for the case of multiple APPs, the user may select a download from within the plurality of APPs.
  • the information processing flow of the client 100 is as shown in FIG. 2. Thereby, the user can select an appropriate APP to download according to the pushed information, and then open the file by using the downloaded APP.
  • the processor 120 searches for an APP supporting the MIME type or suffix from a pre-stored correspondence table containing a MIME type or a correspondence between the suffix and the APP.
  • the correspondence table is stored in the client 100, and the correspondence table may be from a server and periodically updated by the server;
  • the processor 120 controls the sender 140 of the client 100 to send the extracted MIME type or suffix of the file to the server 200.
  • the receiving device 210 of the server 200 receives the MIME type or suffix from the client, and the processing device 220 searches for the supported MIME from the pre-stored correspondence table containing the MIME type or the correspondence between the suffix and the APP according to the MIME type or suffix.
  • An APP of type or suffix and sent to the client by the sending device 230 of the server that will support the MIME type or suffix.
  • the client 100 determines to support the MIME class according to the received APP that supports the MIME type or suffix.
  • Type or suffix APP The interaction process of this mode is shown in Figure 3. In this manner, the correspondence table is stored in the server 200 and can be periodically updated.
  • the server 200 can parse all the APPs stored in the server 200 to obtain a configuration file of each APP, that is, a manifest file, and the file contains the MIME type or suffix supported by the APP (for example, pdf, .doc, And .txt, etc.). Afterwards, the server may determine the MIME type or suffix supported by each APP according to the configuration file of each APP, and generate a correspondence table including a MIME type or a correspondence between the suffix and the APP.
  • a configuration file of each APP that is, a manifest file
  • the file contains the MIME type or suffix supported by the APP (for example, pdf, .doc, And .txt, etc.).
  • the server may determine the MIME type or suffix supported by each APP according to the configuration file of each APP, and generate a correspondence table including a MIME type or a correspondence between the suffix and the APP.
  • the server can obtain the installation amount of the plurality of APPs, select the APP with the first few installs (for example, the APP with the installation amount of TOP3), and store the APPs in the correspondence table.
  • An APP with a large installed amount can often reflect the popularity and functional reliability of the APP, and the user display of the APP can satisfy the file opening requirement.
  • the server may further obtain the label type of the multiple APPs, select an APP whose label type is a document or a tool class, and store the APPs in the correspondence table.
  • the APP of this type of document or tool generally has a relatively simple function, it is a tool specially designed for opening the file, and the file size is relatively small and is easier to download, which is more suitable for the user.
  • the operator may perform manual testing or other manual intervention on the APP stored in the corresponding table, and remove the APP that it believes cannot meet the user requirements.
  • the rule for judging which APP is preferentially pushed to the user is not limited to the above-mentioned installation amount, label type, and manual test. Any of the rules, other rules that can be foreseen by those skilled in the art, and any combination of these rules are possible, and the present invention is not limited thereto.
  • the server uses the above rules from the plurality of APPs that are found in the corresponding table and supports the MIME type or suffix. Select some APPs from the APP to send to the client, or The client adopts the above rule to push a part of the APPs that are received from the server or searched from the corresponding table stored by the client to the display.
  • the recommended APP can be obtained on the display of the client, and the user can select the APP from the recommended APP to download, and use the downloaded APP. Open the file you want to open, which brings convenience to the user.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

本发明的一个实施例公开了一种推荐文件打开工具的客户端、服务器、系统及方法,该客户端包含:接收器,用于接收文件打开指令;显示器;处理器,用于执行以下操作:根据所述文件打开指令调用相应的应用APP打开所述文件;在所述客户端内不存在所述APP的情况下,提取所述文件的MIME类型后缀;确定支持所述MIME类型或后缀的APP;及在所述显示器上推送支持该MIME类型或后缀的APP。通过上述技术方案,用户在客户端缺少相应APP而无法打开文件的情况下,可在客户端的显示器上获得推荐的APP,用户可从所推荐的APP中挑选APP进行下载,并利用该下载的APP打开所欲打开的文件,从而给用户带来的便利。

Description

推荐文件打开工具的客户端、服务器、系统及方法
本申请基于申请号为201510861053.7、申请日为2015/12/1的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请作为参考。
技术领域
本专利申请涉及信息技术领域,具体地,涉及一种推荐文件打开工具的客户端、服务器、系统及方法。
背景技术
随机计算机技术的发展,各种程序所生成的文件类型也是五花八门。在用户在其手机上打开某一类型的文件(例如,通过网络下载到该手机上的文件或者从计算机转移到手机上的文件)但该手机上可能缺乏打开该类型文件的应用程序,这样手机会显示该文件无法打开。在该情况下,用户需要到网络上搜索适合该类型文件的应用APP,并下载该APP,之后采用该APP打开该类型文件。这一过程较为繁琐,给用户造成了很多的不便利。
发明内容
本发明部分实施例的目的是提供一种推荐文件打开工具的客户端、服务器、系统及方法,其可向用户推荐合适的APP以打开用户所欲打开的文件。
为了实现上述目的,本发明一个实施例提供了一种用于推荐文件打开工具的客户端,该客户端包含:接收器,用于接收文件打开指令;显示器;处理器,用于执行以下操作:根据所述文件打开指令调用相应的应用APP打开所述文件;在所述客户端内不存在所述APP的情况下,提取所述文件的多用途互联网邮件扩展类型(MIME,Multipurpose Internet Mail  Extensions)或后缀;确定支持所述MIME类型或后缀的APP;及在所述显示器上推送支持该MIME类型或后缀的APP。
其中,所述处理器从预先存储的包含MIME类型或后缀与APP之间的对应关系的对应表内寻找支持所述MIME类型或后缀的APP。
其中,该客户端还包含:发送器,将所提取的所述文件的MIME类型或后缀发送至服务器;及所述接收器还用于从所述服务器接收支持所述MIME类型或后缀的APP。
其中,在一MIME类型或后缀对应于多个APP的情况下,优先推送标签类型为文档或工具类的APP。
相应地,本发明另一个实施例提供了一种用于推荐文件打开工具的服务器,该服务器包含:接收装置,用于接收来自客户端的MIME类型或后缀;处理装置,用于从预先存储的包含MIME类型或后缀与APP之间的对应关系的对应表内寻找支持所述MIME类型或后缀的APP;以及发送装置,用于将支持所述MIME类型或后缀的APP发送至所述客户端。
其中,所述对应表通过以下步骤而被生成:对所述服务器内所存储的所有APP进行解析,得到每一APP的配置文件;根据每一APP的所述配置文件,确定每一APP所支持的MIME类型或后缀;以及生成包含MIME类型或后缀与APP之间的对应关系的对应表。
其中,在一MIME类型或后缀对应于多个APP的情况下,优先发送标签类型为文档或工具类的APP。
相应地,本发明另一个实施例提供了一种推荐文件打开工具的系统,该系统包含:上述客户端;以及上述服务器。
相应地,本发明另一个实施例提供了一种在客户端内实施的推荐文件打开工具的方法,该方法包含:接收文件打开指令;根据所述文件打开指令调用相应的应用APP打开所述文件;在所述客户端内不存在所述APP的情况 下,提取所述文件的MIME类型或后缀;确定支持所述MIME类型或后缀的APP;及推送支持该MIME类型或后缀的APP。
其中,确定支持所述MIME类型或后缀的APP包含:从预先存储的包含MIME类型或后缀与APP之间的对应关系的对应表内寻找支持所述MIME类型或后缀的APP。
其中,确定支持所述MIME类型或后缀的APP包含:将所提取的所述文件的MIME类型或后缀发送至服务器;及从所述服务器接收支持所述MIME类型或后缀的APP。
其中,在一MIME类型或后缀对应于多个APP的情况下,优先推送标签类型为文档或工具类的APP。
相应地,本发明另一个实施例提供了一种在服务器内实施的推荐文件打开工具的方法,该方法包含:接收来自客户端的MIME类型或后缀;从预先存储的包含MIME类型或后缀与APP之间的对应关系的对应表内寻找支持所述MIME类型或后缀的APP;以及将支持所述MIME类型或后缀的APP发送至所述客户端。
其中,所述对应表通过以下步骤而被生成:对所述服务器内所存储的所有APP进行解析,得到每一APP的配置文件;根据每一APP的所述配置文件,确定每一APP所支持的MIME类型或后缀;以及生成包含MIME类型或后缀与APP之间的对应关系的对应表。
其中,在一MIME类型或后缀对应于多个APP的情况下,优先发送标签类型为文档或工具类的APP。
通过上述技术方案,用户在客户端缺少相应APP而无法打开文件的情况下,可在客户端的显示器上获得推荐的APP,用户可从所推荐的APP中挑选APP进行下载,并利用该下载的APP打开所欲打开的文件,从而给用户带来的便利。
本发明的其它特征和优点将在随后的具体实施方式部分予以详细说明。
附图说明
附图是用来提供对本发明部分实施例的进一步理解,并且构成说明书的一部分,与下面的具体实施方式一起用于理解本发明,但并不构成对本发明的限制。在附图中:
图1为本发明一个实施例提供的用于推荐文件打开工具的系统的结构图;
图2为本发明一个实施例提供的客户端的信息处理流程图;以及
图3为本发明一个实施例提供的客户端与服务器之间的交互流程图;
附图标记说明
100  客户端    110  接收器
120  处理器    130  显示器
140  发送器    200  服务器
210  接收装置  220  处理装置
230  发送装置
具体实施方式
以下结合附图对本发明部分实施例的具体实施方式进行详细说明。应当理解的是,此处所描述的具体实施方式仅用于说明和理解本发明,并不用于限制本发明。
图1为本发明一个实施例提供的用于推荐文件打开工具的系统的结构图。如图1所示,本发明一个实施例提供了一种推荐文件打开工具的系统, 该系统包含:客户端100;以及服务器200。
其中,所述客户端100包含:接收器110,用于接收用户输入的文件打开指令;显示器130;处理器120,用于执行以下操作:根据所述文件打开指令,调用相应的应用APP打开所述文件;在所述客户端100内存在打开所述文件的APP的情况下,调用该APP打开所述文件;在所述客户端100内不存在所述APP的情况下,提取所述文件的MIME类型或后缀;确定支持所述MIME类型或后缀的APP;及在所述显示器130上推送支持该MIME类型或后缀的APP。该推送的支持该MIME类型或后缀的APP可以是一个或多个APP,对于多个APP的情形而言,用户可从该多个APP内选择下载。该客户端100的信息处理流程如图2所示。藉此,用户可根据该推送的信息,选择合适的APP进行下载,之后再利用该下载的APP打开所述文件。
对于所述客户端100如何确定支持所述MIME类型或后缀的APP,可考虑以下两种方式:
1)处理器120从预先存储的包含MIME类型或后缀与APP之间的对应关系的对应表内寻找支持所述MIME类型或后缀的APP。对于该种方式,客户端100内存储有所述对应表,该对应表可来自于服务器,并定期由服务器进行更新;以及
2)处理器120控制客户端100的发送器140将所提取的所述文件的MIME类型或后缀发送至服务器200。由服务器200的接收装置210接收来自客户端的MIME类型或后缀,处理装置220根据该MIME类型或后缀从预先存储的包含MIME类型或后缀与APP之间的对应关系的对应表内寻找支持所述MIME类型或后缀的APP,并通过发送装置230该服务器的将支持所述MIME类型或后缀的APP发送至所述客户端。之后,客户端100根据所接收的该支持MIME类型或后缀的APP来确定支持所述MIME类 型或后缀的APP。该方式的交互过程如图3所示。对于该方式而言,服务器200内存储有所述对应表,并可定期对其更新。
服务器200可针对所述服务器200内所存储的所有APP进行解析,得到每一APP的配置文件,即manifest文件,该文件内包含该APP所支持的MIME类型或者后缀(例如,pdf、.doc、以及.txt等)。之后,服务器可根据每一APP的所述配置文件,确定每一APP所支持的MIME类型或后缀,并生成包含MIME类型或后缀与APP之间的对应关系的对应表。
对于该对应表而言,很可能某一MIME类型或后缀对应于多个APP,即该多个APP均可打开具有该MIME类型或后缀的文件。在此情况下,服务器可获取该多个APP的安装量,选取安装量处于前几位的APP(例如,安装量为TOP3的APP),并将这些APP存入所述对应表内。安装量较大的APP往往可以反映出该APP的受欢迎程度、功能可靠度,将该APP提供用户显示是可以满足文件打开需求的。可选地,服务器还可获取所述多个APP的标签类型,选取标签类型为文档或工具类的APP,并将这些APP存入所述对应表内。由于这类文档或工具类的APP一般功能较为单一,属于专为打开所述文件所制作的工具,文件大小相对较小、更易于下载,更加适合于用户。可选地,运营商还可对存入所述对应表内的APP进行人工测试或者进行其他人工干预,从中剔除其认为不能符合用户要求的APP。当然,对于对应表内所存储的每一MIME类型或后缀所对应的APP而言,判断将何种APP优先推送给用户的规则并不限于上述依据安装量、标签类型、以及人工测试,这些规则中任一规则、其他本领域技术人员可以预见的规则、以及这些规则的任意组合均是可能的,本发明并不限于此。
以上介绍了服务器对于对应表的维护方式,亦可不对对应表进行上述维护,而是由服务器在从对应表内找到的支持所述MIME类型或后缀的多个APP,采用上述规则从该多个APP中挑选部分APP发送至客户端,亦可由 客户端采用上述规则在从服务器接收到的或从自身存储的对应表查找得到的所述多个APP中挑选部分APP推送至显示器。
通过上述技术方案,用户在客户端缺少相应APP而无法打开文件的情况下,可在客户端的显示器上获得推荐的APP,用户可从所推荐的APP中挑选APP进行下载,并利用该下载的APP打开所欲打开的文件,从而给用户带来的便利。
以上结合附图详细描述了本发明部分实施例的优选实施方式,但是,本发明并不限于上述实施方式中的具体细节,在本发明的技术构思范围内,可以对本发明的技术方案进行多种简单变型,这些简单变型均属于本发明的保护范围。
另外需要说明的是,在上述具体实施方式中所描述的各个具体技术特征,在不矛盾的情况下,可以通过任何合适的方式进行组合。为了避免不必要的重复,本发明对各种可能的组合方式不再另行说明。
此外,本发明的各种不同的实施方式之间也可以进行任意组合,只要其不违背本发明的思想,其同样应当视为本发明所公开的内容。

Claims (15)

  1. 一种用于推荐文件打开工具的客户端,包含:
    接收器,用于接收文件打开指令;
    显示器;
    处理器,用于执行以下操作:
    根据所述文件打开指令调用相应的应用APP打开所述文件;
    在所述客户端内不存在所述APP的情况下,提取所述文件的MIME类型或后缀;
    确定支持所述MIME类型或后缀的APP;及
    在所述显示器上推送支持该MIME类型或后缀的APP。
  2. 根据权利要求1所述的客户端,其中,所述处理器从预先存储的包含MIME类型或后缀与APP之间的对应关系的对应表内寻找支持所述MIME类型或后缀的APP。
  3. 根据权利要求1或2所述的客户端,其中,该客户端还包含:
    发送器,将所提取的所述文件的MIME类型或后缀发送至服务器;及
    所述接收器还用于从所述服务器接收支持所述MIME类型或后缀的APP。
  4. 根据权利要求1,2或3所述的客户端,其中,在一MIME类型或后缀对应于多个APP的情况下,优先推送标签类型为文档或工具类的APP。
  5. 一种用于推荐文件打开工具的服务器,包含:
    接收装置,用于接收来自客户端的MIME类型或后缀;
    处理装置,用于从预先存储的包含MIME类型或后缀与APP之间的对 应关系的对应表内寻找支持所述MIME类型或后缀的APP;以及
    发送装置,用于将支持所述MIME类型或后缀的APP发送至所述客户端。
  6. 根据权利要求5所述的服务器,其中,所述对应表通过以下步骤而被生成:
    对所述服务器内所存储的所有APP进行解析,得到每一APP的配置文件;
    根据每一APP的所述配置文件,确定每一APP所支持的MIME类型或后缀;以及
    生成包含MIME类型或后缀与APP之间的对应关系的对应表。
  7. 根据权利要求5或6所述的服务器,其中,在一MIME类型或后缀对应于多个APP的情况下,优先发送标签类型为文档或工具类的APP。
  8. 一种推荐文件打开工具的系统,其中,该系统包含:
    根据权利要求1-4中任一项权利要求所述的客户端;以及
    根据权利要求5-7中任一项权利要求所述的服务器。
  9. 一种在客户端内实施的推荐文件打开工具的方法,包含:
    接收文件打开指令;
    根据所述文件打开指令调用相应的应用APP打开所述文件;
    在所述客户端内不存在所述APP的情况下,提取所述文件的MIME类型或后缀;
    确定支持所述MIME类型或后缀的APP;及
    推送支持该MIME类型或后缀的APP。
  10. 根据权利要求9所述的方法,其中,确定支持所述MIME类型或后缀的APP包含:
    从预先存储的包含MIME类型或后缀与APP之间的对应关系的对应表内寻找支持所述MIME类型或后缀的APP。
  11. 根据权利要求9或10所述的方法,其中,确定支持所述MIME类型或后缀的APP包含:
    将所提取的所述文件的MIME类型或后缀发送至服务器;及
    从所述服务器接收支持所述MIME类型或后缀的APP。
  12. 根据权利要求9到11任一项所述的方法,其中,在一MIME类型或后缀对应于多个APP的情况下,优先推送标签类型为文档或工具类的APP。
  13. 一种在服务器内实施的推荐文件打开工具的方法,包含:
    接收来自客户端的MIME类型或后缀;
    从预先存储的包含MIME类型或后缀与APP之间的对应关系的对应表内寻找支持所述MIME类型或后缀的APP;以及
    将支持所述MIME类型或后缀的APP发送至所述客户端。
  14. 根据权利要求13所述的方法,其中,所述对应表通过以下步骤而被生成:
    对所述服务器内所存储的所有APP进行解析,得到每一APP的配置文 件;
    根据每一APP的所述配置文件,确定每一APP所支持的MIME类型或后缀;以及
    生成包含MIME类型或后缀与APP之间的对应关系的对应表。
  15. 根据权利要求13或14所述的方法,其中,在一MIME类型或后缀对应于多个APP的情况下,优先发送标签类型为文档或工具类的APP。
PCT/CN2016/089512 2015-12-01 2016-07-10 推荐文件打开工具的客户端、服务器、系统及方法 WO2017092354A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/243,374 US20170155702A1 (en) 2015-12-01 2016-08-22 Client and method for recommending file opening tool

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510861053.7A CN105897830A (zh) 2015-12-01 2015-12-01 推荐文件打开工具的客户端、服务器、系统及方法
CN2015108610537 2015-12-01

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/243,374 Continuation US20170155702A1 (en) 2015-12-01 2016-08-22 Client and method for recommending file opening tool

Publications (1)

Publication Number Publication Date
WO2017092354A1 true WO2017092354A1 (zh) 2017-06-08

Family

ID=57002964

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/089512 WO2017092354A1 (zh) 2015-12-01 2016-07-10 推荐文件打开工具的客户端、服务器、系统及方法

Country Status (2)

Country Link
CN (1) CN105897830A (zh)
WO (1) WO2017092354A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113934559B (zh) * 2021-12-15 2022-06-03 北京鲸鲮信息系统技术有限公司 应用程序查询方法、装置、设备和存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101924798A (zh) * 2010-09-08 2010-12-22 北京大学 一种基于文件类型的Android构件透明加载方法及系统
CN102841750A (zh) * 2012-07-18 2012-12-26 腾讯科技(深圳)有限公司 文件打开方法和装置
CN103106094A (zh) * 2013-03-06 2013-05-15 广东欧珀移动通信有限公司 一种打开文件方法及移动智能终端
CN104239045A (zh) * 2014-09-05 2014-12-24 珠海市君天电子科技有限公司 未知文件的打开方法及装置
CN104408090A (zh) * 2014-11-11 2015-03-11 百度在线网络技术(北京)有限公司 文件打开方法和装置

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100539788B1 (ko) * 2003-06-13 2006-01-10 엘지전자 주식회사 이동 통신 단말기의 비표준 마임 타입 지원 방법
CN104077400B (zh) * 2012-03-31 2018-07-27 奇智软件(北京)有限公司 文件推荐方法
US8751493B2 (en) * 2012-04-23 2014-06-10 Google Inc. Associating a file type with an application in a network storage service
CN102768676B (zh) * 2012-06-14 2014-03-12 腾讯科技(深圳)有限公司 一种格式未知文件的处理方法和装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101924798A (zh) * 2010-09-08 2010-12-22 北京大学 一种基于文件类型的Android构件透明加载方法及系统
CN102841750A (zh) * 2012-07-18 2012-12-26 腾讯科技(深圳)有限公司 文件打开方法和装置
CN103106094A (zh) * 2013-03-06 2013-05-15 广东欧珀移动通信有限公司 一种打开文件方法及移动智能终端
CN104239045A (zh) * 2014-09-05 2014-12-24 珠海市君天电子科技有限公司 未知文件的打开方法及装置
CN104408090A (zh) * 2014-11-11 2015-03-11 百度在线网络技术(北京)有限公司 文件打开方法和装置

Also Published As

Publication number Publication date
CN105897830A (zh) 2016-08-24

Similar Documents

Publication Publication Date Title
US20220103612A1 (en) Application Recommendation Method, Device, and System
US10667101B2 (en) Contextual deep linking of applications
EP2682863B1 (en) Installing applications remotely
US20160337462A1 (en) Method and system for pushing web application message
US20190124151A1 (en) Information sharing method, information sharing apparatus, and electronic device
TWI515581B (zh) 訪問音視頻社區虛擬房間之方法及系統
US9774582B2 (en) Private cloud connected device cluster architecture
JP5973655B2 (ja) コンテンツのオートコンプリートの実施
CN101389927A (zh) 用于检测特定计算机命令的处理装置、方法及计算机程序
US20170168881A1 (en) Process chain discovery across communication channels
CN108984197B (zh) 一种代码更新方法和装置
CN105447061A (zh) 下载完成后自动重命名文件的方法及系统
US8510423B2 (en) Install system and install method
CN103425501A (zh) 一种安装应用程序的方法、客户端、服务器端及系统
TW201818317A (zh) 業務實現方法、支付方法、業務實現裝置及支付服務端
WO2017092354A1 (zh) 推荐文件打开工具的客户端、服务器、系统及方法
US10033737B2 (en) System and method for cross-cloud identity matching
WO2016058385A1 (zh) 信息存储方法、装置及终端
WO2016095543A1 (zh) 搜索处理方法、搜索内容的显示方法、装置和计算机设备
US20170134933A1 (en) Optimizing setup for wireless devices
TW201500933A (zh) 在區域網路中進行資料分享與數據同步的方法
US20170155702A1 (en) Client and method for recommending file opening tool
US10659543B2 (en) System and methods for tracking the usage of digital services
WO2014146230A1 (en) Method and apparatus for querying resources through search field
CN105975354B (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: 16869666

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

Country of ref document: EP

Kind code of ref document: A1