CN108519885B - Public resource loading method and device based on Flash - Google Patents

Public resource loading method and device based on Flash Download PDF

Info

Publication number
CN108519885B
CN108519885B CN201710112335.6A CN201710112335A CN108519885B CN 108519885 B CN108519885 B CN 108519885B CN 201710112335 A CN201710112335 A CN 201710112335A CN 108519885 B CN108519885 B CN 108519885B
Authority
CN
China
Prior art keywords
class object
loading
binary data
loaded
flash
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
CN201710112335.6A
Other languages
Chinese (zh)
Other versions
CN108519885A (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.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201710112335.6A priority Critical patent/CN108519885B/en
Publication of CN108519885A publication Critical patent/CN108519885A/en
Application granted granted Critical
Publication of CN108519885B publication Critical patent/CN108519885B/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/44568Immediately runnable code
    • G06F9/44578Preparing or optimising for loading

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 Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses a public resource loading method and device based on Flash. The method provided by the embodiment of the invention comprises the following steps: acquiring information of a target file to be loaded; creating a first class object; loading the target file in a binary data form through the first type of object to obtain binary data; loading the binary data through a preset second class object, and unloading the second class object after the loading is finished; and obtaining binary data through a Flash parent domain. In the embodiment of the invention, after the public resource is loaded into the Flash parent domain in a domain loading mode, the second class object for loading the public resource file is unloaded and destroyed, so that the memory resource is saved, and the resource utilization rate is improved.

Description

Public resource loading method and device based on Flash
Technical Field
The invention relates to the technical field of information processing, in particular to a public resource loading method and device based on Flash.
Background
In Flash development, various resources are often used, and the resources are loaded before being used in Flash. At present, resources are loaded through a loader object and then the loader object is always stored in a memory for processing, however, for a common resource, the common resource is a dependence of the whole Flash application, in short, the common resource is a resource which must be used, the life cycle of the common resource is from the start to the end of a program, and the mode of loading the resources through the loader object and then always storing the loader object in the memory for processing consumes a larger memory, which results in the waste of resources.
Disclosure of Invention
The embodiment of the invention provides a public resource loading method and device based on Flash, which avoids waste of memory resources and improves the resource utilization rate.
In a first aspect, an embodiment of the present invention provides a public resource loading method based on Flash, where the method includes:
acquiring information of a target file to be loaded;
creating a first class object, wherein the first class object is a class object used for loading any file in a Flash API, and the first class object specifies that data is loaded in a binary data form;
loading the target file in a binary data form through the first type of object to obtain binary data;
loading the binary data through a preset second class object, and unloading the second class object after the loading is finished, wherein the second class object is a class object used for loading a resource file in a Flash API, and the binary data is loaded into a Flash parent domain in an appointed mode when the second class object loads the binary data;
and acquiring the binary data through a Flash parent domain.
Further, before the loading the binary data through the preset second class object, the method further includes:
creating the second class object.
Further, the step of creating the first type object specifically includes:
instantiating a first class object;
adding a callback function of the successful loading event of the first class object;
specifying that the first class of objects load data in the form of binary data.
Further, the method further comprises:
and adding a monitoring event which is loaded successfully when the first class object loads the target file, and executing the step of loading the binary data through a preset second class object when the target file is loaded in a binary data form through the first class object.
Further, before loading the binary data through the preset second class object, the method further includes:
and adding a monitoring event which is loaded successfully when the second class of objects load the binary data.
In a second aspect, an embodiment of the present invention provides a Flash-based public resource loading apparatus, where the apparatus includes:
the first acquisition unit is used for acquiring information of a target file to be loaded;
the device comprises a first creating unit, a second creating unit and a third creating unit, wherein the first creating unit is used for creating a first class object, the first class object is a class object used for loading any file in a Flash API, and the first class object specifies that data is loaded in a binary data form;
the first loading unit is used for loading the target file in a binary data form through the first class object to obtain binary data;
the second loading unit is used for loading the binary data through a preset second class object and unloading the second class object after the loading is finished, wherein the second class object is a class object used for loading a resource file in a Flash API, and the second class object is appointed to be loaded into a Flash parent domain when the binary data is loaded;
and the second acquisition unit is used for acquiring the binary data through a Flash parent domain.
Further, the apparatus further comprises:
and the second creating unit is used for creating the second class object before the binary data is loaded through the preset second class object.
Further, the first creating unit is specifically configured to:
instantiating a first class object;
adding a callback function of the successful loading event of the first class object;
specifying that the first class of objects load data in the form of binary data.
Further, the apparatus further comprises:
and the first adding unit is used for adding a monitoring event which is loaded successfully when the target file is loaded by the first class object, and executing the step of loading the binary data by a preset second class object when the target file is loaded by the first class object in a binary data form.
Further, the apparatus further comprises:
and the second adding unit is used for adding a monitoring event which is loaded successfully when the binary data is loaded by the second class object before the binary data is loaded by the preset second class object.
In the embodiment of the invention, the information of the target file to be loaded is acquired; creating a first class object; loading the target file in a binary data form through the first type of object to obtain binary data; loading the binary data through a preset second class object, and unloading the second class object after the loading is finished; and acquiring the target file through a Flash parent domain. In the embodiment of the invention, after the public resource is loaded into the Flash parent domain in a domain loading mode, the second class object for loading the public resource file is unloaded and destroyed, so that the memory resource is saved, and the resource utilization rate is improved.
Drawings
FIG. 1 is a schematic diagram of an embodiment of a public resource loading method based on Flash in the embodiment of the present invention;
FIG. 2 is a schematic diagram of one embodiment of step S2 in the embodiment of FIG. 1;
FIG. 3 is a schematic diagram of another embodiment of a public resource loading method based on Flash in the embodiment of the present invention;
FIG. 4 is a schematic diagram of another embodiment of a public resource loading method based on Flash in the embodiment of the present invention;
FIG. 5 is a schematic diagram of an embodiment of a Flash-based public resource loading apparatus in the embodiment of the present invention;
FIG. 6 is a schematic diagram of another embodiment of a Flash-based public resource loading apparatus in the embodiment of the present invention;
FIG. 7 is a schematic diagram of another embodiment of a Flash-based public resource loading apparatus according to the embodiment of the present invention;
FIG. 8 is a schematic diagram of another embodiment of a Flash-based public resource loading apparatus in the embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, 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 terms "first," "second," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
First, some technical terms that may be involved in the embodiments of the present invention are briefly described:
domain of Flash: the Flash domain can be regarded AS a 'class definition storage area', when AS3 code is written, a large number of classes are required to be designed, each class has its own definition (including definition of class name, method and attribute), and the classes define the storage and domain. The class name and the address of the class definition are stored in the domain in a one-to-one corresponding mode, when a compiler detects a new operator, the compiler automatically searches for the definition matched with the class name after the new operator in the domain, and then the class definition address is obtained according to the definition, so that a new memory area can be opened up to store a new object.
Concept of subdomain and homogeneous domain: typically during loading of other SWFs. When other SWF files are loaded through the self SWF, the situation that classes in two SWFs have the same name may be met, sometimes, newly loaded classes with the same name need to be avoided, the newly loaded classes cannot enter the current domain definition, at this time, the loading with the same domain is used, and the definitions of the newly loaded classes with the same name are ignored by a compiler; sometimes, the same-name class needs to be classified and stored, at this time, the sub-domain is used, after one sub-domain is defined, the same-name class definition of the post-loading SWF is stored in the sub-domain and cannot be ignored and covered, but the definition can be obtained only by using ' sub-domain object ' getDefinition (' class name ') '.
In the embodiment of the invention, the public resource loading method based on Flash is applied to a public resource loading device based on Flash, and the device can be located in a terminal, such as a mobile terminal or a fixed terminal, specifically, a mobile terminal such as a mobile phone and a tablet, or a fixed terminal device such as a server.
Referring to fig. 1, an embodiment of a Flash-based public resource loading method in the embodiment of the present invention includes:
s1, acquiring information of the target file to be loaded;
the information of the target file to be loaded may be a network address of the target file, such as a Uniform Resource Locator (URL).
S2, creating a first type object;
the first class object is a class object used for loading any file in a Flash API, and the first class object specifies that data is loaded in a binary data form, such as URLLoader.
S3, loading the target file in the form of binary data through the first class object to obtain binary data;
the URLLoader is a class object in the Flash API, is mainly used for loading files, and can be selected to load the files in a byte mode or a character string mode, so that the URLLoader can be designated to load a target file in a binary data form.
S4, loading the binary data through a preset second class object, and unloading the second class object after the loading is finished;
the second class object is a class object used for loading resource files in a Flash API, and is appointed to be loaded into a Flash parent domain when the binary data is loaded, for example, a Loader is also a class object in the Flash API, is mainly used for loading classes of resource files such as swf, pictures and sounds, is loaded through an appointed URL, and can also be loaded with byte arrays.
And S5, acquiring binary data through a Flash parent domain.
In the embodiment of the invention, the information of the target file to be loaded is acquired; creating a first class object; loading the target file in a binary data form through the first type of object to obtain binary data; loading the binary data through a preset second class object, and unloading the second class object after the loading is finished; and obtaining binary data through a Flash parent domain. In the embodiment of the invention, after the public resource is loaded into the Flash parent domain in a domain loading mode, the second class object for loading the public resource file is unloaded and destroyed, so that the memory resource is saved, and the resource utilization rate is improved.
Further, before the loading the binary data through the preset second class object, the method further includes:
a second class object is created.
Taking the second class object as Loader as an example, creating the second class object may be: loader ═ newLoader ().
Further, as shown in fig. 2, the step S2 may further include:
s21, instantiating a first type object;
taking the URLLoader object of the first class as an example, instantiating one URLLoader object may specifically be:
var urlLoader:URLLoader=new URLLoader()。
s22, adding a callback function of the successful loading event of the first class object;
the callback function added with the URLLoader object loading success event in the embodiment of the present invention may specifically be:
urlLoader.addEventListener(Event.COMPLETE,onUrlComplete);
s23, specifying that the first type object loads data in the form of binary data.
In the embodiment of the present invention, the step of specifying that the first type object (still taking URLLoader as an example) loads data in the form of binary data may specifically be:
urlLoader.dataFormat=URLLoaderDataFormat.BINARY;
further, as shown in fig. 3, the method further includes:
s6, adding a monitoring event which is loaded successfully when the first class object loads the target file;
and when the target file is loaded in the form of binary data through the first class object, executing the step of loading the binary data through a preset second class object.
Specifically, the monitoring event that is loaded successfully when the first type object (still taking URLLoader as an example) is added to load the target file may be:
var urlLoader:URLLoader=event.currentTarget as URLLoader;
further, as shown in fig. 4, before loading the binary data through the preset second class object, the method further includes:
and S7, adding a monitoring event which is loaded successfully when the second class object loads binary data.
Specifically, when the second class object is a Loader, the monitoring event that is loaded successfully when the second class object is added to load the binary data may specifically be:
loader.contentLoaderInfo.addEventListener(Event.COMPLETE,onComplete2)
the following describes an embodiment of a Flash-based public resource loading device in the embodiment of the present invention.
Referring to fig. 5, a schematic diagram of an embodiment of a Flash-based public resource loading apparatus in an embodiment of the present invention is shown, where the apparatus includes:
a first obtaining unit 501, configured to obtain information of a target file to be loaded;
a first creating unit 502, configured to create a first class object, where the first class object is a class object used in a Flash API for loading any file, and the first class object specifies to load data in a binary data form;
a first loading unit 503, configured to load the target file in a binary data form through the first class object, so as to obtain binary data;
a second loading unit 504, configured to load the binary data through a preset second class object, and unload the second class object after the loading is completed, where the second class object is a class object used for loading a resource file in a Flash API, and the second class object is specified to be loaded into a Flash parent domain when the binary data is loaded;
and a second obtaining unit 505, configured to obtain the binary data through a Flash parent domain.
Further, as shown in fig. 6, the apparatus further includes:
a second creating unit 506, configured to create the second class object before the binary data is loaded through the preset second class object.
Further, the first creating unit 502 is specifically configured to:
instantiating a first class object;
adding a callback function of the successful loading event of the first class object;
specifying that the first class of objects load data in the form of binary data.
Further, as shown in fig. 7, the apparatus further includes:
a first adding unit 507, configured to add a monitoring event that the loading of the target file is successful when the first class object loads the target file, and execute a step of loading binary data through a preset second class object when the loading of the target file through the first class object in the form of binary data is completed.
Further, as shown in fig. 8, the apparatus further includes:
a second adding unit 508, configured to add a successful snoop event when the binary data is loaded by the second class object before the binary data is loaded by the preset second class object.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A public resource loading method based on Flash is characterized by comprising the following steps:
acquiring information of a target file to be loaded;
creating a first class object, wherein the first class object is a class object used for loading any file in a Flash API, and the first class object specifies that data is loaded in a binary data form;
loading the target file in a binary data form through the first type of object to obtain binary data;
loading the binary data through a preset second class object, and unloading the second class object after the loading is finished, wherein the second class object is a class object used for loading a resource file in a Flash API, and the binary data is loaded into a Flash parent domain in an appointed mode when the second class object loads the binary data;
and acquiring the binary data through a Flash parent domain.
2. The method according to claim 1, wherein before said loading said binary data by a preset second class object, said method further comprises:
creating the second class object.
3. The method according to claim 1, wherein the step of creating the first class of objects specifically comprises:
instantiating a first class object;
adding a callback function of the successful loading event of the first class object;
specifying that the first class of objects load data in the form of binary data.
4. The method of claim 1, further comprising:
and adding a monitoring event which is loaded successfully when the first class object loads the target file, and executing the step of loading the binary data through a preset second class object when the target file is loaded in a binary data form through the first class object.
5. The method of claim 1, wherein before loading the binary data through a preset second class object, the method further comprises:
and adding a monitoring event which is loaded successfully when the second class of objects load the binary data.
6. A public resource loading device based on Flash is characterized by comprising:
the first acquisition unit is used for acquiring information of a target file to be loaded;
the device comprises a first creating unit, a second creating unit and a third creating unit, wherein the first creating unit is used for creating a first class object, the first class object is a class object used for loading any file in a Flash API, and the first class object specifies that data is loaded in a binary data form;
the first loading unit is used for loading the target file in a binary data form through the first class object to obtain binary data;
the second loading unit is used for loading the binary data through a preset second class object and unloading the second class object after the loading is finished, wherein the second class object is a class object used for loading a resource file in a Flash API, and the second class object is appointed to be loaded into a Flash parent domain when the binary data is loaded;
and the second acquisition unit is used for acquiring the binary data through a Flash parent domain.
7. The apparatus of claim 6, further comprising:
and the second creating unit is used for creating the second class object before the binary data is loaded through the preset second class object.
8. The apparatus according to claim 6, wherein the first creating unit is specifically configured to:
instantiating a first class object;
adding a callback function of the successful loading event of the first class object;
specifying that the first class of objects load data in the form of binary data.
9. The apparatus of claim 6, further comprising:
and the first adding unit is used for adding a monitoring event which is loaded successfully when the target file is loaded by the first class object, and executing the step of loading the binary data by a preset second class object when the target file is loaded by the first class object in a binary data form.
10. The apparatus of claim 6, further comprising:
and the second adding unit is used for adding a monitoring event which is loaded successfully when the binary data is loaded by the second class object before the binary data is loaded by the preset second class object.
CN201710112335.6A 2017-02-28 2017-02-28 Public resource loading method and device based on Flash Active CN108519885B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710112335.6A CN108519885B (en) 2017-02-28 2017-02-28 Public resource loading method and device based on Flash

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710112335.6A CN108519885B (en) 2017-02-28 2017-02-28 Public resource loading method and device based on Flash

Publications (2)

Publication Number Publication Date
CN108519885A CN108519885A (en) 2018-09-11
CN108519885B true CN108519885B (en) 2021-07-23

Family

ID=63432672

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710112335.6A Active CN108519885B (en) 2017-02-28 2017-02-28 Public resource loading method and device based on Flash

Country Status (1)

Country Link
CN (1) CN108519885B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110489469B (en) * 2019-07-12 2023-12-08 中国平安人寿保险股份有限公司 Data transmission method, device, computer equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120032691A (en) * 2010-09-29 2012-04-06 삼성에스엔에스 주식회사 Method and system for memory management in imbedded device environment
CN104899051A (en) * 2014-03-05 2015-09-09 博雅网络游戏开发(深圳)有限公司 Method, system and apparatus for building and loading Flash program library file
CN106228082A (en) * 2016-07-18 2016-12-14 武汉斗鱼网络科技有限公司 The guard method of SWF file and system

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI259977B (en) * 2005-05-03 2006-08-11 Novatek Microelectronics Corp Structure of embedded memory unit with loader and system structure and operation method for the embedded memory apparatus
CN101639779B (en) * 2009-08-18 2012-07-18 腾讯科技(深圳)有限公司 Resource release method and device
CN102054005A (en) * 2009-10-29 2011-05-11 腾讯科技(深圳)有限公司 Method and device for loading file
US8832559B2 (en) * 2010-06-25 2014-09-09 LeftsnRights, Inc. Content distribution system and method
CN102591660B (en) * 2011-12-29 2015-05-13 深圳市蓝凌软件股份有限公司 Method and device for constructing flash program object
CN106445405B (en) * 2015-08-13 2020-02-07 北京忆恒创源科技有限公司 Data access method and device for flash memory storage

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120032691A (en) * 2010-09-29 2012-04-06 삼성에스엔에스 주식회사 Method and system for memory management in imbedded device environment
CN104899051A (en) * 2014-03-05 2015-09-09 博雅网络游戏开发(深圳)有限公司 Method, system and apparatus for building and loading Flash program library file
CN106228082A (en) * 2016-07-18 2016-12-14 武汉斗鱼网络科技有限公司 The guard method of SWF file and system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
flash as3 加载外部swf jpg gif png loader urlloader的通用代码;xukai02112006;《https://blog.csdn.net/weixin_34248849/article/details/91647428》;20101031;全文 *
关于FLASH中的LOADER问题;xukai02112006;《https://blog.csdn.net/xukai02112006/article/details/8753288》;20130402;第1-4页 *
教程:深入理解Flash的应用程序域(Application Domains);Lunaa;《https://www.cnblogs.com/xiayong123/archive/2012/10/04/3717049.html》;20101215;全文 *

Also Published As

Publication number Publication date
CN108519885A (en) 2018-09-11

Similar Documents

Publication Publication Date Title
CN108845861B (en) Method and device for realizing virtual camera
CN105760184B (en) A kind of method and apparatus of charging assembly
CN107247722B (en) File scanning method and device and intelligent terminal
CN104391716A (en) Plug-in-based application program implementing method and device
CN104516794A (en) Database document backup method, device and system
CN104484206A (en) Method, terminal and system for setting up application program
CN105094811A (en) Method can device for processing events
CN109871593B (en) Information inheritance method and device based on BIM platform and storage device
CN108519885B (en) Public resource loading method and device based on Flash
US10503430B2 (en) Method and device for clearing data and electronic device
CN109472540B (en) Service processing method and device
CN106095486A (en) Online updating method, system, terminal unit and the server of application program
CN116339694B (en) Extension method and device of low-code platform assembly, electronic equipment and storage medium
WO2016176045A1 (en) System, method, and apparatus for updating data in a distributed storage system
CN107092601B (en) Resource file construction method, resource file application method and device
CN115185576A (en) Process customization method and system based on process application system
CN108446144A (en) A kind of application program launching method, device, terminal and storage medium
CN114764335A (en) Method, device, terminal and storage medium for generating mirror image
CN109688578B (en) Method and equipment for adapting SIM card and mobile terminal equipment
CN111143583A (en) Method and device for monitoring data change of media database
CN110737718A (en) Data backup method and device
CN109408762A (en) A kind of method and device of the carrying advertisement in the page
CN111913710A (en) Method and device for setting navigation bar
CN107315951B (en) Program installation package anti-interception method and device
CN114064092A (en) Application program hot updating method, device, equipment and storage medium

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