CN105912357B - Starting method and device of hybrid application - Google Patents

Starting method and device of hybrid application Download PDF

Info

Publication number
CN105912357B
CN105912357B CN201610201812.1A CN201610201812A CN105912357B CN 105912357 B CN105912357 B CN 105912357B CN 201610201812 A CN201610201812 A CN 201610201812A CN 105912357 B CN105912357 B CN 105912357B
Authority
CN
China
Prior art keywords
resource
web page
hybrid application
configuration file
starting
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
CN201610201812.1A
Other languages
Chinese (zh)
Other versions
CN105912357A (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.)
Beijing QIYI Century Science and Technology Co Ltd
Original Assignee
Beijing QIYI Century Science and Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing QIYI Century Science and Technology Co Ltd filed Critical Beijing QIYI Century Science and Technology Co Ltd
Priority to CN201610201812.1A priority Critical patent/CN105912357B/en
Publication of CN105912357A publication Critical patent/CN105912357A/en
Application granted granted Critical
Publication of CN105912357B publication Critical patent/CN105912357B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

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

Abstract

The embodiment of the invention discloses a starting method and a device of a hybrid application, which are applied to a mobile terminal, wherein the method comprises the following steps: acquiring a first resource corresponding to a locally stored web page according to a local configuration file aiming at a target hybrid application; accessing the configuration file stored in the server according to the address of the on-line configuration file stored in the local configuration file, and acquiring a second resource corresponding to the web page; judging whether the first resource is the same as the second resource; and if the first resource is the same as the second resource, starting the target mixed application according to the first resource, and if the first resource is different from the second resource, starting the target mixed application according to the second resource. By applying the embodiment of the invention, the starting speed of the hybrid application can be improved, and the latest web page can be presented to the user.

Description

Starting method and device of hybrid application
Technical Field
The present invention relates to the field of network applications, and in particular, to a method and an apparatus for starting a hybrid application.
Background
With the popularization of mobile terminals, the scale of application development running on the mobile terminals shows a trend of blowout. Unlike the simplification of the operating system of a computer, the operating system of a mobile terminal has a plurality of mainstream platforms, each platform has an independent programming language, which makes it difficult to uniformly develop applications running on the mobile terminal, and in such a background, a hybrid application technology has been developed. The hybrid application is an application which is formed by functions developed by using native codes (c + +, java, objectC, and the like) and a web page (web resources in the web page include html, css, js).
One way of processing a web page by a current hybrid application is to directly use an online address of the web page to access a network, and load a resource corresponding to the online web page, which is equivalent to directly opening the web page by using a browser, and the update of the resource corresponding to the web page completely depends on the browser. The processing mode can update the resources corresponding to the web page in time and present the latest web page to the user; however, in this processing manner, loading the resource corresponding to the web page requires a request through a network, and due to the influence of network fluctuation, the loading of the resource corresponding to the web page is slow and generates a large traffic load.
In the other processing mode in the prior art, the resources corresponding to the web page are simply packaged into the application in a whole manner, and although the resources corresponding to the web page are loaded in the processing mode without a network, the resources corresponding to the web page are guaranteed to be loaded rapidly, but the web page cannot be updated automatically and only depends on the update of the application.
Disclosure of Invention
The embodiment of the invention aims to provide a method and a device for starting a hybrid application, so as to improve the starting speed of the hybrid application and present the latest web page to a user.
In order to achieve the above object, an embodiment of the present invention discloses a method for starting a hybrid application, which is applied to a mobile terminal, and the method includes:
acquiring a first resource corresponding to a locally stored web page according to a local configuration file aiming at a target hybrid application;
accessing the configuration file stored in the server according to the address of the on-line configuration file stored in the local configuration file, and acquiring a second resource corresponding to the web page;
judging whether the first resource is the same as the second resource;
and if the first resource is the same as the second resource, starting the target mixed application according to the first resource, and if the first resource is different from the second resource, starting the target mixed application according to the second resource.
Specifically, the obtaining, by the target hybrid application according to the local configuration file, a first resource corresponding to a locally stored web page includes:
aiming at a target hybrid application, acquiring identification information of a first resource corresponding to a web page required to be loaded for starting the target hybrid application from a local configuration file;
and acquiring the first resource from the locally stored web resource according to the acquired identification information of the first resource.
Specifically, the determining whether the first resource is the same as the second resource includes:
and acquiring the characteristic values of the first resource and the second resource, and comparing whether the characteristic values of the first resource and the second resource are the same or not.
Specifically, the characteristic value is an MD5 value and/or an SHA1 value.
Specifically, after the target hybrid application is started according to the second resource, the method further includes:
and storing the second resource corresponding to the web page of the target hybrid application after starting locally.
In order to achieve the above object, an embodiment of the present invention further discloses a hybrid application starting apparatus, which is applied to a mobile terminal, and the apparatus includes:
the first resource acquisition unit is used for acquiring a first resource corresponding to a locally stored web page according to a local configuration file aiming at the target hybrid application;
the second resource acquisition unit is used for accessing the configuration file stored in the server according to the address of the on-line configuration file stored in the local configuration file and acquiring a second resource corresponding to the web page;
the judging unit is used for judging whether the first resource is the same as the second resource or not;
and the processing unit is used for starting the target hybrid application according to the first resource when the judgment results of the judgment units are the same, and starting the target hybrid application according to the second resource when the judgment results of the judgment units are different.
Specifically, the first resource obtaining unit includes:
the identification information acquisition subunit is used for acquiring, from a local configuration file, identification information of a first resource corresponding to a web page which needs to be loaded for starting a target hybrid application, for the target hybrid application;
and the first resource obtaining subunit is configured to obtain the first resource from the locally stored web resource according to the obtained identification information of the first resource.
Specifically, the judging unit is configured to:
and acquiring the characteristic values of the first resource and the second resource, and comparing whether the characteristic values of the first resource and the second resource are the same or not.
Specifically, the characteristic value is an MD5 value and/or an SHA1 value.
Specifically, the apparatus further comprises:
and the second resource storage unit is used for storing the second resource corresponding to the web page of the target hybrid application after starting the target hybrid application according to the second resource in the processing unit.
As can be seen from the foregoing technical solutions, in the method and the device for starting a hybrid application according to the embodiments of the present invention, when a target hybrid application is started, a first resource corresponding to a locally stored web page is first obtained, instead of directly loading a resource corresponding to the web page from a network, so that a fast loading of the resource corresponding to the web page is ensured, a second resource corresponding to the web page in a server is then obtained, and it is determined whether the first resource is the same as the second resource, if so, the target hybrid application is started according to the first resource, and if not, the target hybrid application is started according to the second resource, so that a latest web page can be presented to a user. Therefore, the embodiment of the invention improves the starting speed of the hybrid application and presents the latest web page to the user.
Of course, it is not necessary for any product or method of practicing the invention to achieve all of the above-described advantages at the same time.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for starting a hybrid application according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a hybrid application starting device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention provides a starting method of hybrid application, and the invention is described in detail through specific embodiments.
Fig. 1 shows a flowchart of a method for starting a hybrid application according to an embodiment of the present invention.
As shown in fig. 1, a method for starting a hybrid application provided in an embodiment of the present invention is applied to a mobile terminal, and the method includes the steps of:
s101, aiming at a target hybrid application, acquiring a first resource corresponding to a locally stored web page according to a local configuration file;
it can be understood that, when the target hybrid application is installed or updated, the mobile terminal generates or updates a local configuration file corresponding to the target hybrid application, where the content stored in the local configuration file is the configuration information of the target hybrid application, and includes identification information of a resource corresponding to a web page that needs to be loaded to start the target hybrid application, and stores the corresponding resource for each identification information. The local configuration file including each identification information to store the corresponding resource may be configured in the local configuration file in advance according to the resource corresponding to the web page, for example, the existing method of simply packaging the resource corresponding to the web page into an application is stored in the local configuration file.
In practical application, when the target hybrid application is started, the content stored in the local configuration file is accessed or called according to a preset background code, and the resource corresponding to the web page required to be loaded for starting the target hybrid application is obtained according to the content stored in the local configuration file, so that the target hybrid application is started.
Specifically, the obtaining, by the target hybrid application according to the local configuration file, a first resource corresponding to a locally stored web page includes:
aiming at a target hybrid application, acquiring identification information of a first resource corresponding to a web page required to be loaded for starting the target hybrid application from a local configuration file;
and acquiring the first resource from the locally stored web resource according to the acquired identification information of the first resource.
It can be understood that the local configuration file includes identification information of a first resource corresponding to a web page that needs to be loaded to start the target hybrid application, such as a name of the first resource corresponding to the web page, and also includes a correspondence between the identification information and a first resource corresponding to a locally stored web page, such as a mapping of the name of the first resource corresponding to the web page to a locally stored path of the first resource corresponding to the web page.
After the identification information of the first resource corresponding to the web page to be loaded for starting the target hybrid application is acquired from the local configuration file, the first resource corresponding to the web page to be loaded for starting the target hybrid application can be acquired from the resource corresponding to the web page to be locally stored according to the corresponding relationship between the acquired identification information and the first resource corresponding to the web page to be locally stored.
S102, accessing a configuration file stored in a server according to an online configuration file address stored in a local configuration file, and acquiring a second resource corresponding to a web page;
it should be noted that the address of the on-line configuration file is a preset path corresponding to the configuration file of the target hybrid application at the server side, and the configuration file stored in the server includes the second resource corresponding to the web page of the target hybrid application. The specific process of accessing the configuration file stored in the server and acquiring the second resource corresponding to the current web page of the target hybrid application in the server according to the address of the on-line configuration file stored in the local configuration file can be implemented by the prior art, and is not described herein again.
S103, judging whether the first resource is the same as the second resource;
specifically, the determining whether the first resource is the same as the second resource includes:
and acquiring the characteristic values of the first resource and the second resource, and comparing whether the characteristic values of the first resource and the second resource are the same or not.
Specifically, the characteristic value is an MD5 value and/or an SHA1 value.
It should be noted that obtaining the feature values of the first resource and the second resource may be implemented by using the prior art, and details are not described herein. In addition, in a preferred embodiment, the characteristic values are MD5 values and/or SHA1 values. The MD5 value and/or SHA1 value are unique corresponding values generated by a specific algorithm for the file corresponding to the resource corresponding to the web page.
It can be understood that, in another way of determining whether the first resource is the same as the second resource, it may be determined first whether the lengths or the sizes of the files corresponding to the first resource and the second resource are the same, and if they are different, it is determined that the first resource is different from the second resource; if the two bytes are the same, comparing each byte in the file corresponding to the first resource and the second resource one by one, and if one byte is different, judging that the first resource is different from the second resource.
S104, if the first resource is the same as the second resource, starting the target mixed application according to the first resource;
and S105, if the resource is different, starting the target mixed application according to the second resource.
It should be noted that when the feature values of the first resource and the second resource are the same, it is indicated that the second resource corresponding to the current web page of the target hybrid application in the server is not updated, and the first resource corresponding to the locally-stored web page of the target hybrid application is the latest, so that the first resource corresponding to the locally-stored web page of the target hybrid application is directly used to start the target hybrid application, which can avoid the influence of network fluctuation and thus quickly start the target hybrid application; when the characteristic values of the first resource and the second resource are different, it is indicated that the second resource corresponding to the current web page of the target hybrid application in the server is updated, and in order to present the latest web page of the target hybrid application to the user, the second resource corresponding to the current web page of the target hybrid application in the server is used to start the target hybrid application, so that the purpose of automatically updating the web page in the target hybrid application is achieved.
Specifically, after the target hybrid application is started according to the second resource, the method further includes:
and storing the second resource corresponding to the web page of the target hybrid application after starting locally.
It can be understood that after the target hybrid application is started according to the second resource corresponding to the current web page of the target hybrid application in the server, the second resource corresponding to the current web page of the target hybrid application in the server is locally stored, so that the purpose of automatically updating the locally stored first resource corresponding to the web page of the target hybrid application can be achieved.
By applying the embodiment of the invention, when the target hybrid application is started each time, the first resource corresponding to the locally stored web page is obtained, but the resource corresponding to the web page is not directly loaded from the network, so that the rapid loading of the resource corresponding to the web page is ensured, then the second resource corresponding to the web page in the server is obtained, whether the first resource is the same as the second resource is judged, if so, the target hybrid application is started according to the first resource, and if not, the target hybrid application is started according to the second resource, so that the latest web page can be presented to the user. Therefore, the embodiment of the invention improves the starting speed of the hybrid application and presents the latest web page to the user.
Corresponding to the above method embodiment, an embodiment of the present invention further provides a device for starting a hybrid application, which is applied to a mobile terminal, and as shown in fig. 2, the device includes:
a first resource obtaining unit 201, configured to obtain, according to the local configuration file, a first resource corresponding to a locally stored web page for the target hybrid application;
a second resource obtaining unit 202, configured to access the configuration file stored in the server according to the address of the on-line configuration file stored in the local configuration file, and obtain a second resource corresponding to the web page;
a determining unit 203, configured to determine whether the first resource is the same as the second resource;
and the processing unit 204 is configured to start the target hybrid application according to the first resource when the determination results of the determining units are the same, and start the target hybrid application according to the second resource when the determination results of the determining units are different.
By applying the embodiment of the invention, when the target hybrid application is started each time, the first resource corresponding to the locally stored web page is obtained, but the resource corresponding to the web page is not directly loaded from the network, so that the rapid loading of the resource corresponding to the web page is ensured, then the second resource corresponding to the web page in the server is obtained, whether the first resource is the same as the second resource is judged, if so, the target hybrid application is started according to the first resource, and if not, the target hybrid application is started according to the second resource, so that the latest web page can be presented to the user. Therefore, the embodiment of the invention improves the starting speed of the hybrid application and presents the latest web page to the user.
Specifically, the first resource obtaining unit 201 includes:
the identification information acquisition subunit is used for acquiring, from a local configuration file, identification information of a first resource corresponding to a web page which needs to be loaded for starting a target hybrid application, for the target hybrid application;
and the first resource obtaining subunit is configured to obtain the first resource from the locally stored web resource according to the obtained identification information of the first resource.
Specifically, the determining unit 203 is configured to:
and acquiring the characteristic values of the first resource and the second resource, and comparing whether the characteristic values of the first resource and the second resource are the same or not.
Specifically, the characteristic value is an MD5 value and/or an SHA1 value.
Specifically, the apparatus further comprises:
and the second resource storage unit is used for storing the second resource corresponding to the web page of the target hybrid application after starting the target hybrid application according to the second resource in the processing unit.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, as for the apparatus embodiment, since it is substantially similar to the method embodiment, the description is relatively simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
Those skilled in the art will appreciate that all or part of the steps in the above method embodiments may be implemented by a program to instruct relevant hardware to perform the steps, and the program may be stored in a computer-readable storage medium, which is referred to herein as a storage medium, such as: ROM/RAM, magnetic disk, optical disk, etc.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (8)

1. A starting method of a hybrid application is applied to a mobile terminal, and the method comprises the following steps:
acquiring a first resource corresponding to a locally stored web page according to a local configuration file aiming at a target hybrid application;
accessing the configuration file stored in the server according to the address of the on-line configuration file stored in the local configuration file, and acquiring a second resource corresponding to the web page;
judging whether the first resource is the same as the second resource;
and if the first resource is the same as the second resource, starting the target mixed application according to the first resource, and if the first resource is different from the second resource, starting the target mixed application according to the second resource, and locally storing the second resource corresponding to the web page of the target mixed application after starting so as to update the first resource corresponding to the locally stored web page.
2. The method of claim 1, wherein the obtaining, for the target hybrid application, the first resource corresponding to the locally saved web page according to the local configuration file comprises:
aiming at a target hybrid application, acquiring identification information of a first resource corresponding to a web page required to be loaded for starting the target hybrid application from a local configuration file;
and acquiring the first resource from the locally stored web resource according to the acquired identification information of the first resource.
3. The method of claim 1, wherein the determining whether the first resource is the same as the second resource comprises:
and acquiring the characteristic values of the first resource and the second resource, and comparing whether the characteristic values of the first resource and the second resource are the same or not.
4. The method according to claim 3, characterized in that the characteristic values are MD5 values and/or SHA1 values.
5. An apparatus for starting a hybrid application, applied to a mobile terminal, the apparatus comprising:
the first resource acquisition unit is used for acquiring a first resource corresponding to a locally stored web page according to a local configuration file aiming at the target hybrid application;
the second resource acquisition unit is used for accessing the configuration file stored in the server according to the address of the on-line configuration file stored in the local configuration file and acquiring a second resource corresponding to the web page;
the judging unit is used for judging whether the first resource is the same as the second resource or not;
the processing unit is used for starting the target hybrid application according to the first resource when the judgment results of the judgment units are the same, and starting the target hybrid application according to the second resource when the judgment results of the judgment units are different;
and the second resource storage unit is used for storing the second resource corresponding to the web page of the started target hybrid application locally after the target hybrid application is started according to the second resource in the processing unit so as to update the first resource corresponding to the locally stored web page.
6. The apparatus of claim 5, wherein the first resource obtaining unit comprises:
the identification information acquisition subunit is used for acquiring, from a local configuration file, identification information of a first resource corresponding to a web page which needs to be loaded for starting a target hybrid application, for the target hybrid application;
and the first resource obtaining subunit is configured to obtain the first resource from the locally stored web resource according to the obtained identification information of the first resource.
7. The apparatus of claim 5, wherein the determining unit is configured to:
and acquiring the characteristic values of the first resource and the second resource, and comparing whether the characteristic values of the first resource and the second resource are the same or not.
8. The apparatus of claim 7, wherein the characteristic values are MD5 values and/or SHA1 values.
CN201610201812.1A 2016-03-31 2016-03-31 Starting method and device of hybrid application Active CN105912357B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610201812.1A CN105912357B (en) 2016-03-31 2016-03-31 Starting method and device of hybrid application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610201812.1A CN105912357B (en) 2016-03-31 2016-03-31 Starting method and device of hybrid application

Publications (2)

Publication Number Publication Date
CN105912357A CN105912357A (en) 2016-08-31
CN105912357B true CN105912357B (en) 2021-08-06

Family

ID=56744473

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610201812.1A Active CN105912357B (en) 2016-03-31 2016-03-31 Starting method and device of hybrid application

Country Status (1)

Country Link
CN (1) CN105912357B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107015801B (en) * 2017-03-15 2021-01-08 腾讯科技(深圳)有限公司 Webpage display method and application terminal
CN107479921A (en) * 2017-08-04 2017-12-15 四川长虹电器股份有限公司 Mobile solution end dynamic load WebView method
CN113656107A (en) * 2021-08-23 2021-11-16 天津中新智冠信息技术有限公司 Mobile application loading method and device and electronic equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102141922A (en) * 2010-01-29 2011-08-03 腾讯科技(深圳)有限公司 Micro kernel pluggable program application system and implementation method thereof
CN103176811A (en) * 2011-12-26 2013-06-26 腾讯科技(深圳)有限公司 Third party application installation method and third party application installation system
CN103257973A (en) * 2012-02-20 2013-08-21 腾讯科技(深圳)有限公司 Method and system for updating browser cache
CN103942225A (en) * 2013-01-23 2014-07-23 阿里巴巴集团控股有限公司 Method and system for invoking resources of Hybrid App client and client
US8893013B1 (en) * 2007-10-11 2014-11-18 Teradici Corporation Method and apparatus for providing a hybrid computing environment
CN104765622A (en) * 2014-01-03 2015-07-08 腾讯科技(深圳)有限公司 Page resource loading method and device
CN105022750A (en) * 2014-04-28 2015-11-04 腾讯科技(北京)有限公司 Resource file loading method and apparatus

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8893013B1 (en) * 2007-10-11 2014-11-18 Teradici Corporation Method and apparatus for providing a hybrid computing environment
CN102141922A (en) * 2010-01-29 2011-08-03 腾讯科技(深圳)有限公司 Micro kernel pluggable program application system and implementation method thereof
CN103176811A (en) * 2011-12-26 2013-06-26 腾讯科技(深圳)有限公司 Third party application installation method and third party application installation system
CN103257973A (en) * 2012-02-20 2013-08-21 腾讯科技(深圳)有限公司 Method and system for updating browser cache
CN103942225A (en) * 2013-01-23 2014-07-23 阿里巴巴集团控股有限公司 Method and system for invoking resources of Hybrid App client and client
CN104765622A (en) * 2014-01-03 2015-07-08 腾讯科技(深圳)有限公司 Page resource loading method and device
CN105022750A (en) * 2014-04-28 2015-11-04 腾讯科技(北京)有限公司 Resource file loading method and apparatus

