CN113873013B - Offline package reorganization method and system - Google Patents

Offline package reorganization method and system Download PDF

Info

Publication number
CN113873013B
CN113873013B CN202111026918.XA CN202111026918A CN113873013B CN 113873013 B CN113873013 B CN 113873013B CN 202111026918 A CN202111026918 A CN 202111026918A CN 113873013 B CN113873013 B CN 113873013B
Authority
CN
China
Prior art keywords
offline
package
resource
template
identifier
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
CN202111026918.XA
Other languages
Chinese (zh)
Other versions
CN113873013A (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.)
Advanced New Technologies Co Ltd
Original Assignee
Advanced New Technologies 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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN202111026918.XA priority Critical patent/CN113873013B/en
Publication of CN113873013A publication Critical patent/CN113873013A/en
Application granted granted Critical
Publication of CN113873013B publication Critical patent/CN113873013B/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]
    • 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/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1074Peer-to-peer [P2P] networks for supporting data block transmission mechanisms
    • H04L67/1078Resource delivery mechanisms
    • H04L67/108Resource delivery mechanisms characterised by resources being split in blocks or fragments

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

An offline package reorganization method and system are disclosed. An offline package reorganization method, the method comprising: the processing server equipment divides each offline package into an offline resource package and an offline template package in advance; storing the offline resource package to a storage server device, and transmitting an offline template package required by the client device to the client device; the processing server equipment determines the identification of an offline template packet, the identification of an offline resource packet and a download address which are required to be issued to the client equipment at present according to a preset issuing rule; issuing an identifier of an offline template package, an identifier of an offline resource package and a download address to the client device; the client device searches the corresponding offline template package locally according to the identifier of the offline template package, and downloads the corresponding offline resource package from the storage server device according to the identifier and the download address of the offline resource package; and analyzing the searched offline template package and the downloaded offline resource package by using a preset analysis engine to combine the offline template package and the downloaded offline resource package into an available offline package.

Description

Offline package reorganization method and system
Technical Field
The embodiment of the specification relates to the technical field of computers, in particular to an offline package reorganizing method and system.
Background
With the development of computer technology, research and development of the application of Html5 (Hypertext Markup Language, hypertext markup language 5, abbreviated as H5) is also increasing. Wherein, the H5 application refers to an application program developed based on H5 technology. In scenes such as shopping malls and subways, H5 application is often used, and some products, technologies and the like are promoted on an advertisement display screen.
Currently, an offline package is obtained by integrating an HTML code text, a Javascript code text, a CSS code text, a resource (image, video, etc.) file, a signature file, and the like corresponding to an H5 application into the same file at a processing server device (the integrated file is called an offline package, the offline package may be run as an H5 application), for example, the H5 application 1 corresponds to the offline package 1, the H5 application 2 corresponds to the offline package 2 … …, the processing server device issues the corresponding offline package to the client device according to a preset rule, the client device downloads the offline package, and the offline package may be run as an H5 application on the client device, and renders the resource in the offline package to display the resource on an advertisement display screen.
However, in the current technical scheme, because HTML code text, javascript code text and CSS code text in different offline packages may be universal, high reusability exists, and the processing server device issues corresponding offline packages each time, so that the client device repeatedly downloads the corresponding offline packages, and bandwidth consumption is increased.
Disclosure of Invention
Aiming at the technical problems, the embodiment of the specification provides an offline package reorganizing method and system, and the technical scheme is as follows:
an offline package reorganizing method is applied to an offline package reorganizing system, the system comprises a processing server device and a client device, the processing server device comprises a plurality of offline packages, and the method comprises the following steps:
the processing server equipment divides each offline package into an offline resource package and an offline template package in advance; storing the offline resource package to a storage server device, and transmitting an offline template package required by the client device to the client device;
the offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
the processing server device transmits an identifier of an offline template package, an identifier of an offline resource package and a download address to the client device;
the client device searches a corresponding offline template package locally according to the identifier of the offline template package, and downloads the corresponding offline resource package from the storage server device according to the identifier and the download address of the offline resource package;
the client device combines the searched offline template package and the downloaded offline resource package into an available offline package.
An offline package reorganizing method is applied to processing server equipment, wherein the processing server equipment comprises a plurality of offline packages, and the method comprises the following steps:
the processing server equipment divides each offline package into an offline resource package and an offline template package in advance; storing the offline resource package to a storage server device, and transmitting an offline template package required by the client device to the client device;
the offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
the processing server side equipment transmits the identifier of the offline template package, the identifier of the offline resource package and the download address to the client side equipment, so that the client side equipment searches the corresponding offline template package locally according to the identifier of the offline template package, downloads the corresponding offline resource package from the storage server side equipment according to the identifier of the offline resource package and the download address, and combines the searched offline template package and the downloaded offline resource package into an available offline package.
An offline package reorganization method applied to a client device, the method comprising:
receiving an identifier of an offline template packet, an identifier of an offline resource packet and a download address issued by processing server equipment;
Searching a corresponding offline template package from the local according to the identifier of the offline template package, and downloading the corresponding offline resource package from the storage server device according to the identifier and the downloading address of the offline resource package; the offline resource package and the offline template package are obtained by pre-splitting the offline package by processing server equipment, storing the offline resource package to storage server equipment, and transmitting the offline template package required by client equipment to the client equipment; the offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
and combining the searched offline template package and the downloaded offline resource package into an available offline package.
An offline package reassembly system, the system comprising: processing server equipment and client equipment, wherein the processing server equipment comprises a plurality of offline packages:
the processing server equipment divides each offline package into an offline resource package and an offline template package in advance; storing the offline resource package to a storage server device, and transmitting an offline template package required by the client device to the client device;
The offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
the processing server device transmits an identifier of an offline template package, an identifier of an offline resource package and a download address to the client device;
the client device searches a corresponding offline template package locally according to the identifier of the offline template package, and downloads the corresponding offline resource package from the storage server device according to the identifier and the download address of the offline resource package;
the client device combines the searched offline template package and the downloaded offline resource package into an available offline package.
An offline package reorganizing apparatus applied to a processing server device, the apparatus comprising:
the system comprises a splitting module, a processing server device and a processing module, wherein the splitting module is used for splitting each offline package into an offline resource package and an offline template package in advance, the offline resource package comprises reusable resource files of a preset type, and the offline template package comprises files of other types except the reusable resource files;
the storage module is used for storing the offline resource package to the storage server equipment;
the first issuing module is used for issuing an offline template package required by the client device to the client device;
The second issuing module is used for processing the identifier of the offline template package, the identifier of the offline resource package and the downloading address issued by the server side equipment to the client side equipment, so that the client side equipment searches the corresponding offline template package locally according to the identifier of the offline template package, downloads the corresponding offline resource package from the storage server side equipment according to the identifier of the offline resource package and the downloading address, and combines the searched offline template package and the downloaded offline resource package into an available offline package.
An offline package reorganizing apparatus applied to a client device, the apparatus comprising:
the receiving module is used for receiving and processing the identification of the offline template package, the identification of the offline resource package and the download address issued by the server-side equipment;
the searching module is used for searching the corresponding offline template package from the local according to the identification of the offline template package;
the downloading module is used for downloading the corresponding offline resource package from the storage server device according to the identifier and the downloading address of the offline resource package; the offline resource package and the offline template package are obtained by pre-splitting the offline package by processing server equipment, storing the offline resource package to storage server equipment, and transmitting the offline template package required by client equipment to the client equipment; the offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
And the reorganization module is used for combining the searched offline template package and the downloaded offline resource package into an available offline package.
According to the technical scheme provided by the embodiment of the specification, the processing server side equipment divides each offline package into an offline resource package and an offline template package in advance, wherein the offline resource package comprises reusable resource files of a preset type, the offline template package comprises other types of files except the reusable resource files, the offline resource package is stored in the storage server side equipment, and the offline template package required by the client side equipment is issued to the client side equipment; the subsequent client device only needs to download the offline resource package, thereby avoiding the client device from repeatedly downloading the offline template package (namely, HTML code text, javascript code text and CSS code text) and reducing the consumption of bandwidth.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the embodiments of the disclosure.
Further, not all of the effects described above need be achieved in any of the embodiments of the present specification.
Drawings
In order to more clearly illustrate the embodiments of the present description or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments described in the embodiments of the present description, and other drawings may be obtained according to these drawings for a person having ordinary skill in the art.
FIG. 1 is a schematic diagram of the composition of an H5 application of an embodiment of the present description;
FIG. 2 is a schematic diagram of an interactive flow of an offline package reorganization method according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram of a processing server device issuing an offline template package to a client device according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of an offline package reorganizing apparatus applied to a processing server device according to an embodiment of the present disclosure;
fig. 5 is a schematic structural diagram of an offline package reorganizing apparatus applied to a client device according to an embodiment of the present disclosure;
fig. 6 is a schematic diagram of an apparatus for configuring the device of the embodiment of the present specification.
Detailed Description
At present, in scenes such as shopping malls and subways, H5 application is frequently used, and some products, technologies and the like are promoted on an advertisement display screen. At the processing server device, integrating the template (HTML code text, javascript code text, CSS code text) corresponding to the H5 application, the resource (image, video, etc.) file, and the signature file into the same file to obtain an offline package, for example, the offline package 1 corresponding to the H5 application 1 and the offline package 2 … … corresponding to the H5 application 2, and then at the processing stage, the processing server device issues the corresponding offline package to the client device according to the preset rule, for example, at 10:00, at this point in time, offline package 1 is issued, at 10:01, offline package 2 … … is issued, the client device downloads the offline package, the offline package may be run on the client device as an H5 application, the resources in the offline package are rendered to display the resources on the advertisement display, for example, at 10:00, the client device downloads offline package 1, the offline package 1 is run on the client device as H5 application 1, and the images, videos, and audio in the offline package are rendered to display on the advertisement display.
However, in the current technical solution, since some HTML code text, javascript code text and CSS code text in different offline packages may be common, that is, the templates are common, for example, a full-screen video template and a full-screen image template, there is high multiplexing, and the processing server device issues corresponding offline packages each time, for example, the client device downloads the full-screen video template at the time of 10:00, at the time 10: and 01, the client device downloads the full-screen video template again at the moment, so that the client device rereads the download, and the consumption of bandwidth is increased.
In view of the above technical problems, the embodiments of the present disclosure provide a technical solution, where a processing server device splits each offline package into an offline resource package and an offline template package in advance, for example, as shown in fig. 1, an offline package 1 is split into an offline resource package 1 and an offline template package 1, an offline package 2 is split into an offline resource package 2 and an offline template package 2, and an H5 application is composed of a corresponding offline resource package and an offline template package, where the offline resource package includes a reusable resource file of a preset type, the offline template package includes files of other types than the reusable resource file, the offline resource package is stored in a storage server device, and an offline template package required by a client device is issued to the client device; the subsequent client device only needs to download the offline resource package, thereby avoiding the client device from repeatedly downloading the offline template package (namely, HTML code text, javascript code text and CSS code text) and reducing the consumption of bandwidth.
Specifically, the technical scheme provided in the embodiment of the present specification is as follows:
the processing server equipment divides each offline package into an offline resource package and an offline template package in advance; storing the offline resource package to a storage server device, and transmitting an offline template package required by the client device to the client device; the offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files; the processing server side equipment determines the identification of an offline template packet, the identification of an offline resource packet and a downloading address which are required to be issued to the client side equipment at present according to a preset issuing rule, wherein the preset issuing rule is used for controlling the identification of the offline template packet, the identification of the offline resource packet and the downloading address issued to the client side equipment; the processing server device transmits an identifier of an offline template package, an identifier of an offline resource package and a download address to the client device; the client device searches a corresponding offline template package locally according to the identifier of the offline template package, and downloads the corresponding offline resource package from the storage server device according to the identifier and the download address of the offline resource package; the client device analyzes the searched offline template package and the downloaded offline resource package by utilizing a preset analysis engine so as to combine the offline template package and the downloaded offline resource package into an available offline package.
In the embodiment of the present specification, the client device may be a terminal device such as a computer, the processing server device may be in the form of a specific server or a server cluster, the storage server device may be a server or a server cluster under a current cloud storage service (for example OSS), the client device and the processing server device may be in communication connection through various types of networks, and the processing server device and the storage server device may be in communication connection through various types of networks, which is not limited in the present specification.
In order for those skilled in the art to better understand the technical solutions in the embodiments of the present specification, the technical solutions in the embodiments of the present specification will be described in detail below with reference to the drawings in the embodiments of the present specification, and it is apparent that the described embodiments are only some embodiments of the present specification, not all embodiments. All other embodiments obtained by a person skilled in the art based on the embodiments in the present specification shall fall within the scope of protection.
As shown in fig. 2, an interactive flow chart of an offline package reorganizing method provided in an embodiment of the present disclosure may specifically include the following steps:
S201, the processing server device divides each offline package into an offline resource package and an offline template package in advance, wherein the offline resource package comprises reusable resource files of a preset type, and the offline template package comprises files of other types except the reusable resource files;
in this specification, offline package: integrating an HTML code text, a Javascript code text, a CSS code text, a resource (image, video, etc.) file, a signature file and the like into the same file, wherein the integrated file is called an offline package, a plurality of offline packages exist in processing server equipment, the processing server equipment splits the file in each offline package in advance, and each offline package can be split into one offline resource package and one offline template package, so that a plurality of offline resource packages and offline template packages can be obtained.
The offline resource package comprises reusable resource files of a preset type, the offline template package comprises other types of files except the reusable resource files, the reusable resource files of the preset type are reusable resource files of an audio type, a video type and/or an image type, and the other types of files can be HTML code text, javascript code text and CSS code text, which means that the offline package comprises the reusable resource files of the preset type and the other types of files except the reusable resource files.
In the process of splitting the offline package, the reusable resource files of the preset type in the offline package can be compressed independently, the compressed files are determined to be the offline resource packages, so that a plurality of offline resource packages can be obtained, other types of files except the reusable resource files in the offline package can be compressed independently, the compressed files are determined to be the offline template packages, so that a plurality of offline template packages can be obtained, wherein the plurality of offline resource packages and the plurality of offline template packages which are inevitably obtained are repeated, and redundant offline resource packages and offline template packages can be deleted.
S202, storing the offline resource package to a storage server device, and issuing an offline template package required by a client device to the client device;
after splitting the files in the offline package, on one hand, all the offline resource packages may be selected to be stored in the storage server device, where the storage server device is used to store the offline resource packages, and on the other hand, the offline template package required by the client device is issued to the client device, where the offline template package may be issued to the client device at one time, as shown in fig. 3.
In addition, the name and/or version of the offline template package may be mapped by a preset mapping algorithm to obtain an identifier of the offline template package, and the name and/or version of the offline resource package may be mapped by a preset mapping algorithm to obtain an identifier of the offline resource package, where parameters involved in mapping may further include the offline template package, the size and the generation date of the offline resource package, and the preset mapping algorithm may be a hash algorithm, or may be other mapping algorithms, which will not be described in detail herein.
Taking the name and version of the offline template package as an example, the identifier of the offline template package can be obtained by using a preset hash algorithm, a mapping relationship table entry between the identifier of the offline template package and the name and version of the offline template package can be established, as shown in the following table 1, a mapping relationship table entry between the identifier of the offline resource package and the name and/or version of the offline resource package can be established in the same way, and the description is omitted here in detail:
identification of offline template packages Name of off-line template package Version of offline template package
A Off-line template package 1 1.1.0
B Off-line template package 2 1.1.5
TABLE 1
After obtaining the mapping relation table item of the identifier of the offline template package and the name and/or version of the offline template package and the mapping relation table item of the identifier of the offline resource package and the name and/or version of the offline resource package, the mapping relation table item of the identifier of the offline template package and the name and/or version of the offline template package and the mapping relation table item of the identifier of the offline resource package and the name and/or version of the offline resource package can be issued to the client device.
S203, the processing server device determines the identification of the offline template package, the identification of the offline resource package and the download address which are required to be issued to the client device at present according to a preset issuing rule, wherein the preset issuing rule is used for controlling the identification of the offline template package, the identification of the offline resource package and the download address issued to the client device;
In scenes such as markets and subways, advertisement display screens are often used for propaganda of products, and propaganda sequence of the products is set in advance according to actual demands, so that preset issuing rules exist in the processing server equipment, the identification of an offline template packet issued to the client equipment, the identification and the downloading address of the offline resource packet can be controlled, the identification of a plurality of offline resource packets can be controlled, and the processing server equipment determines the identification of the offline template packet, the identification and the downloading address of the offline resource packet which are required to be issued to the client equipment at present according to the preset issuing rules.
The issuing rule may be set based on a certain time, or may be set based on a certain fixed period or a certain non-fixed period, which is not limited in this specification.
For example, according to preset issuing rules, at 10: the processing server device at the moment of 00 determines the identifier corresponding to the offline template package 1 to be issued to the client device 1, the identifier corresponding to the offline resource package 1, the offline resource package 2, the identifier corresponding to the offline resource package 3 and the corresponding download address, the processing server device at the moment of 10:01 determines the identifier corresponding to the offline template package 2 to be issued to the client device 1, the identifier corresponding to the offline resource package 4 and the offline resource package 5 and the corresponding download address, the identifier corresponding to the offline template package 3 to be issued to the client device 1 by the server device at the moment of 10:02, the identifier corresponding to the offline resource package 2, the offline resource package 6 and the identifier corresponding to the offline resource package 7 and the corresponding download address, and the like.
For another example, according to a preset issuing rule, at 10: the method comprises the steps that 00, at the moment, the processing server side equipment determines the identifiers corresponding to the offline template package 1 which needs to be issued to the client side equipment 1, the identifiers corresponding to the offline resource package 1, the offline resource package 2 and the offline resource package 3 and the corresponding download addresses, at the moment 10:01, the processing server side equipment determines the identifiers corresponding to the offline template package 2 which needs to be issued to the client side equipment 1, the identifiers corresponding to the offline resource package 1, the offline resource package 4 and the offline resource package 5 and the corresponding download addresses, at the moment 10:03, the processing server side equipment determines the identifiers corresponding to the offline template package 3 which needs to be issued to the client side equipment 1, and the identifiers corresponding to the offline resource package 2, the offline resource package 6 and the offline resource package 7 and the corresponding download addresses.
S204, the processing server device transmits the identification of the offline template package, the identification of the offline resource package and the download address to the client device.
For the identifier of the offline template package, the identifier of the offline resource package, and the download address, which are determined in step S203 and need to be issued to the client device, the processing server device issues the identifier of the offline template package, the identifier of the offline resource package, and the download address to the client device, for example, step S203 processes the identifier of the offline template package 1, the identifier of the offline resource package 2, and the identifier of the offline resource package 3, which are determined in step S203 and need to be issued to the client device, and the corresponding download address, and issues the identifier of the offline template package 1, the identifier of the offline resource package 2, and the identifier of the offline resource package 3, and the corresponding download address to the client device after determining.
S205, the client device searches the corresponding offline template package locally according to the identifier of the offline template package, and downloads the corresponding offline resource package from the storage server device according to the identifier and the download address of the offline resource package;
the client device receives and processes the identifier of the offline template package, the identifier of the offline resource package and the download address issued by the server device, and on one hand, the corresponding offline template package is searched locally according to the identifier corresponding to the offline template, and on the other hand, the corresponding offline resource package is downloaded from the storage server device according to the identifier and the download address of the offline resource package.
The identifier of the offline template package may be an ID of the offline template package, the identifier of the offline resource package may be an ID of the offline resource package, the client device searches the corresponding offline template package from the local according to the ID of the offline template package, and the client device downloads the corresponding offline resource package from the storage server device according to the ID and the download address of the offline resource package.
In addition, the client device may further search the name and/or version of the corresponding offline template package from the local mapping relationship table entry according to the identifier of the offline template package, as shown in table 1, and may search the corresponding offline template package based on the name and/or version of the offline template package.
And searching the name and/or version of the corresponding offline resource package from the local mapping relation table item according to the identifier of the offline resource package, and downloading the offline resource package corresponding to the name and/or version of the offline resource package, such as the offline resource package 1, the offline resource package 2 and the offline resource package 3, from the storage server device according to the downloading address of the offline resource package.
S206, the client device analyzes the searched offline template package and the downloaded offline resource package by using a preset analysis engine to form an available offline package;
if the server side does not compress the offline template package and the offline resource package, the searched offline template package and the downloaded offline resource package can be directly analyzed by using a preset analysis engine to form an available offline package; if the server compresses the offline template package and the offline resource package, the client device decompresses the searched offline template package and the downloaded offline resource package, and can obtain the reusable resource file, the HTML code text, the Javascript code text and the CSS code text with preset types after decompression.
For the offline template package and the offline resource package after or without decompression, the client device can analyze by using a preset analysis engine, and can be combined into a truly available offline package, namely, an H5 application is formed, and the preset analysis engine can be one of the following analysis engines: nunjucks parsing engine, jade parsing engine, ejs parsing engine, and Xtemplate parsing engine. The analysis engines are all Javascript special, rich in functions and powerful, and can form a final executable H5 application by analyzing the offline resource package and the offline template package.
In the process of analyzing the decompressed offline template package and the offline resource package by using the preset analysis engine, the resource reference placeholders corresponding to the decompressed offline template package are replaced with the local paths corresponding to the decompressed offline resource package, and finally the local paths are combined into the available offline package, and similarly, the operations executed on the offline template package and the offline resource package which do not need to be decompressed are similar, and are not repeated herein.
And the subsequent client equipment renders the resources in the available offline package for display according to a preset rendering rule.
After the above steps, the available offline package may be finally reformed, that is, the executable H5 application may be performed, and then the resources in the available offline package may be rendered for display according to a preset rendering rule, where the resources in the available offline package may be a preset type of reusable resource file in the offline resource package, and the preset type of reusable resource file may be an audio type file, a video type file, an image type file, or the like, where the specific rendering implementation manner may be various, and is not described herein in detail.
Through the description of the technical scheme provided by the embodiment of the specification, the processing server device divides each offline package into an offline resource package and an offline template package in advance, wherein the offline resource package comprises reusable resource files of a preset type, the offline template package comprises other types of files except the reusable resource files, the offline resource package is stored in the storage server device, and the offline template package required by the client device is issued to the client device; the subsequent client device only needs to download the offline resource package, so that the client device is prevented from repeatedly downloading the offline template package (namely, the HTML code text, the Javascript code text and the CSS code text), the consumption of bandwidth is reduced, and each offline resource package and each offline template package can be reused.
In order to more clearly describe the technical solutions provided in the embodiments of the present disclosure, the following describes the implementation method from the single-side perspective:
for the processing server device, the tasks to be executed are mainly as follows:
a, dividing each offline package into an offline resource package and an offline template package in advance; the offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
B, storing the offline resource package to a storage server device, and issuing an offline template package required by the client device to the client device;
c, determining the identification of an offline template package, the identification of an offline resource package and a download address which are required to be issued to the client device at present according to a preset issuing rule, wherein the preset issuing rule is used for controlling the identification of the offline template package, the identification of the offline resource package and the download address issued to the client device;
d, issuing an identifier of the offline template package, an identifier of the offline resource package and a download address to the client device;
for a client device, the tasks that need to be performed are mainly as follows:
a, searching a corresponding offline template package locally according to the identification of the offline template package, and downloading the corresponding offline resource package from the storage server device according to the identification and the downloading address of the offline resource package;
and b, analyzing the searched offline template package and the downloaded offline resource package by using a preset analysis engine to combine the offline template package and the downloaded offline resource package into an available offline package.
Compared to the above method embodiment, the embodiment of the present disclosure further provides an offline package reorganizing apparatus, which is applied to a processing server device, as shown in fig. 4, and may include: a splitting module 410, a storing module 420, a first issuing module 430, a determining module 440, and a second issuing module 450.
The splitting module 410 is configured to split each offline package into an offline resource package and an offline template package in advance by the processing server device, where the offline resource package includes a reusable resource file of a preset type, and the offline template package includes files of other types than the reusable resource file;
a storage module 420, configured to store the offline resource package to a storage server device;
a first issuing module 430, configured to issue an offline template package required by the client device to the client device;
the determining module 440 is configured to determine, by using the processing server device, an identifier of an offline template packet, an identifier of an offline resource packet, and a download address that are currently required to be issued to the client device according to a preset issuing rule, where the preset issuing rule is used to control the identifier of the offline template packet, the identifier of the offline resource packet, and the download address issued to the client device;
and the second issuing module 450 is configured to process the identifier of the offline template package, the identifier of the offline resource package, and the download address of the server device to issue the offline template package to the client device, so that the client device searches the corresponding offline template package locally according to the identifier of the offline template package, downloads the corresponding offline resource package from the storage server device according to the identifier of the offline resource package and the download address, and parses the searched offline template package and the downloaded offline resource package by using a preset parsing engine to combine the offline template package and the downloaded offline resource package into an available offline package.
Compared to the above method embodiment, the embodiment of the present disclosure further provides an offline package reorganizing apparatus, which is applied to a client device, as shown in fig. 5, and may include: a receiving module 510, a searching module 520, a downloading module 530, and a reorganizing module 540.
The receiving module 510 is configured to receive an identifier of an offline template packet, an identifier of an offline resource packet, and a download address, where the offline template packet is issued by the processing server device;
the searching module 520 is configured to search the corresponding offline template package locally according to the identifier of the offline template package;
a downloading module 530, configured to download a corresponding offline resource package from the storage server device according to the identifier and the download address of the offline resource package;
the reorganization module 540 is configured to parse the searched offline template package and the downloaded offline resource package by using a preset parsing engine to combine the offline template package and the downloaded offline resource package into an available offline package.
The embodiment of the specification also provides an offline package reorganization system, which comprises: processing server equipment and client equipment, wherein the processing server equipment comprises a plurality of offline packages:
the processing server equipment divides each offline package into an offline resource package and an offline template package in advance; storing the offline resource package to a storage server device, and transmitting an offline template package required by the client device to the client device;
The offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
the processing server side equipment determines the identification of an offline template packet, the identification of an offline resource packet and a downloading address which are required to be issued to the client side equipment at present according to a preset issuing rule, wherein the preset issuing rule is used for controlling the identification of the offline template packet, the identification of the offline resource packet and the downloading address issued to the client side equipment;
the processing server device transmits an identifier of an offline template package, an identifier of an offline resource package and a download address to the client device;
the client device searches a corresponding offline template package locally according to the identifier of the offline template package, and downloads the corresponding offline resource package from the storage server device according to the identifier and the download address of the offline resource package;
the client device analyzes the searched offline template package and the downloaded offline resource package by utilizing a preset analysis engine so as to combine the offline template package and the downloaded offline resource package into an available offline package.
The implementation process of the functions and roles of each module in the above device is specifically shown in the implementation process of the corresponding steps in the above method, and will not be described herein again.
Through the description of the technical scheme provided by the embodiment of the specification, the processing server device divides each offline package into an offline resource package and an offline template package in advance, wherein the offline resource package comprises reusable resource files of a preset type, the offline template package comprises other types of files except the reusable resource files, the offline resource package is stored in the storage server device, and the offline template package required by the client device is issued to the client device; the subsequent client device only needs to download the offline resource package, so that the client device is prevented from repeatedly downloading the offline template package (namely, the HTML code text, the Javascript code text and the CSS code text), the consumption of bandwidth is reduced, and each offline resource package and each offline template package can be reused.
Embodiments of the present disclosure also provide a computer device, as shown in fig. 6, which may include: processor 610, memory 620, input/output interface 630, communication interface 640, and bus 650. Wherein processor 610, memory 620, input/output interface 630, and communication interface 640 enable communication connections among each other within the device via bus 650.
The processor 610 may be implemented by a general-purpose CPU (Central Processing Unit ), microprocessor, application specific integrated circuit (Application Specific Integrated Circuit, ASIC), or one or more integrated circuits, etc. for executing relevant programs to implement the technical solutions provided in the embodiments of the present disclosure.
The Memory 620 may be implemented in the form of ROM (Read Only Memory), RAM (Random Access Memory ), a static storage device, a dynamic storage device, or the like. Memory 620 may store an operating system and other application programs, and when the technical solutions provided by the embodiments of the present specification are implemented in software or firmware, relevant program codes are stored in memory 620 and invoked for execution by processor 610.
The input/output interface 630 is used for connecting with an input/output module to realize information input and output. The input/output module may be configured as a component in a device (not shown) or may be external to the device to provide corresponding functionality. Wherein the input devices may include a keyboard, mouse, touch screen, microphone, various types of sensors, etc., and the output devices may include a display, speaker, vibrator, indicator lights, etc.
The communication interface 640 is used to connect a communication module (not shown in the figure) to enable communication interaction between the present device and other devices. The communication module may implement communication through a wired manner (such as USB, network cable, etc.), or may implement communication through a wireless manner (such as mobile network, WIFI, bluetooth, etc.).
Bus 650 includes a path to transfer information between components of the device (e.g., processor 610, memory 620, input/output interface 630, and communication interface 640).
It should be noted that although the above device only shows the processor 610, the memory 620, the input/output interface 630, the communication interface 640, and the bus 650, in the implementation, the device may further include other components necessary for achieving normal operation. Furthermore, it will be understood by those skilled in the art that the above-described apparatus may include only the components necessary to implement the embodiments of the present description, and not all the components shown in the drawings.
The embodiments of the present specification also provide a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the offline package reorganization method described above. The method at least comprises the following steps:
an offline package reorganizing method is applied to processing server equipment, wherein the processing server equipment comprises a plurality of offline packages, and the method comprises the following steps:
the processing server equipment divides each offline package into an offline resource package and an offline template package in advance; storing the offline resource package to a storage server device, and transmitting an offline template package required by the client device to the client device;
The offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
the processing server side equipment determines the identification of an offline template packet, the identification of an offline resource packet and a downloading address which are required to be issued to the client side equipment at present according to a preset issuing rule, wherein the preset issuing rule is used for controlling the identification of the offline template packet, the identification of the offline resource packet and the downloading address issued to the client side equipment;
the processing server side equipment transmits the identifier of the offline template package, the identifier of the offline resource package and the download address to the client side equipment, so that the client side equipment searches the corresponding offline template package locally according to the identifier of the offline template package, downloads the corresponding offline resource package from the storage server side equipment according to the identifier of the offline resource package and the download address, and analyzes the searched offline template package and the downloaded offline resource package by utilizing a preset analysis engine to combine the offline template package and the downloaded offline resource package into an available offline package.
The embodiments of the present specification also provide a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the offline package reorganization method described above. The method at least comprises the following steps:
An offline package reorganization method applied to a client device, the method comprising:
receiving an identifier of an offline template packet, an identifier of an offline resource packet and a download address issued by processing server equipment;
searching a corresponding offline template package from the local according to the identifier of the offline template package, and downloading the corresponding offline resource package from the storage server device according to the identifier and the downloading address of the offline resource package;
and analyzing the searched offline template package and the downloaded offline resource package by using a preset analysis engine to combine the offline template package and the downloaded offline resource package into an available offline package.
Computer readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of storage media for a computer include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
From the foregoing description of embodiments, it will be apparent to those skilled in the art that the present embodiments may be implemented in software plus a necessary general purpose hardware platform. Based on such understanding, the technical solutions of the embodiments of the present specification may be embodied in essence or what contributes to the prior art in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the embodiments or some parts of the embodiments of the present specification.
The system, apparatus, module or unit set forth in the above embodiments may be implemented in particular by a computer chip or entity, or by a product having a certain function. A typical implementation device is a computer, which may be in the form of a personal computer, laptop computer, cellular telephone, camera phone, smart phone, personal digital assistant, media player, navigation device, email device, game console, tablet computer, wearable device, or a combination of any of these devices.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for the device embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. The apparatus embodiments described above are merely illustrative, in which the modules illustrated as separate components may or may not be physically separate, and the functions of the modules may be implemented in the same piece or pieces of software and/or hardware when implementing the embodiments of the present disclosure. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
The foregoing is merely a specific implementation of the embodiments of this disclosure, and it should be noted that, for a person skilled in the art, several improvements and modifications may be made without departing from the principles of the embodiments of this disclosure, and these improvements and modifications should also be considered as protective scope of the embodiments of this disclosure.

Claims (22)

1. An offline package reorganizing method is applied to an offline package reorganizing system, the system comprises a processing server device and a client device, the processing server device comprises a plurality of offline packages, and the method comprises the following steps:
the processing server equipment divides each offline package into an offline resource package and an offline template package in advance; storing the offline resource package to a storage server device, and transmitting an offline template package required by the client device to the client device;
the offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
the processing server device transmits an identifier of an offline template package, an identifier of an offline resource package and a download address to the client device;
the client device searches a corresponding offline template package locally according to the identifier of the offline template package, and downloads the corresponding offline resource package from the storage server device according to the identifier and the download address of the offline resource package;
the client device combines the searched offline template package and the downloaded offline resource package into an available offline package.
2. The method of claim 1, further comprising:
The processing server side equipment determines the identification of the offline template package, the identification of the offline resource package and the download address which are required to be issued to the client side equipment at present according to a preset issuing rule, wherein the preset issuing rule is used for controlling the identification of the offline template package, the identification of the offline resource package and the download address issued to the client side equipment.
3. The method of claim 1, the combining the searched offline template package and the downloaded offline resource package into an available offline package, comprising:
the client device analyzes the searched offline template package and the downloaded offline resource package by utilizing a preset analysis engine so as to combine the offline template package and the downloaded offline resource package into an available offline package.
4. The method of claim 1, wherein splitting each offline package into one offline resource package and one offline template package comprises:
independently compressing reusable resource files of preset types in each offline package, and determining the compressed files as offline resource packages;
and independently compressing other types of files except the reusable resource files in each offline package, and determining the compressed files as offline template packages.
5. The method of claim 4, further comprising:
and deleting repeated offline resource packages and offline template packages according to the obtained offline resource packages and offline template packages.
6. The method of claim 3, the client device parsing the searched offline template package and the downloaded offline resource package using a preset parsing engine to combine into an available offline package, comprising:
the client device analyzes the searched offline template package and the downloaded offline resource package by using a preset analysis engine, and replaces the resource reference placeholder corresponding to the searched offline template package with the local path corresponding to the downloaded offline resource package so as to combine the available offline package.
7. The method according to claim 1 to 2,
the preset types include: audio type, video type, and/or image type.
8. The method according to claim 1 to 2,
the other types of files include: HTML code text, javascript code text, and CSS code text.
9. A method according to claim 3,
the preset analysis engine is one of the following analysis engines;
nunjucks parsing engine, jade parsing engine, ejs parsing engine, and Xtemplate parsing engine.
10. The method according to claim 1, wherein the identification of the offline template package is obtained by mapping the name and/or version of the offline template package by using a preset mapping algorithm.
11. The method according to claim 1, wherein the identification of the offline resource package is obtained by mapping the name and/or version of the offline resource package by using a preset mapping algorithm.
12. The method of claim 10, the method further comprising:
the processing server side equipment establishes a mapping relation table item of the identification of the offline template package and the name and/or version of the offline template package;
and transmitting the mapping relation table item of the identification of the offline template package and the name and/or version of the offline template package to the client device.
13. The method of claim 12, the locally looking up the corresponding offline template package according to the identity of the offline template package, comprising:
searching the name and/or version of the corresponding offline template package from the local mapping relation table item according to the identifier of the offline template package;
and searching the corresponding offline template package according to the name and/or version of the offline template package.
14. The method of claim 11, the method further comprising:
the processing server side equipment establishes a mapping relation table item of the identification of the offline resource package and the name and/or version of the offline resource package;
and transmitting the mapping relation table item of the identification of the offline resource package and the name and/or version of the offline resource package to the client device.
15. The method of claim 14, wherein downloading the corresponding offline resource package from the storage server device according to the identifier and the download address of the offline resource package comprises:
searching the name and/or version of the corresponding offline resource package from the local mapping relation table item according to the identifier of the offline resource package;
and downloading the offline resource package corresponding to the name and/or version of the offline resource package from the storage server device according to the download address of the offline resource package.
16. An offline package reorganizing method is applied to processing server equipment, wherein the processing server equipment comprises a plurality of offline packages, and the method comprises the following steps:
the processing server equipment divides each offline package into an offline resource package and an offline template package in advance; storing the offline resource package to a storage server device, and transmitting an offline template package required by the client device to the client device;
the offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
the processing server side equipment transmits the identifier of the offline template package, the identifier of the offline resource package and the download address to the client side equipment, so that the client side equipment searches the corresponding offline template package locally according to the identifier of the offline template package, downloads the corresponding offline resource package from the storage server side equipment according to the identifier of the offline resource package and the download address, and combines the searched offline template package and the downloaded offline resource package into an available offline package.
17. An offline package reorganization method applied to a client device, the method comprising:
receiving an identifier of an offline template packet, an identifier of an offline resource packet and a download address issued by processing server equipment;
searching a corresponding offline template package from the local according to the identifier of the offline template package, and downloading the corresponding offline resource package from the storage server device according to the identifier and the downloading address of the offline resource package; the offline resource package and the offline template package are obtained by pre-splitting the offline package by processing server equipment, storing the offline resource package to storage server equipment, and transmitting the offline template package required by client equipment to the client equipment; the offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
and combining the searched offline template package and the downloaded offline resource package into an available offline package.
18. An offline package reassembly system, the system comprising: processing server equipment and client equipment, wherein the processing server equipment comprises a plurality of offline packages:
the processing server equipment divides each offline package into an offline resource package and an offline template package in advance; storing the offline resource package to a storage server device, and transmitting an offline template package required by the client device to the client device;
The offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
the processing server device transmits an identifier of an offline template package, an identifier of an offline resource package and a download address to the client device;
the client device searches a corresponding offline template package locally according to the identifier of the offline template package, and downloads the corresponding offline resource package from the storage server device according to the identifier and the download address of the offline resource package;
the client device combines the searched offline template package and the downloaded offline resource package into an available offline package.
19. An offline package reorganizing apparatus applied to a processing server device, the apparatus comprising:
the system comprises a splitting module, a processing server device and a processing module, wherein the splitting module is used for splitting each offline package into an offline resource package and an offline template package in advance, the offline resource package comprises reusable resource files of a preset type, and the offline template package comprises files of other types except the reusable resource files;
the storage module is used for storing the offline resource package to the storage server equipment;
the first issuing module is used for issuing an offline template package required by the client device to the client device;
The second issuing module is used for processing the identifier of the offline template package, the identifier of the offline resource package and the downloading address issued by the server side equipment to the client side equipment, so that the client side equipment searches the corresponding offline template package locally according to the identifier of the offline template package, downloads the corresponding offline resource package from the storage server side equipment according to the identifier of the offline resource package and the downloading address, and combines the searched offline template package and the downloaded offline resource package into an available offline package.
20. An offline package reorganizing apparatus applied to a client device, the apparatus comprising:
the receiving module is used for receiving and processing the identification of the offline template package, the identification of the offline resource package and the download address issued by the server-side equipment;
the searching module is used for searching the corresponding offline template package from the local according to the identification of the offline template package;
the downloading module is used for downloading the corresponding offline resource package from the storage server device according to the identifier and the downloading address of the offline resource package; the offline resource package and the offline template package are obtained by pre-splitting the offline package by processing server equipment, storing the offline resource package to storage server equipment, and transmitting the offline template package required by client equipment to the client equipment; the offline resource package comprises reusable resource files of preset types, and the offline template package comprises files of other types except the reusable resource files;
And the reorganization module is used for combining the searched offline template package and the downloaded offline resource package into an available offline package.
21. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of claim 16 when executing the program.
22. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of claim 17 when executing the program.
CN202111026918.XA 2018-12-25 2018-12-25 Offline package reorganization method and system Active CN113873013B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111026918.XA CN113873013B (en) 2018-12-25 2018-12-25 Offline package reorganization method and system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111026918.XA CN113873013B (en) 2018-12-25 2018-12-25 Offline package reorganization method and system
CN201811591231.9A CN109962972B (en) 2018-12-25 2018-12-25 Offline packet reassembly method and system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN201811591231.9A Division CN109962972B (en) 2018-12-25 2018-12-25 Offline packet reassembly method and system

Publications (2)

Publication Number Publication Date
CN113873013A CN113873013A (en) 2021-12-31
CN113873013B true CN113873013B (en) 2023-06-16

Family

ID=67023387

Family Applications (2)

Application Number Title Priority Date Filing Date
CN201811591231.9A Active CN109962972B (en) 2018-12-25 2018-12-25 Offline packet reassembly method and system
CN202111026918.XA Active CN113873013B (en) 2018-12-25 2018-12-25 Offline package reorganization method and system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN201811591231.9A Active CN109962972B (en) 2018-12-25 2018-12-25 Offline packet reassembly method and system

Country Status (1)

Country Link
CN (2) CN109962972B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111045747A (en) * 2019-11-06 2020-04-21 用友网络科技股份有限公司 H5 mobile application rapid loading method, system, terminal and storage medium
WO2021248466A1 (en) * 2020-06-12 2021-12-16 深圳市欢太科技有限公司 File distribution method and apparatus, and electronic device and computer readable storage medium
CN112256208B (en) * 2020-11-02 2023-07-28 南京云信达科技有限公司 Offline data packet storage analysis method and device

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609425A (en) * 2010-10-20 2012-07-25 微软公司 Template for displaying data
CN103108035A (en) * 2013-01-17 2013-05-15 深圳市中兴移动通信有限公司 Application localization method and device based on web-based operating system (WEBOS)
CN104657170A (en) * 2013-11-25 2015-05-27 腾讯科技(上海)有限公司 Data updating method, device and system
CN104735041A (en) * 2013-12-24 2015-06-24 华为终端有限公司 Method and device for having access to offline resources
CN106331049A (en) * 2015-07-03 2017-01-11 阿里巴巴集团控股有限公司 Resource caching method, cache resource updating method, client, server and system
CN107479868A (en) * 2017-06-23 2017-12-15 阿里巴巴集团控股有限公司 A kind of interface loading method, device and equipment
CN108241902A (en) * 2016-12-23 2018-07-03 南京壹进制信息技术股份有限公司 A kind of Web projects and performance optimization method
CN108287839A (en) * 2017-01-09 2018-07-17 阿里巴巴集团控股有限公司 A kind of page loading method and equipment
CN108334562A (en) * 2018-01-09 2018-07-27 阿里巴巴集团控股有限公司 A kind of page display method and device
CN108345632A (en) * 2017-12-29 2018-07-31 中国平安财产保险股份有限公司 Call method, device, equipment and the computer readable storage medium of the H5 pages
CN108491365A (en) * 2018-02-02 2018-09-04 方欣科技有限公司 A kind of PDF splits the method and device of combination according to different business automatically
CN108717359A (en) * 2018-05-10 2018-10-30 北京酷我科技有限公司 A kind of update method based on the APP modules wrapped offline
CN108762807A (en) * 2018-05-28 2018-11-06 北京酷我科技有限公司 It is a kind of based on the H5 page parsing methods wrapped offline by force
CN108804108A (en) * 2018-05-28 2018-11-13 北京酷我科技有限公司 It is a kind of based on the weak H5 page parsing methods wrapped offline

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080086540A1 (en) * 2006-10-06 2008-04-10 James Scott Method and system for executing a normally online application in an offline mode
CN101446960B (en) * 2008-12-30 2012-05-30 深圳市茁壮网络股份有限公司 Method for browsing web page at digital television terminal and browser thereof
US10812580B2 (en) * 2015-01-30 2020-10-20 Akamai Technologies, Inc. Using resource timing data for server push
CN106649081B (en) * 2015-11-03 2019-04-05 阿里巴巴集团控股有限公司 A kind of method and device that commissioning test wraps offline in client application
CN107203555B (en) * 2016-03-17 2021-04-30 阿里巴巴集团控股有限公司 Page loading processing method and device
CN107451184A (en) * 2017-06-19 2017-12-08 阿里巴巴集团控股有限公司 Page display method and device, user equipment, storage medium

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609425A (en) * 2010-10-20 2012-07-25 微软公司 Template for displaying data
CN103108035A (en) * 2013-01-17 2013-05-15 深圳市中兴移动通信有限公司 Application localization method and device based on web-based operating system (WEBOS)
CN104657170A (en) * 2013-11-25 2015-05-27 腾讯科技(上海)有限公司 Data updating method, device and system
CN104735041A (en) * 2013-12-24 2015-06-24 华为终端有限公司 Method and device for having access to offline resources
CN106331049A (en) * 2015-07-03 2017-01-11 阿里巴巴集团控股有限公司 Resource caching method, cache resource updating method, client, server and system
WO2017005095A1 (en) * 2015-07-03 2017-01-12 阿里巴巴集团控股有限公司 Method for caching resources and updating cached resources, client, server and system
CN108241902A (en) * 2016-12-23 2018-07-03 南京壹进制信息技术股份有限公司 A kind of Web projects and performance optimization method
CN108287839A (en) * 2017-01-09 2018-07-17 阿里巴巴集团控股有限公司 A kind of page loading method and equipment
CN107479868A (en) * 2017-06-23 2017-12-15 阿里巴巴集团控股有限公司 A kind of interface loading method, device and equipment
CN108345632A (en) * 2017-12-29 2018-07-31 中国平安财产保险股份有限公司 Call method, device, equipment and the computer readable storage medium of the H5 pages
CN108334562A (en) * 2018-01-09 2018-07-27 阿里巴巴集团控股有限公司 A kind of page display method and device
CN108491365A (en) * 2018-02-02 2018-09-04 方欣科技有限公司 A kind of PDF splits the method and device of combination according to different business automatically
CN108717359A (en) * 2018-05-10 2018-10-30 北京酷我科技有限公司 A kind of update method based on the APP modules wrapped offline
CN108762807A (en) * 2018-05-28 2018-11-06 北京酷我科技有限公司 It is a kind of based on the H5 page parsing methods wrapped offline by force
CN108804108A (en) * 2018-05-28 2018-11-13 北京酷我科技有限公司 It is a kind of based on the weak H5 page parsing methods wrapped offline

Also Published As

Publication number Publication date
CN109962972B (en) 2021-07-30
CN113873013A (en) 2021-12-31
CN109962972A (en) 2019-07-02

Similar Documents

Publication Publication Date Title
US9317280B2 (en) Method, equipment and system of incremental update
CN113873013B (en) Offline package reorganization method and system
EP3465467A1 (en) Web page accelerations for web application hosted in native mobile application
CN111580879A (en) Applet running method and device, electronic equipment and computer storage medium
US20170109371A1 (en) Method and Apparatus for Processing File in a Distributed System
US9542461B2 (en) Enhancing performance of extract, transform, and load (ETL) jobs
CN111581563A (en) Page response method and device, storage medium and electronic equipment
CN107479868B (en) Interface loading method, device and equipment
CN111625308B (en) Information display method and device and electronic equipment
CN113312032B (en) Front-end project resource updating method and device, electronic equipment and storage medium
CN111309391A (en) Application program starting method, device, equipment and medium
CN111478956A (en) Deployment and preview method and device of small program package
CN109062560B (en) Method and apparatus for generating information
US20240103928A1 (en) Information processing method and apparatus for animation resource, device, medium and product
CN114443159A (en) Plug-in processing device and method, computer equipment and storage medium
CN111078900B (en) Data risk identification method and system
CN117271014A (en) Data processing method and client based on web worker
CN116127219A (en) Method and device for displaying pages in applet and computer equipment
CN112528593B (en) Document processing method, device, electronic equipment and storage medium
CN111460020B (en) Method, device, electronic equipment and medium for resolving message
CN114218175A (en) Resource cross-platform sharing method and device, terminal equipment and storage medium
CN114064429A (en) Audit log acquisition method and device, storage medium and server
CN113407339A (en) Resource request feedback method and device, readable storage medium and electronic equipment
CN113127783A (en) Page display method and device, equipment and medium
CN110858240A (en) Front-end module loading method and 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
GR01 Patent grant
GR01 Patent grant