CN108388453B - Plug-in management method, application program forming method, device and server - Google Patents

Plug-in management method, application program forming method, device and server Download PDF

Info

Publication number
CN108388453B
CN108388453B CN201810042335.8A CN201810042335A CN108388453B CN 108388453 B CN108388453 B CN 108388453B CN 201810042335 A CN201810042335 A CN 201810042335A CN 108388453 B CN108388453 B CN 108388453B
Authority
CN
China
Prior art keywords
plug
function
application program
acquiring
instructions
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
CN201810042335.8A
Other languages
Chinese (zh)
Other versions
CN108388453A (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.)
Gree Electric Appliances Inc of Zhuhai
Original Assignee
Gree Electric Appliances Inc of Zhuhai
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 Gree Electric Appliances Inc of Zhuhai filed Critical Gree Electric Appliances Inc of Zhuhai
Priority to CN201810042335.8A priority Critical patent/CN108388453B/en
Publication of CN108388453A publication Critical patent/CN108388453A/en
Application granted granted Critical
Publication of CN108388453B publication Critical patent/CN108388453B/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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method, a device and a server for plug-in management and application program formation, which count various functions of the existing application program; extracting various instructions corresponding to the various functions respectively; and respectively encapsulating the multiple instructions according to the function types to form a plurality of plug-in sets to be called. After the plug-in set to be called or downloaded is formed, one plug-in does not need to be developed for each type or each type of product, the working intensity of developers is reduced, and the efficiency of developing application programs is improved.

Description

