CN110968343A - Resource file configuration method, configuration device, refrigerator and readable storage medium - Google Patents

Resource file configuration method, configuration device, refrigerator and readable storage medium Download PDF

Info

Publication number
CN110968343A
CN110968343A CN201911198691.XA CN201911198691A CN110968343A CN 110968343 A CN110968343 A CN 110968343A CN 201911198691 A CN201911198691 A CN 201911198691A CN 110968343 A CN110968343 A CN 110968343A
Authority
CN
China
Prior art keywords
resource file
file
resource
application program
configuring
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.)
Pending
Application number
CN201911198691.XA
Other languages
Chinese (zh)
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.)
Hefei Hualing Co Ltd
Midea Group Co Ltd
Hefei Midea Refrigerator Co Ltd
Original Assignee
Hefei Hualing Co Ltd
Midea Group Co Ltd
Hefei Midea Refrigerator 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 Hefei Hualing Co Ltd, Midea Group Co Ltd, Hefei Midea Refrigerator Co Ltd filed Critical Hefei Hualing Co Ltd
Priority to CN201911198691.XA priority Critical patent/CN110968343A/en
Publication of CN110968343A publication Critical patent/CN110968343A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Abstract

The invention provides a resource file configuration method, a resource file configuration device, a refrigerator and a readable storage medium. The resource file is associated with the application program file, and the configuration method comprises the following steps: the resource file is stored in a storage location that is different from the storage location of the application file. The resource files and the application program files which are related are stored separately, so that the resource files are placed in the application program files, the space required for installing the application program is reduced, the application program files do not need to be analyzed under the condition that the resource files need to be expanded or updated in the using process of the installed application program, and the technical effect of directly expanding or updating the resource files stored in other positions can be achieved.

Description

Resource file configuration method, configuration device, refrigerator and readable storage medium
Technical Field
The invention relates to the field of intelligent refrigerators, in particular to a resource file configuration method, a resource file configuration device, a refrigerator and a computer readable storage medium.
Background
The intelligent refrigerator is loaded with a plurality of application programs, in the related technology, an application program suitable for the intelligent refrigerator is developed, a resource file needs to be built in a catalog of the developed application program, and the resource file can be called when the application program runs after being compiled and packaged. The method for embedding the application program in the resource file can lead to long time consumption of the application program in a compiling stage, meanwhile, the volume of the installation file of the generated application program is large, the performance and the efficiency of the application program in operation are reduced, and the subsequent maintenance and updating cost of the application program with the resource file is large.
Disclosure of Invention
The present invention is directed to solving at least one of the problems of the prior art or the related art.
To this end, the first aspect of the present invention provides a method for configuring a resource file.
The second aspect of the present invention provides a resource file configuration apparatus.
A third aspect of the present invention provides an intelligent refrigerator.
A fourth aspect of the invention provides a computer-readable storage medium.
In order to achieve the above object, according to an aspect of the first aspect of the present invention, there is provided a method for configuring a resource file, where the resource file is associated with an application file, the method including: the resource file is stored in a storage location that is different from the storage location of the application file.
In the technical scheme, the associated resource files and the application program files are stored separately, so that the resource files are placed in the application program files, the space required for installing the application program is reduced, and the application program files are not required to be analyzed under the condition that the resource files need to be expanded or updated in the use process of the installed application program, and the resource files stored in other positions can be directly expanded or updated.
It can be understood that, in the process of developing the application program, the resource file does not need to be stored in the application program file, so that the file volume of the application program itself is reduced, and the storage space occupied by the application program is less. Compared with the scheme of storing the resource files and the application program files together in the related technology, the resource files related to the application program are more conveniently expanded and updated at the later stage, the application layer codes do not need to be developed secondarily while the resource files are expanded and updated, and the labor is saved.
In any of the above technical solutions, the step of storing the resource file in a storage location different from a storage location of the application file specifically includes: determining a first storage position of the application program file, and configuring the application program file to the first storage position; and determining a second storage position of the resource file, acquiring the resource file and storing the resource file in the second storage position.
In the technical scheme, the first application program file is installed to the first storage position, and the resource file is stored in the second storage position, so that the effect of separately storing the first application program and the resource file is realized.
In any of the above technical solutions, a call index is established for the resource file, and the call index is configured to the first storage location, so that the running application program can call the resource data in the second storage location according to the call index in response to the resource call instruction.
In the technical scheme, the call index is established for the resource file stored in the second storage position, and the call index is configured in the application program in the first storage position, so that the resource call instruction is received when the application program is operated, the resource file stored in the first storage position can be directly called according to the call index, and further the resource file stored in different places can be directly called when the application program is operated.
It will be appreciated that the invocation index serves to associate the offsite stored resource file with the application. The method can directly call the resource files stored in different places in the running process, thereby ensuring that the resource files can be called at any time under the condition that the resource files are not stored in the application program files.
In any of the above technical solutions, the step of obtaining the resource file specifically includes: and downloading the resource file through a downloading tool.
In the technical scheme, the resource file can be downloaded from the server side through the downloading tool, the corresponding storage path setting can be carried out on the downloading tool, the resource file is directly downloaded to the second storage position, and the resource file obtained through downloading does not need to be manually stored in the second storage position.
It can be understood that downloading the resource file through the downloading tool can be used for updating the resource file, that is, in the running process of the application program, the appropriate resource file is not called under the condition that the resource file is called, and at this time, the missing resource file or the resource file package can be directly downloaded at the server end through the downloading tool, so that the effect of updating the resource file in the second storage location is realized.
In any of the above technical solutions, the step of obtaining the resource file specifically includes: and receiving the resource file sent by the application program development debugging tool.
In the technical scheme, the resource file can be directly sent to the second storage position through the application program development and debugging tool. If the resource file needs to be expanded in the subsequent use process of the application program, the resource file in the second storage position can be directly expanded through an application program development and debugging tool.
It will be appreciated that the resource file in the second storage location may be modified directly by the application development debugging tool.
In any of the above solutions, the second location is located in the local storage area or the external storage area.
In the technical solution, the second location for storing the resource file may be set in a local storage area of the device, or may be set in an external storage area connected to the device.
It can be understood that the external storage device storing the resource file can be connected with the equipment, the resource file in the external storage device is directly called when the equipment runs the application program, and different resource files can be quickly replaced by replacing the external storage device storing different resource files.
In any of the above technical solutions, the resource file includes: one or a combination of an audio format file, a video format file, a text format file or a picture format file.
In this embodiment, the resource file includes, but is not limited to, an audio format file, a video format file, a text format file, or a picture format file. The application program needs to call the resource file in the running process, and the resource file can be updated or expanded according to different requirements of users.
According to a second aspect of the present invention, there is provided a resource file configuration apparatus, including: the configuration device of the resource file has all the beneficial effects of the configuration method of the resource file in any technical scheme, and details are not repeated herein.
According to the technical scheme of the third aspect of the invention, the intelligent refrigerator comprises: the configuration device, the control device and the hardware component of the resource file defined in the above technical solution, the hardware component is connected to the control device, the hardware component includes a communication component and an execution component, the communication component includes at least one of a voice recognition device, a gesture recognition device and an infrared signal receiving device, the communication component is used for receiving a signal with a control instruction, the execution component includes at least one of a compressor and a fan, and the control device can control the hardware component to execute actions such as refrigeration of a refrigerator. The intelligent refrigerator has all the beneficial effects of the resource file configuration method and the resource file configuration device in any technical scheme, and the details are not repeated herein.
According to an aspect of the fourth aspect of the present invention, there is provided a computer-readable storage medium, on which a control program is stored, and the control program, when executed by a processor, implements the steps of the method for configuring a resource file according to any one of the above aspects.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 shows a flow diagram of a method for configuration of a resource file according to one embodiment of the invention;
FIG. 2 shows a flow diagram of a method of configuration of a resource file according to another embodiment of the invention;
FIG. 3 shows a flow diagram of a method of configuration of a resource file according to yet another embodiment of the invention;
FIG. 4 shows a flow diagram of a method of configuration of a resource file according to yet another embodiment of the invention;
FIG. 5 shows a flow diagram of a method of configuration of a resource file according to yet another embodiment of the invention;
fig. 6 shows a schematic block diagram of a configuration device of a resource file according to an embodiment of the present invention.
Detailed Description
In order that the above objects, features and advantages of the present invention can be more clearly understood, a more particular description of the invention will be rendered by reference to the appended drawings. It should be noted that the embodiments and features of the embodiments of the present application may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, however, the present invention may be practiced in other ways than those specifically described herein, and therefore the scope of the present invention is not limited by the specific embodiments disclosed below.
A method of configuring a resource file, a device for configuring a resource file, an intelligent refrigerator, and a computer-readable storage medium according to some embodiments of the present invention are described below with reference to fig. 1 to 6.
The first embodiment is as follows:
as shown in fig. 1, in an embodiment of the present invention, a method for configuring a resource file is provided, where the resource file is associated with an application file, and the method for configuring includes:
step S102, storing the resource file in a storage position different from the storage position of the application program file.
In the embodiment, in the process of developing the application program, the resource file does not need to be stored in the application program file, so that the file volume of the application program is reduced, and the storage space occupied by the application program is less. Compared with the scheme of storing the resource files and the application program files together in the related technology, the resource files related to the application program are more conveniently expanded and updated at the later stage, the application layer codes do not need to be developed secondarily while the resource files are expanded and updated, and the labor is saved.
Example two:
as shown in fig. 2, a method for configuring a resource file according to another embodiment of the present invention stores the resource file in a storage location different from a storage location of an application file, which specifically includes:
step S202, determining a first storage position of the application program file, and configuring the application program file to the first storage position;
step S204, determining a second storage position of the resource file, acquiring the resource file and storing the resource file in the second storage position;
step S206, establishing a calling index for the resource file, and configuring the calling index to a first storage position.
In this embodiment, the application file is installed in a first storage location and the resource file is stored in a second storage location different from the first storage location. The method comprises the steps of establishing a calling index for the resource file stored in the second storage position, configuring the calling index into the application program in the first storage position, and realizing that the resource file stored in the first storage position can be directly called according to the received calling index when the application program runs, so that the resource file stored in different places can be directly called when the application program runs, and the calling index plays a role in associating the resource file stored in different places with the application program. The method can directly call the resource files stored in different places in the running process, thereby ensuring that the resource files can be called at any time under the condition that the resource files are not stored in the application program files.
In some embodiments, the call index established for the resource file is configured in the application program, so that the application program directly calls the resource file corresponding to the search call index in the running process.
In this embodiment, the resource file is built into a dedicated call index, and the call index is configured in the application program. When the running application program calls the resource file, the resource file can be inquired and called by calling the index even if the resource file is stored at the unknown second position.
In some embodiments, a call index is established for a second location where the resource file is stored, and the call index is configured in the application program, so that the application program can search the second location and call the resource file therein during the running process.
In the embodiment, the second storage location where the resource file is stored is used for establishing a call index, and the call index is configured in the application program. And the running application program can directly find all the resource files in the second storage position and call the resource files stored in the second storage position. The resource file in the second storage location can be updated to be the new resource file, but the resource file in the second storage location can still be called through the original calling index, so that the step of establishing the calling index for the resource file again after the resource file is updated is saved.
In any of the above embodiments, the second location is located in the local storage area or the external storage area.
In any of the above embodiments, the resource file comprises: one or a combination of an audio format file, a video format file, a text format file or a picture format file.
In this embodiment, the second location for storing the resource file is provided in the local storage area, and may also be provided in an external storage area connected to the device. The external storage device storing the resource files can be connected with the equipment, the resource files in the external storage device are directly called when the equipment runs the application program, and different resource files can be quickly replaced by replacing the external storage device storing different resource files. The application program needs to call the resource file in the running process, and the resource file can be updated or expanded according to different requirements of users.
It is understood that the resource file is a file that the application program needs to call during the running process, wherein the resource file includes, but is not limited to, an audio format file, a video format file, a text format file, or a picture format file.
Example three:
as shown in fig. 3, a method for configuring a resource file according to another embodiment of the present invention includes the steps of:
step S302, downloading the resource file through the downloading tool.
In the technical scheme, the resource file can be downloaded from the server side through the downloading tool, the corresponding storage path setting can be carried out on the downloading tool, the resource file is directly downloaded to the second storage position, and the resource file obtained through downloading does not need to be manually stored in the second storage position. The downloading of the resource file by the downloading tool can be used for updating the resource file, that is, in the running process of the application program, a proper resource file is not called under the condition that the calling of the resource file is executed, and at this time, a missing resource file or a resource file package can be directly downloaded at the server end by the downloading tool, so that the effect of updating the resource file in the second storage position is realized.
It can be understood that, in the process of configuring the application program and the resource file to the device, the application program may be configured to the first storage location, and then the resource file is downloaded through the downloading tool to obtain the resource file. If the resource file is not searched or called in the process of the rerun of the application program, the resource file can be downloaded and updated through the downloading tool.
In any of the above embodiments, the resource file comprises: one or a combination of an audio format file, a video format file, a text format file or a picture format file.
It is understood that the resource file is a file that the application program needs to call during the running process, wherein the resource file includes, but is not limited to, an audio format file, a video format file, a text format file, or a picture format file.
Example four:
as shown in fig. 4, a method for configuring a resource file according to a further embodiment of the present invention, which includes the steps of obtaining the resource file, specifically:
step S402, receiving the resource file sent by the application program development and debugging tool.
In this embodiment, the resource file may be sent directly to the second storage location via the application development debugging tool. If the resource file needs to be expanded in the subsequent use process of the application program, the resource file in the second storage position can be directly expanded through an application program development and debugging tool.
It will be appreciated that in deploying the application and resource files to the device, the application may now be deployed to the first storage location and the resource files stored in the second storage location by the application development debugging tool. And after the resource file is stored in the second storage position according to actual requirements, subsequent modification can be performed on the resource file through an application program development and debugging tool. Because the resource file is not configured with the application program, the step of secondary code development in the process of modifying the resource file is avoided.
In any of the above embodiments, the resource file comprises: one or a combination of an audio format file, a video format file, a text format file or a picture format file.
It is understood that the resource file is a file that the application program needs to call during the running process, wherein the resource file includes, but is not limited to, an audio format file, a video format file, a text format file, or a picture format file.
Example five:
as shown in fig. 5, a method for configuring a resource file according to a complete embodiment of the present invention specifically includes:
step S502, integrating the resource files, wherein the resource files are not stored in the application program files;
step S504, packaging the application program into an application program installation file through a compiling tool, and installing the application program installation file into a first storage position of the equipment;
step S506, utilizing the application program development debugging tool to store the resource file required by the application program into a second storage position of the equipment;
in step S508, the application program is run, and the resource file may be called.
In the embodiment, compared with the technical scheme that the resource file is directly built in the application program in the related art, the occupied space of the application program after installation is reduced. And because the resource file is not required to be configured into the application program file, the code compiling time in the development stage of the application program is reduced, and the development efficiency is improved. In the subsequent updating and expanding of the resource file, the later modification is realized without secondary development of application layer codes.
In any of the above embodiments, the second location is located in the local storage area or the external storage area.
In any of the above embodiments, the resource file comprises: one or a combination of an audio format file, a video format file, a text format file or a picture format file.
It will be appreciated that the second location for storing the resource file is located in a local storage area, and may also be located in an external storage area associated with the device. The resource file is a file that needs to be called by the application program in the running process, wherein the resource file includes but is not limited to an audio format file, a video format file, a text format file or a picture format file.
Example six:
as shown in fig. 6, in a further embodiment of the present invention, there is provided an apparatus 100 for configuring a resource file, including: the memory 120, the processor 140, and the computer program stored in the memory 120 and capable of running on the processor 140, when executed by the processor 140, implement the steps of the method for configuring a resource file as defined in any of the above embodiments, where the apparatus for configuring a resource file has all the advantages of the method for configuring a resource file in any of the above embodiments, and are not described herein again.
Example seven:
in still another embodiment of the present invention, there is provided an intelligent refrigerator including: the configuration device, the control device and the hardware component of the resource file as defined in the above embodiments, the hardware component is connected to the control device, the hardware component includes a communication component and an execution component, the communication component includes at least one of a voice recognition device, a gesture recognition device and an infrared signal receiving device, the communication component is used for receiving a signal with a control instruction, the execution component includes at least one of a compressor and a blower, and the control device can control the hardware component to perform actions such as refrigeration and the like. The intelligent refrigerator has all the beneficial effects of the resource file configuration method and the resource file configuration device in any embodiment, and details are not repeated herein.
Example eight:
in yet another embodiment of the present invention, a computer-readable storage medium is provided, on which a control program is stored, and the control program, when executed by a processor, implements the steps of the method for configuring a resource file in any of the above embodiments, or the steps of the method for configuring a resource file in any of the above embodiments. The computer-readable storage medium has all the advantages of the configuration of the resource file in any of the above embodiments, and will not be described herein again.
In the present invention, the terms "first", "second", and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance; the term "plurality" means two or more unless expressly limited otherwise. The terms "mounted," "connected," "fixed," and the like are to be construed broadly, and for example, "connected" may be a fixed connection, a removable connection, or an integral connection; "coupled" may be direct or indirect through an intermediary. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
In the description of the present invention, it is to be understood that the terms "upper", "lower", "left", "right", "front", "rear", and the like indicate orientations or positional relationships based on those shown in the drawings, and are only for convenience of description and simplification of description, but do not indicate or imply that the referred device or unit must have a specific direction, be constructed in a specific orientation, and be operated, and thus, should not be construed as limiting the present invention.
In the description herein, the description of the terms "one embodiment," "some embodiments," "specific embodiments," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes will occur to those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for configuring a resource file, wherein the resource file is associated with an application file, the method comprising:
and storing the resource file in a storage position different from the storage position of the application program file.
2. The method according to claim 1, wherein the step of storing the resource file in a storage location different from a storage location of the application file specifically comprises:
determining a first storage position of the application program file, and configuring the application program file to the first storage position;
and determining a second storage position of the resource file, acquiring the resource file and storing the resource file in the second storage position.
3. The method for configuring resource files according to claim 2, further comprising:
and establishing a call index for the resource file, and configuring the call index to the first storage position, so that the running application program can call the resource data in the second storage position according to the call index in response to a resource call instruction.
4. The method for configuring a resource file according to claim 3, wherein the step of obtaining the resource file specifically comprises:
and downloading the resource file through a downloading tool.
5. The method for configuring a resource file according to claim 3, wherein the step of obtaining the resource file specifically comprises:
and receiving the resource file sent by the application program development and debugging tool.
6. The method according to any one of claims 1 to 5, wherein the second location is located in a local storage area or an external storage area.
7. The method according to claim 6, wherein the resource file comprises:
one or a combination of an audio format file, a video format file, a text format file or a picture format file.
8. An apparatus for configuring a resource file, comprising:
a memory, a processor, and a computer program stored on the memory and executable on the processor;
the computer program, when executed by the processor, implementing the steps of the method of configuring a resource file according to any one of claims 1 to 7.
9. An intelligent refrigerator, comprising:
configuration means of the resource file according to claim 8;
the device comprises a control device and a hardware component, wherein the hardware component is connected to the control device.
10. A computer-readable storage medium, on which a configuration program of a resource file is stored, which, when executed by a processor, implements the steps of the configuration method of the resource file according to any one of claims 1 to 7.
CN201911198691.XA 2019-11-29 2019-11-29 Resource file configuration method, configuration device, refrigerator and readable storage medium Pending CN110968343A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911198691.XA CN110968343A (en) 2019-11-29 2019-11-29 Resource file configuration method, configuration device, refrigerator and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911198691.XA CN110968343A (en) 2019-11-29 2019-11-29 Resource file configuration method, configuration device, refrigerator and readable storage medium

Publications (1)

Publication Number Publication Date
CN110968343A true CN110968343A (en) 2020-04-07

Family

ID=70032102

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911198691.XA Pending CN110968343A (en) 2019-11-29 2019-11-29 Resource file configuration method, configuration device, refrigerator and readable storage medium

Country Status (1)

Country Link
CN (1) CN110968343A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112256316A (en) * 2020-11-13 2021-01-22 北京玩蟹科技有限公司 Client application updating method and client
CN113110851A (en) * 2021-06-15 2021-07-13 北京易真学思教育科技有限公司 Resource loading method and device, electronic equipment and medium
WO2021248337A1 (en) * 2020-06-09 2021-12-16 深圳市欢太科技有限公司 Application installation method and apparatus, and device and computer-readable storage medium
CN114895980A (en) * 2022-05-07 2022-08-12 中国农业银行股份有限公司 Application program running method and device, electronic equipment and storage medium
CN114924806A (en) * 2022-04-07 2022-08-19 南京慧尔视软件科技有限公司 Dynamic synchronization method, device, equipment and medium for configuration information

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101441567A (en) * 2008-11-18 2009-05-27 宇龙计算机通信科技(深圳)有限公司 Method and system for supporting multiple-language user interface in mobile terminal
CN105786498A (en) * 2016-02-25 2016-07-20 广州阿里巴巴文学信息技术有限公司 Method and device for modifying application and electronic device
US20170046254A1 (en) * 2015-08-13 2017-02-16 Spirent Communications, Inc. Method to configure monitoring thresholds using output of load or resource loadings
CN106469071A (en) * 2015-08-18 2017-03-01 腾讯科技(深圳)有限公司 Application program subject replacement method and device
CN107608674A (en) * 2017-09-22 2018-01-19 深圳市创维软件有限公司 One kind applies skin change method, device, computer and storage medium
CN107885540A (en) * 2016-09-28 2018-04-06 腾讯科技(深圳)有限公司 A kind of method, apparatus and terminal of loading application programs static resource

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101441567A (en) * 2008-11-18 2009-05-27 宇龙计算机通信科技(深圳)有限公司 Method and system for supporting multiple-language user interface in mobile terminal
US20170046254A1 (en) * 2015-08-13 2017-02-16 Spirent Communications, Inc. Method to configure monitoring thresholds using output of load or resource loadings
CN106469071A (en) * 2015-08-18 2017-03-01 腾讯科技(深圳)有限公司 Application program subject replacement method and device
CN105786498A (en) * 2016-02-25 2016-07-20 广州阿里巴巴文学信息技术有限公司 Method and device for modifying application and electronic device
CN107885540A (en) * 2016-09-28 2018-04-06 腾讯科技(深圳)有限公司 A kind of method, apparatus and terminal of loading application programs static resource
CN107608674A (en) * 2017-09-22 2018-01-19 深圳市创维软件有限公司 One kind applies skin change method, device, computer and storage medium

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
WANG L: "Design of Smart Home System Based on WiFi Smart Plug", 《INTERNATIONAL JOURNAL OF SMART HOME》, 30 June 2015 (2015-06-30) *
于彬: "《Android 编程基础》", 30 September 2013, 西南交通大学出版社 *
云之崖: "Android热修复技术初探(三):动态加载外部资源", 《阿里云开发者社区 HTTPS://DEVELOPER.ALIYUN.COM/ARTICLE/663993?MSCLKID=36E04AD8C4B311EC9D8BB547F49168E5》, 20 March 2018 (2018-03-20), pages 1 *
陆欢: "基于安卓的智能电视机顶盒的设计与实现", 《中国优秀硕士学位论文全文数据库 (信息科技辑)》, vol. 2017, no. 07, 15 July 2017 (2017-07-15) *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021248337A1 (en) * 2020-06-09 2021-12-16 深圳市欢太科技有限公司 Application installation method and apparatus, and device and computer-readable storage medium
CN112256316A (en) * 2020-11-13 2021-01-22 北京玩蟹科技有限公司 Client application updating method and client
CN113110851A (en) * 2021-06-15 2021-07-13 北京易真学思教育科技有限公司 Resource loading method and device, electronic equipment and medium
CN114924806A (en) * 2022-04-07 2022-08-19 南京慧尔视软件科技有限公司 Dynamic synchronization method, device, equipment and medium for configuration information
CN114924806B (en) * 2022-04-07 2024-03-26 南京慧尔视软件科技有限公司 Dynamic synchronization method, device, equipment and medium for configuration information
CN114895980A (en) * 2022-05-07 2022-08-12 中国农业银行股份有限公司 Application program running method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110968343A (en) Resource file configuration method, configuration device, refrigerator and readable storage medium
CN107707614B (en) System hop protocol-based app routing implementation method, device and storage medium
EP3333704A1 (en) Method and apparatus for repairing kernel vulnerability
CN108829477B (en) Interface jump method, device, computer equipment and storage medium
CN106302632B (en) Downloading method of basic mirror image and management node
CN105760199B (en) A kind of application resource loading method and its equipment
US20240111549A1 (en) Method and apparatus for constructing android running environment
CN101763269A (en) Method for making software installation package
KR101427561B1 (en) Method for adaptively executing an android application on tizen platform by automatically transforming the android application into tizen-installable package, and computer-readable recording medium for the same
CN108540509B (en) Processing method and device of terminal browser, server and intelligent terminal
CN108776602B (en) SCA-based waveform dynamic switching method
CN111367534A (en) Service arrangement method and system based on application environment
CN110413292B (en) Light application installation method of application program, mobile terminal and storage medium
US20190196846A1 (en) Information processing system, container management apparatus, and container management method
CN113821226A (en) ONIE system installation method, apparatus, device and medium
CN107239303B (en) Application program update package generation method and device and application program update method and device
CN113110851A (en) Resource loading method and device, electronic equipment and medium
CN106293814B (en) Upgrading method and device
CN105159692A (en) Application identifying method, application identifying device and server
CN107179918B (en) Software processing method, device and system
CN112612493A (en) Software upgrading method, device, equipment and storage medium for software set
CN112035129A (en) Method and device for driver installation and upgrade and computer equipment
CN107783837B (en) Method and device for performing storage expansion and electronic equipment
KR101427562B1 (en) Method for automatically transforming an android application into tizen-installable application package, and computer-readable recording medium for the same
CN105119944A (en) Application starting method and related 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200407