CN117311778A - Application management method and device - Google Patents

Application management method and device Download PDF

Info

Publication number
CN117311778A
CN117311778A CN202311268154.4A CN202311268154A CN117311778A CN 117311778 A CN117311778 A CN 117311778A CN 202311268154 A CN202311268154 A CN 202311268154A CN 117311778 A CN117311778 A CN 117311778A
Authority
CN
China
Prior art keywords
application
background
background application
page
target
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
CN202311268154.4A
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.)
Zhuhai Kingsoft Digital Network Technology Co Ltd
Original Assignee
Zhuhai Kingsoft Digital 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 Zhuhai Kingsoft Digital Network Technology Co Ltd filed Critical Zhuhai Kingsoft Digital Network Technology Co Ltd
Priority to CN202311268154.4A priority Critical patent/CN117311778A/en
Publication of CN117311778A publication Critical patent/CN117311778A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

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

Abstract

The application provides an application management method and device, wherein the application management method management platform comprises the following steps: initializing an application to be constructed into an initial background application based on application configuration parameters carried in a background application development request; configuring an application page and an application menu for the initial background application to obtain an intermediate background application; receiving an application setting request submitted for the middle background application, and setting a permission interface of the middle background application according to the application setting request to obtain a target background application; and adding an application basic component aiming at the target background application, generating an application package to be distributed according to an addition result, and distributing the application package to be distributed to a sharing node of the management platform.

Description

Application management method and device
Technical Field
The present application relates to the field of platform management technologies, and in particular, to an application management method and device.
Background
With the development of computer technology, the background functionality requirements of enterprises continue to increase. In order to meet the use requirements of users in enterprises and achieve the purpose of cooperative work, a plurality of functions are generally integrated on a platform. However, the background development of the traditional enterprise often needs front-end and back-end cooperation, and meanwhile, different technical stacks need to be mastered, which results in complex development flow and high learning cost. In addition, the problem of user information island exists among different service backboards, and authority configuration is different, so that authorized users need to be repeatedly added in each background, and additional development and learning and use costs of operators are increased. While development efficiency and reusability are lower, an effective solution is needed to solve the above problems.
Disclosure of Invention
In view of the foregoing, an embodiment of the present application provides an application management method to solve the technical drawbacks in the prior art. The embodiment of the application also provides an application management device, a computing device and a computer readable storage medium.
According to a first aspect of an embodiment of the present application, there is provided an application management method, applied to a management platform, including:
initializing an application to be constructed into an initial background application based on application configuration parameters carried in a background application development request;
configuring an application page and an application menu for the initial background application to obtain an intermediate background application;
receiving an application setting request submitted for the middle background application, and setting a permission interface of the middle background application according to the application setting request to obtain a target background application;
and adding an application basic component aiming at the target background application, generating an application package to be distributed according to an addition result, and distributing the application package to be distributed to a sharing node of the management platform.
According to a second aspect of embodiments of the present application, there is provided an application management apparatus, applied to a management platform, including:
The initialization module is configured to initialize the application to be constructed into an initial background application based on the application configuration parameters carried in the background application development request;
the configuration module is configured to configure an application page and an application menu for the initial background application to obtain an intermediate background application;
the receiving module is configured to receive an application setting request submitted for the middle background application, and set a permission interface of the middle background application according to the application setting request to obtain a target background application;
the publishing module is configured to add an application basic component for the target background application, generate an application package to be published according to an adding result, and publish the application package to be published to a sharing node of the management platform.
According to a third aspect of embodiments of the present application, there is provided a computing device comprising:
a memory and a processor;
the memory is used for storing computer executable instructions, and the processor implements the steps of the application management method when executing the computer executable instructions.
According to a fourth aspect of embodiments of the present application, there is provided a computer readable storage medium storing computer executable instructions which, when executed by a processor, implement the steps of the application management method.
According to a fifth aspect of embodiments of the present application, there is provided a chip storing a computer program which, when executed by the chip, implements the steps of the application management method.
The application management method provided by the specification can be used for facilitating the use of developers in the background application development stage, reducing the development cost of background applications, improving the development efficiency, and carrying out initialization processing on the application to be built based on the application configuration parameters carried in the background application development request to realize the configuration of basic attribute information so as to obtain the initial background application. On the basis, an application page and an application menu can be configured for the initial background application by adopting a low-code processing strategy, so that the basic function configuration of the background application is completed, and the intermediate background application is obtained. When receiving an application setting request submitted for the middle background application, the authority interface can be set according to the application setting request, so that the authority interface is set in the development stage, and the access authority and the interface calling authority can be controlled without independent configuration, thereby avoiding the problem of repeated addition. After the target background application is obtained, an application basic component can be added for the target background application, so that the target background application is enriched by utilizing the application basic component, and the application basic component is more convenient to use for other users after the application is released. And finally, generating an application package to be distributed according to the application adding result, and distributing the application package to a sharing node of the management platform, so that each user can download the application package to be distributed from the sharing node as required, and new function use can be expanded on the enterprise platform.
Drawings
FIG. 1 is a schematic diagram of an application management method according to an embodiment of the present application;
FIG. 2 is a flow chart of an application management method according to an embodiment of the present application;
FIG. 3 is a schematic diagram of an application page in an application management method according to an embodiment of the present application;
FIG. 4 is a process flow diagram of an application management method according to an embodiment of the present application;
FIG. 5 is a schematic structural diagram of an application management device according to an embodiment of the present application;
FIG. 6 is a block diagram of a computing device according to one embodiment of the present application.
Detailed Description
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present application. This application is, however, susceptible of embodiment in many other ways than those herein described and similar generalizations can be made by those skilled in the art without departing from the spirit of the application and the application is therefore not limited to the specific embodiments disclosed below.
The terminology used in one or more embodiments of the application is for the purpose of describing particular embodiments only and is not intended to be limiting of one or more embodiments of the application. As used in this application in one or more embodiments and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used in one or more embodiments of the present application refers to and encompasses any or all possible combinations of one or more of the associated listed items.
It should be understood that, although the terms first, second, etc. may be used in one or more embodiments of the present application to describe various information, these information should not be limited to these terms. These terms are only used to distinguish one type of information from another. For example, a first may also be referred to as a second, and similarly, a second may also be referred to as a first, without departing from the scope of one or more embodiments of the present application.
First, terms related to one or more embodiments of the present invention will be explained.
Low Code (Low Code) is a visual application development method, which uses less Code to deliver an application program at a faster speed, and the Code which a programmer does not want to develop is automated, which is called Low Code.
The low code is a group of digital technology tool platforms, and based on more efficient modes such as graphic dragging, parameterized configuration and the like, quick construction, data arrangement, ecological connection and middle service are realized. Scene application innovation in digital transformation is achieved with little or no code.
In the present application, an application management method is provided. The present application relates to an application management apparatus, a computing device, and a computer-readable storage medium, and is described in detail in the following embodiments.
Referring to the schematic diagram shown in fig. 1, in order to enable the application management method provided in the present disclosure to be used by a developer more conveniently in a background application development stage, and reduce development cost of a background application, and improve development efficiency at the same time, an application to be built may be initialized based on application configuration parameters carried in a background application development request, so as to implement configuration of basic attribute information, thereby obtaining an initial background application. On the basis, an application page and an application menu can be configured for the initial background application by adopting a low-code processing strategy, so that the basic function configuration of the background application is completed, and the intermediate background application is obtained. When receiving an application setting request submitted for the middle background application, the authority interface can be set according to the application setting request, so that the authority interface is set in the development stage, and the access authority and the interface calling authority can be controlled without independent configuration, thereby avoiding the problem of repeated addition. After the target background application is obtained, an application basic component can be added for the target background application, so that the target background application is enriched by utilizing the application basic component, and the application basic component is more convenient to use for other users after the application is released. And finally, generating an application package to be distributed according to the application adding result, and distributing the application package to a sharing node of the management platform, so that each user can download the application package to be distributed from the sharing node as required, and new function use can be expanded on the enterprise platform.
Fig. 2 is a flowchart of an application management method according to an embodiment of the present application, where the method is applied to a management platform, and specifically includes the following steps:
step S202, initializing an application to be built into an initial background application based on application configuration parameters carried in a background application development request.
The application management method provided by the embodiment is applied to a management platform, wherein the management platform is a platform for providing background application development processing for developers, so that the developers can perform background application development which is randomly embedded into an enterprise platform on the management platform, and after the application development is completed, new function application can be embedded into the enterprise platform, thereby supporting personnel in an enterprise to use. The application management method provided by the embodiment can be applied to development processing of any background application, such as a resource management platform, and development of report background application can be performed; for example, the game management platform can develop a game version information monitoring background application; and for example, the commodity management platform can develop a commodity information monitoring background application. That is, the application management method provided in this embodiment may develop a background application that needs to be added under any platform. In this embodiment, a scenario in which the application management method is applied in the address entry background is taken as an example for illustration, and description contents of other scenarios can be the same or corresponding description in this embodiment, which is not repeated here.
Specifically, the background application development request specifically refers to a request submitted during background application development, and the request carries application configuration parameters; correspondingly, the application configuration parameters are specifically the configuration parameters uploaded by the background application to be constructed, and are used for calling corresponding codes in the management platform to construct the background application so as to realize the subsequent configuration of the background application, thereby obtaining the background application meeting the development requirements; correspondingly, the application to be built specifically refers to a background application to be built under the current development requirement, and the application does not have any function and configuration parameters in the current stage, and it can be understood that the background application to be built can be understood as a development template of the background application, and then relevant configuration processing is performed on the basis, so that the background application meeting the use requirement can be obtained. Correspondingly, the initial background application specifically refers to a background application obtained after initializing an application to be constructed, and the initialization specifically refers to processing of basic parameter configuration, function development, icon setting and the like of the application to be constructed.
Based on the method, after the background application development request is received, in order to quickly complete the development of the background application, the application configuration parameters can be extracted from the background application development request, the application to be constructed is initialized to the initial background application by utilizing the application configuration parameters, the relevant parameter configuration is realized on the basis of the application template, the subsequent further development on the basis of the initial background application is facilitated, and the background application meeting the use requirement is obtained for release.
Further, after receiving the background application development request, in order to realize development and debugging of the application to be constructed and complete configuration of basic attributes as required, the configuration can be completed by combining application attribute description information in the request; in this embodiment, the specific implementation manner is as follows:
receiving a background application development request, and extracting application attribute description information from the background application development request; generating application configuration parameters according to the application attribute description information, and generating an application to be constructed according to the application configuration parameters; and developing and debugging the application to be constructed according to a preset application development strategy to obtain an initial background application.
Specifically, the application attribute description information specifically refers to content of basic attribute information description of a background application to be created, including but not limited to application names, belonging items, charts of the application, and the like; correspondingly, the preset application development strategy specifically refers to a strategy for developing and debugging an application to be constructed, and is used for saving the time for a developer to edit codes when constructing a background application.
Based on the above, under the condition that a background application development request submitted by a developer is received, at this time, the application attribute description information can be extracted from the background application development request; the application attribute description information is used as basic attribute description for background application, and at the moment, application configuration parameters can be generated according to the application attribute description information and used for generating the application to be constructed according to the application configuration parameters; and finally, developing and debugging the application to be constructed according to a preset application development strategy, so that an initial background application can be obtained according to development and debugging results.
In practical application, when the background development of the business in the enterprise is carried out, each background can be regarded as an application, a developer can initialize the application of the platform according to the need, and after the initialization is finished, the application comprises a required development tool; such as a draggable menu navigation, visual editors, interface agents, global variables, etc. The developer only needs to use the corresponding page abstract description language (DSL in JSON format) to rapidly develop the page and debug in real time according to the development steps of the set specification, and then the background application meeting the use requirement can be obtained.
For example, when a developer needs to develop an address entry background application, application attribute description information { name: inputting an address; graph (c): [ img ]; description of attributes: the user address information input is supported, users with different levels have different authorities, and the detailed information viewing degrees of the addresses are different …. And then, generating application configuration parameters according to the application attribute description information, thereby constructing an address entry background application, and developing and debugging according to the set development rule to obtain the address entry background application meeting the use requirement.
In sum, by constructing the application by combining the application attribute description information in the request and developing and debugging the application by combining the application development strategy, the development of the background application is completed on the premise of consuming lower development and learning cost, and the learning threshold can be effectively reduced, so that the development efficiency is effectively improved.
Furthermore, in the process of determining the application configuration parameters according to the application attribute description information, in order to reduce development cost and learning cost and improve development efficiency, the target prediction model can be used to cooperate to determine the application configuration parameters; in this embodiment, the specific implementation manner is as follows:
inputting the application attribute description information into a target prediction model for processing; and generating the application configuration parameters according to the processing result of the target prediction model.
Specifically, the target prediction model is a model capable of inputting application attribute description information and outputting application configuration parameters, and the model can be any natural language processing tool driven based on artificial intelligence technology and can generate answer information according to patterns and statistical rules seen in a pre-training stage. And can interact with the context. Such as ChatGPT (Chat Generative Pre-trained Transformer).
Based on this, in order to reduce development cost while improving development efficiency, generation of application configuration parameters may be performed in combination with the target prediction model, that is, application attribute description information may be input to the target prediction model for processing; the method comprises the steps of generating application configuration parameters according to processing results of a target prediction model.
In practical application, when determining the application configuration parameters by using the target prediction model, the application configuration parameters can be understood as an automatically implemented AI chat window, and after the developer inputs the background function description information, the DSL format file of the background function can be quickly generated, and the relevant interface effect is reserved. The application may then be synchronized to the current development window usage. Meanwhile, related background grammar use description can be searched and related examples can be provided in chat, so that the study of developers is more convenient, and the study threshold can be reduced.
In conclusion, the determination of the application configuration parameters is realized by combining the target prediction model, so that the learning cost of a developer can be effectively reduced, and meanwhile, the determination of the application configuration parameters can be rapidly completed, thereby improving the development efficiency of background applications.
On this basis, in order to generate application configuration parameters meeting the use requirements by using the results output by the target prediction model, the following two ways can be adopted:
(1) And under the condition that the application configuration parameters are matched with the background application development request, synchronizing the application configuration parameters from the prediction node of the target prediction model to an application development node, and executing the step of generating the application to be constructed according to the application configuration parameters.
Specifically, the prediction node specifically refers to a node for deploying the target prediction model; correspondingly, the application development node specifically refers to a node for performing background application development. Based on the above, when the application configuration parameters output by the model match the background application development request, it is explained that the application configuration parameters output by the model at this time can meet the use requirement, and in order to be able to be used to continue the development processing of the background application, it is sufficient to synchronize the application configuration parameters from the prediction node of the deployment target prediction model to the application development node, and continue the subsequent processing.
(2) And under the condition that the application configuration parameters are not matched with the background application development request, updating the application configuration parameters according to the background application development request to obtain target application configuration parameters, and generating an application to be constructed according to the target application configuration parameters.
Specifically, the target application configuration parameters are application configuration parameters obtained after the application configuration parameters are adjusted according to the needs, for example, the application configuration parameters output by the model are different from the actual service requirements, and the target application configuration parameters can be obtained after adjustment according to the content which does not match the actual service requirements in the application configuration parameters in the background application development request.
Based on the above, when the application configuration parameters output by the model are not matched with the background application development request, it is indicated that the application configuration parameters output by the model at this time do not meet the actual service requirements, then the application configuration parameters can be updated according to the background application development request at this time, so as to obtain the target application configuration parameters meeting the actual service requirements, and the generation process of the application to be built is performed.
For example, when the application is developed by using the AI assistant, the application attribute description information may be input into a dialog box of the AI assistant, for example, referring to the schematic diagram shown in fig. 3, when "help me write a curd page using json grammar, the fields include mobile phone number, name and gender, and only the json format is returned, at this time, the AI assistant will generate an example code of the curd page in json format shown in fig. 3 according to the input, so as to be convenient for the developer to use. And, copy control and synchronization control are also provided in the page; example code can be directly copied by clicking on a copy control; by clicking the synchronization control, the code content can be directly synchronized to the background application development window for use, so that the development of the background application by a user is more convenient.
In summary, by determining the application configuration parameters in combination with the output of the target prediction model and creating the application to be constructed according to the determination, the created application to be constructed can be ensured to meet the development requirement of the background application, the subsequent configuration stage is realized, and the development processing operation of the background application can be completed quickly.
And step S204, configuring an application page and an application menu for the initial background application to obtain an intermediate background application.
Specifically, on the basis of initializing the application to be built to obtain the initialized background application, further, in order to improve the availability of the developed background application and facilitate the use of users in an application stage, the configuration of an application page and an application menu can be performed on the initial background application, so that the generation of a middle background application according to the configuration results of the page and the menu is realized, the background application has a certain application embryonic form in the stage, and the subsequent further configuration is performed, so that the background application meeting the use requirement can be obtained.
The application page specifically refers to a page added for an initial background application according to development requirements of developers, the page is used for bearing required development functions, for example, the background application is an address information input application, and the page is a page supporting a user to input address information and is not specifically adapted and debugged yet; correspondingly, the application menu is specifically a menu function added by a pointer to the initial background application, so that a user can use the application menu more conveniently; for example, after the address information is input, the address information is divided into a provincial address, a county address and a village address, so that different menu levels can be set for the addresses of different levels for the convenience of users, and the address information of different levels can be seen under the different menu levels.
Further, before the application page and the application menu are configured for the initial background application, in order to ensure that the configuration of the application page and the application menu meets the development requirements of developers, a page creation request and a menu creation request can be combined to complete; in this embodiment, the specific implementation manner is as follows:
receiving a page creation request submitted for the initial background application and a menu creation request; determining an application page type according to the page creation request, and loading a preset page code to create an application page based on the application page type; and determining menu level information and menu setting information according to the menu creation request, and creating an application menu based on the menu level information and the menu setting information.
Specifically, the page creation request is a request for creating an application page of an initial background application by a pointer, and the request can determine the type of the application page to be created and the code to be loaded so as to quickly complete the creation of the application page meeting the requirements; correspondingly, the menu creation request is specifically a request for creating an application menu for the initial background application by a pointer, and the request can clearly determine the hierarchical information and the name information of the application menu to be created. Correspondingly, the preset page code specifically refers to a code preset for any type of page in advance, and the corresponding application page can be directly generated by calling the preset code. Correspondingly, the menu hierarchy information is specifically a hierarchy relation set by the pointer to the application menu to be created, and different hierarchy relations influence the pull-down and closing of different menus. Accordingly, the menu setting information is specifically name information, font color information, font size information, and the like, which are set by the pointer to the application menu.
Based on the above, when creating an application menu and an application page, a page creation request submitted for an initial background application and a menu creation request can be received first; at the moment, the type of the application page can be determined according to the page creation request, and a preset page code is loaded based on the type of the application page, so that the application page is created; and meanwhile, menu level information and menu setting information can be determined according to a menu creation request, and an application menu can be created based on the menu level information and the menu setting information at the moment, so that the configuration of an initial background application can be carried out according to the created application page and the application menu, and the intermediate background application is obtained.
In practical application, in the page design creation stage, a developer can add a background navigation menu and create a new page as required. And the created page types can comprise DSL pages, folders, external links, embedded external links, html pages, markdown, rich texts and the like, and a developer can select the proper page types for creation according to requirements, so that the use requirements of different scenes are met.
When the application menu configuration is carried out, a developer can independently add a multi-level menu according to the service function, and the positions of menu items are adjusted through dragging, so that compared with the traditional pull-down menu editing, the method is more visual, the drag operation is stored in real time, and the effect that the user sees the user can be achieved.
In summary, by determining the application page type in combination with the request, creating an application page meeting the user requirement, and creating an application menu in combination with menu level information and menu setting information, the configuration processing of the application menu and the application page can be completed in the configuration stage, so that an intermediate background application meeting the subsequent further development and use requirement is obtained.
Step S206, receiving an application setting request submitted for the middle background application, and setting a permission interface of the middle background application according to the application setting request to obtain a target background application.
Specifically, after the application page and the application menu configuration are performed for the initial background application, an intermediate background application is obtained; furthermore, in order to perform more reasonable and convenient management on the finally obtained background application, the application setting request can be submitted by a developer for the middle background application, the authority interface setting on the middle background application according to the application setting request is realized, the accurate control on the authority dimension is realized, and the cost of performing the authority setting after the development is completed can be reduced, so that the target background application is obtained.
The application setting request specifically refers to a setting request submitted by a developer for the middle background application, wherein the setting request is used for setting access rights and interface rights for the middle background application, and is used for completing rights setting by adopting simple operations such as checking and the like in a development stage, so that rights maintenance is more convenient. Correspondingly, the target background application specifically refers to a background application obtained after authority interface setting is performed on the middle background application, at this time, the background application can meet development requirements preliminarily, can adapt to use requirements in a current scene, and can be released after basic function configuration is performed subsequently.
Further, when the authority interface is set for the middle background application, in order to be able to consider the problem of user identity information and data access authority when the authority is set, the authority can be set for the interface and the page authority respectively; in this embodiment, the specific implementation manner is as follows:
the page authority setting information and the interface authority setting information are obtained by analyzing the application setting request; setting page access rights of a user accessing an application sub-page according to the page rights setting information, wherein the application sub-page is a sub-page contained in the middle background application; setting user interface rights in the middle background application according to the interface rights setting information; and generating a target background application based on the page access permission setting result and the user interface permission setting result.
The page permission setting information is information for setting access permission of the established application page by the pointer, and is used for controlling the user identity capable of accessing the page and the user identity incapable of accessing the page; correspondingly, the interface permission setting information specifically refers to information for performing permission setting on interfaces called by the background application, and is used for determining which interfaces can be called by a user and which interfaces cannot be called by the user; correspondingly, the page access permission is the process of setting the user permission for accessing the page; the user interface authority is the process of setting the user authority for interface call.
Based on the above, when the authority interface is set, in order to ensure that the authority is set more conveniently and the management is more reasonable, the application setting request can be analyzed first, so that the page authority setting information and the interface authority setting information are determined according to the analysis result; and setting the page access permission of the user accessing the application sub-page according to the page permission setting information, wherein the application sub-page is a sub-page contained in the middle background application, so that the user access permission capable of accessing the page is set, and the permissions of different users capable of accessing the page are determined. In specific implementation, the page access permission not only can include the access permission of the page, but also can include the use permission of the control in the page, the permission of viewing the content in the page, and the like, namely, the content which can be viewed by the user with different permissions can be different, the page which can be accessed can be different, and the control which can be used can be unused.
Further, when the interface authority is set, the user interface authority in the middle background application can be set according to the interface authority setting information; the method and the device realize permission setting of interfaces which are not provided for users, so that a target background application is generated based on the page access permission setting result and the user interface permission setting result.
In practical application, when authority setting is performed, a developer can edit a function authority identifier corresponding to the interface and menu function, and the authority identifier is automatically mapped to the corresponding interface to realize control of the user interface authority; meanwhile, the display and the hiding of the application page control and the related area can be controlled, and the permission division of users with different permissions on the background application function is realized. The custom authority identifier can also be used for controlling the data authority so as to meet the data display requirements of various service aspects.
It should be noted that, the configuration of the permission identifier may be obtained by analyzing the grammar of the current description page through a development tool of the background application, after obtaining the permission identifier that has been configured in advance, the configuration state of the permission identifier may be detected according to the confirmation list, and if the configuration state is the configured state, it indicates that the permission identifier is allocated. Otherwise, if the configuration state is the unconfigured state, the incomplete allocation of the permission identification is indicated, and at this time, the permission identification of the incomplete allocation can be synchronized to the current permission list, so that the reassignment process is completed.
For example, after the address information input application is developed, considering the relative privacy of the input address information, in order to avoid the disclosure of private data, only the page area of provincial address information can be displayed to the level 1 user; a page area for displaying provincial and county level address information to a level 2 user; a page area for displaying all address information to the 3-level user; meanwhile, the level 1 and level 2 users can access the name and sex information of the users; the 3-level user can access the telephone information of the user; in the application development stage based on the method, page permission identification can be added for each setting, permission identification is checked for each level user, and the setting that different users have access information of different levels in the application stage can be achieved.
In summary, by setting the page access permission and the interface call permission for the background application, the permission setting can be realized in the development stage, so that more complex adjustment is avoided when the permission setting is performed subsequently.
In addition, after the authority interface is set, in order to more conveniently manage the background application of different stages, interface management rules can be configured based on interface management requests, so that interface checking and repairing can be realized in the corresponding monitoring stage; in this embodiment, the specific implementation manner is as follows:
Receiving an interface management request submitted for the target background application; configuring an interface management rule for an application interface contained in the target background application based on the interface management request; the interface management rule is a rule for monitoring and managing the application interface and is used for detecting the target background application in a target application monitoring stage.
Specifically, the interface management request specifically refers to a request for performing interface management for a background application in development, and the request can be used for managing and monitoring an interface; correspondingly, the interface management rule is specifically a rule for monitoring and managing an application interface of the background application by a pointer, so that information acquisition of an interface state can be performed when the interface management and the repair are required, and the interface management rule is used in an application monitoring stage.
Based on this, in order to enable management of application interfaces at an arbitrary stage, it is possible to, in the case of receiving an interface management request submitted for a target background application; configuring an interface management rule for an application interface contained in the target background application based on the interface management request; the interface management rule is a rule for monitoring and managing an application interface and is used for detecting a target background application in a target application monitoring stage.
In practical application, when background application development is carried out, interface agent and Mock interface functions can be provided, and the functions allow developers to monitor and manage interfaces in the application, so that interface problems can be conveniently checked and repaired. Meanwhile, the function of the Mock interface can be developed and tested by using analog data under the condition that the interface is not finished yet, so that a front-end developer can conveniently test and debug the page function.
In addition, the verification of the page authority can be performed while the interface authority is set, that is, the page authority verification information and the interface authority setting information can be obtained by analyzing the application setting request. And verifying the page access permission of the user accessing the application sub-page according to the page permission verification information, wherein the application sub-page is a sub-page contained in the middle background application. And setting the user interface authority in the middle background application according to the interface authority setting information. And finally, generating a target background application based on the page access permission verification result and the user interface permission setting result.
And step S208, adding an application basic component for the target background application, generating an application package to be distributed according to the addition result, and distributing the application package to be distributed to the sharing node of the management platform.
Specifically, after the authority interface is set for the middle background application, the target background application is obtained. Furthermore, in order to support the finally released background application, the application foundation assembly can be added for the target background application, and after the application foundation assembly is added, the application foundation assembly is packaged, so that an application package to be released can be obtained, the application package to be released is the background application meeting the current use requirement, and any user can download the application by releasing the application package to a sharing node of a management platform, or the application can be used as a template to further develop a new background application. For example, when the user B needs to develop the ip information input application, the background application published by the user A can be downloaded from the sharing node and changed on the basis, so that the background application required by the user B can be obtained quickly.
The application basic component is a component added by a pointer to the target background application, and the component is an existing component such as a sliding control, a clicking control, a text box and the like; correspondingly, the application package to be distributed specifically refers to an application package obtained by packaging a background application of the added component. Correspondingly, the sharing node specifically refers to a node for sharing the background application in the management platform, which can be understood as an application market, and can be issued to the sharing node to support users logging in the management platform at will for downloading and using.
Further, when adding the application base component, in order to improve development integrity and usability of the background application, the application component and the suspension component can be added; in this embodiment, the specific implementation manner is as follows:
determining a background application development strategy in response to the background application development request, and accessing an application component library based on the background application development strategy; selecting a target application component in the application component library, and adding the target application component aiming at the target background application; loading a suspension component based on the background application development strategy, and adding the suspension component for the target background application; and generating an application package to be distributed according to the target application component adding result and the suspension component adding result.
Specifically, the background application development strategy is a strategy for selecting and adding basic functional components to the background application by a pointer, and an application component library can be accessed according to the strategy; correspondingly, the application component library specifically refers to a database which is preset and stores a large number of basic components, and the database can be expanded as required, such as a sliding component, a search bar and the like; correspondingly, the target application component is the application component selected from the application component library; correspondingly, the suspension component specifically refers to a component preset for a developed background application, and the component is suspended above a page and can support a user to click at any time to use related functions, such as error reporting of page error information, contact with a developer and the like.
Based on the method, in order to ensure that a developer can obtain a target background application which is more convenient to use when developing the background application, a background application development strategy can be determined in response to the background application development request, and an application component library can be accessed based on the background application development strategy at the moment; selecting a target application component in an application component library, and adding the target application component for a target background application; meanwhile, the suspension component can be loaded based on a background application development strategy, and the suspension component is added aiming at a target background application; the application package to be issued can be generated according to the target application component adding result and the suspension component adding result, so that the application package to be issued can be conveniently used for issuing subsequently.
In practical application, when components are added, the visual page editor provided for the user can support the real-time preview function, can be in butt joint with other component libraries, and can support a developer to select the components by using various component libraries in a development stage. In addition, the staff can also customize the components, create and manage the components according to the requirements.
Meanwhile, in order to be more convenient for using the background application, a suspension tool can be provided by the management platform, so that a user can rapidly switch pages and access the application market, and various components can be conveniently searched and used. Meanwhile, the page access history record function can be provided, the modification record and operation of the user on the page are recorded, the page version is convenient to describe and manage, the function difference of the local page can be compared in real time, and the development and maintenance of the function are facilitated.
For example, to support the classification and query of information in the address information input background application by a user, a sorting component and a search box component can be added for the application, wherein the sorting component can support the classification and sorting of the address information by the user, such as continuous sorting of the same address information, and the search box component can support the search of detailed address information by the user. And meanwhile, a suspension tool can be added in the background application, the suspension tool comprises an application market interface, and a user can click the interface to access the application market so as to download and use other applications. After the development of the background application is completed, the application which is already developed can be packaged at the moment, so that a packaged package is obtained and uploaded to an application market for downloading and using by other users.
In sum, by adding the application component and the suspension component to the target background application, functions of the background application can be enriched, and therefore availability of the background application is improved.
Furthermore, when the application package to be distributed is constructed, in order to obtain the application package meeting the current use requirement, the construction can be completed by combining version information and running environment information; in this embodiment, the specific implementation manner is as follows:
Determining application running environment information and application version information in response to the background application development request; and creating an application package to be distributed corresponding to the application running environment information and the application version information according to the adding result.
Specifically, the application running environment information specifically refers to an environment required to run by the background application which is currently developed and completed; accordingly, the application version information specifically refers to a version, such as a test version, a prefire version, or a generated version, of the application that is currently developed and completed and needs to be adapted.
Based on the above, when the application package to be distributed is constructed, in order to ensure that the background application meets the current development requirement, the application running environment information and the application version information can be determined in response to the background application development request; at this time, an application package to be distributed corresponding to the application running environment information and the application version information can be created according to the addition result, and the application package to be distributed is distributed to the sharing node.
In practical application, in order to meet different background display forms, the application can support different forms of layout for dynamic configuration of a background manager; and applications can create application versions (development, testing, prefire, production) for multiple different environments according to requirements. The synchronization of application versions among different environments can be realized according to the import sequence of development- > test- > prefoaming- > production.
The application management method provided by the specification can be used for facilitating the use of developers in the background application development stage, reducing the development cost of background applications, improving the development efficiency, and carrying out initialization processing on the application to be built based on the application configuration parameters carried in the background application development request to realize the configuration of basic attribute information so as to obtain the initial background application. On the basis, an application page and an application menu can be configured for the initial background application by adopting a low-code processing strategy, so that the basic function configuration of the background application is completed, and the intermediate background application is obtained. When receiving an application setting request submitted for the middle background application, the authority interface can be set according to the application setting request, so that the authority interface is set in the development stage, and the access authority and the interface calling authority can be controlled without independent configuration, thereby avoiding the problem of repeated addition. After the target background application is obtained, an application basic component can be added for the target background application, so that the target background application is enriched by utilizing the application basic component, and the application basic component is more convenient to use for other users after the application is released. And finally, generating an application package to be distributed according to the application adding result, and distributing the application package to a sharing node of the management platform, so that each user can download the application package to be distributed from the sharing node as required, and new function use can be expanded on the enterprise platform.
The following describes an example of development of a game background application by using the application management method provided in the present application with reference to fig. 4. Fig. 4 shows a process flow chart of an application management method according to an embodiment of the present application, which specifically includes the following steps:
step S402, receiving a background application development request, and extracting application attribute description information from the background application development request.
Step S404, generating application configuration parameters according to the application attribute description information, and generating the application to be constructed according to the application configuration parameters.
The method for generating the application to be constructed according to the application configuration parameters comprises the following steps: inputting the application attribute description information into a target prediction model for processing; and generating application configuration parameters according to the processing result of the target prediction model.
And step S406, developing and debugging the application to be constructed according to a preset application development strategy to obtain an initial background application.
Step S408, a page creation request submitted for the initial background application and a menu creation request are received.
Step S410, determining the type of the application page according to the page creation request, and loading a preset page code to create the application page based on the type of the application page.
Step S412, determining menu hierarchy information and menu setting information according to the menu creation request, and creating an application menu based on the menu hierarchy information and the menu setting information.
Step S414, the application page and the application menu are configured for the initial background application, and the intermediate background application is obtained.
Step S416, receiving an application setting request submitted for the middle background application, and analyzing the application setting request to obtain page permission verification information and interface permission setting information.
And S418, checking the page access authority of the user accessing the application sub-page according to the page authority checking information, wherein the application sub-page is a sub-page contained in the middle background application.
Step S420, user interface rights in the intermediate background application are set according to the interface rights setting information.
Step S422, generating a target background application based on the page access right verification result and the user interface right setting result.
In practical application, when authority setting is performed, a developer can edit a function authority identifier corresponding to the interface and menu function, and the authority identifier is automatically mapped to the corresponding interface to realize control of the user interface authority; meanwhile, the display and the hiding of the application page control and the related area can be controlled, and the permission division of users with different permissions on the background application function is realized. The custom authority identifier can also be used for controlling the data authority so as to meet the data display requirements of various service aspects. It should be noted that, the configuration of the permission identifier may be obtained by analyzing the grammar of the current description page through a development tool of the background application, after obtaining the permission identifier that has been configured in advance, the configuration state of the permission identifier may be detected according to the confirmation list, and if the configuration state is the configured state, it indicates that the permission identifier is allocated. Otherwise, if the configuration state is the unconfigured state, the incomplete allocation of the permission identification is indicated, and at this time, the permission identification of the incomplete allocation can be synchronized to the current permission list, so that the reassignment process is completed.
Furthermore, in the authority verification stage, the path can be analyzed from the current url and converted into an authority node with a corresponding format, for example, a format of/mng/test/hello= > mng: test: hello, which corresponds to the distributed authority identification, and then the authority of the interface user is verified through a unified authority verification server, so that the authority verification processing can be completed.
Furthermore, when background application development is carried out, interface agent and Mock interface functions can be provided, and the functions allow developers to monitor and manage interfaces in the application, so that interface problems can be conveniently checked and repaired. Meanwhile, the function of the Mock interface can be developed and tested by using analog data under the condition that the interface is not finished yet, so that a front-end developer can conveniently test and debug the page function.
Step S424, a background application development strategy is determined in response to the background application development request, and the application component library is accessed based on the background application development strategy.
Step S426, selecting a target application component in the application component library, adding the target application component for the target background application, loading a suspension component based on a background application development strategy, and adding the suspension component for the target background application.
Step S428, application running environment information and application version information are determined in response to the background application development request.
Step S430, creating the application package to be distributed corresponding to the application running environment information and the application version information according to the target application component adding result and the suspension component adding result.
Step S432, the application package to be distributed is distributed to the sharing nodes of the management platform.
The application management method provided by the specification can be used for facilitating the use of developers in the background application development stage, reducing the development cost of background applications, improving the development efficiency, and carrying out initialization processing on the application to be built based on the application configuration parameters carried in the background application development request to realize the configuration of basic attribute information so as to obtain the initial background application. On the basis, an application page and an application menu can be configured for the initial background application by adopting a low-code processing strategy, so that the basic function configuration of the background application is completed, and the intermediate background application is obtained. When receiving an application setting request submitted for the middle background application, the authority interface can be set according to the application setting request, so that the authority interface is set in the development stage, and the access authority and the interface calling authority can be controlled without independent configuration, thereby avoiding the problem of repeated addition. After the target background application is obtained, an application basic component can be added for the target background application, so that the target background application is enriched by utilizing the application basic component, and the application basic component is more convenient to use for other users after the application is released. And finally, generating an application package to be distributed according to the application adding result, and distributing the application package to a sharing node of the management platform, so that each user can download the application package to be distributed from the sharing node as required, and new function use can be expanded on the enterprise platform.
Corresponding to the method embodiment, the application further provides an application management device embodiment, and fig. 5 shows a schematic structural diagram of an application management device according to an embodiment of the application. As shown in fig. 5, the apparatus is applied to a management platform, and includes:
the initialization module 502 is configured to initialize an application to be built into an initial background application based on application configuration parameters carried in a background application development request;
a configuration module 504 configured to configure an application page and an application menu for the initial background application, obtaining an intermediate background application;
the receiving module 506 is configured to receive an application setting request submitted for the intermediate background application, and perform authority interface setting on the intermediate background application according to the application setting request, so as to obtain a target background application;
and the publishing module 508 is configured to add an application basic component to the target background application, generate an application package to be published according to the addition result, and publish the application package to be published to the sharing node of the management platform.
In an alternative embodiment, the initialization module 502 is further configured to:
receiving a background application development request, and extracting application attribute description information from the background application development request; generating application configuration parameters according to the application attribute description information, and generating an application to be constructed according to the application configuration parameters; and developing and debugging the application to be constructed according to a preset application development strategy to obtain an initial background application.
In an alternative embodiment, the apparatus further comprises:
the creation module is configured to receive a page creation request submitted for the initial background application and a menu creation request; determining an application page type according to the page creation request, and loading a preset page code to create an application page based on the application page type; and determining menu level information and menu setting information according to the menu creation request, and creating an application menu based on the menu level information and the menu setting information.
In an alternative embodiment, the receiving module 506 is further configured to:
the page authority setting information and the interface authority setting information are obtained by analyzing the application setting request; setting page access rights of a user accessing an application sub-page according to the page rights setting information, wherein the application sub-page is a sub-page contained in the middle background application; setting user interface rights in the middle background application according to the interface rights setting information; and generating a target background application based on the page access permission setting result and the user interface permission setting result.
In an alternative embodiment, the publish module 508 is further configured to:
determining a background application development strategy in response to the background application development request, and accessing an application component library based on the background application development strategy; selecting a target application component in the application component library, and adding the target application component aiming at the target background application; loading a suspension component based on the background application development strategy, and adding the suspension component for the target background application; and generating an application package to be distributed according to the target application component adding result and the suspension component adding result.
In an alternative embodiment, the publish module 508 is further configured to:
determining application running environment information and application version information in response to the background application development request; and creating an application package to be distributed corresponding to the application running environment information and the application version information according to the adding result.
In an alternative embodiment, the apparatus further comprises:
a rule configuration module configured to receive an interface management request submitted for the target background application; configuring an interface management rule for an application interface contained in the target background application based on the interface management request; the interface management rule is a rule for monitoring and managing the application interface and is used for detecting the target background application in a target application monitoring stage.
In an alternative embodiment, the initialization module 502 is further configured to:
inputting the application attribute description information into a target prediction model for processing; and generating the application configuration parameters according to the processing result of the target prediction model.
In an alternative embodiment, the initialization module 502 is further configured to:
synchronizing the application configuration parameters from the prediction node of the target prediction model to an application development node and executing the step of generating an application to be built according to the application configuration parameters under the condition that the application configuration parameters are matched with the background application development request; and under the condition that the application configuration parameters are not matched with the background application development request, updating the application configuration parameters according to the background application development request to obtain target application configuration parameters, and generating an application to be constructed according to the target application configuration parameters.
The application management device provided by the specification can be used by developers more conveniently in a background application development stage, reduce the development cost of background applications, improve the development efficiency, and initialize the application to be built based on the application configuration parameters carried in the background application development request to realize the configuration of basic attribute information so as to obtain the initial background application. On the basis, an application page and an application menu can be configured for the initial background application by adopting a low-code processing strategy, so that the basic function configuration of the background application is completed, and the intermediate background application is obtained. When receiving an application setting request submitted for the middle background application, the authority interface can be set according to the application setting request, so that the authority interface is set in the development stage, and the access authority and the interface calling authority can be controlled without independent configuration, thereby avoiding the problem of repeated addition. After the target background application is obtained, an application basic component can be added for the target background application, so that the target background application is enriched by utilizing the application basic component, and the application basic component is more convenient to use for other users after the application is released. And finally, generating an application package to be distributed according to the application adding result, and distributing the application package to a sharing node of the management platform, so that each user can download the application package to be distributed from the sharing node as required, and new function use can be expanded on the enterprise platform.
The above is a schematic scheme of an application management apparatus of the present embodiment. It should be noted that, the technical solution of the application management device and the technical solution of the application management method belong to the same concept, and details of the technical solution of the application management device, which are not described in detail, can be referred to the description of the technical solution of the application management method. Furthermore, the components in the apparatus embodiments should be understood as functional blocks that must be established to implement the steps of the program flow or the steps of the method, and the functional blocks are not actually functional partitions or separate limitations. The device claims defined by such a set of functional modules should be understood as a functional module architecture for implementing the solution primarily by means of the computer program described in the specification, and not as a physical device for implementing the solution primarily by means of hardware.
Fig. 6 illustrates a block diagram of a computing device 600 provided in accordance with an embodiment of the present application. The components of computing device 600 include, but are not limited to, memory 610 and processor 620. The processor 620 is coupled to the memory 610 via a bus 630 and a database 650 is used to hold data.
Computing device 600 also includes access device 640, access device 640 enabling computing device 600 to communicate via one or more networks 660. Examples of such networks include public switched telephone networks (PSTN, public Switched Telephone Network), local area networks (LAN, local Area Network), wide area networks (WAN, wide Area Network), personal area networks (PAN, personal Area Network), or combinations of communication networks such as the internet. The access device 640 may include one or more of any type of network interface, wired or wireless, such as a network interface card (NIC, network interface controller), such as an IEEE802.11 wireless local area network (WLAN, wireless Local Area Network) wireless interface, a worldwide interoperability for microwave access (Wi-MAX, worldwide Interoperability for Microwave Access) interface, an ethernet interface, a universal serial bus (USB, universal Serial Bus) interface, a cellular network interface, a bluetooth interface, a near field communication (NFC, near Field Communication) interface, and so forth.
In one embodiment of the present application, the above-described components of computing device 600, as well as other components not shown in FIG. 6, may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device illustrated in FIG. 6 is for exemplary purposes only and is not intended to limit the scope of the present application. Those skilled in the art may add or replace other components as desired.
Computing device 600 may be any type of stationary or mobile computing device, including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), mobile phone (e.g., smart phone), wearable computing device (e.g., smart watch, smart glasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or personal computer (PC, personal Computer). Computing device 600 may also be a mobile or stationary server.
Wherein the processor 620 is configured to execute computer-executable instructions of the application management method.
The foregoing is a schematic illustration of a computing device of this embodiment. It should be noted that, the technical solution of the computing device and the technical solution of the application management method belong to the same concept, and details of the technical solution of the computing device, which are not described in detail, can be referred to the description of the technical solution of the application management method.
An embodiment of the present application also provides a computer-readable storage medium storing computer instructions that, when executed by a processor, are used for an application management method.
The above is an exemplary version of a computer-readable storage medium of the present embodiment. It should be noted that, the technical solution of the storage medium and the technical solution of the application management method described above belong to the same concept, and details of the technical solution of the storage medium which are not described in detail can be referred to the description of the technical solution of the application management method described above.
The computer instructions include computer program code that may be in source code form, object code form, executable file or some intermediate form, etc. The computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a U disk, a removable hard disk, a magnetic disk, an optical disk, a computer Memory, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), an electrical carrier signal, a telecommunications signal, a software distribution medium, and so forth. It should be noted that the content of the computer readable medium can be increased or decreased appropriately according to the requirements of the patent practice, for example, in some areas, according to the patent practice, the computer readable medium does not include an electric carrier signal and a telecommunication signal.
An embodiment of the present application further provides a chip storing a computer program which, when executed by the chip, implements the steps of the application management method.
It should be noted that, for the sake of simplicity of description, the foregoing method embodiments are all expressed as a series of combinations of actions, but it should be understood by those skilled in the art that the present application is not limited by the order of actions described, as some steps may be performed in other order or simultaneously in accordance with the present application. Further, those skilled in the art will also appreciate that the embodiments described in the specification are all preferred embodiments, and that the acts and modules referred to are not necessarily all necessary for the present application.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and for parts of one embodiment that are not described in detail, reference may be made to the related descriptions of other embodiments.
The above-disclosed preferred embodiments of the present application are provided only as an aid to the elucidation of the present application. Alternative embodiments are not intended to be exhaustive or to limit the invention to the precise form disclosed. Obviously, many modifications and variations are possible in light of the teaching of this application. The embodiments were chosen and described in order to best explain the principles of the invention and the practical application, to thereby enable others skilled in the art to best understand and utilize the invention. This application is to be limited only by the claims and the full scope and equivalents thereof.

Claims (12)

1. An application management method, applied to a management platform, comprising:
initializing an application to be constructed into an initial background application based on application configuration parameters carried in a background application development request;
configuring an application page and an application menu for the initial background application to obtain an intermediate background application;
receiving an application setting request submitted for the middle background application, and setting a permission interface of the middle background application according to the application setting request to obtain a target background application;
and adding an application basic component aiming at the target background application, generating an application package to be distributed according to an addition result, and distributing the application package to be distributed to a sharing node of the management platform.
2. The application management method according to claim 1, wherein initializing the application to be built into the initial background application based on the application configuration parameter carried in the background application development request includes:
receiving a background application development request, and extracting application attribute description information from the background application development request;
generating application configuration parameters according to the application attribute description information, and generating an application to be constructed according to the application configuration parameters;
And developing and debugging the application to be constructed according to a preset application development strategy to obtain an initial background application.
3. The application management method according to claim 1, wherein the configuring the application page and the application menu for the initial background application, before the step of obtaining the intermediate background application, further comprises:
receiving a page creation request submitted for the initial background application and a menu creation request;
determining an application page type according to the page creation request, and loading a preset page code to create an application page based on the application page type;
and determining menu level information and menu setting information according to the menu creation request, and creating an application menu based on the menu level information and the menu setting information.
4. The application management method according to claim 1, wherein the performing authority interface setting on the intermediate background application according to the application setting request, to obtain a target background application, includes:
the page authority setting information and the interface authority setting information are obtained by analyzing the application setting request;
setting page access rights of a user accessing an application sub-page according to the page rights setting information, wherein the application sub-page is a sub-page contained in the middle background application;
Setting user interface rights in the middle background application according to the interface rights setting information;
and generating a target background application based on the page access permission setting result and the user interface permission setting result.
5. The application management method according to claim 1, wherein adding an application base component for the target background application and generating an application package to be distributed according to an addition result includes:
determining a background application development strategy in response to the background application development request, and accessing an application component library based on the background application development strategy;
selecting a target application component in the application component library, and adding the target application component aiming at the target background application;
loading a suspension component based on the background application development strategy, and adding the suspension component for the target background application;
and generating an application package to be distributed according to the target application component adding result and the suspension component adding result.
6. The application management method according to claim 1, wherein the generating the application package to be distributed according to the addition result includes:
determining application running environment information and application version information in response to the background application development request;
And creating an application package to be distributed corresponding to the application running environment information and the application version information according to the adding result.
7. The application management method according to any one of claims 1 to 6, further comprising, before the step of adding an application base component for the target background application is performed:
receiving an interface management request submitted for the target background application;
configuring an interface management rule for an application interface contained in the target background application based on the interface management request;
the interface management rule is a rule for monitoring and managing the application interface and is used for detecting the target background application in a target application monitoring stage.
8. The application management method according to claim 2, wherein the generating application configuration parameters according to the application attribute description information includes:
inputting the application attribute description information into a target prediction model for processing;
and generating the application configuration parameters according to the processing result of the target prediction model.
9. The application management method according to claim 8, wherein the generating an application to be built according to the application configuration parameters includes:
Synchronizing the application configuration parameters from the prediction node of the target prediction model to an application development node and executing the step of generating an application to be built according to the application configuration parameters under the condition that the application configuration parameters are matched with the background application development request;
and under the condition that the application configuration parameters are not matched with the background application development request, updating the application configuration parameters according to the background application development request to obtain target application configuration parameters, and generating an application to be constructed according to the target application configuration parameters.
10. An application management device, applied to a management platform, comprising:
the initialization module is configured to initialize the application to be constructed into an initial background application based on the application configuration parameters carried in the background application development request;
the configuration module is configured to configure an application page and an application menu for the initial background application to obtain an intermediate background application;
the receiving module is configured to receive an application setting request submitted for the middle background application, and set a permission interface of the middle background application according to the application setting request to obtain a target background application;
The publishing module is configured to add an application basic component for the target background application, generate an application package to be published according to an adding result, and publish the application package to be published to a sharing node of the management platform.
11. A computing device, comprising:
a memory and a processor;
the memory is configured to store computer executable instructions and the processor is configured to execute the computer executable instructions to implement the steps of the method of any one of claims 1 to 9.
12. A computer readable storage medium storing computer instructions which, when executed by a processor, implement the steps of the method of any one of claims 1 to 9.
CN202311268154.4A 2023-09-27 2023-09-27 Application management method and device Pending CN117311778A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311268154.4A CN117311778A (en) 2023-09-27 2023-09-27 Application management method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311268154.4A CN117311778A (en) 2023-09-27 2023-09-27 Application management method and device