Also Published As

Publication number Publication date
CN105912357A (en) 2016-08-31

Similar Documents

Publication Publication Date Title
CN110058873B (en) Application page updating method, device, equipment and storage medium
US10694353B2 (en) Updating web resources
CN106569844B (en) Processing method, device and equipment for updating program code
CN109558162B (en) Application program issuing method and device, computer equipment and storage medium
CN109918079B (en) Rule updating method and device of rule engine system and computer equipment
CN107707584B (en) Application loading method, terminal and platform server
CN105022750A (en) Resource file loading method and apparatus
CN105912357B (en) Starting method and device of hybrid application
CN107357890B (en) Webpage file processing method, device and system and storage equipment
CN107645546B (en) File monitoring method based on android system, intelligent device and storage medium
CN111263354B (en) OTA differential upgrading method and device
CN110908681A (en) Method and device for upgrading software
GB2507037A (en) Software application discovery using variable frequency file system scanning
CN108874304B (en) Rule configuration method and device of cache system
CN106293790B (en) application program upgrading method and device based on Firefox operating system
CN109684026B (en) APP skin replacement method and device, electronic equipment and storage medium
CN113158177A (en) Dynamic measurement method, device, equipment and storage medium
CN107861966B (en) Cache detection method, equipment and computer readable storage medium
CN116225622A (en) Docker-based PaaS application parameter template testing method
CN113902458A (en) Malicious user identification method and device and computer equipment
CN112559131A (en) Method, device and equipment for updating container mirror image and computer readable storage medium
CN111679966A (en) Gray scale distribution method, device, server and storage medium
CN112947956A (en) Application software upgrading method
CN110825406A (en) Software upgrading method and related equipment
CN109996262B (en) AC starting method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant