CN112433725A - Interface generation method and device, electronic equipment and storage medium - Google Patents

Interface generation method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112433725A
CN112433725A CN202011350211.XA CN202011350211A CN112433725A CN 112433725 A CN112433725 A CN 112433725A CN 202011350211 A CN202011350211 A CN 202011350211A CN 112433725 A CN112433725 A CN 112433725A
Authority
CN
China
Prior art keywords
target
component
interface
target component
action
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
CN202011350211.XA
Other languages
Chinese (zh)
Inventor
程战战
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Taikang Insurance Group Co Ltd
Taikang Online Property Insurance Co Ltd
Original Assignee
Taikang Insurance Group Co Ltd
Taikang Online Property Insurance 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 Taikang Insurance Group Co Ltd, Taikang Online Property Insurance Co Ltd filed Critical Taikang Insurance Group Co Ltd
Priority to CN202011350211.XA priority Critical patent/CN112433725A/en
Publication of CN112433725A publication Critical patent/CN112433725A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention provides an interface generation method, an interface generation device, electronic equipment and a storage medium. The interface generation method comprises the following steps: reading target configuration information corresponding to a target interface to be generated from a pre-generated database, wherein the target configuration information comprises a target template corresponding to the target interface, a target component contained in the target template, attribute information of the target component and control behavior information of the target component; loading the target template and the target component; loading the attribute of the target component based on the attribute information of the target component; loading the control behavior of the target component based on the control behavior information of the target component; and after the target template, the target component, the attribute of the target component and the control behavior of the target component are loaded successfully, generating the target interface. The interface generating process based on the configuration information in the database is simpler and more convenient, and the development workload can be greatly reduced.

Description

Interface generation method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of internet technologies, and in particular, to an interface generation method and apparatus, an electronic device, and a storage medium.
Background
A User Interface (UI) is a medium for interaction and information exchange between a system and a User, and it realizes conversion between an internal form of information and a human-acceptable form.
The user interface comprises a large number of components, and each component has information such as attributes, control behaviors and the like corresponding to the component. Interfaces of the same type are greatly different in different products, for example, the interfaces of the same type include different components in different products, different attribute information of the components, different control behavior information of the components, and the like.
In the prior art, an interface corresponding to each product is separately developed, codes corresponding to the interface are separately written, and the interface is generated by executing the codes corresponding to the interface. However, the process of generating the interface in this way is complex, and the interface cannot be flexibly configured.
Disclosure of Invention
In view of the above problems, embodiments of the present invention are proposed to provide an interface generation method, apparatus, electronic device and storage medium that overcome or at least partially solve the above problems.
In a first aspect, an embodiment of the present invention discloses an interface generation method, including: reading target configuration information corresponding to a target interface to be generated from a pre-generated database; the target configuration information comprises a target template corresponding to the target interface, a target component contained in the target template, attribute information of the target component and control behavior information of the target component; loading the target template and the target component; loading the attribute of the target component based on the attribute information of the target component; loading the control behavior of the target component based on the control behavior information of the target component; and after the target template, the target component, the attribute of the target component and the control behavior of the target component are loaded successfully, generating the target interface.
Optionally, the database is generated by: generating a component set contained in an interface corresponding to each product; selecting components contained in the interface from the component set aiming at the interface corresponding to each product, and generating a template corresponding to the interface based on the selected components; for each component contained in each template, performing attribute configuration on the component to obtain attribute information of the component, and performing control behavior configuration on the component to obtain control behavior information of the component; and storing the template corresponding to the interface, the components contained in the template, the attribute information of the components and the control behavior information of the components into the database as the configuration information corresponding to the interface.
Optionally, the configuring the control behavior of the component to obtain the control behavior information of the component includes: selecting an event corresponding to the component from a pre-stored event set; configuring a conditional expression corresponding to a condition to be judged after triggering an event corresponding to the component, and taking the conditional expression as the conditional expression corresponding to the component; configuring actions which need to be executed after the condition is judged and action parameters corresponding to the actions, and combining the actions and the action parameters to generate action expressions corresponding to the components; and taking the event corresponding to the component, the conditional expression corresponding to the component and the action expression corresponding to the component as the control action information of the component.
Optionally, the control behavior information of the target component includes: the event corresponding to the target component, the conditional expression corresponding to the target component and the action expression corresponding to the target component; the loading the control behavior of the target component based on the control behavior information of the target component comprises: binding an event corresponding to the target component with a first preset function; after triggering the event corresponding to the target component, calling a conditional expression corresponding to the target component by using a second preset function contained in the first preset function, and judging the condition in the called conditional expression; and calling the action expression corresponding to the target component by using the second preset function, and executing the action in the called action expression according to the action parameter in the called action expression to finish the control action of loading the target component.
Optionally, the configuring a conditional expression corresponding to a condition that needs to be determined after triggering an event corresponding to the component includes: acquiring an attribute acquisition method and attribute information of the component corresponding to the condition; and generating a logic judgment condition based on the attribute acquisition method and the attribute information to obtain the conditional expression.
Optionally, the configuring the action that needs to be performed after the condition is determined includes: selecting an action to be executed after the condition is judged from a prestored action set; the action set is an action set corresponding to the component contained in the interface corresponding to each product.
Optionally, the target interface is a target premium measurement and calculation interface, the product is an insurance product, and the interface is a premium measurement and calculation interface.
Optionally, the performing attribute configuration on the component to obtain attribute information of the component includes: and configuring the value of the selection item corresponding to the component, and taking the value of the selection item as the attribute information of the component.
In a second aspect, an embodiment of the present invention discloses an interface generating method, including: reading target configuration information corresponding to a target premium measuring and calculating interface to be generated from a pre-generated database; the target configuration information comprises a target template corresponding to the target premium measuring and calculating interface, a target component contained in the target template, attribute information of the target component and control behavior information of the target component; loading the target template and the target component; loading the attribute of the target component based on the attribute information of the target component; loading the control behavior of the target component based on the control behavior information of the target component; and after the target template, the target component, the attribute of the target component and the control action of the target component are loaded successfully, generating the target premium measuring and calculating interface.
Optionally, the database is generated by: generating a component set contained in a premium measuring and calculating interface corresponding to each insurance product; selecting components contained in the premium measurement and calculation interface from the component set aiming at the premium measurement and calculation interface corresponding to each insurance product, and generating a template corresponding to the premium measurement and calculation interface based on the selected components; for each component contained in each template, performing attribute configuration on the component to obtain attribute information of the component, and performing control behavior configuration on the component to obtain control behavior information of the component; and storing a template corresponding to the premium calculation interface, a component contained in the template, attribute information of the component and control behavior information of the component into the database as configuration information corresponding to the premium calculation interface.
In a third aspect, an embodiment of the present invention discloses an interface generating apparatus, including: the reading module is used for reading target configuration information corresponding to a target interface to be generated from a pre-generated database; the target configuration information comprises a target template corresponding to the target interface, a target component contained in the target template, attribute information of the target component and control behavior information of the target component; the first loading module is used for loading the target template and the target assembly; the second loading module is used for loading the attribute of the target component based on the attribute information of the target component; the third loading module is used for loading the control behavior of the target component based on the control behavior information of the target component; and the generation module is used for generating the target interface after the target template, the target assembly, the attribute of the target assembly and the control behavior of the target assembly are loaded successfully.
Optionally, the database is generated by: the first generation module is used for generating a component set contained in an interface corresponding to each product; the second generation module is used for selecting components contained in the interface from the component set aiming at the interface corresponding to each product and generating a template corresponding to the interface based on the selected components; the configuration module is used for carrying out attribute configuration on each component contained in each template to obtain attribute information of the component and carrying out control behavior configuration on the component to obtain control behavior information of the component; and the storage module is used for storing the template corresponding to the interface, the components contained in the template, the attribute information of the components and the control behavior information of the components into the database as the configuration information corresponding to the interface.
Optionally, the configuration module includes: the event selection unit is used for selecting an event corresponding to the component from a pre-stored event set; the condition configuration unit is used for configuring a condition expression corresponding to a condition which needs to be judged after triggering an event corresponding to the component, and the condition expression is used as the condition expression corresponding to the component; the action configuration unit is used for configuring actions to be executed after the condition is judged and action parameters corresponding to the actions, and combining the actions and the action parameters to generate action expressions corresponding to the components; and the first information acquisition unit is used for taking the event corresponding to the component, the conditional expression corresponding to the component and the action expression corresponding to the component as the control action information of the component.
Optionally, the control behavior information of the target component includes: the event corresponding to the target component, the conditional expression corresponding to the target component and the action expression corresponding to the target component; the third load module comprises: the binding unit is used for binding the event corresponding to the target component with a first preset function; the first calling unit is used for calling the conditional expression corresponding to the target component by using a second preset function contained in the first preset function after triggering the event corresponding to the target component, and judging the condition in the called conditional expression; and the second calling unit is used for calling the action expression corresponding to the target component by using the second preset function, executing the action in the called action expression according to the action parameter in the called action expression, and finishing the control action of loading the target component.
Optionally, the condition configuration unit is specifically configured to obtain an attribute obtaining method and attribute information of the component corresponding to the condition; and generating a logic judgment condition based on the attribute acquisition method and the attribute information to obtain the conditional expression.
Optionally, the action configuration unit is specifically configured to select, from a pre-stored action set, an action that needs to be executed after the condition is determined; the action set is an action set corresponding to the component contained in the interface corresponding to each product.
Optionally, the target interface is a target premium measurement and calculation interface, the product is an insurance product, and the interface is a premium measurement and calculation interface.
In a fourth aspect, an embodiment of the present invention discloses an interface generating apparatus, including: the second reading module is used for reading target configuration information corresponding to a target premium measuring and calculating interface to be generated from a pre-generated database; the target configuration information comprises a target template corresponding to the target premium measuring and calculating interface, a target component contained in the target template, attribute information of the target component and control behavior information of the target component; the fourth loading module is used for loading the target template and the target assembly; the fifth loading module is used for loading the attribute of the target component based on the attribute information of the target component; a sixth loading module, configured to load the control behavior of the target component based on the control behavior information of the target component; and the third generation module is used for generating the target premium measuring and calculating interface after the target template, the target component, the attribute of the target component and the control action of the target component are loaded successfully.
Optionally, the database is generated by: the fourth generation module is used for generating a component set contained in the premium measurement and calculation interface corresponding to each insurance product; the fifth generation module is used for selecting components contained in the premium measurement and calculation interface from the component set aiming at the premium measurement and calculation interface corresponding to each insurance product, and generating a template corresponding to the premium measurement and calculation interface based on the selected components; the second configuration module is used for performing attribute configuration on each component contained in each template to obtain attribute information of the component, and performing control behavior configuration on the component to obtain control behavior information of the component; and the second storage module is used for storing the template corresponding to the interface, the components contained in the template, the attribute information of the components and the control behavior information of the components into the database as the configuration information corresponding to the premium measurement and calculation interface.
In a fifth aspect, an embodiment of the present invention discloses an electronic device, including: one or more processors; and one or more machine-readable media having instructions stored thereon; the instructions, when executed by the one or more processors, cause the processors to perform the interface generation method of any one of the above.
In a sixth aspect, an embodiment of the present invention discloses a computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the interface generating method described in any one of the above.
In the embodiment of the invention, when an interface is generated, target configuration information corresponding to a target interface to be generated is read from a pre-generated database, wherein the target configuration information comprises a target template corresponding to the target interface, a target component contained in the target template, attribute information of the target component and control behavior information of the target component; loading the target template and the target component; loading the attribute of the target component based on the attribute information of the target component; loading the control behavior of the target component based on the control behavior information of the target component; and after the target template, the target component, the attribute of the target component and the control behavior of the target component are loaded successfully, generating the target interface. Therefore, in the embodiment of the present invention, the database including the configuration information, such as the template corresponding to each interface, the component included in the template, the attribute information of the component, and the control behavior information of the component, is generated in advance, so that the process of generating the interface based on the configuration information in the database is simpler and more convenient than the method of writing the code for each interface separately, and the development workload can be greatly reduced.
Drawings
Fig. 1 is a flowchart illustrating steps of an interface generation method according to an embodiment of the present invention.
FIG. 2 is a schematic view of a premium calculation interface of an insurance product according to an embodiment of the present invention.
Fig. 3 is a schematic view of a premium calculation interface of a second insurance product according to an embodiment of the invention.
FIG. 4 is a schematic diagram of a premium evaluation interface of a third insurance product according to an embodiment of the invention.
FIG. 5 is a schematic diagram of a premium calculation interface process according to an embodiment of the present invention.
FIG. 6 is a diagram illustrating a template definition according to an embodiment of the present invention.
FIG. 7 is a diagram illustrating a component property set according to an embodiment of the present invention.
FIG. 8 is a diagram illustrating a component property description according to an embodiment of the present invention.
FIG. 9 is a diagram illustrating a component control behavior definition according to an embodiment of the present invention.
Fig. 10 is a block diagram of an interface generating apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
In the embodiment of the invention, aiming at the condition that the difference of interfaces of the same type in different products is large, configuration information of the interfaces is obtained in advance and is stored in a database. When the interface is generated, the configuration information of the interface is read from the database, the interface is generated based on the configuration information, codes do not need to be written separately for each interface, and the process of generating the interface is simpler and more convenient.
The following examples are provided for the purpose of illustrating the present invention.
Referring to fig. 1, a flowchart illustrating steps of an interface generating method according to an embodiment of the present invention is shown.
As shown in fig. 1, the interface generating method may include the steps of:
step 101, reading target configuration information corresponding to a target interface to be generated from a pre-generated database.
The interface in the embodiment of the present invention may be an interface commonly included in different products. For example, for insurance products, different insurance products all include premium estimation interfaces, but the premium estimation interfaces in different insurance products have larger differences. For example, the premium evaluation interfaces in different insurance products contain different components, different attributes, different control actions, and so on.
In the embodiment of the invention, each interface is analyzed in advance, the configuration information corresponding to the interface is extracted, and the configuration information corresponding to each interface is stored in the database. The configuration information of the interface at least comprises: the template corresponding to the interface, the components contained in the template, the attribute information of the components, and the control behavior information of the components.
And when the interface is generated, reading target configuration information corresponding to the target interface to be generated from the database. The target configuration information includes a target template corresponding to the target interface, a target component included in the target template, attribute information of the target component, and control behavior information of the target component.
And 102, loading the target template and the target assembly.
Step 103, loading the attribute of the target component based on the attribute information of the target component.
And 104, loading the control behavior of the target component based on the control behavior information of the target component.
And 105, generating the target interface after the target template, the target component, the attribute of the target component and the control behavior of the target component are loaded successfully.
Based on the read target configuration information corresponding to the target interface, firstly, a target template corresponding to the target interface and a target assembly contained in the target template are loaded, and the interface can be displayed after the target template is loaded. Then, based on the attribute information of the target component, the attribute of the target component is configured, and when a subsequent user accesses the target interface, operations such as selection and the like can be executed on the attribute of the component. The attribute information may include a value of a selection item corresponding to the component, and the like. For example, for a premium component, a particular premium may be selected, for a region component, a particular region may be selected, and so forth. Then, based on the control behavior information of the target component, the control behavior of the target component is loaded, and when a subsequent user accesses the target interface, the component can be correspondingly controlled according to the control behavior of the component. The control behavior information may include events corresponding to the components, conditional expressions corresponding to the components, action expressions corresponding to the components, and the like. For example, when the event is the change of the birth date of the insured, the conditional expression is that if the insured age, region and industry type are null, the action expression is that all the reserves are set to 0, and the reserve selection interface is hidden, etc.
In the embodiment of the invention, the database of the configuration information comprising the template corresponding to each interface, the components contained in the template, the attribute information of the components and the control behavior information of the components is generated in advance, compared with a mode of independently writing codes for each interface, the process of generating the interface based on the configuration information in the database is simpler and more convenient, and the development workload can be greatly reduced.
The interface generation method of the embodiment of the present invention is described below by taking a premium measurement interface corresponding to an insurance product as an example. The product described hereinafter is an insurance product, the interface is a premium calculation interface, and the target interface is a target premium calculation interface.
For the self-help insurance purchase of a user on the internet, after the introduction of insurance products is read, a step provided by the internet insurance system is 'premium measurement', the system provides an interface for inputting basic information such as age, region, insurance amount and the like, and the user can calculate the insurance premium suitable for the user by inputting some information. And if the user is satisfied, entering the next step of filling information purchasing process. Therefore, the premium measurement is an important preposition in the sales process.
For different insurance products, the corresponding premium calculation interfaces have larger difference.
FIG. 2 is a schematic view of a premium calculation interface of an insurance product according to an embodiment of the present invention. As shown in fig. 2, the premium calculating interface includes components such as birth date, city, industry, work category, mobile phone, mailbox, etc., and the city is defined as provincial city. And the quota assembly needing linkage control is hidden, and after the birth date, the city, the engaged industry and the work kind are selected, if the birth date, the city, the engaged industry and the work kind meet the conditions, the quota assembly is displayed for the user to select the quota grade.
Fig. 3 is a schematic view of a premium calculation interface of a second insurance product according to an embodiment of the invention. As shown in FIG. 3, the premium calculating interface includes components such as birth date, sex, province and city of residence, region of residence, insurance amount, insurance period, payment period, and annual income, wherein the linkage control is simple, and a plurality of items are independently selected, and if the minimum premium condition is met, the insurance premium can be calculated. The difference from the product-one is that the region is selected to be provincial and city-two-step.
FIG. 4 is a schematic diagram of a premium evaluation interface of a third insurance product according to an embodiment of the invention. As shown in FIG. 4, the premium evaluation interface is complex and includes components such as gender, date of birth, whether exempt premium care is required, whether to return all premium at the end of the premium, how many years of life it is desired to cover, desired period of time to pay, desired frequency of payment, location, occupation, how much life support to leave for family if they are unlucky, how much life support to leave for family if they are unexpected, how much medical subsidy to obtain daily if they are hospitalized for illness, and how much compensation to obtain for expenses if they are ill. Since product three is a combination of four main risks, and the unexpected one cannot be selected alone, it can be matched with life-setting, hospitalization, and serious illness (three scroll bars), or matched with premium return (whether you want all premium returns at the end of insurance-drop boxes), and then displayed.
It can be seen from the above three insurance products that the premium measurement and calculation interfaces required to be displayed by each insurance product are different, and if a method of developing an interface according to each product is used in the system implementation, the problem is that the premium measurement and calculation page cannot be flexibly configured, and if uniform rule modification is performed, for example, a certain rule is modified on a login user, the interfaces of all products need to be modified, the workload is very large, and therefore, obstacles are caused to rapid customization and release of internet insurance products. According to the embodiment of the invention, the interface configuration method is adopted to generate the configuration information corresponding to the interface, and the interface is generated based on the configuration information, so that the interface generation efficiency can be improved, and the product can be rapidly pushed out. The carrier attached to the embodiment of the invention can be a public cloud, a private cloud, a Web system and the like.
Referring to fig. 5, a schematic diagram of a premium calculation interface processing procedure according to an embodiment of the present invention is shown.
As shown in FIG. 5, the premium calculation interface process may include two components, a premium calculation interface configuration and a premium calculation interface application. The following are introduced separately.
The first part, premium reckoning interface configuration.
Taking the premium estimation interfaces corresponding to the three insurance products listed above as examples, the components, the attributes of the components, the control behaviors of the components, and the like contained in the various premium estimation interfaces are different. Summarizing, the following differences can be included:
(1) difference of display mode and content. For the difference, the solution can be realized by using a "template" technology, such as embedding a tag corresponding to the component in HTML (HyperText Markup Language). Using HTML, the problem of display diversity can be solved.
(2) Different drop-down boxes display the difference of the content. For example, the area drop-down box displays "beijing, tianjin, and hebei … …" according to the product, and the quota drop-down box displays "5 ten thousand, 10 ten thousand, 15 ten thousand … …" or "10 ten thousand, 20 ten thousand, 30 ten thousand, … …" according to the product, which may be divided into two components of "area" and "quota". For such a distinction, the component selectable values may be initialized according to the type of insurance product.
(3) Differences in control behavior. For example, for the premium measurement and calculation interface of the insurance product one, after the birth date, the region and the industry type are selected, if the birth date, the region and the industry type meet the conditions, a level drop-down frame corresponding to the main insurance premium component appears; after the main insurance premium level is selected, the level drop-down frame corresponding to the additional insurance premium component appears, and the additional insurance level does not exceed the main insurance level. The control behavior has stronger individuation, and the embodiment of the invention finds out the rule after careful analysis and carries out configuration. For example, these control actions may have insurance features, such as controlling additional insurance levels not to exceed a certain level, recalculating premiums, hiding additional insurance, and so forth. By summarizing common control behaviors, control behavior information corresponding to a 'configured' configuration interface can be realized, and not every interface is realized by programming.
The premium calculation interface configuration section may include the following processes:
1. and (4) an extraction component.
And extracting the components from the interface corresponding to each product, and generating a component set contained in the interface corresponding to each product.
Since the interaction of the interface is performed at the front end of the browser, the related technology of the front end can be used for realizing the components. For example, for each component included in the interface corresponding to each product, an HTML custom tag corresponding to the component is written, and the component is generated. By adopting the HTML self-defined tag technology, the interaction process of clicking the component by a user can be realized in the browser, and the interaction with the server is avoided, so that the interaction speed is improved.
For example, by abstractly classifying the premium calculation interfaces, components can be extracted from the premium calculation interfaces corresponding to the insurance products. The extracted components are shown in the following table one:
Figure BDA0002801174490000111
Figure BDA0002801174490000121
watch 1
Taking the "national" component as an example, the following is implemented:
the tag National is defined, the code is as follows:
<National id=national1 type="simple"/>
the label contains a drop-down box for selecting a country, a complex presentation of pop-up content. id represents an example of a tag, type is a self-defined attribute of the tag, and represents which type of country display and country tag which displays similar contents but has different functions are used when the component is extended.
The tag is implemented. The tag is enriched with complex HTML and needs to be able to do so. The code is as follows:
Figure BDA0002801174490000131
the above codes implement the country component, and other components are implemented in a similar manner.
2. And defining a premium calculation interface template.
After the component set is generated, aiming at the interface corresponding to each product, selecting the components contained in the interface from the component set, and generating the template corresponding to the interface based on the selected components.
In implementation, the HTML self-defined tag corresponding to the component contained in the interface is embedded into the template corresponding to the interface.
FIG. 6 is a diagram illustrating a template definition according to an embodiment of the present invention. As shown in fig. 6, the text editing area on the left side of the interface is used for providing a template editing function, the content of the components displayed on the premium estimation interface of the insurance product is represented by HTML, and HTML codes are pasted to the editing area. In this area, after clicking the right component, clicking the top "add" button, the component generates a rectangular box and inserts the rectangular box into the template, such as "effective date", "insured birth date" in fig. 6.
3. Premium reckoning interface component attribute definitions.
After the templates are generated for the interface corresponding to each product, each template is individually configured based on the characteristics of the corresponding product. And aiming at each component contained in each template, carrying out attribute configuration on the component to obtain attribute information of the component.
In implementation, the process of configuring the attribute of the component to obtain the attribute information of the component may include: and configuring the value of the selection item corresponding to the component, and taking the value of the selection item as the attribute information of the component. Of course, the attribute information of a component may also include whether the component is visible, necessary, read-only, and so on.
FIG. 7 is a diagram illustrating a component property set according to an embodiment of the present invention. FIG. 8 is a diagram illustrating a component property description according to an embodiment of the present invention. Fig. 7 is a design drawing, and fig. 8 is an implementation drawing. As shown in fig. 7 and 8, the purpose of attribute definition is to initialize components in the template, i.e. to set initial values for the attributes of the components. The main function of the initial value is to provide the value of the option for selection. For example, 10 ten thousand, 20 ten thousand, 30 ten thousand and other options appear in the insurance amount, and the data transferred to the background are 100000, 200000, 300000 and the like in sequence.
4. The premium reckoning interface component controls the behavior definition.
And aiming at each component contained in each template, carrying out control behavior configuration on the component to obtain control behavior information of the component.
FIG. 9 is a diagram illustrating a component control behavior definition according to an embodiment of the present invention. As shown in fig. 9, the list on the left side of the interface is the rules that have already been configured, and four buttons of up, down, new, and delete are used to add the rules and set the execution order. The right side of the interface is defined by several sections of control behavior, which are described separately below.
(1) A rule name. An input box is provided for inputting/modifying the rule name.
(2) An event is selected.
The components in the interface all have events. An event refers to a "trigger-response" mechanism, and the event is triggered by clicking a component, changing the value of the component, and the like. Response refers to what action is performed after the event occurs. For example, a value change event for the date of birth component should trigger an action to change the maximum amount of protection.
In the embodiment of the present invention, in consideration of the difference between the component events of the insurance product interface and the component events of the common interface, the component events of the common interface are many, for example, the component events include onChange (value change), onClick (click), onMouseOver (mouse movement), etc., while the component events of the insurance product interface all have business meanings, and the events are also customized for the components, for example, "change of birth date of insured person", "change of quota", etc. Therefore, various events corresponding to the components included in the interface corresponding to each product can be analyzed in advance, an event set corresponding to the components included in the interface corresponding to each product is generated, and the event set is stored in the database for interface configuration. In the process of selecting an event for a certain component, an event corresponding to the component is selected from a pre-stored event set. For example, an event may include onRiskChange, onStartDateChange, onInsurantBirthydaChange, and so on.
(3) The conditions are selected.
And after the event corresponding to the component is selected, configuring a conditional expression corresponding to the condition which needs to be judged after the event corresponding to the component is triggered as the conditional expression corresponding to the component.
The selection condition section includes an input box, a selection value area, and an operator area. Wherein the contents of the input box need not be directly input, and the generation conditions can be combined based on the click selection of the selection value region and the operator region. The design of the selection condition has two characteristics: one is that the condition can be flexibly input, AND any logic can be combined by using IF (IF), AND (sum), OR (OR) AND NOT (NOT); secondly, the factor of the condition is combined with the attribute information of the component and the attribute acquisition method of the component, so that the logic is limited in the range of premium measurement and calculation, if the limit of the range is lost, the condition writing is changed into program writing, and the complexity and the usability are difficult to control.
Therefore, the process of configuring the conditional expression corresponding to the condition that needs to be determined after triggering the event corresponding to the component may include: acquiring an attribute acquisition method and attribute information of the component corresponding to the condition; and generating a logic judgment condition based on the attribute acquisition method and the attribute information to obtain the conditional expression. For example, the property acquisition method of the component may include getRisk () (acquisition quota), getState () (acquisition status), and the like. For example, a conditional expression "IF (riskSelect1.getrisk () | 0, true, false)" is set for the component riskSelect1, meaning IF the allowance is not 0.
(4) An action is performed.
After the condition is judged, the corresponding action needs to be executed, so after the condition expression corresponding to the component is configured, the action needing to be executed after the condition is judged and the action parameter corresponding to the action are configured, and the action parameter are combined to generate the action expression corresponding to the component.
In the embodiment of the invention, various actions corresponding to components contained in the interface corresponding to each product can be analyzed in advance, an action set corresponding to the components contained in the interface corresponding to each product is generated, and the action set is stored in the database for interface configuration. Accordingly, a process for configuring actions to be performed after determining the condition, comprising: selecting an action to be executed after the condition is judged from a prestored action set.
An action is an operation of an interface by a program. The essence of the action is a JavaScript function which is developed and set in advance, abstracts interface operation and is used for interface configuration application after a database is stored. For example, the actions strongly related to insurance product premium measurement and calculation, such as setting insurance period, setting insurance responsibility, setting premium, clearing premium, setting range of birth date, setting getting age, setting industry type, setting hospital code, etc., can be performed. Therefore, various premium calculation interfaces can be formed, and the control of the interfaces is realized through the combination of events, conditions and actions. For example, an action is set for the component riskSelect1 as "setTextByExpression", action parameters are "common label1'," (regulator. getdutyRisk ('151001 '). 0.1/10000) + ' ten thousand ' ", meaning that the accidental disability allowance is set to 10% of the accidental disability allowance.
And after the configuration is finished, taking the event corresponding to the component, the conditional expression corresponding to the component and the action expression corresponding to the component as the control action information of the component. For example, a piece of control behavior information is defined for the drop-down box component of the main risk of the integrated accident insurance, the event is "onRiskChange", IF (riskSelect1. getTrisk ()!0, true, false) ", the action is" setTextByExpression ", the action parameters are" common Label1', "(capacitor. getDutyRisk ('151001 ')/0.1/10000) + ' ten thousand '", and the meaning is "when the accident insurance amount is changed, IF the insurance amount is not 0, the accident disability insurance amount is set to 10% of the accident insurance amount".
For example, for a premium calculation interface corresponding to the insurance product shown in FIG. 2, the interface includes a plurality of control actions. For example, if the birth date, the city, the industry and the work category are all selected and meet the requirements of underwriting, the main risk level of selection is added under the work category; if the main insurance level is selected, the selection of the additional insurance level is further added below the selection of the main insurance level, and the additional insurance level cannot exceed the main insurance level. After the premium measuring and calculating interface corresponding to the insurance product I is configured, control behavior information corresponding to the following table is obtained. The second table is the description of event, condition and control behavior information, the third table is actions, most of the actions are independent of products, a plurality of product interfaces are common, and the event, the condition and the actions are combined to realize complex interface control.
Figure BDA0002801174490000171
Figure BDA0002801174490000181
Figure BDA0002801174490000191
Figure BDA0002801174490000201
Figure BDA0002801174490000211
Figure BDA0002801174490000221
Watch two
Action code Action name
getCtkRank Obtaining the premium grade
setCheckState Setting a checkbox status
setCalcState Setting a computing state
setWorkType Setting work seeds
setRisk Setting a premium
doValidate Performing verification
setEndDateByStartDate Setting insurance end time
calcPremium Calculating premium
setVisibility Setting interface visibility
setRiskByRisk Setting the premium grade
setPremiumVisibility Displaying premium
clearPremium Clearing premium
setMaxRiskByRisk Setting maximum premium grade
Watch III
After the interface is configured, the template corresponding to the interface, the components contained in the template, the attribute information of the components and the control behavior information of the components are stored in the database as the configuration information corresponding to the interface, so that the complex interface becomes visible, changeable and easy to configure, and the development and maintenance difficulty of the interface is reduced.
And the second part is premium measurement and calculation interface application.
1. The user begins to apply the insurance.
2. The system obtains the product number and reads the interface configuration information.
Interface configuration information configured by the charge calculation interface configuration part is stored in a database, and configuration information corresponding to the interface of the product can be inquired by taking the product number as an index. After the user begins the application, the system provides a "blank" page with the product number parameter. And the background program reads the target configuration information corresponding to the target interface from the database according to the product number.
3. The system initializes the interface based on the template.
And the system outputs the target template corresponding to the target interface contained in the target configuration information to the interface. The template is an HTML fragment, and the blank page has basic display information.
4. The system displays an interface according to the component attribute information in the template.
The system loads the target components contained in the target template and configures the attributes of the target components based on the attribute information of the target components. For example, the residential zone components should be configured according to the region where the product is available, and after configuration, the system loads the eligible region into the component attributes, and the user can select the configured region when accessing the premium estimation interface.
5. The system load component controls behavior.
And the system loads the control behavior of the target component based on the control behavior information of the target component. The loading of the first three items of configuration content is content, namely related to display. And the control behavior, actually a combination of several code segments, belongs to the dynamic writing code. A built-in function eval (expression) of JavaScript is used, and the function is used to execute the expression. This expression, which is not limited in length and complexity, can be executed as long as it conforms to the syntax of JavaScript. And finally, forming an expression by configuring the control behavior information configured by the charge calculation interface. The system loads the configured expression by utilizing the eval function, and the interface control function is realized.
In an implementation, the process of loading the control behavior of the target component based on the control behavior information of the target component includes: binding an event corresponding to the target component with a first preset function, and responding to the event when a user executes an operation of clicking the component after the binding; after triggering the event corresponding to the target component, calling a conditional expression corresponding to the target component by using a second preset function contained in the first preset function, and judging the condition in the called conditional expression; and calling the action expression corresponding to the target component by using the second preset function, and executing the action in the called action expression according to the action parameter in the called action expression to finish the control action of loading the target component. The first preset function may be a func function, and the second preset function may be an eval function.
Taking one component as an example: the main risk of the integrated accident insurance is the drop-down box selection, which defines a control action, the event is "onRiskChange", IF (riskSelect1. getTrisk () | 0, true, false) ", the action is" setTextByExpression ", the action parameters are" common Label1', "(calculator. getDutyRisk ('151001 ')/0.1/10000) + ' ten thousand '", meaning "when the accident insurance amount is changed, IF the insurance amount is not 0, the accident insurance amount is set to 10% of the accident insurance amount".
The above behaviors are realized, and the dynamic binding property and the dynamic compiling property of JavaScript are utilized:
Figure BDA0002801174490000241
6. the interface display is complete.
After the target template, the target component, the attributes of the target component and the control behavior of the target component are loaded successfully, the interface is loaded completely, the interface can be displayed normally, and the control and premium calculation of the interface can be realized after various components of the interface are clicked.
7. The user clicks on the interface and changes the component information (e.g., age, warranty, etc.).
8. The interface control action takes effect.
9. Click the "calculate" button.
10. And calling a background premium calculation module.
11. And returning to the premium display interface.
12. And (5) finishing premium measurement and calculation.
Though the interface styles of premium measuring and calculating interfaces of different products are greatly different, the parameters for calling the background premium calculating module are basically consistent, and the result of premium calculation is obtained by calling the uniform background calculating interface.
In the embodiment of the invention, the premium measuring and calculating interface is freely configured based on insurance products, visual configuration is realized, rules in hidden codes are changed into visible rules, and a platform is provided for maintainability and continuous expansion of a system. The interface, the front end, the control rule and the like are organically combined by combining front and back end technologies, if the premium measuring and calculating interface is realized by using the front and back end separation technology, the interface is independently written, the rule is written to the front end, and the interface is also in a coding mode and is not in a configuration mode in the whole view. If the rule engine technology is used, rule configuration and analysis need to be realized in the background, and the front-end interface for calculating the expense cannot be realized. Therefore, the embodiment of the invention can greatly reduce the development workload, improve the online speed of new products, use the configuration mode, be beneficial to overcoming the browser difference caused by page technologies of different styles, improve the user experience and improve the stability of the system.
Referring to fig. 10, a block diagram of an interface generating apparatus according to an embodiment of the present invention is shown.
As shown in fig. 10, the interface generating means may include:
a reading module 1001, configured to read target configuration information corresponding to a target interface to be generated from a pre-generated database; the target configuration information comprises a target template corresponding to the target interface, a target component contained in the target template, attribute information of the target component and control behavior information of the target component;
a first loading module 1002, configured to load the target template and the target component;
a second loading module 1003, configured to load an attribute of the target component based on the attribute information of the target component;
a third loading module 1004, configured to load the control behavior of the target component based on the control behavior information of the target component;
a generating module 1005, configured to generate the target interface after the target template, the target component, the attribute of the target component, and the control behavior of the target component are successfully loaded.
Optionally, the database is generated by: the first generation module is used for generating a component set contained in an interface corresponding to each product; the second generation module is used for selecting components contained in the interface from the component set aiming at the interface corresponding to each product and generating a template corresponding to the interface based on the selected components; the configuration module is used for carrying out attribute configuration on each component contained in each template to obtain attribute information of the component and carrying out control behavior configuration on the component to obtain control behavior information of the component; and the storage module is used for storing the template corresponding to the interface, the components contained in the template, the attribute information of the components and the control behavior information of the components into the database as the configuration information corresponding to the interface.
Optionally, the configuration module includes: the event selection unit is used for selecting an event corresponding to the component from a pre-stored event set; the condition configuration unit is used for configuring a condition expression corresponding to a condition which needs to be judged after triggering an event corresponding to the component, and the condition expression is used as the condition expression corresponding to the component; the action configuration unit is used for configuring actions to be executed after the condition is judged and action parameters corresponding to the actions, and combining the actions and the action parameters to generate action expressions corresponding to the components; and the first information acquisition unit is used for taking the event corresponding to the component, the conditional expression corresponding to the component and the action expression corresponding to the component as the control action information of the component.
Optionally, the control behavior information of the target component includes: the event corresponding to the target component, the conditional expression corresponding to the target component and the action expression corresponding to the target component; the third load module 1004 includes: the binding unit is used for binding the event corresponding to the target component with a first preset function; the first calling unit is used for calling the conditional expression corresponding to the target component by using a second preset function contained in the first preset function after triggering the event corresponding to the target component, and judging the condition in the called conditional expression; and the second calling unit is used for calling the action expression corresponding to the target component by using the second preset function, executing the action in the called action expression according to the action parameter in the called action expression, and finishing the control action of loading the target component.
Optionally, the condition configuration unit is specifically configured to obtain an attribute obtaining method and attribute information of the component corresponding to the condition; and generating a logic judgment condition based on the attribute acquisition method and the attribute information to obtain the conditional expression.
Optionally, the action configuration unit is specifically configured to select, from a pre-stored action set, an action that needs to be executed after the condition is determined; the action set is an action set corresponding to the component contained in the interface corresponding to each product.
Optionally, the configuration module includes: and the second information acquisition unit is used for configuring the numerical value of the selection item corresponding to the component and taking the numerical value of the selection item as the attribute information of the component.
Compared with the mode of independently writing codes for each interface, the method and the device have the advantages that the process of generating the interfaces based on the configuration information in the database is simpler and more convenient, the development workload can be greatly reduced, the interfaces can be flexibly configured by modifying the configuration information, and the modification of different interfaces is not influenced mutually.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
In an embodiment of the invention, an electronic device is also provided. The electronic device may include one or more processors and one or more machine-readable media having instructions, such as an application program, stored thereon. The instructions, when executed by the one or more processors, cause the processors to perform the interface generation method described above.
In an embodiment of the present invention, there is also provided a non-transitory computer-readable storage medium having a computer program stored thereon, the program being executable by a processor of an electronic device to perform the interface generation method described above. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The interface generation method, the interface generation device, the electronic device and the storage medium provided by the invention are described in detail, a specific example is applied in the description to explain the principle and the implementation of the invention, and the description of the embodiment is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. An interface generation method, comprising:
reading target configuration information corresponding to a target interface to be generated from a pre-generated database; the target configuration information comprises a target template corresponding to the target interface, a target component contained in the target template, attribute information of the target component and control behavior information of the target component;
loading the target template and the target component;
loading the attribute of the target component based on the attribute information of the target component;
loading the control behavior of the target component based on the control behavior information of the target component;
and after the target template, the target component, the attribute of the target component and the control behavior of the target component are loaded successfully, generating the target interface.
2. The method of claim 1, wherein the database is generated by:
generating a component set contained in an interface corresponding to each product;
selecting components contained in the interface from the component set aiming at the interface corresponding to each product, and generating a template corresponding to the interface based on the selected components;
for each component contained in each template, performing attribute configuration on the component to obtain attribute information of the component, and performing control behavior configuration on the component to obtain control behavior information of the component;
and storing the template corresponding to the interface, the components contained in the template, the attribute information of the components and the control behavior information of the components into the database as the configuration information corresponding to the interface.
3. The method of claim 2, wherein the configuring the control behavior of the component to obtain the control behavior information of the component comprises:
selecting an event corresponding to the component from a pre-stored event set;
configuring a conditional expression corresponding to a condition to be judged after triggering an event corresponding to the component, and taking the conditional expression as the conditional expression corresponding to the component;
configuring actions which need to be executed after the condition is judged and action parameters corresponding to the actions, and combining the actions and the action parameters to generate action expressions corresponding to the components;
and taking the event corresponding to the component, the conditional expression corresponding to the component and the action expression corresponding to the component as the control action information of the component.
4. The method of claim 1, wherein the control behavior information of the target component comprises: the event corresponding to the target component, the conditional expression corresponding to the target component and the action expression corresponding to the target component; the loading the control behavior of the target component based on the control behavior information of the target component comprises:
binding an event corresponding to the target component with a first preset function;
after triggering the event corresponding to the target component, calling a conditional expression corresponding to the target component by using a second preset function contained in the first preset function, and judging the condition in the called conditional expression;
and calling the action expression corresponding to the target component by using the second preset function, and executing the action in the called action expression according to the action parameter in the called action expression to finish the control action of loading the target component.
5. The method according to claim 3, wherein the configuring a conditional expression corresponding to a condition that needs to be determined after triggering an event corresponding to the component includes:
acquiring an attribute acquisition method and attribute information of the component corresponding to the condition;
and generating a logic judgment condition based on the attribute acquisition method and the attribute information to obtain the conditional expression.
6. The method of claim 3, wherein configuring the actions to be performed after determining the condition comprises:
selecting an action to be executed after the condition is judged from a prestored action set;
the action set is an action set corresponding to the component contained in the interface corresponding to each product.
7. The method of claim 2, wherein the target interface is a target premium estimation interface, the product is an insurance product, and the interface is a premium estimation interface.
8. An interface generating apparatus, comprising:
the reading module is used for reading target configuration information corresponding to a target interface to be generated from a pre-generated database; the target configuration information comprises a target template corresponding to the target interface, a target component contained in the target template, attribute information of the target component and control behavior information of the target component;
the first loading module is used for loading the target template and the target assembly;
the second loading module is used for loading the attribute of the target component based on the attribute information of the target component;
the third loading module is used for loading the control behavior of the target component based on the control behavior information of the target component;
and the generation module is used for generating the target interface after the target template, the target assembly, the attribute of the target assembly and the control behavior of the target assembly are loaded successfully.
9. An electronic device, comprising:
one or more processors; and
one or more machine-readable media having instructions stored thereon;
the instructions, when executed by the one or more processors, cause the processors to perform the method of any of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1 to 7.
CN202011350211.XA 2020-11-26 2020-11-26 Interface generation method and device, electronic equipment and storage medium Pending CN112433725A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011350211.XA CN112433725A (en) 2020-11-26 2020-11-26 Interface generation method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011350211.XA CN112433725A (en) 2020-11-26 2020-11-26 Interface generation method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112433725A true CN112433725A (en) 2021-03-02

