CN108762760B - Software interface self-defining method, device, computer equipment and storage medium - Google Patents
Software interface self-defining method, device, computer equipment and storage medium Download PDFInfo
- Publication number
- CN108762760B CN108762760B CN201810545744.XA CN201810545744A CN108762760B CN 108762760 B CN108762760 B CN 108762760B CN 201810545744 A CN201810545744 A CN 201810545744A CN 108762760 B CN108762760 B CN 108762760B
- Authority
- CN
- China
- Prior art keywords
- interface
- field
- instruction
- template
- fields
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
The embodiment of the invention provides a software interface self-defining method, a device, computer equipment and a storage medium. The method comprises the following steps: when a software interface is newly added, interface information of the interface is configured, wherein the interface information comprises basic information of the interface, nodes included in the interface and standard fields included in each node; after the interface is generated and when the interface enters an editing mode, acquiring a selection instruction and displaying configuration options corresponding to the selection instruction, wherein the selection instruction is used for selecting the interface or nodes on the interface or standard fields in the nodes; and receiving an adjustment instruction, and adjusting the display of the interface according to the adjustment instruction and the displayed configuration options so as to realize the custom layout of the interface. The embodiment of the invention realizes the custom layout of the interface and improves the experience of the user.
Description
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a software interface customization method, a device, a computer device, and a storage medium.
Background
In software development, developers typically design databases, design interfaces, write programs, etc. according to the needs of users. If the user's requirement changes during the development process or during the later maintenance process, for example, when some fields need to be newly added in a certain interface, the developer usually redesigns and modifies the database or revises the corresponding table in the database and modifies the design interface according to the user's requirement. Or when developing a more general-purpose software, a developer typically designs a database, a design interface, etc. according to the needs of a user. When the requirements of other users are inconsistent, such as other users need to add some fields on some interfaces, in order to meet the requirements of other users, developers need to add newly added fields in the corresponding table in the database, and design interfaces also need to be rewritten. However, there are other different users, and different users have different requirements, if each user needs a developer to modify the corresponding table and the corresponding design interface in the database again, the development workload is very large, and meanwhile, the developed interfaces are uniform, if different users want to realize different styles, the development workload is increased, and the requirements of custom layout interfaces cannot be realized very conveniently. On the other hand, if all the work of designing the interface is completed by development, a lengthy software release process and the like will be experienced, and what you see is what you get cannot be achieved when the interface is modified.
Disclosure of Invention
The embodiment of the invention provides a software interface self-defining method, a device, computer equipment and a storage medium, which can self-define and layout a software interface so as to meet the requirements of different users.
In a first aspect, an embodiment of the present invention provides a software interface customization method, where the method includes:
when a software interface is newly added, interface information of the interface is configured, wherein the interface information comprises basic information of the interface, nodes included in the interface and standard fields included in each node;
after the interface is generated and when the interface enters an editing mode, acquiring a selection instruction and displaying configuration options corresponding to the selection instruction, wherein the selection instruction is used for selecting the interface or nodes on the interface or standard fields in the nodes;
and receiving an adjustment instruction, and adjusting the display of the interface according to the adjustment instruction and the displayed configuration options so as to realize the custom layout of the interface.
In a second aspect, an embodiment of the present invention provides a software interface customization device, where the device includes a unit configured to execute a software interface customization method according to the first aspect.
In a third aspect, an embodiment of the present invention provides a computer device, where the computer device includes a memory, and a processor connected to the memory;
the memory is used for storing a computer program, and the processor is used for running the computer program stored in the memory to execute the software interface customization method in the first aspect.
In a fourth aspect, an embodiment of the present invention provides a computer readable storage medium, where a computer program is stored, where the computer program includes program instructions, where the program instructions implement the software interface customization method according to the first aspect when executed by a processor.
When the software interface is newly added, the interface information of the interface is configured, after the interface is generated and when the interface enters the editing mode, the configuration options corresponding to the selection instructions are displayed according to the selection instructions, and then the interface is adjusted according to the adjustment instructions and the displayed configuration options, so that the custom layout of the interface is realized, and the user experience is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic flow chart of a software interface customization method according to an embodiment of the present invention;
FIG. 2 is a schematic sub-flowchart of a software interface customization method according to an embodiment of the present invention;
FIG. 3 is a schematic view of a sub-flowchart of a software interface customization method according to another embodiment of the present invention;
FIG. 4 is a schematic flow chart of a software interface customization method according to another embodiment of the present invention;
FIG. 5 is a schematic view of authority adjustment corresponding to an interface according to an embodiment of the present invention;
FIG. 6 is a schematic block diagram of a software interface customization mechanism provided by an embodiment of the present invention;
FIG. 7 is a schematic block diagram of an adjustment unit provided by an embodiment of the present invention;
FIG. 8 is a schematic block diagram of an adjustment unit provided by another embodiment of the present invention;
FIG. 9 is a schematic block diagram of an adjustment unit provided by a further embodiment of the present invention;
fig. 10 is a schematic block diagram of a computer device provided by an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Terminals described in the present invention include, but are not limited to, portable devices such as mobile phones, laptop computers, or tablet computers. It should also be appreciated that in some embodiments, the terminal also includes a non-portable device, such as a desktop computer or the like. The following method embodiments may be applied to any terminal, which is in the form of a server.
Fig. 1 is a flow chart of a software interface customization method according to an embodiment of the present invention. The method is applied to the terminal. The method comprises the following steps S101-S103.
S101, when a software interface is newly added, interface information of the interface is configured, wherein the interface information comprises basic information of the interface and nodes included in the interface, and standard fields included in each node.
The interface refers to a corresponding UI interface in development software. The basic information of the interface includes the name of the interface, the display style of the interface, and the like. When the basic information of the interface is configured, the name of the interface, such as a login interface, a registration interface, and the like, may be configured. A node included in an interface may be understood as a form in the interface, such as a form name, etc., that may exist in the interface in the form of a subtitle or menu to represent some information about the node, such as what the node may do or what may be queried by the node. Such as a login interface may include nodes: logging in; the nodes of a news website interface may include: video news, entertainment news, sports news, etc. In the embodiment of the invention, the corresponding fields on the interface comprise two types of standard fields and template fields. Wherein a standard field may be understood as a fixed field. Fields that may be needed in all versions of the software interface, or fields that may be needed by all users, may be represented by standard fields. The standard fields are stored in a common table of the database. When the standard field is displayed, the relevant elements corresponding to the standard field are required to be contained in the hypertext markup language of the interface, and meanwhile, the corresponding standard field is required to be configured on the interface for displaying. Standard fields may be hidden in the interface and may be deleted (deletion requires modification of the code by the developer). The standard field cannot change the type of the field, such as the type of the standard field cannot be changed from a text box to a drop-down box, and if the standard field needs to be modified, the corresponding code needs to be modified by a developer. The template field refers to a non-fixed field or an unnecessary field, and a field added according to the needs of different users may be represented by the template field. The template fields are stored in an associated template field table (data dictionary information corresponding to the template fields) and a template field value table (specific values corresponding to the template fields). The template field may be hidden in the interface, may be deleted, and may also change the type of the template field, e.g., the type of the template field may be changed from a text box to a drop-down box, but not all types may be changed, e.g., the calendar type may not be changed to a drop-down box. The template field corresponds to a template field identifier, that is, the field is known to be the template field through the template field identifier. Template fields are displayed without development. It will be appreciated that the template fields will be displayed when the page is displayed, as long as the corresponding template fields are configured on the interface. The standard fields included in the nodes refer to fields to be displayed on the interface, and are set according to fields corresponding to the common table in the database. Standard fields included in the login node in the login interface include a user name, a password, a verification code or a telephone number, a verification code and the like; the fields included under the "video news" node include: the fields are present in the common table correspondingly, such as the video, the name of the video (preset number of words), the time of uploading/publishing the video, the duration of the video, etc.
After the interface information is configured, the interface information is stored in a configuration file, such as an XML file or an Excel file. The interface information may also be stored in a database. Interface information may be added to the database by executing a form of SQL statement. Wherein an interface may include one or more nodes, each of which may include one or more standard fields.
S102, after the interface is generated and when the interface enters an editing mode, acquiring a selection instruction and displaying configuration options corresponding to the selection instruction, wherein the selection instruction is used for selecting the interface or a node on the interface or a standard field in the node.
The interface generation can be understood as that the corresponding related elements corresponding to the interface information exist in the hypertext markup language corresponding to the interface. In some embodiments, it may also be understood that the code corresponding to the interface may already be operating normally and may implement the function in the code, or it may also be understood that the interface may be displayed normally. It should be noted that, the interface generation herein refers to an interface generated according to a normal development flow of a developer. The editing mode of the interface is different from the default interface mode, and in the editing mode, all the processing of interface events such as clicking, sliding, long pressing and the like of the interface can be re-interpreted (the processing can not be performed according to the flow in the fixed interface any more, namely, the functions of the controls corresponding to the fields in the original interface are temporarily invalid). In the editing mode, the editing result can be saved in real time. The selection instruction may be a click instruction, which causes a node or field on the interface to be in a "selected" state. The selection instruction may select the interface or a node or a field in a node on the interface, etc. Configuration options refer to some options that may be configured. If the selection instruction selects the interface, the configuration options corresponding to the selection instruction are configuration options related to the interface, such as the name corresponding to the configuration/modification interface, adding nodes on the interface, configuring/modifying the style of the nodes on the interface, and the like. If the selection instruction selects a node, the configuration options corresponding to the selection instruction are configuration options related to the node, such as configuring/modifying the node name of the node, adding template fields under the node, modifying/configuring the style of the fields involved under each node, and the like. If the selection instruction selects a field, then the configuration option corresponding to the selection instruction is the configuration option associated with the field, such as configuring/modifying the field name, deleting the field, etc. In some embodiments, the configuration options corresponding to the selection instruction may be displayed in the form of a tab or tab, such as a tab or tab under which the configuration option corresponding to the selection instruction is displayed. In some embodiments, the configuration options corresponding to the selection instruction are the same regardless of whether the selection instruction selects an interface, node, or field, except that some of the configuration options cannot be modified or configured.
S103, receiving an adjustment instruction, and adjusting the display of the interface according to the adjustment instruction and the displayed configuration options so as to realize the custom layout of the interface.
The adjustment instruction is generated by the user clicking or selecting an option involved in the displayed configuration options. The user is detected to click or select an option involved in the displayed configuration options, i.e. an adjustment instruction is received. The adjustment instructions include a wide variety of instructions, such as style adjustment instructions, entitlement adjustment instructions, add template field instructions, delete field instructions, and the like. The style adjustment instruction is used for setting the length of node or field display, the color of display, the size of the displayed font, whether the font is thickened, displaying an alignment style (including left alignment, right alignment, middle alignment, and the like, or dragging to align), displaying a background color, and the like. The permission adjustment instruction is used for setting fields which can be seen by different user groups on the interface, events which can be triggered by different user groups and the like. And adding a template field instruction for adding a template field and the like under the corresponding node on the interface.
Specifically, step S103 includes: receiving an adjustment instruction, and adjusting the interface or nodes on the interface or standard fields in the nodes according to the adjustment instruction and the displayed configuration options; and displaying the adjusted interface on the interface, wherein the interface comprises nodes on the interface and standard fields in the nodes.
If the interface is configured with interface information, the interface information includes nodes and standard fields corresponding to the nodes, the adjusted standard fields in the nodes are displayed on the interface, and the interface information includes: obtaining a standard field corresponding to a node in interface information; searching relevant elements corresponding to the corresponding standard fields in the hypertext markup language corresponding to the interface; if the related elements corresponding to the corresponding standard fields are found in the hypertext markup language corresponding to the interface, displaying the adjusted corresponding standard fields on the interface; if the related elements corresponding to the standard fields are not found in the hypertext markup language corresponding to the interface, the adjusted corresponding standard fields are not displayed on the interface.
It is understood that the display of standard fields on an interface depends on two points: and the second, the related elements corresponding to the nodes and the related elements corresponding to the standard fields in the nodes are included in the hypertext markup language. I.e. nodes in the hypertext markup language and in the configured interface information and corresponding standard fields need to be corresponding to be displayable. If the interface information includes the node and the standard field corresponding to the node, and the corresponding node and the corresponding standard field are included in the corresponding hypertext markup language, the interface displays the node and the corresponding standard field. If the interface information comprises nodes and standard fields corresponding to the nodes, only the nodes are in the hypertext markup language, and then the corresponding standard fields are not displayed in the interface; if the interface information includes the nodes and standard fields corresponding to one of the nodes, even if the hypertext markup language includes all the nodes and the standard fields corresponding to all the nodes, the standard fields corresponding to other nodes are not displayed.
It should be noted that the configuration of the interface information is the basis on which the interface can be custom laid out. It will be understood that if a corresponding interface information is configured in an interface, the interface supports a custom layout, and if no corresponding interface information is configured in an interface, the interface cannot be custom laid out, that is, the interface does not support a custom layout. The custom layout includes modifying interface information, such as modifying node names of corresponding nodes, setting a certain field to be read-only, configuring an event that a certain field can trigger, etc. Custom layout may also include setting the style of node or field display in the interface. Custom layout may also include adding or deleting fields in the interface, such as adding template fields, hiding template fields, deleting standard fields, etc. in the interface.
According to the embodiment, interface information is configured, after the interface is generated and when the interface enters the editing mode, interface basic information, nodes on the interface and standard fields corresponding to the nodes are adjusted, so that interface custom layout is realized, and user experience is improved. The interface can be adjusted without long software release flow, and can be completed by operation and maintenance personnel, namely, the operation and maintenance personnel can adjust the software at any time according to the requirements of different clients and see the adjustment result at any time, and the interface is obtained when being adjusted.
In an embodiment, if the standard fields in the interface information cannot meet the needs of the user, for example, when the user needs to display more fields, template fields are added in the interface to meet the needs of the user. Correspondingly, then, the adjustment instruction includes an add template field instruction and the configuration option corresponding to the selection instruction includes the configuration option corresponding to the node on the interface. As shown in fig. 2, step S103, namely receiving an adjustment command, adjusts the display of the interface according to the adjustment command and the displayed configuration options, includes S201-S203.
S201, adding attribute information corresponding to the template field according to the received template field adding instruction. Clicking an 'add template field' button in the configuration options corresponding to the nodes to generate an add template field instruction. And after receiving the template field adding instruction, adding attribute information corresponding to the template field according to the prompt. The attribute information corresponding to the template field comprises information such as a template field name, a template field type, an initial value corresponding to the template field and the like corresponding to the template field. The types include all types referred to in the art, such as text boxes, drop-down boxes, calendar types, and the like.
S202, storing attribute information corresponding to the template field. If the relevant configuration information is stored in the configuration file, the attribute information corresponding to the template field is stored in the template field. If the relevant configuration information is stored in the database, specifically, the information corresponding to the template field is stored in an associated template field table in the database. The data dictionary for one template field corresponds to a row of values in the associated template field table. It should be noted that, in the association template field table, a field is required to be the same as a certain field in the common table, so that the common table is associated with the association template field table, and the field may be referred to as an association field. The newly added template fields are stored in the associated template field table, so that a developer does not need to modify the corresponding common table in the database again, all information related to the common table does not need to be modified, and the associated template field table is directly and newly added, so that the purposes that the common table is not required to be modified for different users can be achieved, the template fields in the template field table only need to be newly added according to the requirements of different users, and the development flow is simplified. It should be noted that there is another template field value table for storing specific values corresponding to the template fields.
S203, when the interface is displayed, the template field is generated and displayed on the interface according to the saved attribute information of the template field.
Step S203 includes obtaining attribute information corresponding to the template field when the interface is displayed; generating the template field according to the attribute information of the template field and adding the template field into the hypertext markup language corresponding to the interface; the template field is displayed on the interface. Specifically, attribute information corresponding to a template field of the interface is obtained from an associated template field table, after the template field is generated, the template field is added into a hypertext markup language corresponding to the interface in a form of corresponding relevant elements, and the template field and a value corresponding to the template field are displayed on the interface.
It will be appreciated that the display of a template field on an interface depends only on whether the template field is configured on the interface, if so, the template field is displayed while the interface is displayed, and if not, the template field is not displayed. Whether the template field is configured on the interface can be looked up in a configuration file or in an associated data table of a database.
Typically, the newly added template field is placed at the end of the corresponding node on the interface for display. If the display position of the newly added template field needs to be changed, clicking the template field after displaying the template field, so that the template field is in a selected state, and dragging the template field to the new display position. Correspondingly, the step flow comprises the following steps: receiving an instruction for selecting the template field so that the template field is in a selected state; adjusting the selected template field from the current position to another position so that the template field and the standard field are arranged according to a preset arrangement position; and displaying the arranged template fields and standard fields. The preset arrangement positions are arrangement positions obtained in advance according to requirements.
Since the adjustment of the corresponding configuration in the configuration options is simultaneously saved in the database/configuration file and in the cache, in order to be able to display the added template fields on the interface, in other embodiments, before step S203, the method further comprises: the cache of the interface is cleared. Specifically, the corresponding cache may be purged in the corresponding cache folder.
In one embodiment, if some fields on the interface are not required by the user, then the fields may be deleted, where the fields include a template field and a standard field. Correspondingly, the adjustment instruction includes a delete field instruction and the configuration option corresponding to the select instruction includes the configuration option corresponding to the field. As shown in fig. 3, step S103, that is, receiving an adjustment command, adjusts the display of the interface according to the adjustment command and the displayed configuration options, includes S301-S303.
S301, judging whether a field to be deleted corresponding to a field deleting instruction is a template field or not according to the received field deleting instruction. Clicking a 'delete template field' button in a configuration option corresponding to the field to generate a field deleting instruction. Whether the field to be deleted is a standard field or a template field can be judged according to the identification of the field, the template field is correspondingly provided with the template field identification, if the field to be deleted is provided with the template field identification, the field to be deleted is determined to be the template field, and if the field to be deleted is not provided with the template field identification, the field to be deleted is determined to be the standard field.
S302, if the field to be deleted corresponding to the field deleting instruction is a template field, deleting the corresponding template field. Specifically, the configuration of the template field is deleted, that is, the attribute information of the template field is deleted in the configuration file or in the database. And deleting the related element information corresponding to the template field in the hypertext markup language corresponding to the interface.
And S303, if the field to be deleted corresponding to the field deleting instruction is not a template field, displaying prompt information to prompt that the standard field to be deleted is deleted in the interface information, and deleting codes related to the standard field. Wherein the prompt information is displayed in the form of a dialog box or text box, etc.
Since the adjustment of the corresponding configuration in the configuration options is simultaneously saved in the database/configuration file and in the cache, in order to be able to show the modifications made on the interface, i.e. the fields are deleted, in other embodiments, after step S303, the method further comprises: the cache of the interface is cleared. Specifically, the corresponding cache may be purged in the corresponding cache folder.
In an embodiment, if a user's requirement is that the software to be developed involves different departments, interfaces corresponding to the different departments are different, and multiple user roles are required in one department, and interfaces corresponding to each user role are also different. Correspondingly, the adjustment instruction comprises a permission adjustment instruction, and the configuration options corresponding to the selection instruction comprise configuration options corresponding to the fields. As shown in fig. 4, step S103, that is, receiving an adjustment command, adjusts the display of the interface according to the adjustment command and the displayed configuration options, includes S401-S402.
S401, acquiring preset authority information according to the received authority adjustment instruction. The preset authority information comprises fields which can be displayed under different authorities. The different departments involved are referred to as primary rights, and the different user roles under the departments are referred to as secondary rights. One primary right and one secondary right are referred to as one right, and one right can be understood as one user role under one division.
S402, setting different authorities in the displayed configuration options according to the authority adjustment instruction and preset authority information, and displaying and hiding corresponding nodes or corresponding fields under the different authorities. If a right is given, a standard field does not need to be displayed in the interface, and the standard field is set to be hidden. Under this authority, the interface is seen without the hidden standard field.
In the interface of development, different authorities and the display or hiding of corresponding standard fields or template fields under different authorities are set in the displayed configuration options according to the authority adjustment instruction and the acquired authority information. Therefore, the user-defined layout of a plurality of interfaces under different authorities can be realized by only developing one interface and then simply configuring the interface, so that the development cost is greatly saved.
Fig. 5 is a schematic diagram of rights adjustment corresponding to an interface according to an embodiment of the present invention. After the software enters the editing state and enters the software, the left side of the interface corresponding to the software can be seen to be a page list, different functions are arranged in the page list, each of the different functions corresponds to a different page, and the page corresponding to the function A comprises: "A1 page", "A2 page". Clicking on the "A1 page" enters a specific "A1 page", and the specific "A1 page" is displayed in the middle part of the corresponding interface. In the "A1 page", a plurality of nodes, such as "a node" and "b node", are included, and each node includes a plurality of fields, such as "a node" includes: "a.1 field" and the text box corresponding to the field, "a.2 field" and the drop-down box corresponding to the field. Clicking the node a, and entering configuration options corresponding to the node as shown in the right part of the corresponding interface. In the "configuration options" page, the partial configuration options corresponding to the nodes are displayed. Such as "organization" options, "user role" options, and display and hiding of corresponding field related information under node a. In the configuration option, the display and the hiding of the corresponding field under the corresponding node a can be set under different authorities, namely under different user roles of different institutions. Clicking the corresponding drop-down frame behind the "mechanism" option selects a mechanism of the preset mechanism. Clicking a drop-down box corresponding to the back of the user role option to select a certain user role in the preset user roles. If the "a.1 field" is set to display, the "a.2 field" is set to hide. Correspondingly, under a certain user role of a certain set mechanism, after the user opens the interface, the a.1 field and the text box corresponding to the field can be seen. The a.1 field and the drop down box corresponding to that field cannot be seen. It should be noted that fig. 5 is only for illustration, and other embodiments of the present invention are also possible.
In some embodiments, an event corresponding to an option in some fields may be set, and if the corresponding option in the field is selected, the set event is triggered, and the event may set display and hiding of other fields.
The embodiment only needs to carry out simple configuration on the developed software, and needs not to be fed back to development, so that the requirements of different users can be met, and the development flow is simplified; different users can configure the layout of the interface and the display of the interface according to the respective preference, so that the user experience is improved.
Fig. 6 is a schematic block diagram of a software interface customization device according to an embodiment of the present invention. The device is applied to the terminal. As shown in fig. 6, the apparatus 60 includes an interface information configuration unit 601, a configuration option display unit 602, and an adjustment unit 603.
The interface information configuration unit 601 is configured to configure interface information of the interface when the software interface is newly added, where the interface information includes basic information of the interface, nodes included in the interface, and standard fields included in each node.
The configuration option display unit 602 is configured to obtain a selection instruction and display a configuration option corresponding to the selection instruction when the interface is generated and the interface enters the editing mode, where the selection instruction is used to select the interface or a node on the interface or a standard field in the node.
The adjusting unit 603 is configured to receive an adjustment instruction, and adjust the display of the interface according to the adjustment instruction and the displayed configuration options, so as to implement the custom layout of the interface. The adjustment instruction includes a variety of instructions, such as style adjustment instruction, authority adjustment instruction, template field addition instruction, field deletion instruction, etc.
In an embodiment, the adjusting unit 603 includes an interface adjusting unit and an interface display unit. The interface adjusting unit is used for receiving the adjusting instruction and adjusting the interface or the node on the interface or the standard field in the node according to the adjusting instruction and the displayed configuration options. And the interface display unit is used for displaying the adjusted interface on the interface, wherein the interface comprises nodes on the interface and standard fields in the nodes.
If the interface is configured with interface information, the interface information includes nodes and standard fields corresponding to the nodes, and correspondingly, the interface display unit can be used for displaying the adjusted standard fields on the interface. Specifically, when the interface implementing unit is configured to display the adjusted standard field on the interface, the interface implementing unit includes: standard field obtaining unit, searching unit, standard field display unit. The standard field acquisition unit is used for acquiring the standard field corresponding to the node in the interface information. And the searching unit is used for searching the relevant elements corresponding to the corresponding standard fields in the hypertext markup language corresponding to the interface. And the standard field display unit is used for displaying the adjusted corresponding standard field on the interface if the relevant element corresponding to the corresponding standard field is found in the hypertext markup language corresponding to the interface, and not displaying the adjusted corresponding standard field on the interface if the relevant element corresponding to the standard field is not found in the hypertext markup language corresponding to the interface.
In an embodiment, if the standard fields in the interface information cannot meet the needs of the user, for example, when the user needs to display more fields, template fields are added in the interface to meet the needs of the user. Correspondingly, then, the adjustment instruction includes an add template field instruction and the configuration option corresponding to the selection instruction includes the configuration option corresponding to the node on the interface. Specifically, as shown in fig. 7, the adjustment unit 603 includes an addition unit 701, a saving unit 702, and a generation display unit 703.
The adding unit 701 is configured to add attribute information corresponding to the template field according to the received template field adding instruction.
A saving unit 702, configured to save attribute information corresponding to the template field.
A generation display unit 703 is configured to generate and display the template field on the interface according to the saved attribute information of the template field when the interface is displayed.
Specifically, the generation display unit 703 includes: the system comprises a template field acquisition unit, a generation and addition unit and a template field display unit. And the template field acquisition unit is used for acquiring the stored attribute information corresponding to the template field when the interface is displayed. And the generation and addition unit is used for generating the template field according to the attribute information of the template field and adding the template field into the hypertext markup language corresponding to the interface. And the template field display unit is used for displaying the template field on the interface.
Typically, the newly added template field is placed at the end of the corresponding node on the interface for display. If the display position of the newly added template field needs to be changed, the corresponding generating and displaying unit 703 further includes a field selecting unit and a position adjusting unit. And the field selection unit is used for receiving an instruction for selecting the template field so as to enable the template field to be in a selected state. And the position adjusting unit is used for adjusting the selected template field from the current position to another position so as to arrange the template field and the standard field according to the preset arrangement position. And the template field display unit is also used for displaying the arranged template fields and standard fields.
Since the adjustment of the corresponding configuration in the configuration options is simultaneously saved in the database/configuration file and in the cache, in order to be able to display the added template fields on the interface, in other embodiments the adjustment unit 603 further comprises a purge unit. The clearing unit is used for clearing the cache of the interface. The generation display unit is then triggered.
In one embodiment, if some fields on the interface are not required by the user, then the fields may be deleted, where the fields include a template field and a standard field. Correspondingly, the adjustment instruction includes a delete field instruction and the configuration option corresponding to the select instruction includes the configuration option corresponding to the field. As shown in fig. 8, the adjustment unit 603 includes a judgment unit 801, a field deletion unit 802, and a prompt display unit 803.
A judging unit 801, configured to judge whether a field to be deleted corresponding to the field deletion instruction is a template field according to the received field deletion instruction.
And a field deleting unit 802, configured to delete the corresponding template field if the field to be deleted corresponding to the field deleting instruction is the template field.
And a prompt display unit 803, configured to display prompt information if the field to be deleted corresponding to the field deletion instruction is not a template field, so as to prompt that the standard field to be deleted is deleted in the interface information, and delete a code related to the standard field.
In an embodiment, if a user's requirement is that the software to be developed involves different departments, interfaces corresponding to the different departments are different, and multiple user roles are required in one department, and interfaces corresponding to each user role are also different. Correspondingly, the adjustment instruction comprises a permission adjustment instruction, and the configuration options corresponding to the selection instruction comprise configuration options corresponding to the fields. As shown in fig. 9, the adjustment unit 603 includes a right acquisition unit 901 and a right adjustment unit 902.
The acquiring unit 901 is configured to acquire preset permission information according to the received permission adjustment instruction. The preset authority information comprises fields which can be displayed under different authorities. The different departments involved are referred to as primary rights, and the different user roles under the departments are referred to as secondary rights. One primary right and one secondary right are referred to as one right, and one right can be understood as one user role under one division.
And the permission adjustment unit 902 is configured to set different permissions in the displayed configuration options according to the permission adjustment instruction and preset permission information, and display and hide corresponding nodes or corresponding fields under the different permissions.
In some embodiments, the adjusting unit 603 further includes an event setting unit and an event triggering unit. The event setting unit is used for setting events corresponding to options in certain fields. And the event triggering unit is used for triggering a set event if the corresponding option in the field is selected, and the event can set the display, the hiding and the like of other fields.
The specific implementation process and the achieved beneficial effects of the above-mentioned device embodiments can be referred to the corresponding descriptions of the corresponding method embodiments.
The above-described apparatus may be implemented in the form of a computer program which is executable on a computer device as shown in fig. 10.
Fig. 10 is a schematic block diagram of a computer device according to an embodiment of the present invention. The device 100 comprises a processor 102, a memory and a network interface 103 connected by a system bus 101, wherein the memory may comprise a non-volatile storage medium 104 and an internal memory 105.
The non-volatile storage medium 104 may store an operating system 1041 and computer programs 1042. The computer programs 1042, when executed, enable the processor 102 to perform a software interface customization method. The processor 102 is used to provide computing and control capabilities to support the operation of the overall device 100. The internal memory 105 provides an environment for the execution of a computer program in a non-volatile storage medium that, when executed by the processor 102, causes the processor 102 to perform a software interface customization method. The network interface 103 is used for network communication, such as receiving messages and the like. It will be appreciated by those skilled in the art that the structure shown in fig. 10 is merely a block diagram of a portion of the structure associated with the present application and does not constitute a limitation of the apparatus 100 to which the present application is applied, and that a particular apparatus 100 may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
Wherein the processor 102 is configured to execute a computer program stored in the memory to implement the steps of:
when a software interface is newly added, interface information of the interface is configured, wherein the interface information comprises basic information of the interface, nodes included in the interface and standard fields included in each node; after the interface is generated and when the interface enters an editing mode, acquiring a selection instruction and displaying configuration options corresponding to the selection instruction, wherein the selection instruction is used for selecting the interface or nodes on the interface or standard fields in the nodes; and receiving an adjustment instruction, and adjusting the display of the interface according to the adjustment instruction and the displayed configuration options so as to realize the custom layout of the interface.
In one embodiment, the displaying of the interface includes displaying the adjusted standard fields in the node on the interface, and the processor 102, when executing the displaying of the adjusted standard fields in the node on the interface, specifically executes:
acquiring a standard field corresponding to the node in the interface information; searching relevant elements corresponding to the corresponding standard fields in the hypertext markup language corresponding to the interface; if the related elements corresponding to the corresponding standard fields are found in the hypertext markup language corresponding to the interface, displaying the adjusted corresponding standard fields on the interface; if the related elements corresponding to the standard fields are not found in the hypertext markup language corresponding to the interface, the adjusted corresponding standard fields are not displayed on the interface.
In an embodiment, the adjustment instruction includes an add template field instruction, the configuration options corresponding to the selection instruction include configuration options corresponding to nodes on the interface, and when the processor 102 executes the receive adjustment instruction, the specific implementation is performed when adjusting the display of the interface according to the adjustment instruction and the displayed configuration options:
Adding attribute information corresponding to the template field according to the received template field adding instruction; storing attribute information corresponding to the template field; and when the interface is displayed, generating and displaying the template field on the interface according to the saved attribute information of the template field.
In one embodiment, when the processor 102 generates and displays the template field on the interface according to the saved attribute information of the template field during the execution of the interface, the specific execution is:
when the interface is displayed, acquiring the stored attribute information corresponding to the template field; generating the template field according to the attribute information of the template field and adding the template field into the hypertext markup language corresponding to the interface; and displaying the template field on the interface.
In one embodiment, after executing the displaying the template field on the interface, the processor 102 further specifically executes:
receiving an instruction for selecting the template field so as to enable the template field to be in a selected state; adjusting the selected template field from the current position to another position so as to arrange the template field and the standard field according to a preset arrangement position; displaying the arranged template fields and the standard fields.
In an embodiment, the interface further includes a template field, the adjustment instruction includes a delete field instruction, the configuration options corresponding to the selection instruction include configuration options corresponding to the field, and the processor 102 specifically performs, when executing the receive adjustment instruction and adjusting the display of the interface according to the adjustment instruction and the displayed configuration options:
judging whether a field to be deleted corresponding to a field deleting instruction is a template field or not according to the received field deleting instruction; if the field to be deleted corresponding to the field deleting instruction is a template field, deleting the corresponding template field; and if the field to be deleted corresponding to the field deleting instruction is not a template field, displaying prompt information to prompt that the standard field to be deleted is deleted in the interface information, and deleting codes related to the standard field.
In an embodiment, the adjustment instruction includes an authority adjustment instruction, the configuration options corresponding to the selection instruction include configuration options corresponding to configuration options or fields corresponding to nodes, and when the processor 102 executes the receive adjustment instruction, the specific execution is performed when adjusting the display of the interface according to the adjustment instruction and the displayed configuration options:
Acquiring preset authority information according to the received authority adjustment instruction; different authorities are set in the displayed configuration options according to the authority adjustment instruction and preset authority information, and corresponding nodes or corresponding fields under the different authorities are displayed and hidden.
It should be appreciated that in embodiments of the present invention, the processor 102 may be a central processing unit (Central Processing Unit, CPU), which may also be other general purpose processors, digital signal processors (Digital Signal Processor, DSPs), application specific integrated circuits (Application Specific Integrated Circuit, ASICs), off-the-shelf programmable gate arrays (Field-Programmable Gate Array, FPGAs) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
In another embodiment of the present invention, there is provided a computer readable storage medium storing a computer program comprising program instructions which when executed by a processor implement the steps of:
When a software interface is newly added, configuring the interface information, wherein the interface information comprises basic information of the interface, nodes included in the interface and standard fields included in each node; after the interface is generated and when the interface enters an editing mode, acquiring a selection instruction and displaying configuration options corresponding to the selection instruction, wherein the selection instruction is used for selecting the interface or nodes on the interface or standard fields in the nodes; and receiving an adjustment instruction, and adjusting the display of the interface according to the adjustment instruction and the displayed configuration options so as to realize the custom layout of the interface.
In an embodiment, the displaying of the interface includes displaying the adjusted standard field in the node on the interface, and the processor, when executing the displaying of the adjusted standard field in the node on the interface, specifically implements:
acquiring a standard field corresponding to the node in the interface information; searching relevant elements corresponding to the corresponding standard fields in the hypertext markup language corresponding to the interface; if the related elements corresponding to the corresponding standard fields are found in the hypertext markup language corresponding to the interface, displaying the adjusted corresponding standard fields on the interface; if the related elements corresponding to the standard fields are not found in the hypertext markup language corresponding to the interface, the adjusted corresponding standard fields are not displayed on the interface.
In an embodiment, the adjustment instruction includes an instruction to add a template field, the configuration options corresponding to the selection instruction include configuration options corresponding to nodes on the interface, and when the processor executes the receive adjustment instruction, the processor adjusts the display of the interface according to the adjustment instruction and the displayed configuration options, specifically realizes:
adding attribute information corresponding to the template field according to the received template field adding instruction; storing attribute information corresponding to the template field; and when the interface is displayed, generating and displaying the template field on the interface according to the saved attribute information of the template field.
In an embodiment, when the processor executes the step of generating and displaying the template field on the interface according to the saved attribute information of the template field when the interface is displayed, the specific implementation is as follows:
when the interface is displayed, acquiring the stored attribute information corresponding to the template field; generating the template field according to the attribute information of the template field and adding the template field into the hypertext markup language corresponding to the interface; and displaying the template field on the interface.
In one embodiment, after executing the displaying the template field on the interface, the processor further specifically executes:
receiving an instruction for selecting the template field so as to enable the template field to be in a selected state; adjusting the selected template field from the current position to another position so as to arrange the template field and the standard field according to a preset arrangement position; displaying the arranged template fields and the standard fields.
In an embodiment, the interface further includes a template field, the adjustment instruction includes a delete field instruction, the configuration options corresponding to the selection instruction include configuration options corresponding to the field, and when the processor executes the receive adjustment instruction, the processor adjusts the display of the interface according to the adjustment instruction and the displayed configuration options, specifically realizes:
judging whether a field to be deleted corresponding to a field deleting instruction is a template field or not according to the received field deleting instruction; if the field to be deleted corresponding to the field deleting instruction is a template field, deleting the corresponding template field; and if the field to be deleted corresponding to the field deleting instruction is not a template field, displaying prompt information to prompt that the standard field to be deleted is deleted in the interface information, and deleting codes related to the standard field.
In an embodiment, the adjusting instruction includes an authority adjusting instruction, the configuration options corresponding to the selecting instruction include configuration options corresponding to configuration options or fields corresponding to nodes, and when the processor executes the receiving adjusting instruction, the processor adjusts the display of the interface according to the adjusting instruction and the displayed configuration options, specifically realizes:
acquiring preset authority information according to the received authority adjustment instruction; different authorities are set in the displayed configuration options according to the authority adjustment instruction and preset authority information, and corresponding nodes or corresponding fields under the different authorities are displayed and hidden.
The computer readable storage medium may be an internal storage unit of the terminal according to any of the foregoing embodiments, for example, a hard disk or a memory of the terminal. The computer readable storage medium may also be an external storage device of the terminal, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, or the like, which is provided on the terminal. Further, the computer-readable storage medium may also include both an internal storage unit and an external storage device of the terminal.
It will be clearly understood by those skilled in the art that, for convenience and brevity of description, specific working procedures of the apparatus, device and unit described above may refer to corresponding procedures in the foregoing method embodiments, which are not repeated herein. In the several embodiments provided in this application, it should be understood that the disclosed apparatus, device, and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and the division of the units is merely a logical function division, and other divisions may be implemented in practice. While the invention has been described with reference to certain preferred embodiments, it will be understood by those skilled in the art that various changes and substitutions of equivalents may be made and equivalents will be apparent to those skilled in the art without departing from the scope of the invention. Therefore, the protection scope of the invention is subject to the protection scope of the claims.
Claims (8)
1. A method for customizing a software interface, the method comprising:
when a software interface is newly added, interface information of the interface is configured, wherein the interface information comprises basic information of the interface, nodes included in the interface and standard fields included in each node;
After the interface is generated and when the interface enters an editing mode, acquiring a selection instruction and displaying configuration options corresponding to the selection instruction, wherein the selection instruction is used for selecting the interface or nodes on the interface or standard fields in the nodes;
receiving an adjustment instruction, and adjusting the display of the interface according to the adjustment instruction and the displayed configuration options so as to realize the custom layout of the interface;
the displaying of the interface comprises displaying the adjusted standard fields in the nodes on the interface, wherein the displaying of the adjusted standard fields in the nodes on the interface comprises:
acquiring a standard field corresponding to the node in the interface information; searching relevant elements corresponding to the corresponding standard fields in the hypertext markup language corresponding to the interface; if the related elements corresponding to the corresponding standard fields are found in the hypertext markup language corresponding to the interface, displaying the adjusted corresponding standard fields on the interface; if the related elements corresponding to the standard fields are not found in the hypertext markup language corresponding to the interface, the adjusted corresponding standard fields are not displayed on the interface;
The adjusting instruction comprises an instruction for adding a template field, the configuration options corresponding to the selecting instruction comprise configuration options corresponding to nodes on the interface, the receiving the adjusting instruction adjusts the display of the interface according to the adjusting instruction and the displayed configuration options, and the method comprises the following steps:
adding attribute information corresponding to the template field according to the received template field adding instruction; storing attribute information corresponding to the template field; and when the interface is displayed, generating and displaying the template field on the interface according to the saved attribute information of the template field.
2. The method according to claim 1, wherein the generating and displaying the template field on the interface according to the saved attribute information of the template field when the interface is displayed comprises:
when the interface is displayed, acquiring the stored attribute information corresponding to the template field;
generating the template field according to the attribute information of the template field and adding the template field into the hypertext markup language corresponding to the interface;
and displaying the template field on the interface.
3. The method according to claim 2, wherein the method further comprises:
Receiving an instruction for selecting the template field so as to enable the template field to be in a selected state;
adjusting the selected template field from the current position to another position so as to arrange the template field and the standard field according to a preset arrangement position;
displaying the arranged template fields and the standard fields.
4. The method of claim 1, wherein the interface further includes a template field, the adjustment instruction includes a delete field instruction, the configuration option corresponding to the selection instruction includes a configuration option corresponding to the field, the receiving the adjustment instruction adjusts the display of the interface according to the adjustment instruction and the displayed configuration option, and the receiving the adjustment instruction includes:
judging whether a field to be deleted corresponding to a field deleting instruction is a template field or not according to the received field deleting instruction;
if the field to be deleted corresponding to the field deleting instruction is a template field, deleting the corresponding template field;
and if the field to be deleted corresponding to the field deleting instruction is not a template field, displaying prompt information to prompt that the standard field to be deleted is deleted in the interface information, and deleting codes related to the standard field.
5. The method of claim 4, wherein the adjustment instruction comprises a permission adjustment instruction, the configuration options corresponding to the selection instruction comprise configuration options corresponding to nodes or fields, the receiving the adjustment instruction adjusts the display of the interface according to the adjustment instruction and the displayed configuration options, and the receiving the adjustment instruction comprises:
acquiring preset authority information according to the received authority adjustment instruction;
different authorities are set in the displayed configuration options according to the authority adjustment instruction and preset authority information, and corresponding nodes or corresponding fields under the different authorities are displayed and hidden.
6. A software interface customization means, characterized in that it comprises means for executing the method according to any of claims 1-5.
7. A computer device comprising a memory, and a processor coupled to the memory; the memory is used for storing a computer program; the processor is configured to execute a computer program stored in the memory to perform the method of any one of claims 1-5.
8. A storage medium storing a computer program comprising program instructions which, when executed by a processor, implement the method of any one of claims 1-5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810545744.XA CN108762760B (en) | 2018-05-25 | 2018-05-25 | Software interface self-defining method, device, computer equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810545744.XA CN108762760B (en) | 2018-05-25 | 2018-05-25 | Software interface self-defining method, device, computer equipment and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN108762760A CN108762760A (en) | 2018-11-06 |
CN108762760B true CN108762760B (en) | 2023-07-25 |
Family
ID=64000970
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810545744.XA Active CN108762760B (en) | 2018-05-25 | 2018-05-25 | Software interface self-defining method, device, computer equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108762760B (en) |
Families Citing this family (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109683944B (en) * | 2018-11-16 | 2024-05-07 | 平安科技(深圳)有限公司 | Application function switch management method, device, equipment and readable storage medium |
CN109783748B (en) * | 2018-12-10 | 2024-05-03 | 平安科技(深圳)有限公司 | Display method, device and equipment for display field and readable storage medium |
CN109766158A (en) * | 2018-12-27 | 2019-05-17 | 益萃网络科技(中国)有限公司 | Methods of exhibiting, device, computer equipment and the storage medium of user interface |
CN110297631A (en) * | 2019-05-22 | 2019-10-01 | 深圳壹账通智能科技有限公司 | Client development approach, device, computer equipment and storage medium |
CN110321155B (en) * | 2019-06-27 | 2024-01-19 | 北京金山安全软件有限公司 | Method and device for configuring applications in batches |
CN112241263A (en) * | 2019-07-17 | 2021-01-19 | 易保网络技术(上海)有限公司 | Visual page processing method and equipment |
CN111259988A (en) * | 2020-02-24 | 2020-06-09 | 深圳前海微众银行股份有限公司 | Interactive random forest integration method and device and readable storage medium |
CN113535162A (en) * | 2020-04-17 | 2021-10-22 | 浙江大搜车软件技术有限公司 | Front-end interface configuration method, display method and device |
CN112256257A (en) * | 2020-10-22 | 2021-01-22 | 杭州萤石软件有限公司 | Interface construction method, readable storage medium and electronic device |
CN112417257B (en) * | 2020-11-06 | 2022-07-26 | 杭州讯酷科技有限公司 | System construction method with instruction guide intelligent recommendation |
CN114546205B (en) * | 2022-04-26 | 2022-07-15 | 北京金堤科技有限公司 | Method and device for editing display information |
CN116954448B (en) * | 2023-09-19 | 2024-03-29 | 南京云眼科技有限公司 | Equipment interaction method and system based on big data |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103425485A (en) * | 2013-05-18 | 2013-12-04 | 冯俊 | Interface edition and operation system and method for ordinary users |
CN104793929A (en) * | 2015-02-15 | 2015-07-22 | 深圳市中兴移动通信有限公司 | User-defined method and device for application interface display information |
CN106843904A (en) * | 2017-02-20 | 2017-06-13 | 深圳市医诺智能科技发展有限公司 | Interface Dynamic Distribution method and its system |
CN107657066A (en) * | 2017-11-13 | 2018-02-02 | 医渡云(北京)技术有限公司 | Medical data scientific research field customizing method and device |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020085033A1 (en) * | 2000-12-27 | 2002-07-04 | G.E. Information Services, Inc. | Process for generating a user interface in a data processing system |
US20150317600A1 (en) * | 2014-04-30 | 2015-11-05 | Pinki Pachisia | Requirement-specific configuration of user interface forms |
-
2018
- 2018-05-25 CN CN201810545744.XA patent/CN108762760B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103425485A (en) * | 2013-05-18 | 2013-12-04 | 冯俊 | Interface edition and operation system and method for ordinary users |
CN104793929A (en) * | 2015-02-15 | 2015-07-22 | 深圳市中兴移动通信有限公司 | User-defined method and device for application interface display information |
CN106843904A (en) * | 2017-02-20 | 2017-06-13 | 深圳市医诺智能科技发展有限公司 | Interface Dynamic Distribution method and its system |
CN107657066A (en) * | 2017-11-13 | 2018-02-02 | 医渡云(北京)技术有限公司 | Medical data scientific research field customizing method and device |
Also Published As
Publication number | Publication date |
---|---|
CN108762760A (en) | 2018-11-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108762760B (en) | Software interface self-defining method, device, computer equipment and storage medium | |
US10705942B1 (en) | Simulated testing of API | |
WO2018077085A1 (en) | Application processing method, device and storage medium | |
EP3531257A1 (en) | Application interface management method and apparatus | |
US11635974B2 (en) | Providing a different configuration of added functionality for each of the stages of predeployment, deployment, and post deployment using a layer of abstraction | |
US20150293764A1 (en) | Method and system to compose and execute business rules | |
CN104704468B (en) | The cross-system installation of WEB application program | |
US8869052B2 (en) | Context-dependent object types in an integrated development environment | |
CN115712413B (en) | Low code development method, device, equipment and storage medium | |
CN110221899B (en) | User interface adjusting method, device and system | |
US10841342B2 (en) | Data driven user interfaces for device management | |
US20180024804A1 (en) | Desktop Sharing Method and Mobile Terminal | |
US20190215380A1 (en) | Data driven user interfaces for device management | |
US20190005228A1 (en) | Trusted and untrusted code execution in a workflow | |
CN113688173A (en) | Report information processing method and device, electronic equipment and storage medium | |
US9052891B2 (en) | Declarative configuration and execution of card content management operations for trusted service manager | |
AU2020203975A1 (en) | Information display method, terminal, and server | |
US10303343B1 (en) | Data driven user interfaces for device management | |
CN112286554A (en) | Application program updating method and device, electronic equipment and readable storage medium | |
Delessio et al. | Sams teach yourself Android application development in 24 hours | |
CN110780970A (en) | Data screening method, device, equipment and computer readable storage medium | |
US10409575B2 (en) | System and method for developing software applications of wearable devices | |
US10635458B2 (en) | Systems and methods for generating a self-updating maintenance page | |
CN113868565A (en) | Skin style file editing method and device | |
RU2715287C1 (en) | Method, terminal and server for displaying information |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |