CN112925602A - Event page construction method, device, medium and electronic equipment - Google Patents

Event page construction method, device, medium and electronic equipment Download PDF

Info

Publication number
CN112925602A
CN112925602A CN202110341497.3A CN202110341497A CN112925602A CN 112925602 A CN112925602 A CN 112925602A CN 202110341497 A CN202110341497 A CN 202110341497A CN 112925602 A CN112925602 A CN 112925602A
Authority
CN
China
Prior art keywords
page
target
event
control information
control
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
CN202110341497.3A
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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN202110341497.3A priority Critical patent/CN112925602A/en
Publication of CN112925602A publication Critical patent/CN112925602A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/26Government or public services

Abstract

The embodiment of the application discloses a page construction method, a page construction device, a page construction medium and electronic equipment for events. Relates to the technical field of automatic program design. The method comprises the following steps: acquiring a construction instruction of a target page; the target page is used for processing the target transaction by the target accumulation fund center; selecting a target event control information table from the candidate event control information tables according to the target accumulation fund center and the target transaction identifier; the candidate event control information table is used for constructing a page for processing the candidate transaction by the candidate accumulation fund center; determining a target page control function in a target page control file according to the target page control file address in the target event control information table; and adding a target page control function into the control to be mounted of the target page according to the identification information of the control to be mounted and the page control information of the control to be mounted in the target event control information table. The scheme improves the flexibility of realizing the page interaction logic.

Description

Event page construction method, device, medium and electronic equipment
Technical Field
The embodiment of the application relates to the field of automatic program design, in particular to a page construction method, device, medium and electronic equipment for an event.
Background
The accumulation fund management center is a mechanism for accumulation fund management operation, and front-end page interaction requirements of different accumulation fund management centers may differ in effective time, implementation effect and the like. Specifically, there are both field value change triggered, and triggered at interface initialization, both must-control and hidden-control. For example, for the same input field of the same interface, some interactions are not required by each accumulation fund management center, for example, when in remote payment, some accumulation fund management centers require the personal account number to be a necessary input item, and some accumulation fund management centers require the personal account number to be an unnecessary input item. Conflicts may exist between front-end page setting requirements of different accumulation fund management centers, which increases the difficulty of handling the front-end page setting requirements of different accumulation fund management centers.
Generally, when dealing with the front-end page interaction requirements of different accumulation fund management centers, developers provide corresponding interaction logic for the accumulation fund management centers directly according to different user identifications in codes through a hard coding mode. However, when the hard coding method is adopted, when a user wants to change and select other existing interactive logic, a developer is required to modify the code and reissue the version, and the flexibility is poor. In addition, parameters in the hard coding mode are independently applied by each module, and the introduced parameters are numerous and are scattered in maintenance. Both hard coding and parameter maintenance can cause code branching to be more, which is not beneficial to later understanding and maintenance.
Disclosure of Invention
The embodiment of the application provides a page construction method, a page construction device, a page construction medium and electronic equipment for events, which can decouple page display elements from page interaction operation, simplify the implementation process of page interaction logic and achieve the purpose of improving the flexibility of page interaction logic implementation.
In a first aspect, an embodiment of the present application provides a method for constructing a page of an event, where the method includes:
acquiring a construction instruction of a target page; the target page is used for processing target transactions by a target accumulation fund center;
selecting a target event control information table from a candidate event control information table according to the target public accumulation fund center and the identification of the target transaction; the candidate event control information table is used for constructing a page for processing candidate transactions by a candidate accumulation fund center;
determining a target page control function in a target page control file according to the target page control file address in the target event control information table;
and adding the target page control function into the to-be-mounted control of the target page according to the identification information of the to-be-mounted control in the target event control information table and the page control information of the to-be-mounted control.
In a second aspect, an embodiment of the present application provides an apparatus for page building of an event, where the apparatus includes:
the construction instruction acquisition module is used for acquiring a construction instruction of the target page; the target page is used for processing target transactions by a target accumulation fund center;
a target event control information table determining module, configured to select a target event control information table from the candidate event control information tables according to the target accumulation fund center and the identifier of the target transaction; the candidate event control information table is used for constructing a page for processing candidate transactions by a candidate accumulation fund center;
the target page control function determining module is used for determining a target page control function in a target page control file according to the target page control file address in the target event control information table;
and the target page control function adding module is used for adding the target page control function into the to-be-mounted control of the target page according to the identification information of the to-be-mounted control in the target event control information table and the page control information of the to-be-mounted control.
In a third aspect, an embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements a page construction method for an event according to an embodiment of the present application.
In a fourth aspect, an embodiment of the present application provides an electronic device, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements a page construction method for an event according to an embodiment of the present application when executing the computer program.
According to the method and the device, the page interaction logic requirements of the public accumulation fund center are sorted and integrated by setting the event control information, the corresponding event control information table is selected according to the construction instruction of the target page, the target page control function is added into the control to be mounted according to the information in the target event control information table, and the page for processing the transaction by the public accumulation fund center is constructed, so that the interaction logic required by the public accumulation fund center is realized. According to the method and the device, the page interaction logic required by the accumulation fund center is included in the event control information table, the reuse of the interaction logic is supported, the decoupling of page display elements and page interaction operation is realized, the realization process of the page interaction logic is simplified, and the realization flexibility of the page interaction logic is improved.
Drawings
FIG. 1 is a flowchart of a page construction method for an event according to an embodiment of the present application;
FIG. 2 is a flowchart of another method for constructing a page of an event according to the second embodiment of the present application;
FIG. 3 is a flowchart of a page construction method for another event according to a third embodiment of the present application;
FIG. 4 is a flowchart of a page construction method for another event according to the fourth embodiment of the present application;
fig. 5 is a schematic structural diagram of a page construction device for an event according to a fifth embodiment of the present application;
fig. 6 is a schematic structural diagram of an electronic device according to a seventh embodiment of the present application.
Detailed Description
The present application will be described in further detail with reference to the following drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the application and are not limiting of the application. It should be further noted that, for the convenience of description, only some of the structures related to the present application are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Example one
Fig. 1 is a flowchart of an event page construction method according to an embodiment of the present application, which is applicable to a case where a page is constructed according to front-end page interaction requirements of different accumulation fund management centers, and corresponding interaction logic is provided for the different accumulation fund management centers. The method can be executed by a page construction device of an event, which can be implemented by software and/or hardware, and can be integrated in an electronic device running the system.
As shown in fig. 1, the method for constructing a page of an event includes:
s110, obtaining a construction instruction of a target page; the target page is used for the target accumulation fund center to process the target transaction.
The building instruction of the target page refers to an instruction for indicating to build the target page. The construction instruction of the target page comprises identification information of the target accumulation fund center and the target transaction. Optionally, the construction instruction of the target page is generated before the user enters the trading page after selecting the target accumulation fund center and the target trading. The target page is a page for the target accumulation fund center to process the target transaction. The accumulation fund center refers to a housing accumulation fund management operation mechanism set in provinces, prefectures, cities of the places where the people's governments in the autonomous region are located and cities (places, states and allies) of other communities. The target transaction can be a service which can be provided to the customer by a public accumulation fund center such as public accumulation fund payment and loan.
S120, selecting a target event control information table from the candidate event control information tables according to the target public accumulation fund center and the target transaction identifier; the candidate event control information table is used for constructing a page for processing the candidate transaction by the candidate accumulation fund center.
The candidate accumulation fund center can be any accumulation fund center, and the target accumulation fund center is generated from the candidate accumulation fund center. Specifically, the target accumulation fund center is an accumulation fund center for processing target customers to initiate target transactions. The public accumulation fund center identification is information for distinguishing different public accumulation fund centers, and the target public accumulation fund center identification can uniquely represent the target public accumulation fund center. The transaction identification is information for distinguishing different transactions in the same public accumulation fund center, the transaction identifications of different public accumulation fund centers may be the same, and the transaction identification can also uniquely represent the target transaction after the target public accumulation fund center is selected.
The candidate event control information table is a page used for constructing a candidate accumulation fund center to process candidate transactions. And the candidate event control information table is generated according to the page interaction requirements provided by the candidate accumulation fund center and the preset rule.
In an optional embodiment, the candidate event control information table includes identification information of a to-be-mounted control of the page and page control information of the to-be-mounted control; the page control information includes at least one of: a triggering mode, an event identifier to be mounted and a page control file address.
When a customer transacts in the accumulation fund center, the customer actually accesses the page of the accumulation fund center for processing corresponding transaction and completes service transaction by operating the control on the page. For example, when a client is in loan transaction, the client is required to input corresponding personal information and house information in a text box, and the loan amount calculation logic is triggered after the information input is determined to be completed by clicking a button. Therefore, the control is used as an element which cannot be acquired and lacked in the page, the page is constructed according to the page interaction requirement, and actually, the page interaction logic required by the accumulation fund center is realized by adding an event to the control. And the candidate event control information table is used as a basis for constructing a page for processing the candidate transaction by the candidate accumulation fund center, and comprises identification information of the control to be mounted on the page and page control information of the control to be mounted. The identification information of the control to be mounted is information for distinguishing different controls in the candidate page. The page control information of the control to be mounted comprises information for configuring the attribute of the control to be mounted. The attributes of the control to be mounted comprise a triggering mode, a hiding implementation, whether the control needs to be filled and the like of the control.
The page control information includes at least one of: a triggering mode, an event identifier to be mounted and a page control file address. The triggering mode is used to indicate what mode the event to be added by the control to be mounted is triggered, and optionally, the triggering mode includes: and (4) triggering by changing the value, losing the focus triggering, and acquiring the focus triggering and the triggering during page initialization. The identifier of the event to be mounted is information for distinguishing different events to be mounted, the event to be mounted is an event which needs to be added by the control, and the specific mounting event is a page control function. Optionally, the event identifier to be mounted is a page control function name. And adding a page control function to the control, and completing the configuration of the control attribute by executing the function so as to realize the page interaction logic required by the accumulation fund center. The page control file address refers to an address where the page control file is stored. The event control file is used for realizing page interaction logic required by the candidate accumulation fund center, and comprises a page control function.
The candidate event control information table and the candidate accumulation fund center have a corresponding relationship, specifically, one candidate accumulation fund center may have a plurality of candidate event control information tables corresponding thereto, and one candidate event control information table uniquely corresponds to one candidate accumulation fund center. The candidate information table comprises candidate accumulation fund center identification. Specifically, the number of candidate event control information tables corresponding to a candidate accumulation fund center is determined by the number of candidate transactions in the candidate accumulation fund center, and one candidate information table corresponds to one candidate transaction in the candidate accumulation fund center.
The candidate event control list comprises a candidate public accumulation fund center identification and a candidate transaction identification. And selecting a target event control information table from the candidate event control information tables according to the target public accumulation fund center identification and the target transaction identification in the construction instruction of the target page. And constructing a page meeting the interaction requirement of the candidate accumulation fund center page aiming at the target transaction according to the candidate event control information table.
S130, determining a target page control function in the target page control file according to the target page control file address in the target event control information table.
The target page control file address refers to an address where the target page control file is stored. The target event control file is a file for realizing page interaction logic required by the candidate accumulation fund center. Optionally, the target page control file is a js file. The target event control file comprises a target page control function, and page interaction logic required by the candidate accumulation fund center can be realized by executing the target page control function.
S140, adding the target page control function into the to-be-mounted control of the target page according to the identification information of the to-be-mounted control in the target event control information table and the page control information of the to-be-mounted control.
The control to be mounted refers to a control needing mounting events in a target page, such as a text box, a button and a drop-down box. The identification information of the control to be mounted refers to information for distinguishing different controls in the target page. The page control information of the control to be mounted is information for configuring the attribute of the control to be mounted. The attributes of the control to be mounted comprise a triggering mode, a hidden implementation mode, whether the control needs to be filled or not and the like of the control, the interaction requirements of the target public accumulation fund center comprise page interaction logic required by the target public accumulation fund center, and the page interaction logic is implemented by configuring the attributes of the control. Specifically, the target page control function is added to the to-be-mounted control of the target page.
According to the method and the device, the page interaction logic requirements of the public accumulation fund center are sorted and integrated by setting the event control information, the corresponding event control information table is selected according to the construction instruction of the target page, the target page control function is added into the control to be mounted according to the information in the target event control information table, and the page for processing the transaction by the public accumulation fund center is constructed, so that the interaction logic required by the public accumulation fund center is realized. According to the method and the device, the page interaction logic required by the accumulation fund center is included in the event control information table, the reuse of the interaction logic is supported, the decoupling of page display elements and page interaction operation is realized, the realization process of the page interaction logic is simplified, and the realization flexibility of the page interaction logic is improved.
Example two
Fig. 2 is a flowchart of another event page construction method provided in the second embodiment of the present application. The present embodiment is further optimized on the basis of the above-described embodiments. Specifically, before selecting the target event control information table from the candidate event control information tables according to the target accumulation fund center and the target transaction identifier, the method further includes: responding to a candidate event control information table newly-adding request, and acquiring the page interaction requirement of the candidate accumulation fund center; judging whether the candidate public accumulation fund center identification, the candidate transaction identification and the event identification to be mounted in the page interaction requirement exist or not; if not, verifying the page interaction requirement according to a preset verification rule; and if the verification is passed, generating an event control information table according to the page interaction requirement, and using the event control information table as the candidate event control information table.
As shown in fig. 2, the method for constructing a page of an event includes:
s210, responding to a newly-added request of a candidate event control information table, and acquiring the page interaction requirement of the candidate accumulation fund center.
And responding to the candidate event control information table adding request, and finishing the candidate event control information table adding operation. The candidate event control information table addition request is information for indicating addition of the candidate event control information table. Optionally, the candidate event control information table new adding request is generated by clicking a new adding button of the event control information table management page. The page interaction requirements comprise page interaction logic required by the candidate accumulation fund center. Illustratively, the page interaction requirements may relate to a number of aspects such as field must-pass control, field visible control, field default control, tag display control, certain validation rule control, drop-down selection control, calculation value control, or invoking background service control.
In an optional embodiment, the page interaction requirement includes at least one of: the method comprises the steps that a public accumulation fund center mark, a transaction mark, mark information of a control to be mounted and page control information of the control to be mounted are obtained; the page control information includes at least one of: a triggering mode, an event identifier to be mounted and a page control file address. The event control information table is generated according to page interaction requirements. According to the content in the page interaction requirement, an event control information table can be generated, and the event control information table corresponds to the page interaction requirement.
S220, judging whether the candidate public accumulation fund center identification, the candidate transaction identification and the event identification to be mounted in the page interaction requirement exist.
In order to save computing resources and ensure that the candidate event control information table has no redundancy, the candidate event control information table is generated for the event to be mounted in the candidate transaction of the candidate public accumulation fund center only when the event to be mounted in the candidate transaction of the candidate public accumulation fund center does not exist. Specifically, whether the page interaction requirement has a corresponding candidate event control information table is judged by judging whether a candidate public accumulation fund center identifier, a candidate transaction identifier and an event identifier to be mounted in the page interaction requirement exist. If so, an error is reported.
S230, if the page interaction requirement does not exist, verifying the page interaction requirement according to a preset verification rule; and if the verification is passed, generating an event control information table according to the page interaction requirement, and using the event control information table as the candidate event control information table.
In order to realize the page interaction logic multiplexing, namely, the multiplexing of the event control information table, the event control information table needs to be generated by a same standard, namely, the event control information table should include the same required fill data items, and the data format accepted by the data items needs to be specified uniformly. Table 1 is an example of an event control information table.
TABLE 1
Figure BDA0002999741840000101
The position of the marked letter Y represents that the key attribute of the item is a mandatory item, and the primary key and the non-empty corresponding column are marked with Y to represent the uniqueness of the item, namely, the event control information table identifier and the accumulation fund center identifier have uniqueness. The field names in table 1 are the requirement items corresponding to the page interaction requirements. The custom mark is used as a self-defined condition for inquiring which page control functions need to be mounted on the current page.
Therefore, the page interaction requirements provided by different candidate accumulation fund centers need to be checked, so that the page interaction requirements meet the generation requirement of the event control information table. Specifically, the page interaction requirements are verified according to preset verification rules. The preset check rule is configured in advance by related technicians according to the generation standard of the event control information table. In an optional embodiment, the preset check rule includes a preset key attribute check rule and a preset content check rule.
Verifying the page interaction requirement according to a preset verification rule, comprising: judging whether corresponding data exist in a demand item with the attribute being the key attribute in the page interaction demand according to the preset key attribute rule; and judging whether the data corresponding to the demand item in the page interaction demand is a preset field or not according to the preset content check rule.
The preset key attribute rule specifies requirement items which must be included in the page interaction requirement, namely, the required data items which correspond to the candidate event control information table. Illustratively, the requirement item in which the attribute in the page interaction requirement is a key attribute includes: the system comprises a transaction identifier, a page control file address, an event identifier to be mounted, whether the event is started or not, a trigger type and a control identifier to be mounted.
The preset content check rule specifies whether the data corresponding to the requirement item in the page interaction requirement is a preset field. Illustratively, the triggering mode in the page interaction requirement provided by the candidate accumulation fund center must be any one of a value change, a loss of focus trigger or an acquisition of focus trigger, otherwise, an error is reported. The data corresponding to the demand item can not be the self-defined content of the candidate accumulation fund center.
And for the page interaction requirement meeting the generation requirement of the event control information table, the candidate page control information table is reserved according to the page interaction requirement.
S240, obtaining a construction instruction of a target page; the target page is used for the target accumulation fund center to process the target transaction.
S250, selecting a target event control information table from the candidate event control information tables according to the target public accumulation fund center and the target transaction identifier; the candidate event control information table is used for constructing a page for processing the candidate transaction by the candidate accumulation fund center.
S260, determining a target page control function in the target page control file according to the target page control file address in the target event control information table.
S270, adding the target page control function into the to-be-mounted control of the target page according to the identification information of the to-be-mounted control in the target event control information table and the page control information of the to-be-mounted control.
In order to improve the generation efficiency of the candidate event control information table, the application also supports the batch import of the candidate event control information table.
In an optional embodiment, before selecting the target event control information table among the candidate event control information tables according to the identification of the target accumulation fund center and the target transaction, the method further comprises: responding to a batch import request of the candidate event control information table, and acquiring a page interaction demand list; traversing the page interaction demand list, and respectively judging whether the public accumulation fund center identification, the transaction identification and the event identification to be mounted in each page interaction demand in the page interaction demand list exist; if not, checking each page interaction requirement in the page interaction requirement list respectively; and if the verification is passed, generating an event control information table in batch according to the page interaction requirements to serve as a candidate event control information table.
Similar to the candidate event control information table adding operation, the candidate event control information table batch import operation is to collect the page interaction requirements of each candidate accumulation fund center in a page interaction requirement list, and perform the candidate event control information table adding operation on the page interaction requirements in the page interaction requirement list one by one after traversing the page interaction requirement list. It is not repeated herein, and refer to step S220 and step S230 in this embodiment specifically.
According to the page interaction requirement of the candidate public accumulation fund center, whether the candidate public accumulation fund center identification, the candidate transaction identification and the event identification to be mounted exist in the page interaction requirement is judged. If not, verifying the page interaction requirement according to a preset verification rule; and if the verification is passed, generating an event control information table according to the page interaction requirement, and using the event control information table as the candidate event control information table. The method for adding the candidate event control information table is provided, page interaction requirements of the candidate accumulation fund center are summarized as alternatives through the newly added candidate event control information table, and when the page interaction requirements of the accumulation fund center need to be achieved, the corresponding event control information table is selected. The efficiency of page interaction logic implementation is improved.
EXAMPLE III
Fig. 3 is a flowchart of a page building method for another event according to a third embodiment of the present application. The present embodiment is further optimized on the basis of the above-described embodiments. Specifically, before selecting the target event control information table from the candidate event control information tables according to the target accumulation fund center and the target transaction identifier, the method further includes: responding to the update request of the candidate event control information table, and acquiring page interaction demand change information; judging whether a public accumulation fund center identifier, a transaction identifier and an event identifier to be mounted in the page interaction demand change information exist or not; if the event control information table exists, determining the event control information table to be updated in the candidate event control information table according to the public accumulation fund center identification and the transaction identification; and updating the event control information table to be updated by using the page interaction requirement change information, and taking the obtained latest event control information table as a candidate event control information table.
As shown in fig. 3, the method for constructing a page of an event includes:
s310, responding to the update request of the candidate event control information table, and acquiring page interaction demand change information.
And responding to the update request of the candidate event control information table, and finishing the update operation of the candidate event control information table. The candidate event control information table updating request refers to information used for indicating that the candidate event control information table is requested to be updated when the interaction logic of a certain transaction of the candidate public accumulation fund center changes. Optionally, the candidate event control information table addition request is generated by clicking an update button of the event control information table management page. The page interaction requirement change information comprises the following steps: the system comprises a public accumulation fund center mark, a transaction mark and information to be changed. The information to be changed may be identification information of the control to be mounted or page control information of the control to be mounted.
S320, judging whether the public accumulation fund center identification, the transaction identification and the event identification to be mounted in the page interaction requirement change information exist.
And only when the page interaction requirement before change exists in the corresponding event control information table, the data items in the event control information table can be changed. Specifically, whether the page interaction requirement has a corresponding candidate event control information table is judged by judging whether a candidate public accumulation fund center identifier, a candidate transaction identifier and an event identifier to be mounted in the page interaction requirement change information exist. If not, an error is reported.
And S330, if the event control information table exists, determining the event control information table to be updated in the candidate event control information table according to the public accumulation fund center identification and the transaction identification.
S340, updating the event control information table to be updated by using the page interaction requirement change information, and taking the obtained latest event control information table as a candidate event control information table.
The page interaction requirement change information comprises a requirement item to be changed, specifically: the requirement item to be changed may be any one of the following items: the system comprises a transaction identifier, a page control file address, an event identifier to be mounted, whether the event is started or not, a trigger type and a control identifier to be mounted.
In an optional embodiment, updating the event control information table to be updated by using the page interaction requirement change information includes: verifying the page interaction requirement change information; and if the verification is passed, updating the event control information table to be updated by using the page interaction demand change information to obtain a latest event control information table.
In order to ensure that the event control information table is normally generated, similar to the operation of newly adding candidate event control information, the page interaction requirement change information needs to be checked, which is not described herein again, specifically refer to step S230 in the embodiment of the present application.
S350, obtaining a construction instruction of the target page; the target page is used for the target accumulation fund center to process the target transaction.
S360, selecting a target event control information table from the candidate event control information tables according to the target public accumulation fund center and the target transaction identifier; the candidate event control information table is used for constructing a page for processing the candidate transaction by the candidate accumulation fund center.
S370, determining a target page control function in the target page control file according to the target page control file address in the target event control information table.
And S380, adding the target page control function into the to-be-mounted control of the target page according to the identification information of the to-be-mounted control in the target event control information table and the page control information of the to-be-mounted control.
The method comprises the steps of responding to a candidate event control information table updating request, obtaining page interaction demand change information, judging whether a public accumulation fund center identification, a transaction identification and an event identification to be mounted in the page interaction demand change information exist or not, if yes, determining an event control information table to be updated in the candidate event control information table according to the public accumulation fund center identification and the transaction identification, updating the event control information table to be updated by utilizing the page interaction demand change information, and taking the obtained latest event control information table as the candidate event control information table. When the interaction logic of a certain transaction of the accumulation fund center changes, the candidate event control information table is updated, and then a page for processing the transaction by the accumulation fund center is constructed according to the updated candidate event control information table, so that the updating of the interaction logic required by the accumulation fund center is realized, the realization process of page interaction logic change is simplified, and the working efficiency is improved.
Example four
Fig. 4 is a flowchart of a page construction method for another event according to the fourth embodiment of the present application. The present embodiment is further optimized on the basis of the above-described embodiments. Specifically, the step of adding the target page control function to the to-be-mounted control of the target page according to the identification information of the to-be-mounted control in the target event control information table and the page control information of the to-be-mounted control includes: determining a control to be mounted according to the identification information of the control to be mounted; determining a target page control function in the page control file according to the identification information of the event to be mounted; and adding the target page control function into the control to be mounted.
As shown in fig. 4, the method for constructing a page of an event includes:
s410, obtaining a construction instruction of a target page; the target page is used for the target accumulation fund center to process the target transaction.
S420, selecting a target event control information table from the candidate event control information tables according to the target public accumulation fund center and the target transaction identifier; the candidate event control information table is used for constructing a page for processing the candidate transaction by the candidate accumulation fund center.
S430, determining a target page control function in the target page control file according to the target page control file address in the target event control information table.
In an optional embodiment, the target page control file includes at least one of the following target page control functions: the method comprises the following steps of page initialization function, a to-be-mounted control import function, a default configuration information acquisition function, a to-be-mounted function identification acquisition function, a startup item information acquisition function, a trigger event type acquisition function, a trigger event object acquisition function and an event annotation acquisition function.
The page initialization function is used for initializing a target page; the function for importing the control to be mounted is used for importing the control included in the target page; the default configuration information acquisition function is used for acquiring default configuration information for use in target page initialization; the function to be mounted is used for acquiring the function to be mounted; the starting item information acquisition function is used for acquiring whether a process of adding the target page control function to the control to be mounted is started or not; the trigger event type acquisition function is used for acquiring trigger mode information; the trigger event object acquisition function is used for determining the object of the trigger event; the event annotation retrieval function is used to retrieve annotations for events.
In an optional embodiment, before determining the target page control function in the page control file according to the to-be-mounted event identification information, the method further includes: and introducing the target page control file according to the target page control file address.
S440, determining the control to be mounted according to the identification information of the control to be mounted.
The identification information of the control to be mounted can uniquely identify one control to be mounted. And determining a control needing to be added with an event in each control of the page according to the identification information of the control to be mounted, and taking the control as the control to be mounted.
S450, determining a target page control function in the page control file according to the identification information of the event to be mounted.
The event to be mounted identification information can uniquely identify one event to be mounted, and the event to be mounted comprises page interaction logic which needs to be realized by the accumulation fund center. Optionally, the event to be mounted is a page control function, and the identification information of the event to be mounted is a name of the target page control function. The page control file includes a plurality of page control functions. The page interaction logic can be realized by executing the page control function. And determining a target page control function in the page control functions included in the page control file according to the identification information of the event to be mounted.
Optionally, one event control information table includes an identifier of the control to be mounted and information of the identifier of the event to be mounted, and the event to be mounted in the event control information table is added to the control to be mounted.
In order to implement multiplexing of page interaction logic, in an alternative embodiment, the target page control function has a parameter return interface meeting a preset standard. Illustratively, a define/return method is adopted to define a page control function, a getApptTradeScope method is realized, and an applicable transaction code list is returned in the method: [ tradecode1, tradecode2. ]; the getDefaultConfig method is implemented in which default configuration information [ { 'eventid':. ',' used ':.', 'eventtyp':. ',' loadeventbjid ':.'. The interfaces of the page control functions are unified, so that the page control functions can be called conveniently. The page control function can be added to different to-be-mounted controls of the same page, and the page control function can also be added to different to-be-mounted controls of different pages.
And S460, adding the target page control function into the to-be-mounted control.
According to the method and the device, the page interaction logic requirements of the public accumulation fund center are sorted and integrated by setting the event control information, the corresponding event control information table is selected according to the construction instruction of the target page, the target page control function is added into the control to be mounted according to the information in the target event control information table, and the page for processing the transaction by the public accumulation fund center is constructed, so that the interaction logic required by the public accumulation fund center is realized. According to the method and the device, the page interaction logic required by the accumulation fund center is included in the event control information table, the reuse of the interaction logic is supported, the decoupling of page display elements and page interaction operation is realized, the realization process of the page interaction logic is simplified, and the realization flexibility of the page interaction logic is improved.
EXAMPLE five
Fig. 5 is a page construction apparatus for an event according to a fifth embodiment of the present application, which is applicable to a situation where a page is constructed according to front-end page interaction requirements of different accumulation fund management centers, and corresponding interaction logic is provided for the different accumulation fund management centers. The device can be realized by software and/or hardware, and can be integrated in electronic equipment such as an intelligent terminal.
As shown in fig. 5, the apparatus may include: a build instruction obtaining module 510, a target event control information table determining module 520, a target page control function determining module 530, and a target page control function adding module 540.
A construction instruction obtaining module 510, configured to obtain a construction instruction of a target page; the target page is used for processing target transactions by a target accumulation fund center;
a target event control information table determining module 520, configured to select a target event control information table from the candidate event control information tables according to the target accumulation fund center and the identifier of the target transaction; the candidate event control information table is used for constructing a page for processing candidate transactions by a candidate accumulation fund center;
a target page control function determining module 530, configured to determine a target page control function in a target page control file according to a target page control file address in the target event control information table;
and a target page control function adding module 540, configured to add the target page control function to the to-be-mounted control of the target page according to the identification information of the to-be-mounted control in the target event control information table and the page control information of the to-be-mounted control.
According to the method and the device, the page interaction logic requirements of the public accumulation fund center are sorted and integrated by setting the event control information, the corresponding event control information table is selected according to the construction instruction of the target page, the target page control function is added into the control to be mounted according to the information in the target event control information table, and the page for processing the transaction by the public accumulation fund center is constructed, so that the interaction logic required by the public accumulation fund center is realized. According to the method and the device, the page interaction logic required by the accumulation fund center is included in the event control information table, the reuse of the interaction logic is supported, the decoupling of page display elements and page interaction operation is realized, the realization process of the page interaction logic is simplified, and the realization flexibility of the page interaction logic is improved.
Optionally, the candidate event control information table includes identification information of a control to be mounted on the page and page control information of the control to be mounted; the page control information includes at least one of: whether to mount, a triggering mode, an event identifier to be mounted and a page control file address.
Optionally, the apparatus further comprises: the page interaction demand acquisition module is used for responding to a newly-increased request of a candidate event control information table before selecting a target event control information table from the candidate event control information table according to the target public accumulation fund center and the identification of the target transaction, and acquiring the page interaction demand of the candidate public accumulation fund center; the page interaction demand existence judging module is used for judging whether the candidate public accumulation fund center identification, the candidate transaction identification and the event identification to be mounted in the page interaction demand exist or not; the page interaction requirement checking module is used for checking the page interaction requirement according to a preset checking rule if the page interaction requirement does not exist; and the candidate event control information table generating module is used for generating an event control information table according to the page interaction requirement to serve as the candidate event control information table if the verification is passed.
Optionally, the page interaction requirement includes at least one of the following items: the method comprises the steps that a public accumulation fund center mark, a transaction mark, mark information of a control to be mounted and page control information of the control to be mounted are obtained; the page control information includes at least one of: a triggering mode, an event identifier to be mounted and a page control file address.
Optionally, the preset verification rule includes a preset key attribute verification rule and a preset content verification rule; the page interaction requirement checking module comprises: the first interaction requirement checking submodule is used for judging whether corresponding data exist in a requirement item with the attribute being the key attribute in the page interaction requirement according to the preset key attribute rule; and the second interaction requirement checking submodule is used for judging whether the data corresponding to the requirement item in the page interaction requirement is a preset field or not according to the preset content checking rule.
Optionally, the apparatus further includes: the page interaction demand list acquisition module is used for responding to a batch import request of the candidate event control information list to acquire a page interaction demand list before selecting the target event control information list from the candidate event control information list according to the target public accumulation fund center and the identification of the target transaction; a list page interaction demand existence judging module, configured to traverse the page interaction demand list, and respectively judge whether the public deposit center identifier, the transaction identifier, and the event identifier to be mounted in each page interaction demand in the page interaction demand list already exist; the list page interaction requirement checking module is used for checking each page interaction requirement in the page interaction requirement list if the list page interaction requirement checking module does not exist; and the candidate event control information table batch generation module is used for generating an event control information table in batch according to the page interaction requirement as a candidate event control information table if the verification is passed.
Optionally, the apparatus further comprises: the page interaction demand change information acquisition module is used for responding to a candidate event control information table updating request and acquiring page interaction demand change information before selecting a target event control information table from a candidate event control information table according to the target public accumulation fund center and the target transaction identifier; the page interaction demand change information existence judging module is used for judging whether a public accumulation fund center identifier, a transaction identifier and an event identifier to be mounted in the page interaction demand change information exist or not; the to-be-updated event control information table determining module is used for determining the to-be-updated event control information table in the candidate event control information table according to the public accumulation fund center identification and the transaction identification if the to-be-updated event control information table exists; and the updating module of the event control information table to be updated is used for updating the event control information table to be updated by utilizing the page interaction requirement change information and taking the obtained latest event control information table as a candidate event control information table.
Optionally, the update module of the event control information table to be updated includes: the interaction demand change information verification module is used for verifying the page interaction demand change information; and the event control information table to be updated updating submodule is used for updating the event control information table to be updated by utilizing the page interaction demand change information if the verification is passed, so as to obtain a latest event control information table.
Optionally, the target page control function adding module 540 includes: the control to be mounted determining sub-module is used for determining the control to be mounted according to the identification information of the control to be mounted; the target page control function determining submodule is used for determining a target page control function in the page control file according to the identification information of the event to be mounted; and the target page control function adding submodule is used for adding the target page control function into the control to be mounted.
Optionally, the target page control function has a parameter return interface meeting a preset standard.
Optionally, the apparatus further comprises: and the target page control file introducing module is used for introducing the target page control file according to the address of the target page control file before determining a target page control function in the page control file according to the identification information of the event to be mounted.
Optionally, the target page control file includes at least one of the following target page control functions: the method comprises the following steps of page initialization function, a to-be-mounted control import function, a default configuration information acquisition function, a to-be-mounted function identification acquisition function, a startup item information acquisition function, a trigger event type acquisition function, a trigger event object acquisition function and an event annotation acquisition function.
The page construction device for the event provided by the embodiment of the invention can execute the page construction method for the event provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects for executing the page construction method for the event.
EXAMPLE six
A sixth embodiment of the present application further provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform a method for page building of an event, the method including:
acquiring a construction instruction of a target page; the target page is used for processing target transactions by a target accumulation fund center;
selecting a target event control information table from a candidate event control information table according to the target public accumulation fund center and the identification of the target transaction; the candidate event control information table is used for constructing a page for processing candidate transactions by a candidate accumulation fund center;
determining a target page control function in a target page control file according to the target page control file address in the target event control information table;
and adding the target page control function into the to-be-mounted control of the target page according to the identification information of the to-be-mounted control in the target event control information table and the page control information of the to-be-mounted control.
Storage media refers to any of various types of memory electronics or storage electronics. The term "storage medium" is intended to include: mounting media such as CD-ROM, floppy disk, or tape devices; computer system memory or random access memory such as DRAM, DDR RAM, SRAM, EDO RAM, Lanbas (Rambus) RAM, etc.; non-volatile memory such as flash memory, magnetic media (e.g., hard disk or optical storage); registers or other similar types of memory elements, etc. The storage medium may also include other types of memory or combinations thereof. In addition, the storage medium may be located in the computer system in which the program is executed, or may be located in a different second computer system connected to the computer system through a network (such as the internet). The second computer system may provide the program instructions to the computer for execution. The term "storage medium" may include two or more storage media that may reside in different unknowns (e.g., in different computer systems connected by a network). The storage medium may store program instructions (e.g., embodied as a computer program) that are executable by one or more processors.
Of course, the storage medium provided in the embodiments of the present application contains computer-executable instructions, and the computer-executable instructions are not limited to the page building operation of an event as described above, and may also perform related operations in the page building method of an event as provided in any embodiment of the present application.
EXAMPLE seven
A seventh embodiment of the present application provides an electronic device, where the page building apparatus of an event provided in the embodiment of the present application may be integrated in the electronic device, and the electronic device may be configured in a system, or may be a device that performs part or all of functions in the system. Fig. 6 is a schematic structural diagram of an electronic device according to a sixth embodiment of the present application. As shown in fig. 6, the present embodiment provides an electronic device 600, which includes: one or more processors 620; the storage device 610 is configured to store one or more programs, and when the one or more programs are executed by the one or more processors 620, the one or more processors 620 are enabled to implement a page building method for an event according to an embodiment of the present application, where the method includes:
acquiring a construction instruction of a target page; the target page is used for processing target transactions by a target accumulation fund center;
selecting a target event control information table from a candidate event control information table according to the target public accumulation fund center and the identification of the target transaction; the candidate event control information table is used for constructing a page for processing candidate transactions by a candidate accumulation fund center;
determining a target page control function in a target page control file according to the target page control file address in the target event control information table;
and adding the target page control function into the to-be-mounted control of the target page according to the identification information of the to-be-mounted control in the target event control information table and the page control information of the to-be-mounted control.
Of course, those skilled in the art can understand that the processor 620 also implements the technical solution of the page construction method for an event provided in any embodiment of the present application.
The electronic device 600 shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 6, the electronic device 600 includes a processor 620, a storage device 610, an input device 630, and an output device 640; the number of the processors 620 in the electronic device may be one or more, and one processor 620 is taken as an example in fig. 6; the processor 620, the storage device 610, the input device 630, and the output device 640 in the electronic apparatus may be connected by a bus or other means, and are exemplified by being connected by a bus 650 in fig. 6.
The storage device 610 is a computer-readable storage medium, and can be used to store software programs, computer-executable programs, and module units, such as program instructions corresponding to a page construction method of an event in the embodiment of the present application.
The storage device 610 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. In addition, the storage 610 may include high speed random access memory and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the storage 610 may further include memory located remotely from the processor 620, which may be connected via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means 630 may be used to receive input numbers, character information, or voice information, and to generate key signal inputs related to user settings and function control of the electronic device. The output device 640 may include a display screen, a speaker, and other electronic devices.
According to the electronic device provided by the embodiment of the application, under the condition that the page is established according to the front-end page interaction requirements of different accumulation fund management centers and corresponding interaction logics are provided for the different accumulation fund management centers, the control to be mounted and the target page control function of the target page are determined by determining the event control information table corresponding to the target accumulation fund center and according to the information in the event control information table, the target page control function is added into the control to be mounted, decoupling of page display elements and page interaction operation is achieved, the implementation process of page interaction logics is simplified, and therefore the flexibility of achieving the page interaction logics is improved.
The page construction device, the medium and the electronic device for the event provided in the embodiments can execute the page construction method for the event provided in any embodiment of the present application, and have corresponding functional modules and beneficial effects for executing the method. Technical details that are not described in detail in the above embodiments may be referred to a page construction method of an event provided in any embodiment of the present application.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present application and the technical principles employed. It will be understood by those skilled in the art that the present application is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the application. Therefore, although the present application has been described in more detail with reference to the above embodiments, the present application is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present application, and the scope of the present application is determined by the scope of the appended claims.

Claims (15)

1. A method for constructing a page of an event, the method comprising:
acquiring a construction instruction of a target page; the target page is used for processing target transactions by a target accumulation fund center;
selecting a target event control information table from a candidate event control information table according to the target public accumulation fund center and the identification of the target transaction; the candidate event control information table is used for constructing a page for processing candidate transactions by a candidate accumulation fund center;
determining a target page control function in a target page control file according to the target page control file address in the target event control information table;
and adding the target page control function into the to-be-mounted control of the target page according to the identification information of the to-be-mounted control in the target event control information table and the page control information of the to-be-mounted control.
2. The method according to claim 1, wherein the candidate event control information table includes identification information of a control to be mounted on the page and page control information of the control to be mounted; the page control information includes at least one of: a triggering mode, an event identifier to be mounted and a page control file address.
3. The method of claim 1, wherein prior to selecting a target event control information table among the candidate event control information tables based on the target accumulation fund center and the identification of the target transaction, the method further comprises:
responding to a candidate event control information table newly-adding request, and acquiring the page interaction requirement of the candidate accumulation fund center;
judging whether the candidate public accumulation fund center identification, the candidate transaction identification and the event identification to be mounted in the page interaction requirement exist or not;
if not, verifying the page interaction requirement according to a preset verification rule;
and if the verification is passed, generating an event control information table according to the page interaction requirement, and using the event control information table as the candidate event control information table.
4. The method of claim 3, wherein the page interaction requirements comprise at least one of: the method comprises the steps that a public accumulation fund center mark, a transaction mark, mark information of a control to be mounted and page control information of the control to be mounted are obtained; the page control information includes at least one of: a triggering mode, an event identifier to be mounted and a page control file address.
5. The method according to claim 3, wherein the preset verification rules comprise preset key attribute verification rules and preset content verification rules; verifying the page interaction requirement according to a preset verification rule, comprising:
judging whether corresponding data exist in a demand item with the attribute being the key attribute in the page interaction demand according to the preset key attribute rule;
and judging whether the data corresponding to the demand item in the page interaction demand is a preset field or not according to the preset content check rule.
6. The method of claim 1, wherein prior to selecting a target event control information table among the candidate event control information tables based on the target accumulation fund center and the identification of the target transaction, the method further comprises:
responding to a batch import request of the candidate event control information table, and acquiring a page interaction demand list;
traversing the page interaction demand list, and respectively judging whether the public accumulation fund center identification, the transaction identification and the event identification to be mounted in each page interaction demand in the page interaction demand list exist;
if not, checking each page interaction requirement in the page interaction requirement list respectively;
and if the verification is passed, generating an event control information table in batch according to the page interaction requirements to serve as a candidate event control information table.
7. The method of claim 1, wherein prior to selecting a target event control information table among the candidate event control information tables based on the target accumulation fund center and the identification of the target transaction, the method further comprises:
responding to the update request of the candidate event control information table, and acquiring page interaction demand change information;
judging whether a public accumulation fund center identifier, a transaction identifier and an event identifier to be mounted in the page interaction demand change information exist or not;
if the event control information table exists, determining the event control information table to be updated in the candidate event control information table according to the public accumulation fund center identification and the transaction identification;
and updating the event control information table to be updated by using the page interaction requirement change information, and taking the obtained latest event control information table as a candidate event control information table.
8. The method according to claim 7, wherein updating the to-be-updated event control information table with the page interaction requirement change information comprises:
verifying the page interaction requirement change information;
and if the verification is passed, updating the event control information table to be updated by using the page interaction demand change information to obtain a latest event control information table.
9. The method according to claim 2, wherein adding the target page control function to the to-be-mounted control of the target page according to the identification information of the to-be-mounted control in the target event control information table and the page control information of the to-be-mounted control comprises:
determining a control to be mounted according to the identification information of the control to be mounted;
determining a target page control function in the page control file according to the identification information of the event to be mounted;
and adding the target page control function into the control to be mounted.
10. The method of claim 1, wherein the target page control function has a parameter return interface that meets a predetermined criterion.
11. The method of claim 9, wherein before determining a target page control function in the page control file according to the to-be-mounted event identification information, the method further comprises:
and introducing the target page control file according to the target page control file address.
12. The method of claim 11, wherein the target page control file comprises at least one of the following target page control functions: the method comprises the following steps of page initialization function, a to-be-mounted control import function, a default configuration information acquisition function, a to-be-mounted function identification acquisition function, a startup item information acquisition function, a trigger event type acquisition function, a trigger event object acquisition function and an event annotation acquisition function.
13. An apparatus for page building of an event, the apparatus comprising: the construction instruction acquisition module is used for acquiring a construction instruction of the target page; the target page is used for processing target transactions by a target accumulation fund center;
a target event control information table determining module, configured to select a target event control information table from the candidate event control information tables according to the target accumulation fund center and the identifier of the target transaction; the candidate event control information table is used for constructing a page for processing candidate transactions by a candidate accumulation fund center;
the target page control function determining module is used for determining a target page control function in a target page control file according to the target page control file address in the target event control information table;
and the target page control function adding module is used for adding the target page control function into the to-be-mounted control of the target page according to the identification information of the to-be-mounted control in the target event control information table and the page control information of the to-be-mounted control.
14. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a method of page building of an event according to any one of claims 1-12.
15. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements a page building method of an event according to any of claims 1-12 when executing the computer program.
CN202110341497.3A 2021-03-30 2021-03-30 Event page construction method, device, medium and electronic equipment Pending CN112925602A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110341497.3A CN112925602A (en) 2021-03-30 2021-03-30 Event page construction method, device, medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110341497.3A CN112925602A (en) 2021-03-30 2021-03-30 Event page construction method, device, medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN112925602A true CN112925602A (en) 2021-06-08

Family

ID=76176594

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110341497.3A Pending CN112925602A (en) 2021-03-30 2021-03-30 Event page construction method, device, medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN112925602A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113342341A (en) * 2021-06-18 2021-09-03 北京奇艺世纪科技有限公司 Page creating method, device and system and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113342341A (en) * 2021-06-18 2021-09-03 北京奇艺世纪科技有限公司 Page creating method, device and system and storage medium

Similar Documents

Publication Publication Date Title
CN108664650B (en) Transaction processing method, device, equipment and storage medium of block chain network
AU2018309008B2 (en) Writing composite objects to a data store
CN101183379A (en) Attribute level federation from multiple data sources
US10824544B1 (en) Generating test data as a service for use in testing software during software development
CN115481058A (en) Execution method, device, access module and system of memory atomic operation instruction
CN111125106B (en) Batch running task execution method, device, server and storage medium
CN112925602A (en) Event page construction method, device, medium and electronic equipment
US20180052754A1 (en) Performance metric contextualization in a distributed computing environment
CN114398396A (en) Data query method, storage medium, and computer program product
CN111506784B (en) Asset creditor matching method, device, computer equipment and storage medium
CN115291773A (en) Tree structure data display method and device
CN114265633A (en) Application parameter configuration and query method of self-service equipment, equipment and storage medium
CN109840259B (en) Data query method and device, electronic equipment and readable storage medium
CN113298513A (en) Method and system for processing payment request
CN113485686A (en) Method and device for generating information system program, electronic device and storage medium
CN112258244A (en) Method, device, equipment and storage medium for determining task of target object
CN113763069A (en) Method, device and equipment for generating article information display page and storage medium
CN111367694A (en) Event processing method, server and computer storage medium
US20230004989A1 (en) Customer recognition system
CN112532750B (en) Big data push processing method and system and cloud platform
CN117112124A (en) Parameter verification method, server and terminal for Kubernetes object
CN115344298A (en) Operation execution method and device
CN117407082A (en) Engine configuration method, engine configuration device, electronic equipment and computer storage medium
CN117520206A (en) UI test method, system, equipment and storage medium of software
CN113971170A (en) Data export method and device, computer readable storage medium and electronic equipment

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