Family

ID=74697767

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011350211.XA Pending CN112433725A (en) 2020-11-26 2020-11-26 Interface generation method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112433725A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535165A (en) * 2021-06-11 2021-10-22 中电金信软件有限公司 Interface generation method and device, electronic equipment and computer readable storage medium
CN113672214A (en) * 2021-07-16 2021-11-19 微梦创科网络科技(中国)有限公司 Template sharing method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150074561A1 (en) * 2010-05-07 2015-03-12 Google Inc. Customizable themes for browsers and web content
CN109062563A (en) * 2018-08-01 2018-12-21 北京百度网讯科技有限公司 Method and apparatus for generating the page
CN110825374A (en) * 2019-11-04 2020-02-21 泰康保险集团股份有限公司 Page generation method and device based on component, electronic equipment and storage medium
CN110874217A (en) * 2019-11-18 2020-03-10 北京小米移动软件有限公司 Interface display method and device for fast application and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150074561A1 (en) * 2010-05-07 2015-03-12 Google Inc. Customizable themes for browsers and web content
CN109062563A (en) * 2018-08-01 2018-12-21 北京百度网讯科技有限公司 Method and apparatus for generating the page
CN110825374A (en) * 2019-11-04 2020-02-21 泰康保险集团股份有限公司 Page generation method and device based on component, electronic equipment and storage medium
CN110874217A (en) * 2019-11-18 2020-03-10 北京小米移动软件有限公司 Interface display method and device for fast application and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535165A (en) * 2021-06-11 2021-10-22 中电金信软件有限公司 Interface generation method and device, electronic equipment and computer readable storage medium
CN113672214A (en) * 2021-07-16 2021-11-19 微梦创科网络科技(中国)有限公司 Template sharing method and device
CN113672214B (en) * 2021-07-16 2024-04-05 微梦创科网络科技(中国)有限公司 Template sharing method and device

Similar Documents

Publication Publication Date Title
EP3635536B1 (en) Integrated system for rule editing, simulation, version control, and business process management
WO2018209081A1 (en) Attributing meanings to data concepts used in producing outputs
CN107909494A (en) Collocation method, device, computer equipment and the storage medium of insurance data information
US20130138544A1 (en) System and method for creating financial tools
US20180174243A1 (en) Systems, methods and apparatus for enhanced navigation in preparation of an electronic tax return
CN108470023A (en) The recommendation method and device of business function
CN112433725A (en) Interface generation method and device, electronic equipment and storage medium
US20090259484A1 (en) Systems and methods for employee compensation planning
Makara et al. An Intelligent System for Generating End-User Symptom Recommendations Based on Machine Learning Technology.
WO2020264053A1 (en) System and method for employing constraint based authoring
US10282398B1 (en) Editing tool for domain-specific objects with reference variables corresponding to preceding pages
CN108885613A (en) Report display system and method
JP2023159414A (en) Source code trading system by using ai
WO2017030566A1 (en) User interface behavior based rules generation
Fatima et al. Extending interaction flow modeling language (ifml) for android user interface components
Rădescu et al. E-business Learning Tool for Online Banking Based on BPM (Business Process Management).
Urbieta et al. A Model-driven Approach for Empowering Advance Web Augmentation From Client-side to Server-side Support
Pokorný et al. Chart visualization of large data amount
JP5919333B2 (en) Tax accounting processing apparatus, tax accounting processing method, and tax accounting processing program
JP7428751B2 (en) Information processing system, information processing method and program
Chaturvedula Visualization of inflation rates using a web-based interactive dashboard
JP2012118753A (en) Enterprise information management system, enterprise information management method and enterprise information management program
US20230259692A1 (en) Systems and methods for computer generation of a modifiable product description
US20210240338A1 (en) Method and mechanism for context driven alteration of ui artifacts instances behavior using expression based pluggable ui aspects
Sajjadi et al. Revising Web Design to Deal with Current Development Practices.

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