CN112035207A - Page menu dynamic loading method and device based on database - Google Patents

Page menu dynamic loading method and device based on database Download PDF

Info

Publication number
CN112035207A
CN112035207A CN202010909016.XA CN202010909016A CN112035207A CN 112035207 A CN112035207 A CN 112035207A CN 202010909016 A CN202010909016 A CN 202010909016A CN 112035207 A CN112035207 A CN 112035207A
Authority
CN
China
Prior art keywords
menu
page
displayed
database
loading
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
CN202010909016.XA
Other languages
Chinese (zh)
Inventor
袁华浩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN202010909016.XA priority Critical patent/CN112035207A/en
Publication of CN112035207A publication Critical patent/CN112035207A/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
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method and a device for dynamically loading a page menu based on a database, wherein the method comprises the following steps: receiving a menu request of a front-end page; inquiring configuration information of a menu to be displayed from a database according to the menu request; analyzing the configuration information to generate menu structure information and returning the menu structure information to the front-end page; and the front-end page displays the menu according to the return information. The invention can realize the purpose of dynamically loading the menu to be displayed to the front-end page according to the configuration information of the menu to be displayed by configuring the configuration information of the menu to be displayed in the database in advance, and can realize the change of the menu structure or the user permission only by carrying out relevant configuration on the database under the condition of not changing the front-end page code.

Description

Page menu dynamic loading method and device based on database
Technical Field
The invention relates to the technical field of software, in particular to a method and a device for dynamically loading a page menu based on a database.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
In the prior art, a menu displayed in a page is created in a static code compiling manner. The specific process is as follows: firstly, a menu structure displayed in a page is designed, then the page is hard-coded according to the designed menu structure, and a corresponding menu is displayed in the page according to the viewing or using authority of a user logging in the page to the page menu.
Because the menu structure of the page is hard coded, when the menu structure on the page is changed, the code needs to be changed, and accordingly, the functions of authority control and the like also need to be changed, so that the technical problems of time and labor waste, easy error and inconvenience for expansion exist.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the invention provides a dynamic loading method of a page menu based on a database, which is used for solving the technical problems of time and labor waste, easy error and poor expansibility due to the fact that codes need to be modified when the structure of the page menu is changed in the conventional scheme of creating the page menu by adopting a static coding mode, and comprises the following steps: receiving a menu request of a front-end page, wherein the menu request is used for requesting to load a menu to be displayed; inquiring configuration information of a menu to be displayed from a database according to the menu request; and loading the menu to be displayed to a front-end page according to the configuration information, wherein the front-end page dynamically loads and displays the menu information of the menu to be displayed from the database.
The embodiment of the invention also provides a database-based dynamic loading device for a page menu, which is used for solving the technical problems of time and labor waste, easy error and poor expansibility due to the fact that codes need to be modified when the structure of the page menu is changed in the conventional scheme for creating the page menu by adopting a static coding mode, and comprises the following steps: the system comprises a page menu request module, a display module and a display module, wherein the page menu request module is used for receiving a menu request of a front-end page, and the menu request is used for requesting to load a menu to be displayed; the menu configuration information acquisition module is used for inquiring the configuration information of the menu to be displayed from the database according to the menu request; and the page menu loading module is used for loading the menu to be displayed to a front-end page according to the configuration information, wherein the front-end page dynamically loads and displays the menu information of the menu to be displayed from the database.
The embodiment of the invention also provides computer equipment for solving the technical problems of time and labor waste, high error probability and poor expansibility due to the fact that codes need to be modified when the page menu structure is changed in the conventional scheme of creating the page menu by adopting a static coding mode.
The embodiment of the invention also provides a computer readable storage medium, which is used for solving the technical problems that when the structure of the page menu is changed, codes need to be modified, time and labor are wasted, errors are easy to occur and the expansibility is poor in the existing scheme of creating the page menu by adopting a static coding mode.
In the embodiment of the invention, after a menu request of a front-end page is received; and according to the menu to be displayed requested to be loaded by the menu request, inquiring the configuration information of the menu to be displayed from the database, further loading the menu to be displayed to a front-end page according to the inquired configuration information, and dynamically loading and displaying the menu information of the menu to be displayed from the database by the front-end page. Compared with the technical scheme of creating the page menu by adopting a static coding mode in the prior art, the method and the device can realize the purpose of dynamically loading the menu to be displayed to the front-end page according to the configuration information of the menu to be displayed by configuring the configuration information of the menu to be displayed in the database in advance, and can realize the change of the menu structure or the user permission only by carrying out related configuration on the database under the condition of not changing the front-end page code.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
fig. 1 is a flowchart of a method for dynamically loading a page menu based on a database according to an embodiment of the present invention;
fig. 2 is a flowchart of an optional dynamic loading method for a database-based page menu according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a system for dynamically loading a page menu based on a database according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a database-based page menu dynamic loading apparatus according to an embodiment of the present invention;
fig. 5 is a schematic diagram of an alternative dynamic loading apparatus for a database-based page menu according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
In the description of the present specification, the terms "comprising," "including," "having," "containing," and the like are used in an open-ended fashion, i.e., to mean including, but not limited to. Reference to the description of the terms "one embodiment," "a particular embodiment," "some embodiments," "for example," etc., means that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. The sequence of steps involved in the embodiments is for illustrative purposes to illustrate the implementation of the present application, and the sequence of steps is not limited and can be adjusted as needed.
The embodiment of the present invention provides a method for dynamically loading a page menu based on a database, and fig. 1 is a flowchart of the method for dynamically loading a page menu based on a database provided in the embodiment of the present invention, as shown in fig. 1, the method may include the following steps:
s101, receiving a menu request of a front-end page, wherein the menu request is used for requesting to load a menu to be displayed.
It should be noted that, in the embodiment of the present invention, the front-end page may be a page based on a Web application or a client application, and the menu request in S101 may be a request automatically sent by the system based on a trigger condition, or a request sent by a user. In one embodiment, after a user logs in a certain system application, a corresponding menu request can be automatically sent according to user login information, so that menu information which can be viewed by the user is loaded into a front-end page.
And S102, inquiring the configuration information of the menu to be displayed from the database according to the menu request.
In specific implementation, the structural information of the menu to be displayed may be configured and stored in the database in advance. Optionally, for the purpose of displaying different menu options for implementing different user rights, the menu structure information and corresponding user rights information may be configured into the database. Since some menus in the page contain sub-pages (i.e. pages that need to be returned in response to a certain option or component in the menu), the response pages of the menu structure corresponding to the user's right can also be configured in the database.
S103, loading the menu to be displayed to a front-end page according to the configuration information, wherein the front-end page dynamically loads and displays the menu information of the menu to be displayed from the database.
In specific implementation, when the menu configuration information corresponding to the current menu request is inquired, the menu to be displayed can be displayed in the front-end page according to the inquired menu configuration information, so that the front-end page can dynamically load and display the menu information of the menu to be displayed from the database.
It should be noted that, because the menu includes different options or elements such as components, in the embodiment of the present invention, different user permissions may be further configured for different menu elements, so as to load corresponding menu information to the front-end page according to the different user permissions.
As can be seen from the above, in the method for dynamically loading a page menu based on a database provided in the embodiment of the present invention, after receiving a menu request of a front-end page; and according to the menu to be displayed requested to be loaded by the menu request, inquiring the configuration information of the menu to be displayed from the database, further loading the menu to be displayed to a front-end page according to the inquired configuration information, and dynamically loading and displaying the menu information of the menu to be displayed from the database by the front-end page.
By the page menu dynamic loading method based on the database provided by the embodiment of the invention, the configuration information of the menu to be displayed is configured in the database in advance, the aim of dynamically loading the menu to be displayed to the front-end page according to the configuration information of the menu to be displayed can be realized, and the change of the menu structure or the user permission can be realized only by carrying out related configuration on the database under the condition of not changing the front-end page code.
In an embodiment, the method for dynamically loading a database-based page menu provided in the embodiment of the present invention may load a menu to be displayed to a front-end page through the following steps: inquiring menu configuration information of the user authority from a database according to the user authority corresponding to the menu request; dynamically generating a menu structure of a menu to be displayed according to the menu configuration information of the user authority; and loading the menu structure of the menu to be displayed to a front-end page.
By the embodiment, the aim of dynamically generating and loading the menu to be displayed to the front-end page according to the user authority can be fulfilled.
In an embodiment, as shown in fig. 2, the method for dynamically loading a database-based page menu provided in the embodiment of the present invention may further include the following steps:
s104, receiving an operation instruction executed on the front-end page menu;
and S105, loading the corresponding menu response page to a front-end page according to the operation instruction.
By the embodiment, the aim of dynamically responding the page menu can be fulfilled.
Since the configuration menu structure and the user right are the basis of page dynamic loading, in an embodiment, as shown in fig. 2, the method for dynamically loading a page menu based on a database provided in the embodiment of the present invention may further include the following steps:
s100, configuring menu authority and menu response pages for different user roles.
Through the embodiment, the menu structures and the response pages with different user permissions are configured and stored in the database in advance, after the menu request of the front-end page is received, the user permission of the user loading the page menu according to the current request is read from the database, the menu structure and the response page of the corresponding user permission are read, the menu not in the user permission is filtered, the menu in the user permission is returned to the front-end page, so that the menu information in the user permission is dynamically loaded and displayed on the front-end page, and the menu containing the sub-page responds to the operation instruction (for example, a click instruction) of the user on the page menu after the operation instruction is received. When the menu structure displayed in the front-end page changes, only the configuration of the database table needs to be changed.
Fig. 3 is a schematic diagram of a system for dynamically loading a page menu based on a database according to an embodiment of the present invention, as shown in fig. 3, the system includes: the system comprises a front-end module, a rear-end module and a database. Applying the method for dynamically loading the page menu based on the database provided in the embodiment of the present invention to the system shown in fig. 3, the method may include the following steps:
firstly, a front-end module transmits user information to a rear-end module;
secondly, the back-end module reads a menu structure and user authority information configured in the database according to a user;
thirdly, the database returns a menu structure, a sub-menu response page and user permission information;
fourthly, the back end dynamically generates a menu structure under the user authority according to the return information of the database;
and the front-end module dynamically loads according to the menu structure returned by the rear-end module and responds to the page click request of the user.
And sixthly, only the configuration of the database needs to be modified for the change of the menu structure or the user permission.
In specific implementation, the method for dynamically loading a page menu based on a database provided in the embodiment of the present invention may include, but is not limited to, the following aspects:
A. designing a page menu structure table:
the page menu structure table should be able to fully represent the menu structure and at the same time be able to record the page required by the sub-menu display, so that the user can open the page when clicking. In one example, the design of the page menu structure table generally contains at least the field information shown in Table 1.
TABLE 1 Page Menu Structure Table
ID Menu ID
ParentID Parent Menu ID
Sort Display sequence
IsLeaf Whether last menu
PageName Last menu displayed page
The Sort field in table 1 should be set with a certain interval to facilitate the addition of new menu items. A certain interval is reserved when the sequencing Sort field is set in the menu list, so that a menu can be newly added in the middle of each sequencing menu under the condition of not changing the original configuration.
B. Designing a user permission correlation table:
the user authority related table mainly comprises a user information table, user role table information, a user role related table and the like. The user information table should contain user ID and other user information, the user role table should contain user role ID and other role related information, and the user role association table contains association information of user and role.
C. Designing a user menu authority association table:
the user menu authority association table contains the association information of user roles and the menu table, and is mainly used for configuring the authority of each role user to the menu. The table should contain at least user role IDs, menu IDs, and rights information.
D. Dynamic loading of a menu structure page:
when a user logs in and requests menu display, a menu with access authority and a corresponding response page are dynamically generated according to user information, a front-end page carries out dynamic loading display and response according to the generated menu information, and when a menu structure, a response page or user authority changes (such as menu addition and deletion and the like), only the configuration of a database needs to be changed, and the front-end page does not need to be recoded.
In the embodiment of the invention, the database is used as the basis, the menu structure and the response page are configured in the database, when a user logs in, the menu structure which should be displayed on the page and the page which should be responded by the final menu are returned according to different authorities of different users, and the configuration is analyzed and loaded by the front end, so that the menu structure with the authority can be dynamically generated and displayed according to the authority of the user. When the menu structure and the user authority are changed, only the configuration of the database needs to be modified, and the existing page code does not need to be changed, so that the time is greatly saved, the efficiency is improved, and meanwhile, the occurrence of errors is reduced.
Based on the same inventive concept, the embodiment of the present invention further provides a device for dynamically loading a page menu based on a database, as described in the following embodiments. Because the principle of the device for solving the problems is similar to the database-based page menu dynamic loading method, the implementation of the device embodiment may refer to the implementation of the database-based page menu dynamic loading method, and repeated details are not repeated.
Fig. 4 is a schematic diagram of a database-based page menu dynamic loading apparatus provided in an embodiment of the present invention, and as shown in fig. 4, the apparatus may include: a page menu request module 41, a menu configuration information acquisition module 42 and a page menu loading module 43.
The page menu requesting module 41 is configured to receive a menu request of a front-end page, where the menu request is used to request loading of a menu to be displayed; a menu configuration information obtaining module 42, configured to query configuration information of a menu to be displayed from a database according to a menu request; and the page menu loading module 43 is configured to load the menu to be displayed to the front-end page according to the configuration information, where the front-end page dynamically loads and displays the menu information of the menu to be displayed from the database.
As can be seen from the above, the page menu dynamic loading apparatus based on the database provided in the embodiment of the present invention receives the menu request of the front-end page through the page menu request module 41; inquiring the configuration information of the menu to be displayed from a database according to the menu to be displayed which is requested to be loaded by the menu configuration information acquisition module 42; the menu to be displayed is loaded to the front end page by the page menu loading module 43 according to the inquired configuration information, and the menu information of the menu to be displayed is dynamically loaded and displayed from the database by the front end page.
By the page menu dynamic loading device based on the database provided by the embodiment of the invention, the configuration information of the menu to be displayed is configured in the database in advance, the aim of dynamically loading the menu to be displayed to the front-end page according to the configuration information of the menu to be displayed can be realized, and the change of the menu structure or the user permission can be realized only by carrying out related configuration on the database under the condition of not changing the front-end page code.
In an embodiment, the menu configuration information obtaining module 42 may further be configured to: inquiring menu configuration information of the user authority from a database according to the user authority corresponding to the menu request; the page menu loading module 43 may further be configured to: dynamically generating a menu structure of a menu to be displayed according to the menu configuration information of the user authority; and loading the menu structure of the menu to be displayed to a front-end page.
In an embodiment, as shown in fig. 5, the apparatus for dynamically loading a database-based page menu provided in an embodiment of the present invention may further include: a page menu operation module 44, configured to receive an operation instruction executed on the front-end page menu; and the page menu response module 45 is configured to load the corresponding menu response page to the front-end page according to the operation instruction.
In an embodiment, as shown in fig. 5, the apparatus for dynamically loading a database-based page menu provided in an embodiment of the present invention may further include: and the menu configuration module 40 is used for configuring menu authority and menu response pages for different user roles.
Based on the same inventive concept, the embodiment of the present invention further provides a computer device, where the computer device includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, and when the processor executes the computer program, the method for dynamically loading the database-based page menu is implemented.
Based on the same inventive concept, the embodiment of the present invention further provides a computer readable storage medium, where a computer program for executing the database-based page menu dynamic loading method is stored in the computer readable storage medium.
In summary, the embodiments of the present invention provide a method, an apparatus, a computer device, and a computer-readable storage medium for dynamically loading a page menu based on a database, after receiving a menu request of a front-end page; and according to the menu to be displayed requested to be loaded by the menu request, inquiring the configuration information of the menu to be displayed from the database, further loading the menu to be displayed to a front-end page according to the inquired configuration information, and dynamically loading and displaying the menu information of the menu to be displayed from the database by the front-end page. Compared with the technical scheme of creating the page menu by adopting a static coding mode in the prior art, the method and the device can realize the purpose of dynamically loading the menu to be displayed to the front-end page according to the configuration information of the menu to be displayed by configuring the configuration information of the menu to be displayed in the database in advance, and can realize the change of the menu structure or the user permission only by carrying out related configuration on the database under the condition of not changing the front-end page code.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A page menu dynamic loading method based on a database is characterized by comprising the following steps:
receiving a menu request of a front-end page, wherein the menu request is used for requesting to load a menu to be displayed;
inquiring configuration information of a menu to be displayed from a database according to the menu request;
and loading the menu to be displayed to a front-end page according to the configuration information, wherein the front-end page dynamically loads and displays the menu information of the menu to be displayed from the database.
2. The method of claim 1,
according to the menu request, inquiring configuration information of the menu to be displayed from a database, wherein the configuration information comprises the following steps: inquiring menu configuration information of the user authority from a database according to the user authority corresponding to the menu request;
loading the menu to be displayed to a front-end page according to the configuration information, wherein the loading comprises the following steps: dynamically generating a menu structure of a menu to be displayed according to the menu configuration information of the user authority; and loading the menu structure of the menu to be displayed to a front-end page.
3. The method of claim 2, wherein after loading the menu structure of the menu to be displayed on the front end page, the method further comprises:
receiving an operation instruction executed on a front-end page menu;
and loading the corresponding menu response page to a front-end page according to the operation instruction.
4. The method of claim 3, wherein the method further comprises:
and configuring menu authority and menu response pages for different user roles.
5. A page menu dynamic loading device based on a database is characterized by comprising:
the system comprises a page menu request module, a menu display module and a menu display module, wherein the page menu request module is used for receiving a menu request of a front-end page, and the menu request is used for requesting to load a menu to be displayed;
the menu configuration information acquisition module is used for inquiring the configuration information of the menu to be displayed from a database according to the menu request;
and the page menu loading module is used for loading the menu to be displayed to a front-end page according to the configuration information, wherein the front-end page dynamically loads and displays the menu information of the menu to be displayed from the database.
6. The apparatus of claim 5, wherein the menu configuration information obtaining module is further configured to query, according to the user right corresponding to the menu request, menu configuration information of the user right from a database;
the page menu loading module comprises: the page menu structure dynamic generation module is used for dynamically generating a menu structure of a menu to be displayed according to the menu configuration information of the user authority; and the page menu structure returning module is used for loading the menu structure of the menu to be displayed to the front-end page.
7. The apparatus of claim 6, wherein the apparatus further comprises:
the page menu operation module is used for receiving an operation instruction executed on the front-end page menu;
and the page menu response module is used for loading the corresponding menu response page to the front-end page according to the operation instruction.
8. The apparatus of claim 7, wherein the apparatus further comprises:
and the menu configuration module is used for configuring menu authority and menu response pages for different user roles.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the database-based page menu dynamic loading method of any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, wherein the computer-readable storage medium stores a computer program for executing the database-based page menu dynamic loading method according to any one of claims 1 to 4.
CN202010909016.XA 2020-09-02 2020-09-02 Page menu dynamic loading method and device based on database Pending CN112035207A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010909016.XA CN112035207A (en) 2020-09-02 2020-09-02 Page menu dynamic loading method and device based on database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010909016.XA CN112035207A (en) 2020-09-02 2020-09-02 Page menu dynamic loading method and device based on database

Publications (1)

Publication Number Publication Date
CN112035207A true CN112035207A (en) 2020-12-04

Family

ID=73591136

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010909016.XA Pending CN112035207A (en) 2020-09-02 2020-09-02 Page menu dynamic loading method and device based on database

Country Status (1)

Country Link
CN (1) CN112035207A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112596708A (en) * 2020-12-16 2021-04-02 平安普惠企业管理有限公司 Webpage generating method and device, computer equipment and storage medium
CN112835490A (en) * 2021-02-24 2021-05-25 北京金山云网络技术有限公司 Menu display method and device, client device and storage medium
CN115167728A (en) * 2022-07-28 2022-10-11 深圳奇迹智慧网络有限公司 Menu bar merging and displaying method, device and computer readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080163260A1 (en) * 2006-12-29 2008-07-03 Verizon Business Financial Management Corp. Asynchronously generated menus
CN109784033A (en) * 2018-12-13 2019-05-21 平安科技(深圳)有限公司 Operating right Dynamic Configuration and relevant device based on page menus
CN110119294A (en) * 2019-04-04 2019-08-13 口碑(上海)信息技术有限公司 The generation method of menu page, apparatus and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080163260A1 (en) * 2006-12-29 2008-07-03 Verizon Business Financial Management Corp. Asynchronously generated menus
CN109784033A (en) * 2018-12-13 2019-05-21 平安科技(深圳)有限公司 Operating right Dynamic Configuration and relevant device based on page menus
CN110119294A (en) * 2019-04-04 2019-08-13 口碑(上海)信息技术有限公司 The generation method of menu page, apparatus and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112596708A (en) * 2020-12-16 2021-04-02 平安普惠企业管理有限公司 Webpage generating method and device, computer equipment and storage medium
CN112835490A (en) * 2021-02-24 2021-05-25 北京金山云网络技术有限公司 Menu display method and device, client device and storage medium
CN115167728A (en) * 2022-07-28 2022-10-11 深圳奇迹智慧网络有限公司 Menu bar merging and displaying method, device and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN112035207A (en) Page menu dynamic loading method and device based on database
CN111027921B (en) Service processing method and device, electronic equipment and storage medium
CN103309650B (en) The generation method and apparatus of persistent layer code
CN104424199A (en) Search method and device
RU2013157308A (en) APPLICATION MANAGEMENT METHOD AND APPLICATION PLATFORM
CN111241122B (en) Task monitoring method, device, electronic equipment and readable storage medium
CN104881466A (en) Method and device for processing data fragments and deleting garbage files
CN103488706A (en) Processing method and device for mass data base
CN110806866A (en) Generation method and device of front-end management system
CN105528218A (en) Data diagram cascaded method and data diagram cascaded system
US8327329B2 (en) Application dehydration, synchronization, and rehydration
CN111414361A (en) Label data storage method, device, equipment and readable storage medium
CN110222046B (en) List data processing method, device, server and storage medium
CN102004633B (en) Method and device for processing control property
CN108897858A (en) The appraisal procedure and device, electronic equipment of distributed type assemblies index fragment
CN115914387B (en) Resource sharing and data query method, device and server
CN110888840A (en) File query method, device, equipment and medium in distributed file system
US20170242836A1 (en) Architecture, system and method for storing files and data in organized grid format
CN113268288B (en) Shared file configuration method and device
CN105512168A (en) Cluster database composite data loading method and apparatus
CN104317820A (en) Statistical method and device of report
CN104040537A (en) Systems and methods of automatic generation and execution of database queries
CN110688387A (en) Data processing method and device
CN113553329B (en) Data integration system and method
CN112612797B (en) Multi-source same-table data loading method, device, equipment and 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