CN113094624B - Page generation method and device and electronic equipment - Google Patents

Page generation method and device and electronic equipment Download PDF

Info

Publication number
CN113094624B
CN113094624B CN202110483913.3A CN202110483913A CN113094624B CN 113094624 B CN113094624 B CN 113094624B CN 202110483913 A CN202110483913 A CN 202110483913A CN 113094624 B CN113094624 B CN 113094624B
Authority
CN
China
Prior art keywords
page
target
target original
identifiers
generated
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110483913.3A
Other languages
Chinese (zh)
Other versions
CN113094624A (en
Inventor
李理
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202110483913.3A priority Critical patent/CN113094624B/en
Publication of CN113094624A publication Critical patent/CN113094624A/en
Application granted granted Critical
Publication of CN113094624B publication Critical patent/CN113094624B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the application provides a page generation method, a page generation device and electronic equipment. In the process, the association relation between a plurality of target original pages and the page to be generated can be obtained, wherein the association relation between the target original pages and the page to be generated comprises at least partial content of the target original pages, or the page to be generated does not comprise at least partial content of the target original pages, so that the target logic operation can be determined based on the association relation; and the page column attribute sets respectively corresponding to the identifiers of the target original pages can be obtained. The target logical operation may be performed on the plurality of page field attribute sets to obtain a page field attribute set for the page to be generated. A page may be generated based on a set of page field attributes for the page to be generated. And in the process of generating a new page, the new page does not need to be encoded again, so that the page generation efficiency is improved.

Description

Page generation method and device and electronic equipment
Technical Field
The present application relates to the field of internet technologies, and in particular, to a method and an apparatus for generating a page, and an electronic device.
Background
Page development is the process of creating a user interface, such as a Web (World Wide Web) page or application, through which a user can interact with a device.
The current page generation mode is generated through the DOM (Document Object Model ) structure of the page, or the page code corresponding to the page. A large amount of encoding work is required, reducing the efficiency of page generation.
Disclosure of Invention
The application provides a page generation method, a page generation device and electronic equipment, and aims to at least solve the problem of low page generation efficiency.
In order to achieve the above purpose, the present application provides the following technical solutions:
according to a first aspect of an embodiment of the present disclosure, there is provided a page generating method, including:
determining the identification of a plurality of target original pages corresponding to a page to be generated and the association relation between the target original pages and the page to be generated respectively; the association relation between the target original page and the page to be generated comprises at least partial content of the target original page, or the page to be generated does not comprise at least partial content of the target original page;
Acquiring page column attribute sets respectively corresponding to the identifiers of the plurality of target original pages, wherein the page column attribute set corresponding to the identifiers of the target original pages comprises at least one service element subset, the service element subset comprises identifiers of service elements, identifiers of attribute information corresponding to the identifiers of the service elements and attribute information corresponding to the identifiers of the attribute information, and the target original pages display the service elements;
determining target logic operation based on association relations between the plurality of target original pages and the pages to be generated respectively;
executing the target logic operation on page column attribute sets respectively corresponding to the identifiers of the target original pages to obtain the page column attribute set of the page to be generated;
and generating the page based on the page column attribute set of the page to be generated.
According to a second aspect of the embodiments of the present disclosure, there is provided a page generating apparatus, including:
the first determining module is used for determining the identification of a plurality of target original pages corresponding to the page to be generated and the association relation between the target original pages and the page to be generated respectively; the association relation between the target original page and the page to be generated comprises at least partial content of the target original page, or the page to be generated does not comprise at least partial content of the target original page;
The first acquisition module is used for acquiring page column attribute sets respectively corresponding to the identifiers of the plurality of target original pages, wherein the page column attribute set corresponding to the identifiers of the target original pages comprises at least one service element subset, the service element subset comprises identifiers of service elements, identifiers of attribute information corresponding to the identifiers of the service elements and attribute information corresponding to the identifiers of the attribute information, and the target original pages display the service elements;
the second determining module is used for determining target logic operation based on the association relation between the plurality of target original pages and the page to be generated;
the operation module is used for executing the target logic operation on page column attribute sets respectively corresponding to the identifiers of the target original pages so as to obtain the page column attribute set of the page to be generated;
the generation module is used for generating the page based on the page column attribute set of the page to be generated.
According to a third aspect of embodiments of the present disclosure, there is provided an electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
Wherein the processor is configured to execute the instructions to implement the page generation method as described in the first aspect.
According to a fourth aspect of embodiments of the present disclosure, there is provided a computer readable storage medium, which when executed by a processor of an electronic device, causes the electronic device to perform the page generation method as described in the first aspect.
According to a fifth aspect of embodiments of the present disclosure, there is provided a computer program product directly loadable into an internal memory of a computer, for example a memory comprised by an electronic device as described in the third aspect, and comprising software code, the computer program being capable of implementing the page generation method as described in the first aspect when loaded and executed via the computer.
According to the technical scheme, in the page generation method provided by the application, a new page can be generated based on a plurality of target original pages. In the process, the association relation between a plurality of target original pages and the page to be generated can be obtained, wherein the association relation between the target original pages and the page to be generated comprises at least partial content of the target original pages, or the page to be generated does not comprise at least partial content of the target original pages, so that the target logical operation can be determined based on the association relation between the plurality of target original pages and the page to be generated; and the page column attribute sets respectively corresponding to the identifiers of the target original pages can be obtained. The page column attribute set corresponding to the identification of the target original page comprises at least one business element subset, wherein the business element subset comprises the identification of one business element, the identification of attribute information corresponding to the identification of the business element and the attribute information corresponding to the identification of the attribute information. Therefore, the target logic operation can be executed on the page column attribute sets respectively corresponding to the identifiers of the target original pages, so as to obtain the page column attribute set of the page to be generated. Because the page is generated based on the page column attribute set corresponding to the page, the page can be generated based on the page column attribute set of the page to be generated. And in the process of generating a new page, the new page does not need to be encoded again, so that the page generation efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings may be obtained according to the provided drawings without inventive effort to a person skilled in the art.
FIG. 1a is a schematic diagram of merging multiple original pages into one page according to an embodiment of the present disclosure;
FIG. 1b is a schematic diagram of retaining the same content in a plurality of original pages to obtain a new page according to an embodiment of the present application;
fig. 2 is a schematic diagram of a hardware architecture according to an embodiment of the present application;
FIG. 3 is a process diagram of generating a page generation request according to an embodiment of the present application;
FIG. 4 is a flowchart of a page generation method provided in an embodiment of the present application;
fig. 5 is a block diagram of a page generating apparatus according to an embodiment of the present application;
fig. 6 is a block diagram illustrating an apparatus for an electronic device, according to an example embodiment.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
The embodiment of the application provides a page generation method, a page generation device and electronic equipment, and before introducing the technical scheme provided by the embodiment of the application, an application scene and a hardware architecture related to the embodiment of the application are described.
First, an application scenario according to an embodiment of the present application will be described.
It can be appreciated that there are a large number of existing pages (referred to as original pages in this embodiment of the application) for an application program or a website, and there may be various requirements of a user for the large number of original pages, and three application scenarios related to the embodiment of the application will be described below with reference to the requirements of the user.
In the first application scenario, the contents of a plurality of original pages are combined into one page.
The first application scenario is described below by way of example.
As shown in fig. 1a, a schematic diagram of merging multiple original pages into one page is provided in an embodiment of the present application.
In fig. 1a, two original pages are taken as an example of a plurality of original pages. Fig. 1a is only an example, and the number of the plurality of original pages is not limited to 2, and may be any positive integer greater than or equal to 2, such as 3, 4, 5, …, etc.
Assume that the two original pages are original page 11 and original page 12, respectively. Wherein, the business item function of the original page 11 is in-line transfer, and the business item function of the original page 12 is to open a bank card. If the user needs to execute the operation of opening the bank card and transferring accounts in the line, at this time, the original page 11 and the original page 12 can be combined and then displayed, for example, the combined page 13 is displayed, and the user can realize the purpose of opening the bank card and transferring accounts in the line through the combined page 13. The original page 11 and the original page 12 are not required to be searched by a user respectively, so that the complexity of the user operation is reduced, and the user experience is improved.
And the second application scene is used for reserving different contents in a plurality of original pages so as to obtain a new page.
The second application scenario is described below by way of example.
Taking three pages in fig. 1a as an example, it is assumed that there are two original pages, namely an original page 13 and an original page 12, where the service item function of the original page 13 is to open a bank card and transfer accounts in a line, and the service item function of the original page 12 is to open a bank card, if the user only needs to perform an in-line transfer operation, if the original page 13 is displayed to the user, it is not known to the user whether to fill in the content related to opening the bank card portion, an additional operation may be brought to the user, or an incorrect operation may be caused, at this time, a portion of the original page 12 included in the original page 13 may be removed to obtain a new page 11, and the new page includes only the service item function of the in-line transfer, which may not bring an additional operation to the user, or cause an incorrect operation to the user, and improve the user experience.
And the third application scene reserves the same content in a plurality of original pages to obtain a new page.
A third application scenario is described below by way of example.
As shown in fig. 1b, a schematic diagram of retaining the same content in a plurality of original pages to obtain a new page is provided in the embodiment of the present application.
In fig. 1b, two original pages are taken as an example of a plurality of original pages. Fig. 1b is only an example, and the number of the plurality of original pages is not limited to 2, and may be any positive integer greater than or equal to 2, such as 3, 4, 5, …, etc.
Assume that the two original pages are an original page 13 and an original page 14 respectively, wherein the business item function of the original page 13 is to open a bank card and transfer accounts in a line, and the business item function of the original page 14 is to transfer accounts in a line and check balance. If the user only needs to perform the in-line transfer operation, at this time, the intersection of the original page 14 and the original page 13 may be obtained to obtain a new page 11, and the new page 11 is displayed for the user, where the new page only includes the in-line transfer service item function, so that no additional operation is brought to the user, or an erroneous operation is caused for the user, and user experience is improved.
Next, a hardware architecture according to an embodiment of the present application will be described.
As shown in fig. 2, a schematic diagram of a hardware architecture according to an embodiment of the present application is provided, where the hardware architecture includes a terminal device 21 and a server 22.
By way of example, the terminal device 21 may be any electronic product that can interact with a user by one or more of a keyboard, a touch PAD, a touch screen, a remote control, a voice interaction or handwriting device, such as a mobile phone, a notebook computer, a tablet computer, a palm top computer, a personal computer, a wearable device, a smart tv, a PAD, etc.
The server 22 may be a server, a server cluster comprising a plurality of servers, or a cloud computing server center, for example. The server 22 may include a processor, memory, network interfaces, and the like.
It should be noted that fig. 2 is only an example, and the types of the terminal device 21 may be various, and are not limited to the notebook computer in fig. 2.
Illustratively, the user may upload a page generation request to the server 22 based on the terminal device 21.
Illustratively, the user may upload the page generation request through a user interface on a client or website presented by the terminal device 21.
Exemplary, there are various ways to generate the page generation request, and the embodiments of the present application provide, but are not limited to, the following two ways.
The first implementation mode for generating the page generation request is as follows: the terminal device 21 may display a target user interface 30, where the target user interface may display service item functions corresponding to a plurality of original pages respectively, and the user may select the plurality of original page functions, and generate a page generation request according to a selection result of the user.
As shown in fig. 3, a process diagram for generating a page generation request according to an embodiment of the present application is provided.
Fig. 3 is merely an example, and is not limited to a display manner of the service item functions corresponding to the plurality of original pages.
Illustratively, each original interface corresponds to a business item function, and the user can add a business item function by clicking a button 31 and reduce a business item function by clicking a button 32.
Illustratively, the user may select a relationship between the business item functions by clicking a logical operation key 33. Illustratively, and characterizes the intersection of multiple business item functions; OR represents a union of multiple business item functions; NOT characterizes the difference set of multiple business item functions.
The user may select a plurality of business item functions and logical operational relationships between the plurality of business item functions through the target user interface 30 shown in fig. 3. After the user has finished selecting through fig. 3, the terminal device 21 can generate a page generation request.
The page generation request includes a plurality of service item functions, and an association relationship between the plurality of service item functions and a page to be generated (in the embodiment of the present application, the new page is referred to as a page to be generated).
The association relationship between the plurality of business item functions and the page to be generated is a logical operation relationship among the plurality of business item functions.
The second way of generating page generation request is: the terminal device 21 may display a target user interface, the target user interface may display a search box, the user may input a service item function of a required page in the search box, and if no original page corresponds to the service item function, the user may determine that the required page is a page to be generated, and generate a page generation request based on the service item function of the page to be generated.
Illustratively, the page generation request includes a business item function for the page to be generated. So that the server 22 obtains a plurality of target original pages.
The target original pages have service item functions of the page to be generated, and other functions of the target original pages except the service item functions of the page to be generated are different. At this time, the page to be generated may be obtained based on the intersection of the plurality of target original pages.
The target original pages respectively correspond to sub-functions of the business item functions of the page to be generated, and at this time, the page to be generated can be obtained based on a union of the target original pages.
The target original page A in the target original pages comprises business item functions of the page to be generated and other functions; the target original page B in the plurality of target original pages comprises the other functions in the target original page A; at this time, the page to be generated may be obtained based on the difference set of the target original page a and the target original page B.
In an alternative implementation manner, after receiving the page generation request, the server 22 may execute the page generation method provided in the embodiment of the present application, obtain a new page through multiple original pages, and send the new page to the terminal device 21. And the terminal equipment 21 is used for displaying the new page, so that the user interacts with the terminal equipment 21 based on the new page.
In an alternative implementation manner, after receiving the page generation request, the server 22 may send page column attribute sets corresponding to a plurality of original pages required to generate a new page to the terminal device 21, so that the terminal device 21 may execute the page generation method provided in the embodiment of the present application, and obtain and display a new page through the page column attribute sets of the plurality of original pages.
Those skilled in the art will appreciate that the above-described electronic devices and servers are merely examples, and that other existing or future-occurring electronic devices or servers, as applicable to the present disclosure, are intended to be within the scope of the present disclosure and are incorporated herein by reference.
The page generation method provided by the embodiment of the application is described below with reference to an application scenario and a hardware architecture.
As shown in fig. 4, a flowchart of a page generating method according to an embodiment of the present application may be applied to the terminal device 21 or the server 22 shown in fig. 2, where the method includes the following steps S41 to S45 in an implementation process.
Step S41: and determining the identification of a plurality of target original pages corresponding to the page to be generated and the association relation between the target original pages and the page to be generated.
The association relation between the target original page and the page to be generated comprises at least partial content of the target original page, or the page to be generated does not comprise at least partial content of the target original page.
Illustratively, at least partial content of the target original page refers to one or more of the business elements exhibited by the target original page.
Step S42: and acquiring page column attribute sets respectively corresponding to the identifiers of the target original pages.
The page column attribute set corresponding to the identification of the target original page comprises at least one service element subset, wherein the service element subset comprises the identification of a service element, the identification of attribute information corresponding to the identification of the service element and the attribute information corresponding to the identification of the attribute information, and the target original page displays the service element.
For example, each minimum unit of the page display is a service element, and as shown in fig. 1a to 1b, "account number is turned out", "account number is turned into", "account name", "amount", "bank is opened", "name", "identification card number", "mobile phone number", "password", etc. are all service elements.
By way of example, the attribute information of the business element may include: at least one of business element shape, size, color, coordinate location in the page.
By way of example, the business element may include a filling frame such as an input frame, a selection frame, or a search frame, and the attribute information of the business element may further include one or more of a size of the filling frame, a color of the filling frame, and a data format of content to be input in the filling frame.
For example, the types of the service elements are different, and the content included in the attribute information of the service elements may be different and may be the same.
It can be appreciated that the representation of the page field attribute set may be in various forms, and the embodiments of the present application provide, but are not limited to: array, table, matrix, function, linked list. The following describes an example in which the representation of the page field attribute set is a matrix.
Assuming that the number of the identifications of the plurality of target original pages is 2 and is H001 and H002 respectively, assuming that the target original page with H001 is page 11 and the target original page with H002 is page 12; wherein, the set of page field attributes corresponding to H001 is matrix 1, and the set of page field attributes corresponding to H002 is matrix 2.
Wherein a row of the matrix characterizes a subset of the business elements.
By way of example, a first number of rows of the matrix may represent a subset of business elements, wherein the first number may be set based on actual conditions, and embodiments of the present application are not limited.
Wherein a row of the matrix characterizes a subset of the business elements.
By way of example, a first number of rows of the matrix may represent a subset of business elements, wherein the first number may be set based on actual conditions, and embodiments of the present application are not limited.
One row of the matrix is sequentially from left to right: the identification of the business element, the identification of the attribute information corresponding to the identification of the business element, and the attribute information corresponding to the identification of the attribute information.
Wherein w characterizes width, h characterizes height, t characterizes data type, ID characterizes data format, and c characterizes color.
The above described attribute information contains content that is only an example, and it is understood that the attribute information may include more or less parameters than those described above, for example, coordinate positions, font formats, and the like.
Step S43: and determining target logic operation based on the association relation between the plurality of target original pages and the page to be generated.
Exemplary, target logical operations include, but are not limited to: one OR more of union (characterized by the symbol u OR), intersection (characterized by the symbol u OR nd), difference (characterized by the symbol-OR NOT).
In an alternative implementation, step S43 corresponds to a plurality of cases, and the embodiments of the present application provide, but are not limited to, the following three cases.
First case: if the association relation is that the page to be generated comprises the plurality of target original pages, determining that the target logical operation is union operation of page column attribute sets corresponding to the plurality of target original pages respectively.
In the following, the number of the target original pages is 3, and the target original pages 1, 2 and 3 are respectively described as examples.
If the page to be generated includes the target original page 1 (corresponding identifier is H001), the target original page 2 (corresponding identifier is H002), and the target original page 3 (corresponding identifier is H003), the target logic operations of the 3 target original pages are: h001 page field attribute set U.H 002 and U.H 003.
Second case: if the association relation is that the page to be generated comprises a first target original page in the target original pages and does not comprise a second target original page in the target original pages, determining that the target logical operation is page column attribute set difference operation of the first target original page and page column attribute set difference operation of the second target original page.
Illustratively, the number of first target original pages may be one or more; illustratively, the number of second target original pages may be one or more.
In the following, the number of the target original pages is 3, and the target original pages 1, 2 and 3 are respectively described as examples.
If the page to be generated includes the target original page 1 (corresponding identifier is H001), the target original page 2 (corresponding identifier is H002), but does not include the target original page 3 (corresponding identifier is H003), the target logic operations of the 3 target original pages are: (Page-field Attribute set of H001. U.H2 Page-field Attribute set of H003).
Third case: and if the association relation is that the page to be generated comprises business elements common to the plurality of target original pages, determining the target logical operation as intersection operation of page column attribute sets corresponding to the plurality of target original pages respectively.
In the following, the number of the target original pages is 3, and the target original pages 1, 2 and 3 are respectively described as examples.
If the page to be generated includes the shared portion of the target original page 1 (corresponding to the identifier H001), the target original page 2 (corresponding to the identifier H002), and the target original page 3 (corresponding to the identifier H003), the target logic operations of the 3 target original pages are: h001 page field attribute set ≡H002 page field attribute set ≡H003 page field attribute set.
Step S44: and executing the target logic operation on page column attribute sets respectively corresponding to the identifiers of the target original pages to obtain the page column attribute set of the page to be generated.
Illustratively, in the process of executing the target logic operation, the target logic operation is executed by taking the service element subset as a minimum unit.
For example, if the set of page field attributes of H001 is matrix 1 and the set of page field attributes of H002 is matrix 2, if the set of page field attributes of the page to be generated (i.e., page 13) is matrix 3=h001 and the set of page field attributes of the set of u H002 is matrix 1 u-matrix 2.
Step S45: and generating the page based on the page column attribute set of the page to be generated.
By way of example, page 13 may be derived based on matrix 3.
In the page generation method provided by the embodiment of the application, a new page can be generated based on a plurality of target original pages. In the process, the association relation between a plurality of target original pages and the page to be generated can be obtained, wherein the association relation between the target original pages and the page to be generated comprises at least partial content of the target original pages, or the page to be generated does not comprise at least partial content of the target original pages, so that the target logical operation can be determined based on the association relation between the plurality of target original pages and the page to be generated; and the page column attribute sets respectively corresponding to the identifiers of the target original pages can be obtained. The page column attribute set corresponding to the identification of the target original page comprises at least one business element subset, wherein the business element subset comprises the identification of one business element, the identification of attribute information corresponding to the identification of the business element and the attribute information corresponding to the identification of the attribute information. Therefore, the target logic operation can be executed on the page column attribute sets respectively corresponding to the identifiers of the target original pages, so as to obtain the page column attribute set of the page to be generated. Because the page is generated based on the page column attribute set corresponding to the page, the page can be generated based on the page column attribute set of the page to be generated. And in the process of generating a new page, the new page does not need to be encoded again, so that the page generation efficiency is improved.
In an alternative implementation, the implementation of step S41 is multiple, and the embodiments of the present application provide, but are not limited to, the following two implementations.
The first implementation of step S41 includes the following steps a11 to a13.
Step A11: receiving a page generation request, wherein the page generation request comprises a plurality of target business item functions and association relations between the plurality of target business item functions and the page to be generated, and the target business item functions are functions corresponding to the target original page.
For example, the process of obtaining the page generation request may be the first generation page generation request implementation manner mentioned above, which is not described herein.
Step A12: searching the identifiers of the target original pages corresponding to the target business item functions respectively from the corresponding relation between the preset business item functions and the page identifiers.
Step A13: and determining the association relation between the plurality of business item functions and the page to be generated as the association relation between the plurality of target original pages and the page to be generated respectively.
The second implementation of step S41 includes the following steps a21 to a24.
Step A21: and receiving a page generation request, wherein the page generation request comprises the business item function of the page to be generated.
For example, the process of obtaining the page generation request may be the second implementation of generating the page generation request as mentioned above, which is not described herein.
Step A22: searching the identifications of a plurality of target original pages from the corresponding relation between the preset service item functions and the page identifications.
For example, the multiple target original pages found in step a22 may refer to the description of the multiple target original pages in the second implementation of the generation page generation request, which is not described herein.
Step A23: and determining the association relation between the plurality of target original pages and the page to be generated based on the service item functions respectively corresponding to the identifiers of the plurality of target original pages and the service item functions of the page to be generated.
Step A24: and determining the association relation between the plurality of business item functions and the page to be generated as the association relation between the plurality of target original pages and the page to be generated respectively.
In an alternative implementation, the implementation of step S44 is various, and embodiments of the present application provide, but are not limited to, an implementation that includes steps B11 to B13 in the implementation process.
Step B11: and determining a first business element subset which is shared in the page column attribute set and respectively corresponds to the identifiers of at least two target original pages in the identifiers of the target original pages.
Illustratively, the service elements included in the plurality of first service element subsets in different page field attribute sets have the same identification and the same identification of attribute information.
The identifiers of the service elements contained in the first service element subsets are the same, and the service elements contained in the first service element subsets are the same; the identifiers of the attribute information contained in the plurality of first business element subsets are identical, and the attributes in the attribute information contained in the plurality of first business element subsets are identical.
For example, the service elements included in the plurality of first service element subsets in different page column attribute sets have the same identifier, different identifiers of attribute information, and the same target attribute in the attribute information.
If the identifiers of the service elements included in the plurality of service element subsets are the same, but the identifiers of the attribute information included in the plurality of service element subsets are different, whether the service element subset can be determined as the first service element subset or not needs to be further judged by combining the attributes in the attribute information.
For example, the target attribute may be preset; exemplary, the target attributes in the attribute information corresponding to different service elements are different.
By way of example, the target attribute may be an attribute capable of characterizing the attribute information, e.g., if the business element includes a fill-in box, the target attribute may include: the data format of the content to be output in the frame is filled in.
Step B12: and determining different second business element subsets in page column attribute sets respectively corresponding to the identifiers of at least two target original pages in the identifiers of the target original pages.
Illustratively, the identifiers of the service elements contained in the plurality of second service element subsets in different page column attribute sets are different or the identifiers of the attribute information are different.
Exemplary, the service elements included in the plurality of second service element subsets in different page column attribute sets have the same identifier, different identifiers of attribute information, and different target attributes in the attribute information.
Step B13: and executing the target logic operation on page column attribute sets respectively corresponding to the identifiers of the target original pages based on the first business element subset and the second business element subset to obtain the page column attribute set of the page to be generated.
It will be appreciated that in performing the logic operation, it is necessary to determine which is the first subset of business elements and which is the second subset of business elements, and then determine, in combination with the target logic operation, whether to reserve the first subset of business elements (or reserve the second subset of business elements) or remove the first subset of business elements (or remove the second subset of business elements).
In an alternative implementation, the following steps C11 to C13 are further included before step S42.
Step C11: and constructing page models corresponding to the pages respectively, wherein the page models corresponding to the pages comprise corresponding relations of the identifications of the pages, the service item functions and the identifications of the column models, and the service item functions are functions corresponding to the pages.
Step C12: and constructing a column model corresponding to the identifiers of the column models respectively, wherein the column model comprises the identifiers of the business elements, the functions of the business elements and the correspondence relationship of the identifiers of the attribute information corresponding to the business elements.
Step C13: and constructing an attribute model, wherein the attribute model comprises the correspondence between the identification of the attribute information and the attribute information.
Illustratively, each page corresponds to a page model, a column model and an attribute model, and the page model, the column model and the attribute model corresponding to different pages are different; illustratively, the plurality of pages corresponds to a page model, a column model, and an attribute model.
Exemplary, various characterization forms of page models, column models, and attribute models are provided, and embodiments of the present application are not limited to: array, linked list, function, table, matrix. The following describes a page model, a column model, and an attribute model in the form of tables, and each page corresponds to one page model, one column model, and one attribute model. The page model, the field model, and the attribute model corresponding to the page 11 are described below as examples.
TABLE 1 Page model
In table 1, the identification of the field model is merely an example, and does not limit the composition of the identification of the field model. Illustratively, the identification of the field model may be made up of one or more of numbers, characters, special symbols.
Table 2 column model
In table 2, the identifiers of the service elements are merely examples, and do not limit the composition of the identifiers of the service elements. Illustratively, the identification of the business element may be made up of one or more of numbers, characters, special symbols.
In table 2, the identification of the attribute information is merely an example, and does not limit the composition of the identification of the attribute information. For example, the identification of the attribute information may be composed of one or more of a number, a character, and a special symbol.
TABLE 3 Property model
It will be appreciated that to facilitate device identification of the attribute model, the attribute model may be converted to an attribute model as shown in Table 4, for example.
TABLE 4 Table 4
For example, the correspondence between the identification of the page and the page set may be pre-constructed. Illustratively, the representation of the page set corresponding to the identification of the page may be: an array, a linked list, a function, a table, a matrix, and a matrix will be described below as an example. The page 11 may correspond to a set of pages [ L001, L002, L003, L004].
For example, the correspondence between the identification of the page and the set of page fields may be pre-constructed. For example, the representation form of the page field set corresponding to the identification of the page may be: an array, a linked list, a function, a table, a matrix, and a matrix will be described below as an example. The set of page fields corresponding to page 11 may be matrix 3,
for example, the correspondence between the identification of the page and the page field attribute set may be pre-constructed.
After the plurality of original pages are abstracted, each original page can be converted into a corresponding aggregate expression form. Therefore, the intersection, union, difference and the like of the pages can be calculated through logic operation, so that the page development is converted from a code mode to a mathematical mode, and after the mathematical mode is formed, the page change is possible infinitely and no coding is needed.
In an alternative implementation manner, the implementation manner of step S42 is various, and the method for acquiring the page field attribute set of the identifier of each target original page includes steps D11 to D15.
Step D11: and acquiring a target original page model with the identification of the target original page.
The following will take tables 1, 2 and 4 as examples.
If the target original page is identified as H001, the target original page model is the page model shown in table 1.
Step D12: searching an identification of a target column model corresponding to the identification of the target original page from the target original page model.
For example, if the target original page model is the page model shown in table 1, the L001P001L003P002L004P003 obtained in table 1 is the identification of the target column model.
Step D13: and acquiring a target column model corresponding to the identification of the target column model.
If the identification of the target field model is L001P001L003P002L004P003, the target field model is the field model shown in table 2.
Step D14: and obtaining the identification of the business element and the identification of the attribute information corresponding to the identification of the business element from the target column model.
If the target field model is the field model shown in table 2, the identifiers of the service elements obtained in step D14 are respectively: the identifiers of the attribute information corresponding to the identifiers of the obtained service elements are respectively as follows: p001 corresponding to L001, P002 corresponding to L002, P002 corresponding to L003, and P003 corresponding to L004.
Step D15: and D14, searching attribute information corresponding to the identification of the attribute information obtained in the step from the attribute model to obtain a page column attribute set corresponding to the identification of the target original page.
For example, attribute information corresponding to P001, P002, and P003 may be searched for from the attribute phenotypes shown in table 4.
The method is described in detail in the embodiments disclosed in the application, and the method can be implemented by using various devices, so that the application also discloses a device, and a specific embodiment is given in the following detailed description.
As shown in fig. 5, the structure diagram of the page generating apparatus provided in the embodiment of the present application may be applied to the terminal device 21 or the server 22, where the apparatus includes: a first determining module 51, a first obtaining module 52, a second determining module 53, an operation module 54, and a generating module 55, wherein:
the first determining module 51 is configured to determine identifiers of a plurality of target original pages corresponding to a page to be generated and association relations between the plurality of target original pages and the page to be generated respectively; the association relation between the target original page and the page to be generated comprises at least partial content of the target original page, or the page to be generated does not comprise at least partial content of the target original page.
The first obtaining module 52 is configured to obtain page field attribute sets corresponding to identifiers of a plurality of target original pages, where the page field attribute set corresponding to the identifiers of the target original pages includes at least one service element subset, and the service element subset includes identifiers of service elements, identifiers of attribute information corresponding to the identifiers of the service elements, and attribute information corresponding to the identifiers of the attribute information, and the target original pages display the service elements.
And a second determining module 53, configured to determine a target logic operation based on association relationships between the target original pages and the pages to be generated.
The operation module 54 is configured to execute the target logical operation on the page field attribute sets corresponding to the identifiers of the multiple target original pages, so as to obtain the page field attribute set of the page to be generated.
The generating module 55 is configured to generate a page based on the page field attribute set of the page to be generated.
In an alternative implementation, the first determining module includes:
the receiving unit is used for receiving a page generation request, wherein the page generation request comprises a plurality of target business item functions and association relations between the target business item functions and the page to be generated, and the target business item functions are functions corresponding to the target original page;
The searching unit is used for searching the identifiers of the target original pages corresponding to the target business project functions respectively from the corresponding relation between the preset business project functions and the page identifiers;
the first determining unit is used for determining the association relation between the service item functions and the page to be generated as the association relation between the target original pages and the page to be generated.
In an alternative implementation, the second determining module includes:
the second determining unit is configured to determine that the target logical operation is a union operation of page column attribute sets corresponding to the multiple target original pages, if the association relationship is that the page to be generated includes the multiple target original pages;
the third determining unit is configured to determine that the target logical operation is a difference operation between a page column attribute set of the first target original page and a page column attribute set of the second target original page if the association relationship is that the page to be generated includes the first target original page of the plurality of target original pages and does not include the second target original page of the plurality of target original pages;
And the fourth determining unit is used for determining that the target logical operation is intersection operation of page column attribute sets corresponding to the target original pages respectively if the association relation is that the page to be generated comprises service elements common to the target original pages.
In an alternative implementation, the operation module includes:
a fifth determining unit, configured to determine a first subset of business elements that is common in a page column attribute set that corresponds to the identifiers of at least two target original pages in the identifiers of the plurality of target original pages respectively;
a sixth determining unit, configured to determine different second service element subsets in the page column attribute sets corresponding to the identifiers of at least two target original pages in the identifiers of the plurality of target original pages respectively;
and the operation unit is used for executing the target logic operation on page column attribute sets respectively corresponding to the identifiers of the target original pages based on the first service element subset and the second service element subset so as to obtain the page column attribute set of the page to be generated.
In an optional implementation manner, the identifiers of the service elements included in the plurality of first service element subsets in different page column attribute sets are the same and the identifiers of the attribute information are the same; or alternatively, the first and second heat exchangers may be,
The service elements contained in the plurality of first service element subsets in different page column attribute sets are identical in identification, different in identification of attribute information and identical in target attribute in the attribute information.
In an optional implementation manner, the identifiers of the service elements contained in the plurality of second service element subsets in different page column attribute sets are different or the identifiers of the attribute information are different; or alternatively, the first and second heat exchangers may be,
the service elements contained in the second service element subsets in different page column attribute sets are identical in identification, different in identification of attribute information and different in target attribute in attribute information.
In an alternative implementation, the method further includes:
the first construction module is used for constructing page models corresponding to a plurality of pages respectively, wherein the page model corresponding to the page comprises a corresponding relation of an identification of the page, a service item function and an identification of a column model, and the service item function is a function corresponding to the page;
the second construction module is used for constructing column models respectively corresponding to the identifiers of the plurality of column models, wherein the column models comprise the identifiers of the service elements, the functions of the service elements and the corresponding relations of the identifiers of the attribute information corresponding to the service elements;
And the third construction module is used for constructing an attribute model, wherein the attribute model comprises the correspondence between the identification of the attribute information and the attribute information.
In an alternative implementation, the first obtaining module includes:
the first acquisition unit is used for acquiring a target original page model with the identification of the target original page;
the searching unit is used for searching the identification of the target column model corresponding to the identification of the target original page from the target original page model;
the second acquisition unit is used for acquiring a target column model corresponding to the identification of the target column model;
a third obtaining unit, configured to obtain, from the target column model, an identifier of a service element and an identifier of attribute information corresponding to the identifier of the service element;
and a fourth obtaining unit, configured to find attribute information corresponding to the identifier of the attribute information from the attribute model, so as to obtain a page column attribute set corresponding to the identifier of the target original page.
The specific manner in which the various modules perform the operations in the apparatus of the above embodiments have been described in detail in connection with the embodiments of the method, and will not be described in detail herein.
Fig. 6 is a block diagram illustrating an apparatus for an electronic device, according to an example embodiment. The electronic device may be, for example, a terminal device 21 or a server 22.
Electronic devices include, but are not limited to: processor 61, memory 62, network interface 63, I/O controller 64, and communication bus 65.
It should be noted that the structure of the electronic device shown in fig. 6 is not limited to the electronic device, and the electronic device may include more or less components than those shown in fig. 6, or may combine some components, or may be arranged with different components, as will be understood by those skilled in the art.
The following describes the respective constituent elements of the electronic device in detail with reference to fig. 6:
the processor 61 is a control center of the electronic device, connects various parts of the entire electronic device using various interfaces and lines, and performs various functions of the electronic device and processes data by running or executing software programs and/or modules stored in the memory 62, and calling data stored in the memory 62, thereby performing overall monitoring of the electronic device. Processor 61 may include one or more processing units; by way of example, the processor 61 may integrate an application processor that primarily handles operating systems, user interfaces, applications, etc., with a modem processor that primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 61.
Processor 61 may be a central processing unit (Central Processing Unit, CPU), or a specific integrated circuit ASIC (Application Specific Integrated Circuit), or one or more integrated circuits configured to implement embodiments of the present invention, etc.;
the Memory 62 may include a Memory such as a Random-Access Memory (RAM) 621 and a Read-Only Memory (ROM) 622, and may further include a mass storage device 623 such as at least 1 disk Memory and the like. Of course, the electronic device may also include hardware required for other services.
The memory 62 is used for storing executable instructions of the processor 61. The processor 61 has the following functions: determining the identification of a plurality of target original pages corresponding to a page to be generated and the association relation between the target original pages and the page to be generated respectively; the association relation between the target original page and the page to be generated comprises at least partial content of the target original page, or the page to be generated does not comprise at least partial content of the target original page;
acquiring page column attribute sets respectively corresponding to identifiers of a plurality of target original pages, wherein the page column attribute sets corresponding to the identifiers of the target original pages comprise at least a service element subset, the service element subset comprises an identifier of one service element, an identifier of attribute information corresponding to the identifier of the service element and attribute information corresponding to the identifier of the attribute information, and the target original pages display the service element;
Determining target logic operation based on association relations between the plurality of target original pages and the pages to be generated respectively;
executing the target logic operation on page column attribute sets respectively corresponding to the identifiers of the target original pages to obtain the page column attribute set of the page to be generated;
and generating the page based on the page column attribute set of the page to be generated.
A wired or wireless network interface 63 is configured to connect the electronic device to a network.
The processor 61, memory 62, network interface 63, and I/O controller 64 may be interconnected by a communication bus 65, which may be an ISA (Industry Standard Architecture ) bus, PCI (Peripheral Component Interconnect, peripheral component interconnect standard) bus, or EISA (Extended Industry Standard Architecture ) bus, among others. The buses may be classified as address buses, data buses, control buses, etc.
In an exemplary embodiment, the electronic device may be implemented by one or more Application Specific Integrated Circuits (ASICs), digital Signal Processors (DSPs), digital Signal Processing Devices (DSPDs), programmable Logic Devices (PLDs), field Programmable Gate Arrays (FPGAs), controllers, microcontrollers, microprocessors, or other electronic elements for performing the page generation methods described above.
In an exemplary embodiment, the disclosed embodiments provide a storage medium including instructions, such as a memory 62 including instructions, executable by a processor 61 of an electronic device to perform the page generation method described above. Alternatively, the storage medium may be a non-transitory computer readable storage medium, which may be, for example, ROM, random Access Memory (RAM), CD-ROM, magnetic tape, floppy disk, optical data storage device, and the like.
In an exemplary embodiment, a computer readable storage medium is also provided, which can be directly loaded into an internal memory of a computer, such as the memory 62 described above, and contains software code, and the computer program can implement the page generation method described above after being loaded and executed by the computer.
In an exemplary embodiment, a computer program product is also provided, which can be directly loaded into an internal memory of a computer, for example, a memory contained in the electronic device, and contains software codes, and the computer program can implement the page generating method after being loaded and executed by the computer.
The features described in the respective embodiments in the present specification may be replaced with each other or combined with each other. For device or system class embodiments, the description is relatively simple as it is substantially similar to method embodiments, with reference to the description of method embodiments in part.
It is further noted that relational terms such as first and second, and the like are 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. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus 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 apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. The software modules may be disposed in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A page generation method, comprising:
determining the identification of a plurality of target original pages corresponding to a page to be generated and the association relation between the target original pages and the page to be generated respectively; the association relation between the target original page and the page to be generated comprises at least partial content of the target original page included in the page to be generated, or the page to be generated does not include at least partial content of the target original page;
acquiring page column attribute sets respectively corresponding to the identifiers of the plurality of target original pages, wherein the page column attribute sets corresponding to the identifiers of the target original pages comprise at least a service element subset, the service element subset comprises identifiers of service elements, identifiers of attribute information corresponding to the identifiers of the service elements and attribute information corresponding to the identifiers of the attribute information, and the target original pages display the service elements;
Determining target logic operation based on association relations between the plurality of target original pages and the pages to be generated respectively;
executing the target logic operation on page column attribute sets respectively corresponding to the identifiers of the target original pages to obtain the page column attribute set of the page to be generated;
and generating the page based on the page column attribute set of the page to be generated.
2. The page generation method according to claim 1, wherein the step of determining the identifiers of the target original pages corresponding to the page to be generated and the association relationship between the target original pages and the page to be generated respectively includes:
receiving a page generation request, wherein the page generation request comprises a plurality of target business item functions and association relations between the target business item functions and the page to be generated, and the target business item functions are functions corresponding to the target original page;
searching the corresponding relation between the preset business project functions and page identifiers, and searching the identifiers of the target original pages corresponding to the target business project functions respectively;
and determining the association relation between the plurality of business item functions and the page to be generated as the association relation between the plurality of target original pages and the page to be generated respectively.
3. The page generation method according to claim 1, wherein the determining the target logical operation step based on association relations between the plurality of target original pages and the page to be generated, respectively, includes:
if the association relation is that the page to be generated comprises the plurality of target original pages, determining that the target logical operation is union operation of page column attribute sets corresponding to the plurality of target original pages respectively;
if the association relation is that the page to be generated comprises a first target original page in the target original pages and does not comprise a second target original page in the target original pages, determining that the target logical operation is page column attribute set difference operation of the first target original page and page column attribute set difference operation of the second target original page;
and if the association relation is that the page to be generated comprises business elements common to the plurality of target original pages, determining the target logical operation as intersection operation of page column attribute sets corresponding to the plurality of target original pages respectively.
4. The method of generating a page according to claim 3, wherein the step of performing the target logical operation on the page field attribute sets respectively corresponding to the identifiers of the plurality of target original pages to obtain the page field attribute set of the page to be generated includes:
Determining a first business element subset which is shared in a page column attribute set and respectively corresponds to at least two target original page identifiers in the plurality of target original page identifiers;
determining different second business element subsets in page column attribute sets respectively corresponding to at least two target original page identifiers in the plurality of target original page identifiers;
and executing the target logic operation on page column attribute sets respectively corresponding to the identifiers of the target original pages based on the first business element subset and the second business element subset to obtain the page column attribute set of the page to be generated.
5. The page generation method of claim 4, wherein the service elements included in the plurality of the first service element subsets in different page field attribute sets have the same identifier and the attribute information has the same identifier; or alternatively, the first and second heat exchangers may be,
the service elements contained in the plurality of first service element subsets in different page column attribute sets are identical in identification, different in identification of attribute information and identical in target attribute in the attribute information.
6. The page generation method of claim 4, wherein the service elements included in the plurality of the second service element subsets in different page field attribute sets have different identifiers or different identifiers of attribute information; or alternatively, the first and second heat exchangers may be,
The service elements contained in the second service element subsets in different page column attribute sets are identical in identification, different in identification of attribute information and different in target attribute in attribute information.
7. The method for generating a page according to any one of claims 1 to 6, further comprising, before the step of acquiring the page field attribute sets to which the identifiers of the plurality of target original pages respectively correspond:
constructing page models corresponding to a plurality of pages respectively, wherein the page models corresponding to the pages comprise corresponding relations of identifications of the pages, service item functions and identifications of column models, and the service item functions are functions corresponding to the pages;
constructing a column model corresponding to the identifiers of the column models respectively, wherein the column model comprises the identifiers of the service elements, the functions of the service elements and the corresponding relation of the identifiers of the attribute information corresponding to the service elements;
and constructing an attribute model, wherein the attribute model comprises the correspondence between the identification of the attribute information and the attribute information.
8. The page generation method of claim 7, wherein obtaining the set of page field attributes corresponding to the identity of the target original page comprises:
Acquiring a target original page model with the identification of the target original page;
searching an identification of a target column model corresponding to the identification of the target original page from the target original page model;
acquiring a target column model corresponding to the identification of the target column model;
obtaining the identification of the business element and the identification of the attribute information corresponding to the identification of the business element from the target column model;
and searching attribute information corresponding to the identification of the attribute information from the attribute model to obtain a page column attribute set corresponding to the identification of the target original page.
9. A page generating apparatus, comprising:
the first determining module is used for determining the identification of a plurality of target original pages corresponding to the page to be generated and the association relation between the target original pages and the page to be generated respectively; the association relation between the target original page and the page to be generated comprises at least partial content of the target original page, or the page to be generated does not comprise at least partial content of the target original page;
the first acquisition module is used for acquiring page column attribute sets respectively corresponding to the identifiers of the plurality of target original pages, wherein the page column attribute set corresponding to the identifiers of the target original pages comprises at least one service element subset, the service element subset comprises identifiers of service elements, identifiers of attribute information corresponding to the identifiers of the service elements and attribute information corresponding to the identifiers of the attribute information, and the target original pages display the service elements;
The second determining module is used for determining target logic operation based on the association relation between the plurality of target original pages and the page to be generated;
the operation module is used for executing the target logic operation on page column attribute sets respectively corresponding to the identifiers of the target original pages so as to obtain the page column attribute set of the page to be generated;
the generation module is used for generating the page based on the page column attribute set of the page to be generated.
10. An electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the page generation method of any of claims 1 to 8.
CN202110483913.3A 2021-04-30 2021-04-30 Page generation method and device and electronic equipment Active CN113094624B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110483913.3A CN113094624B (en) 2021-04-30 2021-04-30 Page generation method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110483913.3A CN113094624B (en) 2021-04-30 2021-04-30 Page generation method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN113094624A CN113094624A (en) 2021-07-09
CN113094624B true CN113094624B (en) 2024-02-09

Family

ID=76681118

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110483913.3A Active CN113094624B (en) 2021-04-30 2021-04-30 Page generation method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN113094624B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113448580B (en) * 2021-07-15 2024-02-20 中国银行股份有限公司 Page merging method, device, server, medium and product

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107885498A (en) * 2017-11-15 2018-04-06 中国银行股份有限公司 A kind of page display method and device based on self-defined field
CN111090434A (en) * 2019-11-25 2020-05-01 中国银行股份有限公司 Customized column page display method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107885498A (en) * 2017-11-15 2018-04-06 中国银行股份有限公司 A kind of page display method and device based on self-defined field
CN111090434A (en) * 2019-11-25 2020-05-01 中国银行股份有限公司 Customized column page display method and device

Also Published As

Publication number Publication date
CN113094624A (en) 2021-07-09

Similar Documents

Publication Publication Date Title
CN106533899B (en) information display processing method, device and system
CN110020086B (en) User portrait query method and device
CN113126980A (en) Page generation method and device and electronic equipment
CN113094624B (en) Page generation method and device and electronic equipment
CN111625625A (en) Method and device for determining abnormal log, computer equipment and storage medium
CN114924815A (en) Page rendering method and device, electronic equipment and storage medium
CN113486283B (en) Page merging method, device, server, medium and product
CN111444448B (en) Data processing method, server and system
CN112445873A (en) List display processing method, related device, equipment and medium
CN117093619A (en) Rule engine processing method and device, electronic equipment and storage medium
CN108388463B (en) Icon processing method and device, computer equipment and storage medium
CN111444235A (en) Django-based data serialization method and device, computer equipment and storage medium
CN111552527A (en) Method, device and system for translating characters in user interface and storage medium
CN108052521B (en) Coordinated data display method, application server and storage medium
CN114938458B (en) Object information display method and device, electronic equipment and storage medium
CN113486216B (en) Page merging method, device, server, medium and product
CN112182107B (en) List data acquisition method, device, computer equipment and storage medium
CN115016754A (en) Method and device for synchronously displaying pages among devices, electronic device and medium
CN114840388A (en) Data monitoring method and device, electronic equipment and storage medium
CN113448580B (en) Page merging method, device, server, medium and product
CN110851446B (en) Data table generation method and device, computer equipment and storage medium
CN108182202B (en) Content update notification method, content update notification device, electronic equipment and storage medium
CN110147531B (en) Method, device and storage medium for identifying similar text content
CN113515701A (en) Information recommendation method and device
CN111221917A (en) Intelligent partition storage method and device and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant