CN108134811B - Method, device and system for distributing or downloading target file - Google Patents

Method, device and system for distributing or downloading target file Download PDF

Info

Publication number
CN108134811B
CN108134811B CN201711105395.1A CN201711105395A CN108134811B CN 108134811 B CN108134811 B CN 108134811B CN 201711105395 A CN201711105395 A CN 201711105395A CN 108134811 B CN108134811 B CN 108134811B
Authority
CN
China
Prior art keywords
file
information
component
target
target file
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.)
Active
Application number
CN201711105395.1A
Other languages
Chinese (zh)
Other versions
CN108134811A (en
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.)
Alibaba China Co Ltd
Original Assignee
Alibaba China 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 Alibaba China Co Ltd filed Critical Alibaba China Co Ltd
Priority to CN201711105395.1A priority Critical patent/CN108134811B/en
Publication of CN108134811A publication Critical patent/CN108134811A/en
Application granted granted Critical
Publication of CN108134811B publication Critical patent/CN108134811B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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]

Abstract

The invention discloses a method, a device and a system for distributing or downloading a target file. The target distribution method comprises the following steps: determining file components included in a target file suitable for the personalized information based on the personalized information of the user; determining component position information of each file component in the target file; and responding to a block downloading request from the user client, determining a file assembly where a file block requested to be downloaded by the block downloading request is located based on the assembly position information and the position range requested to be downloaded by the block downloading request, and issuing file block data corresponding to the determined file assembly to the user client. Therefore, by providing an efficient file block data streaming distribution/downloading scheme, a few memories are used for providing file downloading services, the storage space of the server and client resources are greatly saved, and the user experience is improved.

Description

Method, device and system for distributing or downloading target file
Technical Field
The present invention relates to the field of information technologies, and in particular, to a method, an apparatus, a system, a computing device, and a storage medium for distributing or downloading a target file.
Background
With the development of internet technology and the popularization of terminal devices such as smart phones, people are more and more accustomed to obtaining various information or files from networks. The same target file requested by the user has different versions (for example, APP suitable for various models) according to different characteristics of the user, such as device type, distribution channel or advertisement identification. While there may be only minor differences between different versions of a file.
If the server stores the target files of different versions respectively, the storage space of the background is multiplied, and the storage space is excessively occupied. If the file components corresponding to the target file are downloaded respectively and packaged on the terminal equipment again, a large amount of CPU resources of the terminal equipment are consumed, too long time is consumed, and bad experience is brought to a user.
Therefore, there is a need for an improved target file distribution scheme to address at least one of the problems described above.
Disclosure of Invention
The invention aims to provide a method, a device and a system for distributing or downloading a target file, which are used for issuing file block data corresponding to a target file requested by a user to a user client in a streaming manner without additional storage space or decompressing, recombining and packaging the file again by the client by providing an efficient streaming distribution/downloading scheme, thereby greatly saving resources of a server and the client and improving user experience.
According to an aspect of the present invention, there is provided a target file distribution method including: determining file components included in a target file suitable for personalized information based on the personalized information of the user; determining component position information of each file component in a target file; and responding to a block downloading request from the user client, determining a file assembly where a file block requested to be downloaded by the block downloading request is located based on the assembly position information and the position range requested to be downloaded by the block downloading request, and issuing file block data corresponding to the determined file assembly to the user client. The target file and the file components may preferably be ZIP formatted files.
Therefore, the file block data based on the personalized information and the block downloading request are directly issued to the client, and a light and efficient file streaming downloading service is provided.
Preferably, the step of determining component location information of each file component in the target file may include: searching a first file component and a second file component which are suitable for personalized information; constructing target file meta information based on first file information of the first file component and second file information of the second file component; and determining component location information of each file component in the target file based on the target file meta information.
Thus, streaming distribution and download services are efficiently provided by abstracting a reasonable data structure of file meta-information.
Preferably, the step of constructing the target file meta information may include: determining an insertion position of second file contents in the first file component, which is suitable for inserting the second file component, based on the file information of the first file component; and constructing target file meta information based on the first file information of the first file component, the second file information of the second file component and the insertion position.
Therefore, based on the information of each file assembly and the mutual relation of the information, the second file assembly is inserted into the first file assembly in a streaming mode, so that the client side is not required to decompress, recombine and package files, client side resources are saved, and user experience is improved.
Preferably, the distribution method may further include: and performing preprocessing operation on the first file component, wherein the preprocessing operation comprises adding a position identifier for indicating an insertion position in the first file component.
Therefore, by adding the position identifier, the server can quickly find the insertion position of the second file assembly in the first file assembly, and the file distribution efficiency is improved.
Preferably, the first file component may include first file content, a first file index, and first file information, the second file component may include second file content, and the target file meta information may include: the position of the first file index in the target file; and/or a location of a second file content in the target file, wherein the second file content is between the first file content and the first file index; and/or a position of the target file index in the target file, wherein the target file index is between the second file content and the file information content of the target file; and/or the size of the target file; and/or the file information content of the target file.
Preferably, the target file index is constructed according to the first file index, the second file content and the insertion position.
Therefore, the server side creatively constructs file meta information, provides file downloading service by using a small amount of memory and is a light service model.
Preferably, the first document component is a common document component included in all the target documents, and the second document component is a differential document component prepared for personalized information of the user.
Therefore, through the distribution scheme of the invention, only one public file component and a plurality of differentiated file components need to be stored in the background storage space of the server, and files of all versions do not need to be stored, so that the storage space of the server is greatly saved.
Preferably, the method may further comprise: the first file component is cached in a server cache.
Therefore, the first file assembly is cached, so that the server can rapidly provide the distribution service of the corresponding file block in the first file assembly, and the distribution efficiency is further improved.
Preferably, the method may further comprise: the target file meta-information is stored in association with the personalization information.
Therefore, the server can conveniently and quickly find the corresponding file assembly according to the personalized information and the corresponding target file meta information, and the distribution of the file block data is completed.
Preferably, the step of determining component location information of each file component in the target file comprises: and searching target file meta-information corresponding to the personalized information, determining component position information according to the searched target file meta-information under the condition that the target file meta-information is searched, and executing the step of constructing the target file meta-information based on first file information of the first file component and second file information of the second file component under the condition that the target file meta-information is not searched.
Thus, streaming distribution and downloading are efficiently provided by the data structure of the file meta-information.
Preferably, the method may further comprise: the method comprises the steps of obtaining user information and/or client information from a client, configuring personalized information suitable for the user and/or the client, wherein the personalized information comprises identification information of file components included in a target file suitable for the client. The user information and/or the client information may comprise at least one of: a user ID; the device type of the client; the user IP address.
Therefore, the adaptive file components are configured for the client side by individualizing according to the user information or the client side information.
According to another aspect of the present invention, there is also provided a target file downloading method, including: sending a target file downloading request to a server, wherein the downloading request comprises user information and/or client information; receiving personalized information configured by a server based on user information and/or client information, wherein the personalized information comprises identification information of file components included in a target file suitable for a client; and sending personalized information to the server to request the target file to be downloaded in a blocking mode.
According to another aspect of the present invention, there is also provided a target file distribution apparatus including: the component determining unit is used for determining file components included in the target file suitable for the personalized information based on the personalized information of the user; the position information determining unit is used for determining the component position information of each file component in the target file; and the distribution unit is used for responding to the blocking downloading request from the user client, determining the file assembly where the file block requested to be downloaded by the blocking downloading request is located based on the assembly position information and the position range requested to be downloaded by the blocking downloading request, and issuing the file block data corresponding to the determined file assembly to the user client.
Preferably, the position information determination unit includes: the searching unit is used for searching a first file component and a second file component which are suitable for personalized information; and the position information determining unit is used for determining the component position information of each file component in the target file based on the target file meta information.
Preferably, the meta information constructing unit includes: an insertion position determination unit for determining an insertion position of second file content in the first file component suitable for inserting the second file component based on the file information of the first file component; and a meta information construction unit for constructing target file meta information based on the first file information of the first file component, the second file information of the second file component, and the insertion position.
Preferably, the apparatus may further comprise: and the preprocessing unit is used for performing preprocessing operation on the first file assembly, and the preprocessing operation comprises adding a position identifier used for indicating an insertion position in the first file assembly.
Preferably, the first file component includes a first file content, a first file index, and first file information, the second file component includes a second file content, and the target file meta information includes: the position of the first file index in the target file; and/or a location of a second file content in the target file, wherein the second file content is between the first file content and the first file index; and/or a position of the target file index in the target file, wherein the target file index is between the second file content and the file information content of the target file; the size of the target file; and/or the file information content of the target file.
Preferably, the target file index is constructed according to the first file index, the second file content and the insertion position.
Preferably, the first document component is a common document component included in all the target documents, and the second document component is a differential document component prepared for personalized information of the user.
Preferably, the apparatus may further comprise: and the cache unit is used for caching the first file assembly in the server cache region.
Preferably, the apparatus may further comprise: and the storage unit is used for storing the meta information of the target file in association with the personalized information.
Preferably, the lookup unit is further configured to: and searching target file meta information corresponding to the personalized information, determining component position information according to the searched target file meta information by a position information determining unit under the condition that the target file meta information is searched, and executing a step of constructing the target file meta information based on first file information of the first file component and second file information of the second file component by a constructing unit under the condition that the target file meta information is not searched.
Preferably, the apparatus may further comprise: and the personalized configuration unit is used for acquiring the user information and/or the client information from the client and configuring personalized information suitable for the user and/or the client, wherein the personalized information comprises identification information of a file component included in a target file suitable for the client.
According to another aspect of the present invention, there is also provided a target file downloading apparatus, including: the download request unit is used for sending a target file download request to the server, wherein the download request comprises user information and/or client information; the information receiving unit is used for receiving personalized information configured by the server based on the user information and/or the client information, wherein the personalized information comprises identification information of a file component included in a target file suitable for the client; and the information sending unit is used for sending the personalized information to the server so as to request the target file to be downloaded in blocks.
According to another aspect of the present invention, there is also provided a target file distribution system, including one or more servers and a plurality of clients, wherein the clients send target file download requests to the servers, and the download requests include user information and/or client information; the server is used for: determining file components included in a target file suitable for personalized information based on the personalized information of the user, wherein the personalized information is configured by the server based on the user information and/or the client information and comprises identification information of the file components included in the target file suitable for the client; determining component position information of each file component in a target file; and responding to a block downloading request from the user client, determining a file assembly where a file block requested to be downloaded by the block downloading request is located based on the assembly position information and the position range requested to be downloaded by the block downloading request, and issuing file block data corresponding to the determined file assembly to the user client.
According to another aspect of the present invention, there is also provided a computing device comprising: a processor; and a memory having executable code stored thereon, which when executed by the processor, causes the processor to perform the above-mentioned methods.
According to another aspect of the present invention, there is also provided a non-transitory machine-readable storage medium having stored thereon executable code, which when executed by a processor of an electronic device, causes the processor to perform the above-mentioned method.
Therefore, by providing an efficient streaming distribution/download scheme, the file block data corresponding to the target file requested by the user is streamed and issued to the user client without additional storage space or the client does not need to decompress, reassemble and package the file again, so that resources of the server and the client are greatly saved, and user experience is improved.
Drawings
The above and other objects, features and advantages of the present disclosure will become more apparent by describing in greater detail exemplary embodiments thereof with reference to the attached drawings, in which like reference numerals generally represent like parts throughout.
FIG. 1 shows a schematic diagram of a target file distribution system according to one embodiment of the invention.
Fig. 2 shows a schematic diagram of an implementation mechanism of a target file distribution system according to an embodiment of the invention.
FIG. 3 shows a schematic flow diagram of a target file distribution method according to one embodiment of the present invention.
Fig. 4 shows a schematic block diagram of a target file download method according to an embodiment of the present invention.
Fig. 5 shows an application example according to the invention.
Fig. 6 shows a schematic block diagram of a target file distribution apparatus according to an embodiment of the present invention.
FIG. 7 shows a schematic block diagram of a target file download apparatus according to one embodiment of the present invention.
FIG. 8 shows a schematic block diagram of a computing device in accordance with one embodiment of the present invention.
Detailed Description
Preferred embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While the preferred embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As previously mentioned, existing target file distribution or download schemes still suffer from serious deficiencies. For example, taking an installation package file of an application APP as an example, for the same application, different user characteristics, distribution channels, advertisement identifiers of the application system itself, and other characteristics all cause some identification files in the application installation package file to be different, and even though the part of the file occupies a small part of the application installation package file, installation package files of different versions of the same application may also be caused.
In the existing technical solution, a plurality of application installation package files with differentiation are generally divided into two parts: all installation files include one common file portion and a plurality of differential file portions having differences. There are two different file distribution schemes:
in the first aspect, application installation package files of each version with different characteristics are stored in a server, and when a user needs the application installation files requested by the user are sent to a client for installation and use.
In the second aspect, the client downloads the public file part of the application APP requested by the user, then downloads the corresponding differentiated file part, and then assembles the public file part and the differentiated file part into a new installation package file at the client for installation and use.
However, the distribution scheme of the first aspect occupies too much storage space of the server, the technical scheme of the second aspect consumes a large amount of CPU resources of the client, and the installation time is too long, which also greatly reduces the installation success rate and brings bad experience to the user.
Therefore, the invention provides an improved target file distribution scheme to save server storage resources and client CPU resources and improve user experience.
In the technical scheme of the invention, the target file refers to a specific file requested when a user (or a client) sends a file downloading request. Any file may be the target file of the present invention, which may include but is not limited to a text document, a picture, a program, or a combined package of multiple file components, and the present invention is not limited thereto.
It should also be understood by those skilled in the art that the installation file of the APP is taken as the target file, which is only illustrative and not limiting.
The technical solution of the present invention will be described in detail with reference to the accompanying drawings and embodiments.
FIG. 1 shows a schematic diagram of a target file distribution system according to one embodiment of the invention.
As shown in fig. 1, the target file distribution system may include one server 20 and a plurality of terminal devices 10. The terminal device 10 can transmit and receive information to and from the server 20 via the network 40. The server 20 can acquire contents required by the terminal device 10 by accessing the database 30. Network 40 may be a network for information transfer in a broad sense and may include one or more communication networks such as a wireless communication network, the internet, a private network, a local area network, a metropolitan area network, a wide area network, or a cellular data network, among others.
It should be noted that the underlying concepts of the exemplary embodiments of the present invention are not altered if additional modules are added or removed from the illustrated environments. In addition, although a bidirectional arrow from the database 30 to the server 20 is shown in the figure for convenience of explanation, it will be understood by those skilled in the art that the above-described data transmission and reception may be realized through the network 40.
The terminal device 10 is any suitable electronic device, preferably a mobile device, including but not limited to a smartphone, tablet, or other client, that can be used for network access. The server 20 is any server capable of providing information required for an interactive service through a network. And one or a part of them will be selected for description in the following description (for example, the terminal device 10-1), but it should be understood by those skilled in the art that the above-mentioned 1 … N mobile terminals are intended to represent a large number of mobile terminals existing in a real network, and the single server 20 and database 30 shown are intended to represent that the technical solution of the present invention relates to the operation of the server and the database. The detailed description of the mobile terminal and the single server and database with specific numbers is at least for convenience of description and does not imply any limitation as to the type or location of the mobile terminal and server.
In a preferred embodiment, the server 20 may be a cloud server, and the database 30 may also be a disk space stored in the cloud server.
It will be understood by those skilled in the art that in the present invention, "user," "client" and "terminal device" may be used interchangeably herein, as not expressly stated. Moreover, the descriptions of "first" and "second" herein are intended to distinguish between the objects of description, and not to specify any order or magnitude by which the objects may be claimed.
Fig. 2 shows a schematic diagram of an implementation mechanism of a target file distribution system according to an embodiment of the invention.
As shown in fig. 2, when a user sends a target file download request to a server via a client, the server configures adaptive personalized information for the user according to user information and/or client information included in the download request, and sends the configured personalized information to the client of the user. Meanwhile, the server can determine file components included in the target file suitable for the personalized information based on the personalized information, and further determine component position information of each file component in the target file.
Therefore, the server can respond to the blocking downloading request from the user client, determine the file assembly where the file block requested to be downloaded by the blocking request is located based on the assembly position information and the position range requested to be downloaded by the blocking request, and send the file block data corresponding to the determined file assembly to the user client.
So far, the implementation mechanism of the present invention is briefly described, and the following describes in detail the specific implementation process of the present invention with reference to specific embodiments.
FIG. 3 shows a schematic flow diagram of a target file distribution method according to one embodiment of the present invention. The method may be implemented on the server side as shown in fig. 1. Among them, the method shown in fig. 3 can be applied to various object files.
Referring to fig. 3, in step S310, file components included in a target file suitable for personalized information are determined based on the personalized information of the user.
The target file mentioned herein refers to a specific file requested when a user (or client) makes a file download request. It should be understood that any file may be the target file of the present invention, which may include but is not limited to a text document, a picture, a program or a combined package of multiple files, and the present invention is not limited thereto.
In the invention, the target file can be formed by one or more file components, the file components refer to files forming the target file, and each file component can comprise a plurality of file blocks. The target file and the file components may preferably be ZIP formatted files. Also, the target file and/or each file component may include file content, a file index, basic information of the file, and the like.
The personalized information may be configured by the server for the user or the client thereof, and the personalized information may include identification information of the file component included in the target file suitable for the client, and the representation information may include, but is not limited to, a file component name, a file component number or other representation information.
When a user wishes to obtain a certain file, the user sends a target file downloading request to the server through the client, the downloading request may include user information and/or client information, and the user information and/or client information may include, but is not limited to, a user ID, a device type of the client, a user IP address, and the like. After receiving the download request, the server may configure personalized information suitable for the user and/or the client based on the user information and/or the client information. In this way, the server can determine the file components that are included in the target file that are appropriate for the personalized information.
The personalized information may be configured by the server in real time in response to a download request of the user, or may be configured by the server when idle based on user information or client information. In a preferred embodiment, the configured personalized information can be issued to the user client, so that when the user issues the target file downloading request, the personalized information can be issued in association with the target file downloading request, so that the server can quickly determine the appropriate file components according to the personalized information.
Then, in step S320, the server may determine component location information of each file component in the target file.
The component position information is the position information of each file component in the target file, and can be determined according to the file information of each file component or the target file meta information. The meta information is information about information, and is used to describe the structure, semantics, usage, and the like of the information. The target file meta information is information about the target file and may include, but is not limited to, the size of the target file, the location of the target file content, the location of the target file index, the target file information content, and so on.
In a preferred embodiment, the server may find a first file component and a second file component suitable for the personalized information, and construct the target file meta information based on the first file information of the first file component and the second file information of the second file component. Component location information for each file component in the target file may be determined based on the target file meta-information.
Here, the first file component may preferably include first file content, a first file index, first file information, and the second file component may preferably include second file content.
The target file meta information may include: the location of the first file index in the target file, the location of the second file content in the target file, the location of the target file index in the target file, the size of the target file, the file information content of the target file, and the like. Wherein the second file content may be between the first file content and the first file index, and the target file index is between the second file content and the information content of the target file.
The target file index may include a first file index and a second file index, which may be constructed from the first file information and the second file information while constructing the target file meta information.
In a more preferred embodiment, the server may determine an insertion position of second file content in the first file component suitable for the second file component based on the first file information of the first file component, and construct the target file meta information based on the first file information of the first file component, the second file information of the second file component, and the insertion position. At this time, the target file index may be constructed according to the first file index, the second file content, and the insertion position in the process of constructing the target file meta information.
The insertion location is the location where a second file component is to be inserted in the first file component, which may be a one byte location marker. In a preferred embodiment, the server may perform a preprocessing operation on each file component in advance, for example, add a location identifier indicating an insertion location in the first file component.
When the second file component includes only the second file content, the insertion location may preferably be located at the end of the first file content. When the second file component includes the second file content, the second file index, and the second file information content, the insertion position may be located at the end of the first file content, the end of the first file index, and the end of the first file information content, respectively. Therefore, the corresponding insertion position of the second file component can be quickly determined according to the index information of the first file.
If the contents of the second file element are inserted into the insertion position and the space occupied by the contents of the second file is more than one byte, the element positions of the respective file elements of the target file are shifted. Thus, the above-mentioned target file meta information may further include offset or end position information of the respective file components, e.g., a second file content offset position, a second file content end position, a second file index offset position, a second file index end position, a target file index offset position.
The constructed target file meta information may be stored in association with personalized information of the user. When the server receives a download request sent by the client and configures the corresponding personalized information for the download request, the server can preferentially search the meta information of the target file suitable for the personalized information. And under the condition that the target file meta-information is found, determining the component position information of each file component according to the found target file meta-information. And under the condition that the target file meta-information is not found, the step of constructing the target file meta-information based on the first file information of the first file component and the second file information of the second file component is executed so as to determine the component position information of each file component.
Then, in step S330, in response to the block downloading request from the user client, based on the component location information and the location range requested to be downloaded by the block downloading request, the server may determine a file component in which the file block requested to be downloaded by the block downloading request is located, and send the file block data corresponding to the determined file component to the user client.
The client may request data, which may be chunk requested, preferably via the HTTP protocol. For example, 1-100 bytes are requested for the first time and 101-200 bytes are requested for the second time. The server firstly determines the insertion position of the second file component, for example, the insertion position is inserted into the 500-plus 660-byte interval, and when the client requests the corresponding byte segment, the server sends the corresponding file block data of the corresponding file component, thereby realizing the ZIP binary stream type package downloading of the target file. Therefore, the file block data of the corresponding file assembly is directly transmitted to the client in a streaming manner without additional storage space or file decompression or repackaging at the client, streaming downloading of the target file is realized, and resources of the server and the client are greatly saved.
The target file as described above may have different versions for different properties. Therefore, in a preferred embodiment of the present invention, the first file component may be a common file component included in all versions of the target file, and the second file component may be a differential file component prepared for personalized information of the user.
Therefore, the server can only store one public file assembly and a plurality of differential file assemblies without storing target files of all versions, and the storage space of the server can be greatly saved.
As the common file component, it may need to be frequently called when distributing different versions of the target file, therefore, in a preferred embodiment, for a first file component that is used more frequently, it may also be cached in the cache of the server, and for all second file components that are not used frequently, it may be stored in the background storage space of the server instead of caching in the cache of the server.
Therefore, after receiving a target file downloading request of a user, the server can rapidly issue corresponding file block data to the client, and therefore file distribution efficiency is improved.
Further, in a preferred embodiment, the server may perform a preprocessing operation on the first/second file components before step S210. The preprocessing operations may or may not be identical for different file components. For example, the preprocessing operation may include adding a location identifier to indicate an insertion location in the first file component. Or the preprocessing operation may also include corresponding channels for each file in the second file component, and so on.
The object file distribution scheme of the present invention can also be implemented as an object file downloading method, and fig. 4 shows a schematic flowchart of an object file downloading method according to an embodiment of the present invention. The method may be implemented on the client side as shown in fig. 1.
As shown in fig. 4, in step S410, a target file download request is sent to the server, where the download request includes user information and/or client information.
In step S420, personalized information configured by the server based on the user information and/or the client information is received, the personalized information including identification information of file components included in the target file suitable for the client.
In step S430, the personalization information is sent to the server to request the chunking download of the target file.
The client can receive the file block data sent by the server. After downloading, the target file can be directly browsed or used by a user, file decompression or repackaging is not needed to be carried out on the application installation file at the client, the CPU resource of the client is greatly saved, the application installation time is shortened, and the user experience is improved.
So far, the technical scheme of the invention has been explained in detail by combining with the figures 3-4.
[ application example ]
For better understanding of the present invention, the following description will take an installation file of an APP as an example of an object file of the present invention.
Based on different user characteristics, device types, distribution channels, etc., the same target application may have different versions of installation files, each version of installation files being not identical. For example, for the same application, based on different operating systems (e.g., Android, iOS, Windows), different devices (e.g., apple, association, dell, goicho, hua, samsung, etc.), different device types (e.g., association ideal Pad and ThinkPad, etc.), different distribution channels (e.g., application marketplace, application store, 91 assistant, 360 butler), etc. Although the differentiated file only occupies a very small memory, the storage space occupied by all versions of installation files is very large, and if the server stores all installation files, the storage space is greatly wasted.
In this application example, the file parts included in all the target files are regarded as the common files as the first file components of the target files, and the differentiated file parts aiming at the personalized information of the user are regarded as the differentiated files and regarded as the second file components of the target files. It should be understood that in the present invention, the same application may preferably have one common file and one or more differential files.
The server may perform a preprocessing operation on the first/second file components in advance. For example, a location identifier for indicating an insertion location of a differentiated document is added to the public document, and different advertisement identifiers and distribution channels are correspondingly corresponding to the differentiated documents, for example, channel 1 corresponds to differentiated document 1, channel 2 corresponds to differentiated document 2 … …, channel n corresponds to differentiated document n, and so on.
The common file and each differentiated file may be stored in a background storage space of the server. In a preferred embodiment, the common files which are used more frequently can be preferentially cached in a cache area of the server, and the different files which are used less frequently are stored in a background storage space of the server, so that the server can rapidly issue the corresponding files in response to a download request of a user.
The user sends a target file downloading request to the server through the client of the user, and sends the target file downloading request to the server, wherein the downloading request comprises user information and/or client information, such as user ID, client equipment type, user IP address and the like.
The server configures adaptive personalized information for the user information and/or the client information according to the user information and/or the client information, wherein the personalized information may include identification information of each file component of the target file, such as a name of a public file, a number of a differentiated file, and the like. And the server can provide the personalized information to the user, so that the user can use the personalized information as a request parameter for requesting to download the target file.
Target file size
Differential file offset location
Differentiated document end positions
Differential file index offset position
Differentiated file index end position
Target file index offset location
Information content of target file
TABLE 1
In step S510, the server searches whether there is target file meta-information corresponding to the personalized information of the user in the cache region according to the personalized information of the user, and when the target file meta-information corresponding to the personalized information is not found in the cache region, the server may construct the target file meta-information in table 1 in real time according to the personalized information of the user, and the main steps include:
1) in step S520, searching for a common file and a differential file suitable for personalized information;
2) in step S530, reading the end of the public file, obtaining file basic information of the public file, and obtaining the start position of the public file index area;
3) in step S540, reading the common file index area, traversing the common file index area, and finding the insertion position of the differentiated file;
4) in step S550, the file index information of the common file is read, the common file meta information is constructed, the corresponding differential file is read, the target file meta information shown in table 1 is constructed according to the common file meta information, and the target file index is updated.
The server caches corresponding meta information, reads corresponding file content according to the file range of the HTTP request, and returns the content: and reading the content of the public file for the interval of the public file, and reading the content of the differentiated file for the interval of the differentiated file. Thus, the target file is distributed and downloaded.
When the corresponding target file meta information is found in step S510, step S560 is performed, and in step S560, the server obtains the start position and the end position of the location Range (Range) requested to be downloaded by the HTTP request from the client. Subsequently, in step S570, the component position information of the common file and the differentiated file included in the target file is determined according to the target file meta information, and the common file and/or the differentiated file where the block data requested to be downloaded by the block downloading request is located is determined according to the component position information and the position range requested to be downloaded by the block downloading request of the client, the corresponding common content is read in the common file interval, the corresponding differentiated content is read in the differentiated file interval, and the read content is delivered to the client of the user. Thus, the target file is distributed and downloaded.
With the "guest letter: the APP is 1.2GB, and if the background system has 200 channels and 10 advertisement identifiers, the installation packages corresponding to different channels and advertisement identifiers are different. During the test, an iPhone terminal is used for testing. Compared with other schemes, the scheme for distributing or downloading the target file has the following value:
1. in the aspect of system storage space, for the same application, the scheme only needs to store one public part of the application file and 200 × 10 differentiated files, 1999 public part storage (1999 × 1.2GB) is saved, and the use of the storage space can be greatly reduced.
2. In the background service process, the background system provides a streaming downloading pipeline, so that the use of a memory is greatly saved, and the server resources are saved.
3. In the aspects of client consumption and user experience, the client using the method only needs to download the corresponding application installation file according to the parameters for installation. Compared with the common part and the difference part for downloading the installation files, the scheme of locally packaging the files at the client has the advantages of saving CPU resources, reducing the power consumption by 3 percent, shortening the installation time by 6 seconds and improving the user experience.
So far, the implementation flow of target file distribution and download when the installation file of the application APP is used as the target file has been described in detail with reference to fig. 5 and the application example.
Fig. 6 is a block diagram showing a configuration of a target file distribution apparatus (hereinafter referred to as a distribution apparatus) according to an embodiment of the present invention. Wherein the functional blocks of the distribution apparatus 600 can be implemented by hardware, software, or a combination of hardware and software implementing the principles of the present invention. It will be appreciated by those skilled in the art that the functional blocks described in fig. 6 may be combined or divided into sub-blocks to implement the principles of the invention described above. Thus, the description herein may support any possible combination, or division, or further definition of the functional modules described herein.
The distribution apparatus 600 shown in fig. 6 may be used to implement the target file distribution method shown in fig. 3, and only the functional modules that the distribution apparatus 600 may have and the operations that each functional module may perform are briefly described below, and for the details involved therein, reference may be made to the description above in conjunction with fig. 3, and details are not repeated here.
As shown in fig. 6, the target file distributing apparatus 600 of the present invention may include a component determining unit 610, a location information determining unit 620, and a distributing unit 630.
The component determining unit 610 may be configured to determine a file component included in the target file suitable for the personalized information based on the personalized information of the user. The target file and the file components may preferably be ZIP-formatted files.
The location information determining unit 620 may be used to determine component location information of each file component in the target file.
The distributing unit 630 may be configured to, in response to a blocking download request from a user client, determine a file assembly where a file block requested to be downloaded by the blocking download request is located based on the assembly location information and the location range requested to be downloaded by the blocking download request, and send file block data corresponding to the determined file assembly to the user client.
In a preferred embodiment, the location information determining unit 620 may include a lookup unit 621 and a meta information construction unit 623.
The lookup unit 621 may be configured to lookup a first file component and a second file component suitable for the personalized information. The meta information construction unit 623 may be configured to construct target file meta information based on the first file information of the first file component and the second file information of the second file component. The location information determining unit 620 may determine component location information of each file component in the target file based on the target file meta information.
In a preferred embodiment, the meta information construction unit 623 may optionally include: an insertion position determination unit (not shown in the figure). The insertion position determination unit may be configured to determine an insertion position of the second file content in the first file component, which is suitable for inserting the second file component, based on the file information of the first file component. The meta information construction unit 623 may construct target file meta information based on the first file information of the first file component, the second file information of the second file component, and the insertion position.
In a preferred embodiment, the distribution device 600 may also optionally include a preprocessing unit 640. The preprocessing unit 640 may be configured to perform a preprocessing operation on the file components, where the preprocessing operation includes adding a location identifier indicating an insertion location in the first file component. The preprocessing operation may also include corresponding different advertisement identifications and distribution channels to respective files in the second file component.
The first file component may include first file content, a first file index, and first file information, the second file component may include second file content, and the target file meta information includes: the position of the first file index in the target file; and/or a location of a second file content in the target file, wherein the second file content is between the first file content and the first file index; and/or the location of the target file index in the target file; the size of the target file; and/or the file information content of the target file.
Preferably, the first document component is a common document component included in all the target documents, and the second document component is a differential document component prepared for personalized information of the user.
The distribution apparatus 600 may also optionally include a cache unit 650 and a storage unit 660. The caching unit 650 may be configured to cache the first file component in a server cache. The storage unit 660 may be used to store the target file meta-information in association with the personalization information.
The search unit 621 may also be configured to search for target file meta information corresponding to the personalization information.
In the case where the target file meta information is found, the location information determining unit 620 may determine the component location information according to the found target file meta information.
In the case that the target file meta-information is not found, the finding unit 621 may find a first file component and a second file component suitable for the personalized information, and the meta-information constructing unit performs the step of constructing the target file meta-information based on the first file information of the first file component and the second file information of the second file component.
Preferably, the distribution device 600 may also optionally include a personalization configuration unit 670. The personalization configuration unit 670 may be configured to obtain user information and/or client information from the client, and configure, for the user and/or the client, personalization information suitable for the user and/or the client, where the personalization information includes identification information of a file component included in a target file suitable for the client. The user information and/or the client information may be an ID of the user, a client device type, an IP address of the user, and the like, and the identification information may include, but is not limited to, a name, a number, and the like of the file component.
In addition, the invention also provides a target file downloading device. Fig. 7 shows a schematic block diagram of a target file downloading apparatus (hereinafter, referred to as a downloading apparatus) according to an embodiment of the present invention.
As shown in fig. 7, the downloading apparatus 700 of the present invention may include a download requesting unit 710, an information receiving unit 720, and an information transmitting unit 730.
The download request sending unit 710 may be configured to send a target file download request to the server, where the download request includes user information and/or client information.
The information receiving unit 720 may be used to receive personalized information configured by the server based on the user information and/or the client information. The personalized information may include identification information of a file component included in the target file suitable for the client, and the identification information may include, but is not limited to, a name or a number of the file component, and the like.
The information sending unit 730 may be configured to send personalized information to the server to request the chunked download of the target file.
The object file distribution scheme of the present invention may also be implemented by a computing device. FIG. 8 shows a schematic block diagram of a computing device in accordance with one embodiment of the present invention.
As shown in fig. 8, the computing device of the present invention may include a processor 810 and a memory 820. The memory 820 may have executable code stored thereon that, when executed by the processor 810, causes the processor 810 to perform the methods described above. The specific implementation process can be referred to the above related description, and is not described herein again.
Methods, apparatuses, systems and computing devices for target file distribution or download according to the present invention have been described in detail above with reference to the accompanying drawings.
Furthermore, the method according to the invention may also be implemented as a computer program or computer program product comprising computer program code instructions for carrying out the above-mentioned steps defined in the above-mentioned method of the invention.
Alternatively, the invention may also be embodied as a non-transitory machine-readable storage medium (or computer-readable storage medium, or machine-readable storage medium) having stored thereon executable code (or a computer program, or computer instruction code) which, when executed by a processor of an electronic device (or computing device, server, etc.), causes the processor to perform the steps of the above-described method according to the invention.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems and methods according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Having described embodiments of the present invention, the foregoing description is intended to be exemplary, not exhaustive, and not limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terminology used herein is chosen in order to best explain the principles of the embodiments, the practical application, or improvements made to the technology in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.

Claims (29)

1. A target file distribution method, comprising:
preparing a plurality of file components, wherein the file components can be combined into a target file at a client;
determining file components capable of being combined into a target file suitable for the personalized information based on the personalized information of the user;
determining component position information of each file component in the target file; and
and responding to a block downloading request from a user client, determining a file assembly where the file block requested to be downloaded by the block downloading request is located based on the assembly position information and the position range of the file block requested to be downloaded by the block downloading request in a target file, and issuing the file block data corresponding to the determined file assembly to the user client.
2. The method of claim 1, wherein the step of determining component location information for each file component in the target file comprises:
searching a first file component and a second file component which are suitable for the personalized information;
constructing target file meta information based on first file information of the first file component and second file information of the second file component; and
and determining the component position information of each file component in the target file based on the target file meta information.
3. The method of claim 2, wherein the constructing target file meta information comprises:
determining an insertion position of second file content in the first file component suitable for inserting the second file component based on the file information of the first file component; and
and constructing target file meta information based on the first file information of the first file component, the second file information of the second file component and the inserting position.
4. The method of claim 3, further comprising:
and performing preprocessing operation on the first file component, wherein the preprocessing operation comprises adding a position identifier used for indicating the inserting position in the first file component.
5. The method of claim 3, wherein,
the first file component comprises first file content, a first file index and first file information,
the second file component includes second file content,
the target file meta information includes:
the first file index is indexed by the location in the target file; and/or
A location of the second file content in the target file, wherein the second file content is between the first file content and the first file index; and/or
A location of a target file index in the target file, wherein the target file index is between the second file content and a file information content of the target file; and/or
The size of the target file; and/or
The file information content of the target file.
6. The method of claim 5, wherein the target file index is constructed from the first file index, the second file content, and the insertion location.
7. The method of claim 3, wherein,
the first file component is a common file component included in all the target files, and the second file component is a differential file component prepared aiming at personalized information of a user.
8. The method of claim 7, further comprising:
caching the first file assembly in a server cache region.
9. The method of claim 2, further comprising:
storing the target file meta-information in association with the personalized information.
10. The method of claim 9, wherein the step of determining component location information for each file component in the target file comprises:
searching for target file meta-information corresponding to the personalized information,
determining the component location information according to the searched target file meta information in case that the target file meta information is searched,
and under the condition that the target file meta-information is not found, executing the step of constructing the target file meta-information based on the first file information of the first file component and the second file information of the second file component.
11. The method of claim 1, further comprising:
the method comprises the steps of obtaining user information and/or client information from a client, and configuring personalized information suitable for the user and/or the client, wherein the personalized information comprises identification information of a file component included in a target file suitable for the client.
12. The method of claim 11, wherein the user information and/or client information comprises at least one of:
a user ID;
the device type of the client;
the user IP address.
13. The method of any one of claims 1-12,
the target file and the file components are ZIP formatted files.
14. A target file downloading method comprises the following steps:
sending a target file downloading request to a server, wherein the downloading request comprises user information and/or client information;
receiving personalized information configured by the server based on the user information and/or client information, wherein the personalized information comprises identification information of file components capable of being combined into a target file suitable for the client, and the server can determine component position information of each file component in the target file based on the personalized information;
and sending the personalized information to a server to request for downloading the target file in a blocking manner, wherein the file block data corresponding to the file assembly where the file block requested to be downloaded by the blocking downloading request is located is downloaded from the file assembly where the file block requested to be downloaded by the blocking downloading request is located based on the assembly position information and the position range of the file block requested to be downloaded by the blocking downloading request in the target file.
15. A target file distribution apparatus comprising:
a component determination unit for preparing a plurality of file components which can be combined into a target file at a client, and determining a file component which can be combined into a target file suitable for personalized information based on the personalized information of a user;
the position information determining unit is used for determining the component position information of each file component in the target file; and
and the distribution unit is used for responding to a block downloading request from a user client, determining a file assembly where the file block requested to be downloaded by the block downloading request is located based on the assembly position information and the position range of the file block requested to be downloaded by the block downloading request in the target file, and issuing the file block data corresponding to the determined file assembly to the user client.
16. The apparatus of claim 15, wherein the location information determining unit comprises:
the searching unit is used for searching a first file component and a second file component which are suitable for the personalized information;
a meta information construction unit for constructing target file meta information based on first file information of the first file component and second file information of the second file component,
the position information determination unit determines component position information of the respective file components in the target file based on the target file meta information.
17. The apparatus of claim 16, wherein the meta information constructing unit comprises:
an insertion position determination unit configured to determine an insertion position of second file content in the first file component, which is suitable for inserting the second file component, based on file information of the first file component; and
the meta information constructing unit is configured to construct target file meta information based on first file information of the first file component, second file information of the second file component, and the insertion position.
18. The apparatus of claim 17, further comprising:
the preprocessing unit is used for preprocessing the first file assembly, and the preprocessing operation comprises adding a position identifier used for indicating the inserting position in the first file assembly.
19. The apparatus of claim 17, wherein,
the first file component comprises first file content, a first file index and first file information,
the second file component includes second file content,
the target file meta information includes:
the first file index is indexed by the location in the target file; and/or
A location of the second file content in the target file, wherein the second file content is between the first file content and the first file index; and/or
A location of a target file index in the target file, wherein the target file index is between the second file content and a file information content of the target file; and/or
The size of the target file; and/or
The file information content of the target file.
20. The apparatus of claim 19, wherein the target file index is constructed from the first file index, the second file content, and the insertion location.
21. The apparatus of claim 17, wherein,
the first file component is a common file component included in all the target files, and the second file component is a differential file component prepared aiming at personalized information of a user.
22. The apparatus of claim 21, further comprising:
and the cache unit is used for caching the first file assembly in a server cache region.
23. The apparatus of claim 16, further comprising:
and the storage unit is used for storing the target file meta-information in association with the personalized information.
24. The apparatus of claim 23, wherein the lookup unit is further configured to:
searching for target file meta-information corresponding to the personalized information,
the position information determining unit determines the component position information according to the searched target file meta information in the case where the target file meta information is searched,
and under the condition that the target file meta-information is not found, the constructing unit executes the step of constructing the target file meta-information based on the first file information of the first file component and the second file information of the second file component.
25. The apparatus of claim 15, further comprising:
the personalized configuration unit is used for acquiring user information and/or client information from a client and configuring personalized information suitable for the user and/or the client, wherein the personalized information comprises identification information of a file component included in a target file suitable for the client.
26. An object file downloading apparatus comprising:
the download request unit is used for sending a target file download request to the server, wherein the download request comprises user information and/or client information;
the information receiving unit is used for receiving personalized information configured by the server based on the user information and/or the client information, the personalized information comprises identification information of file components which can be combined into a target file suitable for the client, and the server can determine component position information of each file component in the target file based on the personalized information;
and the information sending unit is used for sending the personalized information to a server to request for downloading the target file in a blocking mode, wherein corresponding file block data is downloaded from the file assembly where the file block requested to be downloaded by the blocking downloading request is located based on the assembly position information and the position range of the file block requested to be downloaded by the blocking downloading request in the target file.
27. A target file distribution system comprises one or more servers and a plurality of clients, wherein the clients send target file downloading requests to the servers, and the downloading requests comprise user information and/or client information;
the server is configured to:
preparing a plurality of file components, wherein the file components can be combined into a target file at a client;
determining file components capable of being combined into a target file suitable for the personalized information based on the personalized information of the user, wherein the personalized information is configured by the server based on the user information and/or client information and comprises identification information of the file components included in the target file suitable for the client;
determining component position information of each file component in the target file; and
and responding to a block downloading request from a user client, determining a file assembly where the file block requested to be downloaded by the block downloading request is located based on the assembly position information and the position range of the file block requested to be downloaded by the block downloading request in a target file, and issuing the file block data corresponding to the determined file assembly to the user client.
28. A computing device, comprising:
a processor; and
a memory having executable code stored thereon, which when executed by the processor, causes the processor to perform the method of any of claims 1-14.
29. A non-transitory machine-readable storage medium having stored thereon executable code, which when executed by a processor of an electronic device, causes the processor to perform the method of any of claims 1-14.
CN201711105395.1A 2017-11-10 2017-11-10 Method, device and system for distributing or downloading target file Active CN108134811B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711105395.1A CN108134811B (en) 2017-11-10 2017-11-10 Method, device and system for distributing or downloading target file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711105395.1A CN108134811B (en) 2017-11-10 2017-11-10 Method, device and system for distributing or downloading target file

Publications (2)

Publication Number Publication Date
CN108134811A CN108134811A (en) 2018-06-08
CN108134811B true CN108134811B (en) 2021-08-27

Family

ID=62388731

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711105395.1A Active CN108134811B (en) 2017-11-10 2017-11-10 Method, device and system for distributing or downloading target file

Country Status (1)

Country Link
CN (1) CN108134811B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110602189B (en) * 2019-08-30 2022-07-12 维沃移动通信有限公司 File downloading method, server and electronic equipment
CN111476672B (en) * 2020-04-16 2023-07-14 中国大地财产保险股份有限公司 Data processing method, device, equipment and readable storage medium
CN113238876B (en) * 2021-05-07 2023-09-29 宝宝巴士股份有限公司 Method for distributing information of each position in iOS application

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110055312A1 (en) * 2009-08-28 2011-03-03 Apple Inc. Chunked downloads over a content delivery network
CN103176769B (en) * 2011-12-20 2016-05-04 阿里巴巴集团控股有限公司 A kind of deployment of customizable software and installation method and system
CN202872837U (en) * 2012-02-24 2013-04-10 北京对角巷科技发展有限公司 System for Internet publishing and streaming media live broadcasting
US20130232229A1 (en) * 2012-03-02 2013-09-05 Ilya Firman Distribution of Application Files
CN103457999B (en) * 2013-08-06 2016-05-04 北京大学深圳研究生院 A kind of P2P document transmission method based on the NDN network architecture
KR20150108151A (en) * 2014-03-17 2015-09-25 주식회사 액티브디앤씨 System and method for developing application
CN104915856A (en) * 2015-04-14 2015-09-16 北京瑞思明科技有限公司 Personalized application downloading method of custom manufacturer and personalized application downloading system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"Android平台APP分发系统的研究与实现";丛治志;《中国优秀硕士学位论文全文数据库》;20160215;全文 *
"基于XMPP推送的Android个性化信息集成系统的研究与实现";石清超;《中国优秀硕士学位论文全文数据库》;20140315;全文 *
"基于大小云结构的软件管理与接入系统的设计和实现";刘杰文;《中国优秀硕士学位论文全文数据库》;20160715;全文 *