Plug-in management method, application program forming method, device and server
Technical Field
The invention relates to the technical field of computers, in particular to a method, a device and a server for plug-in management and application program formation.
Background
With the rapid development of artificial intelligence technology, the programming mode of the application program can be influenced by the artificial intelligence technology, so that a profound revolution is generated. At present, many application programs adopt a plug-in development mode, that is, the whole application program is split into a plurality of modules during development, the modules comprise a host and a plurality of plug-ins, each module is an installation package (apk), and the host apk and the plug-ins are packaged separately or jointly during final packaging.
However, for an enterprise, many types of products are involved, each type of product develops a separate plug-in, and even for the same type of product, a separate plug-in is developed due to the difference in model. Different products have many functions which are similar, such as: the on-off, voice interface, image recognition interface and the like of the products such as air conditioners, small household appliances, refrigerators and the like can be multiplexed. Furthermore, for the same product, taking the air conditioner as an example, even if the air conditioner is provided with a plurality of models, most functions of the air conditioner can be reused. If each type or product is developed with one plug-in, the working strength of developers is increased, and the efficiency of developing application programs is greatly reduced.
Therefore, how to improve the development efficiency of the application program becomes an urgent problem to be solved.
Disclosure of Invention
The invention aims to improve the development efficiency of the application program.
According to a first aspect, an embodiment of the present invention provides a plug-in management method, including: counting multiple functions of the existing application program; respectively extracting a plurality of instructions corresponding to a plurality of functions; and respectively packaging the various instructions according to the function types to form a plurality of plug-in sets to be called.
Optionally, encapsulating the plurality of instructions according to the function categories to form a plurality of plug-in sets to be called or downloaded respectively includes: classifying the instructions according to the function categories; packaging the instructions of the same function category to form a plurality of plug-in sets; and setting a first label for the plug-in sets according to the function types to form a plurality of plug-in sets to be called or downloaded.
Optionally, the set of plug-ins includes a plurality of function subcategory plug-ins; setting the first label to the plug-in set by the function category includes: and respectively setting second labels for the plug-ins corresponding to the function subcategories according to the function subcategories.
According to a second aspect, an embodiment of the present invention provides an application forming method, including: acquiring a designated function to be realized by an application program to be programmed; calling or downloading the plug-ins corresponding to the designated functions in the plug-in set according to the designated functions; the plug-in set is established by the plug-in management method described by any one of the first house names.
Optionally, the obtaining of the specified function to be implemented by the application includes: acquiring a main body framework of an application program; the specified function is identified from the body framework.
Optionally, the obtaining of the specified function to be implemented by the application includes: and acquiring a selection instruction for representing the user to select the specified function.
Optionally, before obtaining the selection instruction for characterizing the user to select the specified function, the method includes: acquiring preference information of a user using an application program; and pushing the specified function to the user according to the preference information.
According to a third aspect, an embodiment of the present invention provides a plug-in management apparatus, including: the statistical module is used for counting various functions of the existing application program; the extraction module is used for respectively extracting various instructions corresponding to various functions; and the packaging module is used for respectively packaging the various instructions according to the function types to form a plurality of plug-in sets to be called.
Optionally, the encapsulation module comprises: the classification unit is used for classifying the instructions according to the functional categories; the packaging unit is used for packaging the instructions of the same function category to form a plurality of plug-in sets; and the label setting unit is used for setting a first label for the plug-in sets according to the function types to form a plurality of plug-in sets to be called or downloaded.
Optionally, the set of plug-ins includes a plurality of function subcategory plug-ins; the label setting unit includes: and the label setting subunit is used for setting second labels for the plug-ins corresponding to the function sub-categories according to the function sub-categories.
According to a fourth aspect, an embodiment of the present invention provides an application forming apparatus, including: the acquisition module is used for acquiring the specified function to be realized by the application program to be programmed; the calling/downloading module is used for calling or downloading the plug-ins corresponding to the specified functions in the plug-in set according to the specified functions; wherein the plug-in set is established by the plug-in management apparatus of any one of the above third aspects.
Optionally, the obtaining module includes: a first acquisition unit configured to acquire a main body frame of an application; and an identification unit for identifying the designated function according to the main body frame.
Optionally, the obtaining module includes: and the second acquisition unit is used for acquiring a selection instruction for representing that the user selects the specified function.
Optionally, the obtaining module further includes: a third acquisition unit configured to acquire preference information of a user using the application; and the pushing unit is used for pushing the specified function to the user according to the preference information.
According to a fifth aspect, an embodiment of the present invention provides a server, including: a memory and a processor, wherein the memory and the processor are communicatively connected with each other, the memory stores computer instructions, and the processor executes the computer instructions to perform the plug-in management method described in the first aspect and/or to perform the application forming method described in the second aspect.
The plug-in management method, the plug-in management device, the application program forming method, the application program forming device and the server provided by the embodiment of the invention have the advantages that various functions of the existing application program are counted; respectively extracting a plurality of instructions corresponding to a plurality of functions; and respectively packaging the various instructions according to the function types to form a plurality of plug-in sets to be called. After the plug-in set to be called or downloaded is formed, one plug-in does not need to be developed for each type or each type of product, the working intensity of developers is reduced, and the efficiency of developing application programs is improved.
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, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flow chart illustrating a plug-in management method according to an embodiment of the invention;
FIG. 2 is a flow chart illustrating a plug-in packaging method according to an embodiment of the invention;
FIG. 3 is a flow chart diagram illustrating an application formation method according to an embodiment of the present invention;
FIG. 4 shows a schematic diagram of a plug-in management apparatus of an embodiment of the invention;
FIG. 5 is a schematic diagram showing an application forming apparatus of an embodiment of the present invention;
fig. 6 shows a schematic diagram of a server of an embodiment of the invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the accompanying drawings, and it should be understood that the described embodiments are some, but not all embodiments of the present invention. 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.
In the description of the present invention, it should be noted that, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; can be mechanically or electrically connected; the two elements may be directly connected or indirectly connected through an intermediate medium, or may be communicated with each other inside the two elements, or may be wirelessly connected or wired connected. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
An embodiment of the present invention provides a plug-in management method, as shown in fig. 1, the method includes:
and S10, counting multiple functions of the existing application program. In a specific embodiment, a large number of related applications can be combed, and the functions that the applications can receive and implement are counted. Taking an air conditioner as an example, common functions are as follows: refrigeration, heating, air supply, automatic dehumidification, low wind, wind stroke, high wind and super strong wind, up-down wind sweeping, left-right wind sweeping and the like. For example, in the functions of different products, for example, the on/off function of an air conditioner, the on/off function of a refrigerator, and the on/off function of a washing machine, each function may correspond to a plug-in, and a plurality of functions of a plurality of applications may be counted.
And S20, respectively extracting various instructions corresponding to various functions. In a specific embodiment, the different types of functions correspond to different types of instruction sentences, taking an air conditioner as an example, the air conditioner generally has multiple types, but most of the functions in each type are the same, for example, the functions of basic startup and shutdown, air supply, refrigeration, automatic removal and the like, the functions of low wind level, medium wind level, high gear level and the like, and the temperature control function of 16 ℃ to 30 ℃ and the like. Extraction may be performed for these functional instruction statements.
And S30, respectively packaging the various instructions according to the function types to form a plurality of plug-in sets to be called or downloaded. In a specific embodiment, the instructions may be categorized according to function categories, specifically, for example, the basic functions of turning on and off the air conditioner, the functions of blowing, cooling, and removing the air conditioner, the functions of low wind gear, medium wind gear, and high gear, and the function of temperature control. Or, the same functions may also exist in different products, for example, the on/off function of an air conditioner, the on/off function of a refrigerator, and the on/off function of a washing machine are classified according to the same functions, for example, the on/off instruction statements may be classified into one category, the instruction statements for controlling heating may be classified into one category, and the like, and the instruction statements of the same category of functions are encapsulated to form a plurality of plug-in sets having the same category of functions, and a plug-in set may include a plug-in set for controlling the on/off function, a plug-in set for controlling the heating function, and a plug-in set for controlling the cooling function. The formed plug-in assembly can be downloaded or called by a developer or a user. In this embodiment, each plug-in set may include a plurality of instructions or may include one instruction, for example, the plug-in set of the windshield function may include: low-grade, medium-grade and high-grade. The temperature control plug-in assembly can comprise a plurality of temperature control plug-ins at 16-30 ℃; if a special function plug-in exists, for example, the plug-in set of the air conditioner except the PM2.5 function can only comprise one PM2.5 function plug-in. After the plug-in set to be called or downloaded is formed, one plug-in does not need to be developed for each type or each type of product, the working intensity of developers is reduced, and the efficiency of developing application programs is improved.
In this embodiment, the plug-in set can be released to the application market, and can be downloaded by a common user, and the common user can download the plug-ins with corresponding functions according to own preference or use habit, so that the redundant function of a user end can be avoided, the memory occupancy of an application program is reduced, and the user experience is improved.
To ensure that plug-ins can be accurately found when calling or downloading plug-in sets, in an alternative embodiment, each plug-in set may need to be identified when it is formed, as shown in FIG. 2. Specifically, the following steps can be seen:
and S31, classifying the instructions according to the function categories. Various instructions can be classified according to the function categories, specifically, for example, the basic functions of the air conditioner such as startup and shutdown, air supply, refrigeration, automatic removal and the like, the functions of the low wind gear, the medium wind gear, the high gear and the like, and the temperature control function. Alternatively, the same functions, for example, the on/off function of an air conditioner, the on/off function of a refrigerator, and the on/off function of a washing machine, may also exist in different products, and these same functions are classified, for example, the on/off instruction statements may be classified into one type, and the instruction statements for heating control may be classified into one type.
And S32, packaging the instructions of the same function category to form a plurality of plug-in sets. In a specific embodiment, the instructions may be split, and functional statement blocks with different functions are formed according to the function categories, that is, a plurality of plug-in sets are formed. The plug-in sets may include plug-in sets that control switch functions, may include plug-in sets that control heating functions, and may include plug-in sets that control cooling functions.
And S33, setting a first label for the plug-in sets according to the function types to form a plurality of plug-in sets to be called or downloaded. In a specific embodiment, after a plurality of plug-in sets are formed, a first tag may be set for a plug-in set according to a function category of the plug-in set, where the first tag may be a tag of a plug-in set having functions of the same category, for example, a plug-in set controlling a switch function may be a plug-in set controlling a heating function, a plug-in set controlling a cooling function, and an individual plug-in of a special function, such as a plug-in except for a PM2.5 function, and the first tag is set respectively to facilitate searching the plug-in sets according to the function category.
The plug-in set comprises a plurality of function subcategory plug-ins, for example, the wind sweeping can be divided into an upper wind sweeping, a middle wind sweeping and a lower wind sweeping, if a more specific function is required, in an optional embodiment, second tags are respectively set for the plug-ins corresponding to the function subcategories according to the function subcategories. And each specific plug-in is provided with a label so as to facilitate the search of the plug-in with the specific function.
The embodiment of the invention also provides an application program forming method, which can be suitable for developers to develop the application program and also suitable for users to define the application program when the users use a certain product or a certain application program, and can also be suitable for adding or changing the functions of the existing application program. As shown in fig. 3, the method includes:
s100, acquiring a designated function to be realized by the application program to be programmed. In a specific embodiment, the application to be programmed may be a function to be implemented by a product, for example, an application for controlling an air conditioner, which includes functions such as cooling, heating, dehumidifying, blowing, and sweeping. In this embodiment, an application main framework may be set up, and functions to be implemented by the application main framework may be automatically identified or designated functions selected by a user using the application may be used.
S200, calling or downloading the plug-in corresponding to the specified function in the plug-in set according to the specified function. In the present embodiment, a plug-in set is created by claiming the plug-in management method described in the embodiment. After the plug-in set is established through the embodiment, the plug-in set can be uploaded to the server, when a developer needs to establish a new application program, the program main body framework can be established firstly, then the interface with the required appointed function is added, the label corresponding to the appointed function can be automatically searched for in the server through automatically identifying the interface with the appointed function, and the required plug-in is automatically called or downloaded. After calling the plug-in, a communication channel can be established between the main program and the plug-in, and after downloading the plug-in, the plug-in can be coupled with the main program. The plug-in sets can be published to the application market, a user can download plug-ins with specific functions in the application market according to selection of the user, self-service collocation of application programs with specific functions is achieved, and after the plug-ins are downloaded, the application programs needed by the user can be formed through mutual coupling among the plug-ins.
In an optional embodiment, the specific function to be implemented by the application to be programmed may be obtained by obtaining a selection instruction for representing that the user selects the specific function, after the user may download the application to be programmed, the application may have no function, and the user may select the corresponding functional plug-in according to the prompt. Such as: if the air conditioner is used, functional plug-ins such as modes, windscreens, temperatures and the like can be selected by a user. After the user downloads the plug-in with the function, the corresponding function control can be carried out after the plug-in is coupled through the program. Specifically, preference information of a user using an application program is acquired; and pushing the specified function to the user according to the preference information. The server can collect behavior habits of the user, and pushes the favorite operation function plug-in interface of the user to the corresponding household appliance module through big data analysis.
An embodiment of the present invention further provides a plug-in management device, as shown in fig. 4, the device includes: the statistical module 10 is used for counting various functions of the existing application program; the extracting module 20 is configured to extract multiple instructions corresponding to multiple functions respectively; and the encapsulating module 30 is configured to encapsulate the multiple instructions according to the function categories to form multiple plug-in sets to be called.
In an alternative embodiment, the encapsulation module comprises: the classification unit is used for classifying the instructions according to the functional categories; the packaging unit is used for packaging the instructions of the same function category to form a plurality of plug-in sets; and the label setting unit is used for setting a first label for the plug-in sets according to the function types to form a plurality of plug-in sets to be called or downloaded.
In an alternative embodiment, the set of plug-ins includes a plurality of function subcategory plug-ins; the label setting unit includes: and the label setting subunit is used for setting second labels for the plug-ins corresponding to the function sub-categories according to the function sub-categories.
An embodiment of the present invention provides an application forming apparatus, as shown in fig. 5, the apparatus including: an obtaining module 100, configured to obtain a function to be implemented by an application to be programmed; a calling/downloading module 200, configured to call or download, in the plugin set, a plugin corresponding to the specified function according to the specified function; wherein the plug-in set is established by the plug-in management apparatus of any one of the above third aspects.
In alternative embodiments. The acquisition module comprises: a first acquisition unit configured to acquire a main body frame of an application; and an identification unit for identifying the designated function according to the main body frame.
In an alternative embodiment, the obtaining module includes: and the second acquisition unit is used for acquiring a selection instruction for representing that the user selects the specified function.
In an optional embodiment, the obtaining module further includes: a third acquisition unit configured to acquire preference information of a user using the application; and the pushing unit is used for pushing the specified function to the user according to the preference information.
Embodiments of the present invention provide a server, as shown in fig. 6, the server may include a processor 61 and a memory 62, where the processor 61 and the memory 62 may be connected by a bus or by other means, and fig. 6 illustrates an example of a connection by a bus.
The processor 61 may be a Central Processing Unit (CPU). The Processor 61 may also be other general purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, or combinations thereof.
The memory 62, which is a non-transitory computer readable storage medium, may be used to store non-transitory software programs, non-transitory computer executable programs, and modules, such as program instructions/modules corresponding to the plug-in management method and/or the application forming method in the embodiments of the present invention. The processor 61 executes various functional applications and data processing of the processor by running non-transitory software programs, instructions, and modules stored in the memory 62, that is, implements the plug-in management method and/or the application program formation method in the above-described method embodiments.
The memory 62 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created by the processor 61, and the like. Further, the memory 62 may include high speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, the memory 62 may optionally include memory located remotely from the processor 61, and these remote memories may be connected to the processor 61 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
One or more modules are stored in the memory 62 and, when executed by the processor 61, perform a plug-in management method and/or an application formation method as in the embodiments shown in fig. 1-3.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware related to instructions of a computer program, and the program can be stored in a computer readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, abbreviated as HDD), a Solid State Drive (SSD), or the like; the storage medium may also comprise a combination of memories of the kind described above.
Although the embodiments of the present invention have been described in conjunction with the accompanying drawings, those skilled in the art may make various modifications and variations without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope defined by the appended claims.

Claims (13)

1. A method for plug-in management, comprising:
counting multiple functions of the existing application program;
extracting various instructions corresponding to the various functions respectively;
respectively packaging the multiple instructions according to the function types to form a plurality of plug-in sets to be called;
the step of respectively encapsulating the plurality of instructions according to the function categories to form a plurality of plug-in sets to be called comprises the following steps:
classifying the instructions according to the function categories;
packaging the instructions of the same function category to form a plurality of plug-in sets;
and setting a first label for the plug-in sets according to the function types to form a plurality of plug-in sets to be called or downloaded.
2. The plug-in management method of claim 1, wherein the plug-in set comprises a plurality of function subcategory plug-ins;
the setting of the first label to the plug-in set according to the function category includes:
and respectively setting second tags for the plug-ins corresponding to the function subcategories according to the function subcategories.
3. An application forming method, comprising:
acquiring a designated function to be realized by an application program to be programmed;
calling or downloading the plug-in corresponding to the designated function in the plug-in set according to the designated function;
wherein the plug-in set is established by the plug-in management method of any one of claims 1 or 2.
4. The method for forming an application program according to claim 3, wherein the acquiring of the designated function to be implemented by the application program comprises:
acquiring a main body frame of an application program to be programmed;
identifying the specified function from the body framework.
5. The method for forming an application program according to claim 3, wherein the acquiring of the designated function to be implemented by the application program comprises:
and acquiring a selection instruction for representing that the user selects the specified function.
6. The application forming method according to claim 5, wherein before the acquiring of the selection instruction for characterizing the user's selection of the specified function, comprises:
acquiring preference information of the user using the application program to be programmed;
and pushing the appointed function to the user according to the preference information.
7. A plug-in management device, comprising:
the statistical module is used for counting various functions of the existing application program;
the extraction module is used for respectively extracting a plurality of instructions corresponding to the plurality of functions;
the packaging module is used for respectively packaging the various instructions according to the function types to form a plurality of plug-in sets to be called;
the package module includes:
the classification unit is used for classifying the instructions according to the function categories;
the packaging unit is used for packaging the instructions of the same function category to form a plurality of plug-in sets;
and the label setting unit is used for setting a first label for the plug-in set according to the function type to form a plurality of plug-in sets to be called or downloaded.
8. The plug-in management apparatus of claim 7, wherein the set of plug-ins comprises a plurality of function subcategory plug-ins;
the label setting unit includes:
and the label setting subunit is used for respectively setting second labels for the plug-ins corresponding to the function subcategories according to the function subcategories.
9. An application forming apparatus, comprising:
the acquisition module is used for acquiring the specified function to be realized by the application program to be programmed;
the calling/downloading module is used for calling or downloading the plug-ins corresponding to the specified functions in the plug-in set according to the specified functions;
wherein the plug-in set is established by the plug-in management device of any one of claims 7 or 8.
10. The application forming apparatus of claim 9, wherein the obtaining module comprises:
the first acquisition unit is used for acquiring a main body frame of the application program to be programmed;
and the identification unit is used for identifying the specified function according to the main body frame.
11. The application forming apparatus of claim 9, wherein the obtaining module comprises:
and the second acquisition unit is used for acquiring a selection instruction for representing that the user selects the specified function.
12. The application forming apparatus according to claim 11, comprising:
the third acquisition unit is used for acquiring preference information of the user using the application program to be programmed;
and the pushing unit is used for pushing the specified function to the user according to the preference information.
13. A server, comprising:
a memory and a processor, the memory and the processor being communicatively connected to each other, the memory storing therein computer instructions, the processor executing the computer instructions to perform the plug-in management method of any one of claims 1 or 2 and/or to perform the application forming method of any one of claims 3 to 6.
CN201810042335.8A 2018-01-15 2018-01-15 Plug-in management method, application program forming method, device and server Active CN108388453B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810042335.8A CN108388453B (en) 2018-01-15 2018-01-15 Plug-in management method, application program forming method, device and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810042335.8A CN108388453B (en) 2018-01-15 2018-01-15 Plug-in management method, application program forming method, device and server

Publications (2)

Publication Number Publication Date
CN108388453A CN108388453A (en) 2018-08-10
CN108388453B true CN108388453B (en) 2020-08-11

Family

ID=63076922

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810042335.8A Active CN108388453B (en) 2018-01-15 2018-01-15 Plug-in management method, application program forming method, device and server

Country Status (1)

Country Link
CN (1) CN108388453B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338610A (en) * 2020-03-24 2020-06-26 上海依图网络科技有限公司 Method and device for adapting multiple map frames

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102253840B (en) * 2011-08-04 2013-11-13 深圳芯智汇科技有限公司 Plugin management method and plugin manager
CN104714828B (en) * 2015-03-31 2017-06-09 北京奇虎科技有限公司 Using installation, operation method and device
CN105786993B (en) * 2016-02-17 2019-12-13 北京世界星辉科技有限责任公司 functional plug-in recommendation method and device for application program

Also Published As

Publication number Publication date
CN108388453A (en) 2018-08-10

Similar Documents

Publication Publication Date Title
CN111061484B (en) Code compiling method, device, server, user terminal and readable medium
CN110674408B (en) Service platform, and real-time generation method and device of training sample
CN104951340A (en) Information processing method and device
CN112612214B (en) Method and system for generating functional interface and electronic equipment
CN105893075A (en) Update method and device of application
CN109358512A (en) A kind of intelligent home furnishing control method, cloud server, system and storage medium
CN110717536A (en) Method and device for generating training sample
CN107368343A (en) A kind of starting up of terminal method, terminal and storage medium based on Android system
CN112507211A (en) Message pushing method and device, storage medium and electronic device
CN105554552A (en) UI dynamic layout system and method based on set-top box
CN108388453B (en) Plug-in management method, application program forming method, device and server
CN103885802A (en) Driver installation method and device and client
CN103324551A (en) Application data migration method and system
CN107526584B (en) Data access method and device
CN112748961A (en) Method and device for executing starting task
CN110019321B (en) Question delimitation method, device and equipment
CN109697072A (en) Information processing method, device and equipment
CN109429100B (en) Method, device and system for storing page path
CN108133123B (en) Application program identification method and system
CN104216780A (en) Control method and control device for application program association operation
CN115599260A (en) Intelligent scene generation method, device and system, storage medium and electronic device
CN110578989B (en) Debugging method and device of air conditioner, air conditioner and storage medium
WO2016206437A1 (en) Rom package generation method and device
CN106959806B (en) Page identity obtaining method and device
CN111722867A (en) Software configuration method, storage medium and smart television

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