Publications (1)

Publication Number Publication Date
CN117311778A true CN117311778A (en) 2023-12-29

Family

ID=89287913

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311268154.4A Pending CN117311778A (en) 2023-09-27 2023-09-27 Application management method and device

Country Status (1)

Country Link
CN (1) CN117311778A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118626120A (en) * 2024-08-12 2024-09-10 深圳市智慧城市科技发展集团有限公司 Application market management method, terminal device and readable storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118626120A (en) * 2024-08-12 2024-09-10 深圳市智慧城市科技发展集团有限公司 Application market management method, terminal device and readable storage medium

Similar Documents

Publication Publication Date Title
WO2022160707A1 (en) Human-machine interaction method and apparatus combined with rpa and ai, and storage medium and electronic device
US11868231B2 (en) System and method for evaluating code by a hybrid of local and cloud-based computers
Sandobalin et al. An infrastructure modelling tool for cloud provisioning
CN110851167B (en) Container environment updating method, device, equipment and storage medium
US20070240102A1 (en) Software development tool for sharing test and deployment assets
CN107066242A (en) Determine the method and system of the mark of software in software container
CN108345532A (en) A kind of automatic test cases generation method and device
CN114625353A (en) Model framework code generation system and method
CN106484394A (en) A kind of fast software development system with double engines
CN110992100A (en) Electric power marketing system construction method and device
CN111859834B (en) UVM-based verification platform development method, system, terminal and storage medium
CN116450107B (en) Method and device for secondary development of software by low-code platform and electronic equipment
CN110162464A (en) Mcok test method and system, electronic equipment and readable storage medium storing program for executing
CN117311778A (en) Application management method and device
Zacharewicz et al. A generalized discrete event system (g-DEVS) flattened simulation structure: Application to high-level architecture (HLA) compliant simulation of workflow
CN113449444B (en) Simulation method, computer device and storage medium for domain engineering
KR102663594B1 (en) Question-based no-code ai standard model solution system
CN112699042B (en) Unit test case generation method and device
Sangwan et al. Integrating a software architecture-centric method into object-oriented analysis and design
Michalik et al. Towards a solution for change impact analysis of software product line products
Mukhtar et al. Enhanced approach for developing web applications using model driven architecture
CN116107867A (en) Data test link determining method, interaction method, data test method and system
Fischer et al. Models versus model descriptions
Bauer et al. The iot architectural reference model as enabler
Fehlmann et al. ART for Agile: Autonomous Real-Time Testing in the Product Development Cycle

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