Also Published As

Publication number Publication date
CN108134811A (en) 2018-06-08

Similar Documents

Publication Publication Date Title
JP6274584B2 (en) Advertisement processing method and apparatus
US9390200B2 (en) Local caching device, system and method for providing content caching service
US9906595B2 (en) Content source discovery
US9282137B2 (en) Dynamic package creation for predictive page load optimization
RU2689439C2 (en) Improved performance of web access
US20150201033A1 (en) Content specific router caching
CN102882974B (en) Method for saving website access resource by website identification version number
US9356985B2 (en) Streaming video to cellular phones
CN103455439B (en) Local cache device and for providing the system and method for content caching service
CN108134811B (en) Method, device and system for distributing or downloading target file
US20170034302A1 (en) Facilitation of efficient web site page loading
US9800637B2 (en) System and method for all-in-one content stream in content-centric networks
CN104714965A (en) Static resource weight removing method, and static resource management method and device
CN102271165A (en) Device and method for sharing and managing resources searched on Internet
CN109525622B (en) Fragment resource ID generation method, resource sharing method, device and electronic equipment
US10938773B2 (en) Method and apparatus for synchronizing contact information and medium
CN102404616A (en) Method and system for pushing data cloud based on digital television network
CN107070978B (en) Method and system for cross-network proxy Web map service and proxy server
CN111176706A (en) Terminal upgrading method and device, electronic equipment and storage medium
CN108075963B (en) Content transmission method and device
CN102904935B (en) Downloading method, downloading device and downloading system based on home gateway
CN110519656B (en) Self-adaptive streaming media playing method, system and server
CN110677489B (en) Media resource processing method, device, system and storage medium
CN104065678A (en) Dual-mode data reception and access method based on embedded browser
CN114189560A (en) Resource transmission method and device, storage medium and electronic device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200903

Address after: 310052 room 508, floor 5, building 4, No. 699, Wangshang Road, Changhe street, Binjiang District, Hangzhou City, Zhejiang Province

Applicant after: Alibaba (China) Co.,Ltd.

Address before: 510627 Guangdong city of Guangzhou province Whampoa Tianhe District Road No. 163 Xiping Yun Lu Yun Ping square B radio tower 15 layer self unit 02

Applicant before: GUANGZHOU UC NETWORK TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant