CN113031951A - Menu generation method and device, computer equipment and storage medium - Google Patents

Menu generation method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN113031951A
CN113031951A CN202110483847.XA CN202110483847A CN113031951A CN 113031951 A CN113031951 A CN 113031951A CN 202110483847 A CN202110483847 A CN 202110483847A CN 113031951 A CN113031951 A CN 113031951A
Authority
CN
China
Prior art keywords
main menu
target
menu
submenu
identification
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.)
Granted
Application number
CN202110483847.XA
Other languages
Chinese (zh)
Other versions
CN113031951B (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.)
Aijie Software Development Shenzhen Co Ltd
Original Assignee
Aijie Software Development Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Aijie Software Development Shenzhen Co Ltd filed Critical Aijie Software Development Shenzhen Co Ltd
Priority to CN202110483847.XA priority Critical patent/CN113031951B/en
Publication of CN113031951A publication Critical patent/CN113031951A/en
Application granted granted Critical
Publication of CN113031951B publication Critical patent/CN113031951B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • 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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The application relates to a menu generation method, a menu generation device, computer equipment and a storage medium. The method comprises the following steps: when a main menu generation instruction is monitored, determining a target main menu type and a target main menu identification corresponding to the main menu generation instruction; determining a reference main menu identification corresponding to the type of the target main menu; acquiring a reference submenu model configured for the reference main menu identification; the reference submenu model comprises at least one submenu with a mapping relation; taking a submenu in the reference submenu model as a lower menu of the target main menu identification; and obtaining a target main menu based on the target main menu identification and the corresponding lower menu. According to the technical scheme, a new target main menu can be automatically generated through the target main menu identification and the reference submenu model, and the development efficiency of the menu is improved.

Description

Menu generation method and device, computer equipment and storage medium
Technical Field
The present application relates to the field of web page front end technologies, and in particular, to a menu generation method and apparatus, a computer device, and a storage medium.
Background
The menu is an essential part in front-end development, the menus of most enterprise-level applications are unified and fixed at present, and if the organizational structure is adjusted, corresponding codes are required to be adjusted in a background program to complete the modification of the menus.
In the prior art, with the increase of the number of menu identifiers, codes are repeated in the development process, so that configuration files in a database become more and more bloated, and the development efficiency of menus is reduced.
Disclosure of Invention
In view of the above, it is necessary to provide a menu generating method, apparatus, computer device and storage medium for solving the above technical problems.
A method of menu generation, the method comprising: when a main menu generation instruction is monitored, determining a target main menu type and a target main menu identification corresponding to the main menu generation instruction; determining a reference main menu identification corresponding to the type of the target main menu; acquiring a reference submenu model configured for the reference main menu identification; the reference submenu model comprises at least one submenu with a mapping relation; taking a submenu in the reference submenu model as a lower menu of the target main menu identification; and obtaining a target main menu based on the target main menu identification and the corresponding lower menu.
In one embodiment, before the step of using the submenu in the reference submenu model as the lower-level menu of the target main menu identifier, the step of: acquiring an access address of a submenu identifier in the reference submenu model; obtaining a routing table corresponding to the target main menu identification; and loading the access address of each sub-menu identification into the destination address of the routing table.
In one embodiment, the obtaining a target main menu based on the target main menu identifier and a corresponding lower menu further includes: when trigger operation information aiming at the target main menu identification in an operation interface sent by a terminal is received, acquiring target menu page data corresponding to the access address of the target main menu identification; returning the target menu page data to the terminal; triggering the terminal to acquire a target main menu corresponding to the target menu page data, and displaying the target main menu in a display area corresponding to the target main menu identification in the operation interface; when trigger operation information aiming at a target submenu identifier of the target main menu, which is sent by the terminal, is received, a target access address corresponding to the target submenu identifier is obtained based on a target address of the routing table; acquiring corresponding target sub-menu page data according to the target access address; and returning the target menu sub-page data to the terminal to trigger the terminal to display a target sub-menu corresponding to the target sub-menu page data in a main display area in the operation interface.
In one embodiment, after the returning of the target menu sub-page data to the terminal to trigger the terminal to display the target sub-menu corresponding to the target sub-menu page data in the main display area of the operation interface, the method further includes: when item selection operation information aiming at the target submenu and sent by the terminal is received, determining a target item corresponding to the item selection operation information; acquiring an item card under at least one card type identifier corresponding to the target item; and triggering the terminal to arrange and display the item cards according to the item card type identification.
In one embodiment, the obtaining of the reference submenu model configured for the reference main menu identification previously includes: acquiring a parameter value corresponding to a submenu configuration item received by a terminal based on a menu model configuration interface; the submenu configuration items refer to the configuration items of each submenu identifier corresponding to the main menu identifier; acquiring a reference main menu identification and a topological connection relation among the submenu identifications; and generating a reference submenu model based on the parameter values corresponding to the menu configuration items and the topological connection relation.
In one embodiment, the determining a reference main menu identifier corresponding to the target main menu type includes: acquiring a main menu identification corresponding to a pre-configured submenu model; the main menu identification corresponds to the type of the main menu; and judging the matching of the target main menu type and the main menu type corresponding to the main menu identification, and determining the main menu identification corresponding to the main menu type matched with the target main menu type as a reference main menu identification.
In one embodiment, the method further comprises: when a user login instruction sent by a terminal is received, acquiring a user attribute identifier corresponding to the user login instruction; acquiring target visible member attribute identifications corresponding to the main menu identifications; when the attribute identification of the target visible member exists in the attribute identification matched with the user attribute identification, acquiring page data of the corresponding main menu identification based on the matched visible member attribute identification; and returning the page data of the main menu identification to the terminal to trigger the mobile terminal to display a page corresponding to the page data of the main menu identification.
A menu generating apparatus, the apparatus comprising: the first determining module is used for determining a target main menu type and a target main menu identification corresponding to a main menu generating instruction when the main menu generating instruction is monitored; the second determining module is used for determining a reference main menu identification corresponding to the target main menu type; the acquisition module is used for acquiring a reference submenu model configured for the reference main menu identification; the reference submenu model comprises at least one submenu with a mapping relation; and the generating module is used for taking the submenus in the reference submenu model as lower menus of the target main menu identification to obtain the target main menu.
A computer device comprising a memory and a processor, the memory storing a computer program, the processor implementing the following steps when executing the computer program: when a main menu generation instruction is monitored, determining a target main menu type and a target main menu identification corresponding to the main menu generation instruction; determining a reference main menu identification corresponding to the type of the target main menu; acquiring a reference submenu model configured for the reference main menu identification; the reference submenu model comprises at least one submenu with a mapping relation; taking a submenu in the reference submenu model as a lower menu of the target main menu identification; and obtaining a target main menu based on the target main menu identification and the corresponding lower menu.
A computer-readable storage medium, on which a computer program is stored which, when executed by a processor, carries out the steps of: when a main menu generation instruction is monitored, determining a target main menu type and a target main menu identification corresponding to the main menu generation instruction; determining a reference main menu identification corresponding to the type of the target main menu; acquiring a reference submenu model configured for the reference main menu identification; the reference submenu model comprises at least one submenu with a mapping relation; taking a submenu in the reference submenu model as a lower menu of the target main menu identification; and obtaining a target main menu based on the target main menu identification and the corresponding lower menu.
According to the menu generation method, the menu generation device, the computer equipment and the storage medium, when a main menu generation instruction is monitored, a target main menu type and a target main menu identification corresponding to the main menu generation instruction are determined, a reference main menu identification corresponding to the target main menu type is determined, a reference submenu model configured for the reference main menu identification is obtained, a submenu in the reference submenu model is used as a subordinate menu of the target main menu identification, a target main menu is obtained based on the target main menu identification and the corresponding subordinate menu, a new target main menu can be automatically generated through the target main menu identification and the reference submenu model, and the development efficiency of the menu is improved.
Drawings
FIG. 1 is a diagram of an application environment of a menu generation method in one embodiment;
FIG. 2 is a flowchart illustrating a menu generation method according to an embodiment;
FIG. 3 is a schematic diagram of a main menu generated in one embodiment;
FIG. 4 is a schematic flow chart illustrating steps of generating a target main menu according to an embodiment;
FIG. 5 is a display of a project card at a terminal in one embodiment;
FIG. 6 is a flowchart illustrating a menu generating method according to another embodiment;
FIG. 7 is a diagram illustrating main menu item settings, according to one embodiment;
FIG. 8 is a block diagram showing the structure of a menu generating apparatus according to an embodiment;
FIG. 9 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The menu generation method provided by the application can be applied to the application environment shown in fig. 1. Wherein the terminal 102 communicates with the server 104 via a network. When monitoring a main menu generation instruction sent by the terminal 102, the server 104 determines a target main menu type and a target main menu identification corresponding to the main menu generation instruction; determining a reference main menu identification corresponding to the type of the target main menu; acquiring a reference submenu model configured for referring to a main menu identifier; the reference submenu model comprises at least one submenu with a mapping relation; taking a submenu in the reference submenu model as a lower menu of the target main menu identification; and obtaining a target main menu based on the target main menu identification and the corresponding lower menu, and sending the target main menu to the terminal 102. At this time, the terminal 102 may display the target main menu in the interface. The terminal 102 may be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices, and the server 104 may be implemented by an independent server or a server cluster formed by a plurality of servers.
In one embodiment, as shown in fig. 2, a menu generating method is provided, which is described by taking the method as an example applied to the server in fig. 1, and includes the following steps:
s202, when a main menu generating instruction is monitored, determining a target main menu type and a target main menu identification corresponding to the main menu generating instruction.
The main menu is a menu with main menu items; the target main menu is a main menu generated corresponding to the main menu generation instruction; the main menu generation instruction can be sent by a terminal, the terminal receives a main menu identifier and a target main menu type input by a user through a main menu generation page, and the main menu generation instruction is generated according to the main menu identifier and the target main menu type, wherein the main menu generation instruction carries the main menu identifier and the main menu type. The main menu identification refers to the name of the main menu, such as: "personnel architecture", "product management", etc., the name of the main menu may be drawn up by the user. The main menu type refers to the category to which the main menu identifier belongs. For example, when the main menu is identified as "Beijing cause group", "Shenzhen cause group", its main menu type may be cause group.
Specifically, when a server receives a main menu generating instruction, the main menu generating instruction carries a target main menu identifier and a type identifier; and acquiring a target main menu identification carried by the main menu generating instruction and determining the corresponding target main menu type based on the type identification carried by the main menu generating instruction.
And S204, determining a reference main menu identification corresponding to the type of the target main menu.
The reference main menu refers to a pre-generated main menu. The number of reference main menus may be at least one. Each reference main menu corresponds to a reference main menu identifier, and the reference main menu identifier may be a name of the reference main menu. Specifically, the type of the reference main menu is obtained, and is compared with the type of the target main menu obtained in S202, and when the type of one of the reference main menus is the same as the type of the target main menu, the reference main menu identifier is obtained.
S206, acquiring a reference submenu model configured for referring to the main menu identification; the reference submenu model comprises at least one submenu with a mapping relation.
The reference submenu model may be generated according to submenu generation data input by a user when a web menu is generated for the first time. The menu data corresponding to the menu item that needs to generate the menu may be preset in the target database in a manner of being entered in advance, for example, the preset menu data may be entered into a specific data table of the target database. The sub-menu generation data may include a menu identification code, a menu name, a parent node, whether a child node is present, and a web page address. The menu identification code is an identification code which is automatically generated by a database and corresponds to a menu item and is used for identifying the menu item; the menu name is a name for display corresponding to the menu item; the father node represents a menu identification code corresponding to a previous menu of a menu item corresponding to the menu data, whether the child node represents that the menu item corresponding to the menu data is the lowest menu or not is judged, and the webpage address refers to a page address corresponding to each child menu item.
The preset menu data may be represented by a data structure reflecting a logical relationship between data elements, wherein the logical relationship refers to a context between the data elements, regardless of their storage locations in the computer. For example, the data structure may be a tree structure, a graph structure, or a linear structure. In this embodiment, the menu data is displayed in a tree structure, where the tree structure is composed of a series of assignment codes, and is used to display the menu data in the tree structure, obtain the hierarchical relationship between menu items according to preset menu data, and convert the character string stored in the target database to represent the hierarchical relationship between menu items into the codes that actually represent the relationship between menu items.
The reference submenu model may include a plurality of submenu items, where a certain mapping relationship exists among the plurality of submenu items. For example, the first menu item may include a second menu item and a third menu item.
Specifically, according to the reference main menu identifier obtained in S204, sub-menu data corresponding to the reference main menu identifier is obtained, where the sub-menu data is used to generate a sub-menu identification code, a sub-menu item name, and a mapping relationship between sub-menus. And generating a submenu model according to the submenu identification code, the submenu item name and the mapping relation among the submenus, wherein the submenu model is the same as the reference submenu.
And S208, taking the submenus in the reference submenu model as lower menus of the target main menu identification.
Specifically, according to the submenu items in the reference submenu obtained in S206, the web page addresses corresponding to the submenu items are extracted, and the extracted web page addresses are sequentially added to the routing service of the target main menu item. When the server receives a main menu item triggering instruction sent by the terminal, the server firstly obtains target webpage data of a webpage address corresponding to the main menu item through a routing service and sends the target webpage data to the terminal so as to trigger the terminal to display a target webpage corresponding to the target webpage data, wherein the webpage comprises the main menu item and a lower menu of the main menu item, and the lower menu is a submenu in a reference submenu model.
And S210, obtaining a target main menu based on the target main menu identification and the corresponding lower menu.
Specifically, a target main menu item is generated according to the main menu generation instruction and the lower menu of the target main menu identification obtained in S208 generates the target main menu.
According to the menu generation method, when a main menu generation instruction is monitored, a target main menu type and a target main menu identification corresponding to the main menu generation instruction are determined, a reference main menu identification corresponding to the target main menu type is determined, a reference submenu model configured for the reference main menu identification is obtained, submenus in the reference submenu model are used as subordinate menus of the target main menu identification, the target main menu is obtained based on the target main menu identification and the corresponding subordinate menus, a new target main menu can be automatically generated through the target main menu identification and the reference submenu model, and the development efficiency of the menus is improved.
In one embodiment, before referring to a sub-menu in the sub-menu model as a lower menu of the target main menu identification, the method comprises the following steps: acquiring an access address of a submenu identifier in a reference submenu model; acquiring a routing table corresponding to a target main menu identifier; and loading the access address identified by each submenu into the destination address of the routing table.
The access address may be implemented by a Uniform Resource Locator (URL) or the like. The URL is a compact representation of the location and access method of a resource available from the internet, and is an address of a standard resource on the internet, and a hypertext transfer protocol or a file transfer protocol may be used to transmit access data corresponding to the access address.
In one embodiment, the process of obtaining the access address of the sub-menu identifier in the reference sub-menu model may be: and obtaining a routing table of the routing service referring to the main menu item in the reference submenu model, and searching the access address recorded in the routing table through the submenu identifier so as to obtain the access address corresponding to the submenu identifier. Wherein the routing table is a spreadsheet (file) or class database stored in the router or networked computer. The routing table stores paths pointing to specific network addresses, and contains topology information of the network periphery. The main goal of routing table establishment is to implement routing protocols and static routing. And finally, finding a routing table stored in the server according to the name of the target main menu, wherein address information of next hop transmission of data is stored in the routing table, and adding an access address corresponding to the obtained submenu identifier in the reference submenu model into the routing table.
A main menu generated according to the menu generation method in this embodiment, with a sub-menu in the reference sub-menu model as a lower menu of the target main menu identifier, is as shown in fig. 3. There are 3 target main menu identifications shown in FIG. 3: beijing cause group, Shenzhen cause group and basic technology center. Each target main menu mark corresponds to a submenu mark, taking Beijing business group as an example, the submenu mark corresponding to the submenu mark is as follows: member list, first-level team 001, second-level team 002. The submenu items in the Shenzhen cause group are the submenu items in the pre-generated submenu model in the Beijing cause group.
In this embodiment, the submenu in the reference submenu model is used as the lower menu of the target main menu identifier, the target main menu is obtained based on the target main menu identifier and the corresponding lower menu, a new target main menu can be automatically generated through the target main menu identifier and the reference submenu model, and the development efficiency of the menu is improved.
In one embodiment, as shown in fig. 4, obtaining the target main menu based on the target main menu identifier and the corresponding lower menu, and then:
s402, when trigger operation information aiming at a target main menu identification in an operation interface sent by a terminal is received, target menu page data corresponding to an access address of the target main menu identification is obtained.
Specifically, when a user performs a trigger operation on an operation interface of the terminal for a target main menu identifier, the server receives the trigger operation information and actively acquires target menu page data corresponding to an access address of the target main menu identifier.
S404, returning target menu page data to the terminal; and the trigger terminal acquires a target main menu corresponding to the target menu page data and displays the target main menu in a display area corresponding to the target main menu identification in the operation interface.
The operation interface refers to a display interface of a main menu. The operation interface can be displayed in a full screen mode, covers a webpage corresponding to the corresponding access address in the sub-menu item, and can also be displayed on one side of the display screen.
Specifically, the target menu page data obtained in step S402 is returned to the terminal, and the terminal displays a target main menu on the operation interface according to the target menu page data, where the target main menu may be displayed in full screen or on one side of the display screen.
S406, when the trigger operation information aiming at the target submenu identifier of the target main menu sent by the terminal is received, the target access address corresponding to the target submenu identifier is obtained based on the target address of the routing table.
The target submenu is a submenu item in the submenu model referring to the main menu.
Specifically, when the server receives trigger operation information, which is sent by the terminal and is aimed at a target submenu identifier of a target main menu, a target access address corresponding to the target submenu identifier is obtained based on an access address added in the routing table.
S408, acquiring corresponding target sub-menu page data according to the target access address.
Specifically, the server acquires the target sub-menu page data according to the target access address acquired in S406.
And S410, returning the target menu sub-page data to the terminal to trigger the terminal to display the target sub-menu corresponding to the target sub-menu page data in the main display area of the operation interface.
The main display area may be a main display area in the display screen, or may be a display area with a larger area in the display screen, for example: an area formed by the middle area and the right area of the display screen is used as a main display area.
Specifically, the server sends the target sub-menu page data obtained according to S408 to the terminal, so that the terminal displays the target sub-menu corresponding to the target sub-menu page data in the main display area in the operation interface.
In this embodiment, by using the submenu of the reference main menu as the lower menu of the target main menu, it is possible to automatically generate submenu items as long as one main menu item is generated, thereby improving the generation efficiency of the menu.
In one embodiment, after returning the target menu sub-page data to the terminal to trigger the terminal to display the target sub-menu corresponding to the target sub-menu page data in the main display area of the operation interface, the method further includes: when item selection operation information aiming at a target submenu sent by a terminal is received, determining a target item corresponding to the item selection operation information; acquiring a project card under at least one card type identifier corresponding to a target project; and the triggering terminal arranges and displays the item cards according to the item card type identification.
The item selection operation information is information corresponding to the selection operation of the item card displayed in the target sub-menu. The selection operation may be a filtering operation, such as: and the terminal receives the filtering condition input by the user through the filtering frame and acquires the target item corresponding to the filtering condition.
Specifically, when the server receives trigger information of a target submenu on the terminal, page data of an access address corresponding to the target submenu is obtained, and a target page corresponding to the target submenu is returned to the terminal; the target page comprises a project selection item, and when the server receives operation information of the project selection item on the terminal, the server acquires page data corresponding to the project selection item.
The target project page comprises a plurality of card types, and a plurality of project cards corresponding to the card types are arranged under each card type identifier; the project card can contain project characters, project codes, project update history records and the like; where the card types include completed items, to-be-completed items, items in progress, and the like. Different card types may show different indicia on the terminal's display page, where important card types may be marked with more prominent indicia.
The arrangement display may be performed in a specific order, may be in a horizontal arrangement, may be in a vertical arrangement, or may be in an arrangement in another manner.
And acquiring the item card information under various card type identifications according to the target item obtained in the step. And the server returns the acquired item card information to the terminal to trigger the terminal to display the item card content corresponding to the item card information, and the item card is arranged and displayed according to the card type identifier.
In one embodiment, as shown in fig. 5, the terminal uses the left side of the display interface as a menu display area, where the menu display area refers to an area corresponding to a menu bar. Each target main menu identification can be displayed in the menu display area, such as: the menu comprises individuals, stories, defects, clients, versions, operations and the like, and corresponding submenu identifications can be displayed in the main menus corresponding to each main menu identification. When trigger operation information aiming at a target main menu identification of a client in a menu interface, which is sent by a terminal, is received, target menu page data corresponding to an access address of the client are obtained; returning target menu page data to the terminal; acquiring a target main menu corresponding to the target menu page data by using the trigger terminal, and displaying the target main menu in a display area corresponding to a target main menu identifier in an operation interface; the target submenu has the following submenu identifiers displayed therein: research and development work, customer kanban, customer large screen, production event kanban. When trigger operation information aiming at a target submenu identifier of a target main menu of research and development work sent by a terminal is received, acquiring a target access address corresponding to the research and development work based on a target address of a routing table; acquiring corresponding target sub-menu page data according to the target access address; and returning the target menu sub-page data to the terminal to trigger the terminal to display a target sub-menu corresponding to the target sub-menu page data on the right side of the menu bar in the operation interface. And when the filtering condition aiming at the target submenu sent by the terminal is received, determining that the filtering condition is 'Hengfeng bank', and acquiring the target item corresponding to the 'Hengfeng bank'. The target project comprises 4 proxy project cards, 2 follow-up project cards, 5 development project cards, 2 project cards to be online, 1 project card to be communicated and 2 completed project cards. The server triggers the terminal to arrange and display the item cards according to the types of the item cards, and the arrangement and display mode is shown on the right side in fig. 5. Each project card can be configured as an operation control, and when the terminal receives the trigger operation of the corresponding operation control, the specific content of the project card can be expanded and displayed. For example: when "card 11" in the proxy item card is selected, the specific content of "card 11" is displayed in the pop-up window. In addition, project cards under different user indicia may be displayed in different card formats, such as: the "card 34" and "card 35" in the development project cards are marked as important cards by the user, and the two project cards are displayed in a distinguishing way.
In this embodiment, the project information is packaged into a project card, and the project cards are arranged according to the card types in a classified manner, so that the user can clearly see the progress degree of the project.
In one embodiment, obtaining a reference submenu model configured for reference to a main menu identification previously comprises: acquiring a parameter value corresponding to a submenu configuration item received by a terminal based on a menu model configuration interface; the submenu configuration items refer to the configuration items of each submenu identifier corresponding to the main menu identifier; acquiring a reference main menu identification and a topological connection relation among all submenu identifications; and generating a reference submenu model based on the parameter values corresponding to the menu configuration items and the topological connection relation.
The menu model configuration interface comprises various menu data types and corresponding parameter values for generating the submenus. For example, the menu data type includes a menu identification code, a menu name, a parent node, whether a child node is present, a web page address, and the like. Specifically, the server acquires a parameter value corresponding to the menu data type.
The topological relation refers to the mutual relation among all spatial data meeting the topological geometry principle. The reference to the topological connection relationship between the main menu identifier and each submenu identifier means the inclusion relationship between the main menu identifier and the submenu identifier. For example, the first sub-menu item includes a second menu item and a third sub-menu item.
Specifically, a reference submenu model is generated according to the obtained parameter values corresponding to the menu configuration items and the topological connection relation.
In the embodiment, the reference submenu model is generated through the parameter values corresponding to the menu configuration items and the topological connection relation, when a new target main menu is to be generated, the target main menu can be generated according to the reference submenu model, and the development efficiency of the menu is improved.
In one embodiment, determining a reference main menu identifier corresponding to a target main menu type includes:
acquiring a main menu identification corresponding to a pre-configured submenu model; the main menu identification corresponds to the type of the main menu; and judging the matching of the target main menu type and the main menu type corresponding to the main menu identification, and determining the main menu identification corresponding to the main menu type matched with the target main menu type as a reference main menu identification.
Specifically, the server first obtains main menu identifiers of the configured submenu models, and each main menu identifier has a corresponding main menu type. And sequentially judging the matching of the target main menu type and the main menu type corresponding to the obtained main menu identification until the main menu with the same type as the target main menu is matched, and determining the main menu identification as a reference main menu identification.
In this embodiment, the submenu model of the main menu, which is the same in type as the target main menu, is used as the lower menu of the target main menu, so that a new target main menu can be automatically generated, and the development efficiency of the menu is improved.
In one embodiment, as shown in fig. 6, the menu generating method further includes:
s602, when a user login instruction sent by the terminal is received, a user attribute identifier corresponding to the user login instruction is obtained.
The user login instruction carries a user attribute identifier, the user attribute identifier is distributed according to a department to which the user belongs, and the same user may have a plurality of attribute identifiers. Specifically, when a user login button on the terminal is triggered, a user login instruction is sent to the server, and the server acquires the user attribute identification of the user from the user login instruction.
S604, acquiring the target visible member attribute identification corresponding to each main menu identification.
Specifically, after the server receives a user login instruction, the target visible member attribute identifier corresponding to each main menu identifier is obtained.
S606, when the attribute identification of the target visible member exists the attribute identification matched with the user attribute identification, the page data of the corresponding main menu identification is obtained based on the matched visible member attribute identification.
Specifically, when the attribute identifier of the target visible member exists in the attribute identifier matched with the user attribute identifier, the page data of the target main menu corresponding to the visible member attribute identifier is acquired.
And S608, returning the page data of the main menu identifier to the terminal to trigger the mobile terminal to display the page corresponding to the page data of the main menu identifier.
Specifically, the server returns page data of the target main menu to the terminal to trigger the terminal to display a page corresponding to the page data of the target main menu identifier, and if the attribute identifier matched with the user attribute identifier does not exist in the target visible member attribute identifier, the server does not return any data to the terminal.
In the embodiment, the specific user can see the target main menu by judging whether the attribute identification of the visible member of the target exists the attribute identification matched with the user attribute identification, so that the safety of menu information is enhanced.
In one embodiment, as shown in fig. 7, a method for automatically generating a main menu by configuring the main menu item is provided.
Firstly, parameter values are set on an editing menu item page of the terminal. In this embodiment, the main menu may be automatically generated by setting the main menu item, so that the dynamically grouped menu generation manner is selected from the menu generation manner options, and in other embodiments, the main menu may also be generated in a customized manner. The main menu is selected in a menu form, and in the embodiment, the main menu item is configured to form the main menu item. Determining the main menu item identification by setting the parameter name in the main menu item; the main menu type matched with the main menu can be determined by setting the parameter type in the main menu item. For example, in the present embodiment, the parameter name is set to "beijing business group", and the parameter type is set to "business group".
Then, the types of the pre-generated main menus are obtained, the type matched with the 'cause group' is found from the types of the pre-generated main menus, one pre-generated main menu identification corresponding to the type is obtained, a lower-level submenu model of the main menu identification is obtained through the main menu identification, the access addresses corresponding to the submenu items in the submenu model are sequentially added into a routing table in the routing service in the target main menu of the 'Beijing cause group', and the sub-menu under the pre-generated main menu identification can be used as the lower-level menu of the target submenu.
Finally, user options of the menu can be seen through the configuration of the main menu configuration items, a member attribute set which can see the menu is selected, users belonging to Beijing division of public affairs are selected in the member attribute set and set as filtering conditions, when special users need to be added, the filtering conditions can be continuously added, and the filtering conditions can be used and/or connected.
In this embodiment, a parameter value is set on an editing menu item page of a terminal to generate a main menu, a target main menu type and a target main menu identifier corresponding to a main menu generation instruction are determined, a reference main menu identifier corresponding to the target main menu type is determined, a reference submenu model configured for the reference main menu identifier is obtained, a submenu in the reference submenu model is used as a subordinate menu of the target main menu identifier, a target main menu is obtained based on the target main menu identifier and the corresponding subordinate menu, a new target main menu can be automatically generated through the target main menu identifier and the reference submenu model, and development efficiency of the menu is improved.
It should be understood that although the various steps in the flow charts of fig. 2-7 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 2-7 may include multiple steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed in turn or alternately with other steps or at least some of the other steps.
In one embodiment, as shown in fig. 8, there is provided a menu generating apparatus 800 comprising: the device comprises a first determining module, a second determining module, an obtaining module, a first generating module and a second generating module, wherein:
a first determining module 802, configured to determine, when a main menu generation instruction is monitored, a target main menu type and a target main menu identifier corresponding to the main menu generation instruction;
a second determining module 804, configured to determine a reference main menu identifier corresponding to the target main menu type;
an obtaining module 806, configured to obtain a reference submenu model configured for the reference main menu identifier; the reference submenu model comprises at least one submenu with a mapping relation;
a first generating module 808, configured to use a submenu in the reference submenu model as a lower-level menu of the target main menu identifier;
and a second generating module 810, configured to obtain a target main menu based on the target main menu identifier and the corresponding lower menu.
According to the menu generating device 800, when a main menu generating instruction is monitored, a target main menu type and a target main menu identification corresponding to the main menu generating instruction are determined, a reference main menu identification corresponding to the target main menu type is determined, a reference submenu model configured for the reference main menu identification is obtained, a submenu in the reference submenu model is used as a subordinate menu of the target main menu identification, the target main menu is obtained based on the target main menu identification and the corresponding subordinate menu, a new target main menu can be automatically generated through the target main menu identification and the reference submenu model, and the development efficiency of the menu is improved.
In one embodiment, the first generating module further comprises: the address acquisition submodule is used for acquiring an access address of the submenu identifier in the reference submenu model; a routing table obtaining submodule, configured to obtain a routing table corresponding to the target main menu identifier; and the loading submodule is used for loading the access address of each submenu identifier into the destination address of the routing table.
In one embodiment, the second generation module further comprises a first data acquisition submodule, a second data acquisition submodule and a third data acquisition submodule, wherein the first data acquisition submodule is used for acquiring target menu page data corresponding to the access address of the target main menu identifier when receiving triggering operation information which is sent by a terminal and aims at the target main menu identifier in an operation interface; the first data return submodule is used for returning the target menu page data to the terminal; triggering the terminal to acquire a target main menu corresponding to the target menu page data, and displaying the target main menu in a display area corresponding to the target main menu identification in the operation interface; the address acquisition submodule is used for acquiring a target access address corresponding to a target submenu identifier based on a destination address of the routing table when receiving trigger operation information which is sent by the terminal and aims at the target submenu identifier of the target main menu; the second data acquisition submodule is used for acquiring corresponding target sub-menu page data according to the target access address; and the second data return submodule is used for returning the target menu sub-page data to the terminal so as to trigger the terminal to display a target sub-menu corresponding to the target sub-menu page data in a main display area in the operation interface.
In one embodiment, the second data return sub-module further comprises: the target item determining submodule is used for determining a target item corresponding to the item selection operation information when the item selection operation information aiming at the target submenu and sent by the terminal is received; the project card acquisition submodule acquires a project card under at least one card type identifier corresponding to the target project; and the triggering display module is used for triggering the terminal to arrange and display the item cards according to the item card type identifiers.
In one embodiment, the obtaining module includes: the parameter value acquisition submodule is used for acquiring a parameter value which is received by the terminal based on the menu model configuration interface and corresponds to the submenu configuration item; the submenu configuration items refer to the configuration items of each submenu identifier corresponding to the main menu identifier; the connection relation obtaining submodule is used for obtaining a reference main menu identification and a topological connection relation among the submenu identifications; and the submenu generation submodule is used for generating a reference submenu model based on the parameter values corresponding to the menu configuration items and the topological connection relation.
In one embodiment, the second determining module includes: the main menu identification obtaining submodule is used for obtaining a main menu identification corresponding to a preset submenu model; the main menu identification corresponds to the type of the main menu; and the reference identifier determining submodule is used for judging the matching of the target main menu type and the main menu type corresponding to the main menu identifier and determining the main menu identifier corresponding to the main menu type matched with the target main menu type as the reference main menu identifier.
In one embodiment, the menu generating apparatus further comprises: the first identification obtaining submodule is used for obtaining the target visible member attribute identification corresponding to each main menu identification; the second identification obtaining submodule is used for obtaining the target visible member attribute identification corresponding to each main menu identification; the page data acquisition sub-module is used for acquiring the page data of the corresponding main menu identification based on the matched visible member attribute identification when the attribute identification matched with the user attribute identification exists in the target visible member attribute identification; and the page data returning submodule is used for returning the page data of the main menu identification to the terminal so as to trigger the mobile terminal to display a page corresponding to the page data of the main menu identification.
For specific limitations of the menu generating device, reference may be made to the above limitations of the menu generating method, which is not described herein again. The modules in the menu generating device can be wholly or partially implemented by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a server, and its internal structure diagram may be as shown in fig. 9. The computer device includes a processor, a memory, and a network interface connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing menu page data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a menu generation method.
Those skilled in the art will appreciate that the architecture shown in fig. 9 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided, comprising a memory and a processor, the memory having a computer program stored therein, the processor implementing the following steps when executing the computer program: when a main menu generation instruction is monitored, determining a target main menu type and a target main menu identification corresponding to the main menu generation instruction; determining a reference main menu identification corresponding to the type of the target main menu; acquiring a reference submenu model configured for the reference main menu identification; the reference submenu model comprises at least one submenu with a mapping relation; taking a submenu in the reference submenu model as a lower menu of the target main menu identification; and obtaining a target main menu based on the target main menu identification and the corresponding lower menu.
In one embodiment, the processor, when executing the computer program, further performs the steps of: acquiring an access address of a submenu identifier in the reference submenu model; obtaining a routing table corresponding to the target main menu identification; and loading the access address of each sub-menu identification into the destination address of the routing table.
In one embodiment, the processor, when executing the computer program, further performs the steps of: when trigger operation information aiming at the target main menu identification in an operation interface sent by a terminal is received, acquiring target menu page data corresponding to the access address of the target main menu identification; returning the target menu page data to the terminal; triggering the terminal to acquire a target main menu corresponding to the target menu page data, and displaying the target main menu in a display area corresponding to the target main menu identification in the operation interface; when trigger operation information aiming at a target submenu identifier of the target main menu, which is sent by the terminal, is received, a target access address corresponding to the target submenu identifier is obtained based on a target address of the routing table; acquiring corresponding target sub-menu page data according to the target access address; and returning the target menu sub-page data to the terminal to trigger the terminal to display a target sub-menu corresponding to the target sub-menu page data in a main display area in the operation interface.
In one embodiment, the processor, when executing the computer program, further performs the steps of: when item selection operation information aiming at the target submenu and sent by the terminal is received, determining a target item corresponding to the item selection operation information; acquiring an item card under at least one card type identifier corresponding to the target item; and triggering the terminal to arrange and display the item cards according to the item card type identification.
In one embodiment, the processor, when executing the computer program, further performs the steps of: acquiring a parameter value corresponding to a submenu configuration item received by a terminal based on a menu model configuration interface; the submenu configuration items refer to the configuration items of each submenu identifier corresponding to the main menu identifier; acquiring a reference main menu identification and a topological connection relation among the submenu identifications; and generating a reference submenu model based on the parameter values corresponding to the menu configuration items and the topological connection relation.
In one embodiment, the processor, when executing the computer program, further performs the steps of: acquiring a main menu identification corresponding to a pre-configured submenu model; the main menu identification corresponds to the type of the main menu; and judging the matching of the target main menu type and the main menu type corresponding to the main menu identification, and determining the main menu identification corresponding to the main menu type matched with the target main menu type as a reference main menu identification.
In one embodiment, the processor, when executing the computer program, further performs the steps of: when a user login instruction sent by a terminal is received, acquiring a user attribute identifier corresponding to the user login instruction; acquiring target visible member attribute identifications corresponding to the main menu identifications; when the attribute identification of the target visible member exists in the attribute identification matched with the user attribute identification, acquiring page data of the corresponding main menu identification based on the matched visible member attribute identification; and returning the page data of the main menu identification to the terminal to trigger the mobile terminal to display a page corresponding to the page data of the main menu identification.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of: when a main menu generation instruction is monitored, determining a target main menu type and a target main menu identification corresponding to the main menu generation instruction; determining a reference main menu identification corresponding to the type of the target main menu; acquiring a reference submenu model configured for the reference main menu identification; the reference submenu model comprises at least one submenu with a mapping relation; taking a submenu in the reference submenu model as a lower menu of the target main menu identification; and obtaining a target main menu based on the target main menu identification and the corresponding lower menu.
In one embodiment, the computer program when executed by the processor further performs the steps of: acquiring an access address of a submenu identifier in the reference submenu model; obtaining a routing table corresponding to the target main menu identification; and loading the access address of each sub-menu identification into the destination address of the routing table.
In one embodiment, the computer program when executed by the processor further performs the steps of: when trigger operation information aiming at the target main menu identification in an operation interface sent by a terminal is received, acquiring target menu page data corresponding to the access address of the target main menu identification; returning the target menu page data to the terminal; triggering the terminal to acquire a target main menu corresponding to the target menu page data, and displaying the target main menu in a display area corresponding to the target main menu identification in the operation interface; when trigger operation information aiming at a target submenu identifier of the target main menu, which is sent by the terminal, is received, a target access address corresponding to the target submenu identifier is obtained based on a target address of the routing table; acquiring corresponding target sub-menu page data according to the target access address; and returning the target menu sub-page data to the terminal to trigger the terminal to display a target sub-menu corresponding to the target sub-menu page data in a main display area in the operation interface.
In one embodiment, the computer program when executed by the processor further performs the steps of: when item selection operation information aiming at the target submenu and sent by the terminal is received, determining a target item corresponding to the item selection operation information; acquiring an item card under at least one card type identifier corresponding to the target item; and triggering the terminal to arrange and display the item cards according to the item card type identification.
In one embodiment, the computer program when executed by the processor further performs the steps of: acquiring a parameter value corresponding to a submenu configuration item received by a terminal based on a menu model configuration interface; the submenu configuration items refer to the configuration items of each submenu identifier corresponding to the main menu identifier; acquiring a reference main menu identification and a topological connection relation among the submenu identifications; and generating a reference submenu model based on the parameter values corresponding to the menu configuration items and the topological connection relation.
In one embodiment, the computer program when executed by the processor further performs the steps of: acquiring a main menu identification corresponding to a pre-configured submenu model; the main menu identification corresponds to the type of the main menu; and judging the matching of the target main menu type and the main menu type corresponding to the main menu identification, and determining the main menu identification corresponding to the main menu type matched with the target main menu type as a reference main menu identification.
In one embodiment, the computer program when executed by the processor further performs the steps of: when a user login instruction sent by a terminal is received, acquiring a user attribute identifier corresponding to the user login instruction; acquiring target visible member attribute identifications corresponding to the main menu identifications; when the attribute identification of the target visible member exists in the attribute identification matched with the user attribute identification, acquiring page data of the corresponding main menu identification based on the matched visible member attribute identification; and returning the page data of the main menu identification to the terminal to trigger the mobile terminal to display a page corresponding to the page data of the main menu identification.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database or other medium used in the embodiments provided herein can include at least one of non-volatile and volatile memory. Non-volatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical storage, or the like. Volatile Memory can include Random Access Memory (RAM) or external cache Memory. By way of illustration and not limitation, RAM can take many forms, such as Static Random Access Memory (SRAM) or Dynamic Random Access Memory (DRAM), among others.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method for generating a menu, the method comprising:
when a main menu generation instruction is monitored, determining a target main menu type and a target main menu identification corresponding to the main menu generation instruction;
determining a reference main menu identification corresponding to the type of the target main menu;
acquiring a reference submenu model configured for the reference main menu identification; the reference submenu model comprises at least one submenu with a mapping relation;
taking a submenu in the reference submenu model as a lower menu of the target main menu identification;
and obtaining a target main menu based on the target main menu identification and the corresponding lower menu.
2. The method of claim 1, wherein said pre-addressing a sub-menu of said reference sub-menu model as a sub-menu of said target main-menu identity comprises:
acquiring an access address of a submenu identifier in the reference submenu model;
obtaining a routing table corresponding to the target main menu identification;
and loading the access address of each sub-menu identification into the destination address of the routing table.
3. The method of claim 2, wherein obtaining a target main menu based on the target main menu identification and a corresponding lower menu further comprises:
when trigger operation information aiming at the target main menu identification in an operation interface sent by a terminal is received, acquiring target menu page data corresponding to the access address of the target main menu identification;
returning the target menu page data to the terminal; triggering the terminal to acquire a target main menu corresponding to the target menu page data, and displaying the target main menu in a display area corresponding to the target main menu identification in the operation interface;
when trigger operation information aiming at a target submenu identifier of the target main menu, which is sent by the terminal, is received, a target access address corresponding to the target submenu identifier is obtained based on a target address of the routing table;
acquiring corresponding target sub-menu page data according to the target access address;
and returning the target menu sub-page data to the terminal to trigger the terminal to display a target sub-menu corresponding to the target sub-menu page data in a main display area in the operation interface.
4. The method according to claim 3, wherein after the returning of the target menu sub-page data to the terminal to trigger the terminal to display a target sub-menu corresponding to the target sub-menu page data in a main display area of the operation interface, the method further comprises:
when item selection operation information aiming at the target submenu and sent by the terminal is received, determining a target item corresponding to the item selection operation information;
acquiring an item card under at least one card type identifier corresponding to the target item;
and triggering the terminal to arrange and display the item cards according to the item card type identification.
5. The method of claim 1, wherein obtaining the reference submenu model configured for the reference main menu identification previously comprises:
acquiring a parameter value corresponding to a submenu configuration item received by a terminal based on a menu model configuration interface; the submenu configuration items refer to the configuration items of each submenu identifier corresponding to the main menu identifier;
acquiring a reference main menu identification and a topological connection relation among the submenu identifications;
and generating a reference submenu model based on the parameter values corresponding to the menu configuration items and the topological connection relation.
6. The method of claim 1, wherein the determining a reference main menu identification corresponding to the target main menu type comprises:
acquiring a main menu identification corresponding to a pre-configured submenu model; the main menu identification corresponds to the type of the main menu;
and judging the matching of the target main menu type and the main menu type corresponding to the main menu identification, and determining the main menu identification corresponding to the main menu type matched with the target main menu type as a reference main menu identification.
7. The method of claim 1, further comprising: when a user login instruction sent by a terminal is received, acquiring a user attribute identifier corresponding to the user login instruction;
acquiring target visible member attribute identifications corresponding to the main menu identifications;
when the attribute identification of the target visible member exists in the attribute identification matched with the user attribute identification, acquiring page data of the corresponding main menu identification based on the matched visible member attribute identification;
and returning the page data of the main menu identification to the terminal to trigger the mobile terminal to display a page corresponding to the page data of the main menu identification.
8. An apparatus for generating a menu, the apparatus comprising:
the first determining module is used for determining a target main menu type and a target main menu identification corresponding to a main menu generating instruction when the main menu generating instruction is monitored;
the second determining module is used for determining a reference main menu identification corresponding to the target main menu type;
the acquisition module is used for acquiring a reference submenu model configured for the reference main menu identification; the reference submenu model comprises at least one submenu with a mapping relation;
the first generation module is used for taking a submenu in the reference submenu model as a lower menu of the target main menu identifier;
and the second generation module is used for obtaining the target main menu based on the target main menu identification and the corresponding lower menu.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, implements the steps of the method of any of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 7.
CN202110483847.XA 2021-04-30 2021-04-30 Menu generation method, menu generation device, computer equipment and storage medium Active CN113031951B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110483847.XA CN113031951B (en) 2021-04-30 2021-04-30 Menu generation method, menu generation device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110483847.XA CN113031951B (en) 2021-04-30 2021-04-30 Menu generation method, menu generation device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113031951A true CN113031951A (en) 2021-06-25
CN113031951B CN113031951B (en) 2024-02-02

Family

ID=76455562

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110483847.XA Active CN113031951B (en) 2021-04-30 2021-04-30 Menu generation method, menu generation device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113031951B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114138363A (en) * 2021-11-27 2022-03-04 深圳市元征科技股份有限公司 Program data calling method, device, equipment and storage medium
CN114296845A (en) * 2021-12-01 2022-04-08 网易(杭州)网络有限公司 Interface processing method, device, electronic device and storage medium
CN114780195A (en) * 2022-04-29 2022-07-22 济南浪潮数据技术有限公司 Operation visualization method, device, equipment and storage medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07311669A (en) * 1994-05-16 1995-11-28 Kawasaki Heavy Ind Ltd Menu selection system
US20070189737A1 (en) * 2005-10-11 2007-08-16 Apple Computer, Inc. Multimedia control center
CN101026832A (en) * 2006-02-24 2007-08-29 三星电子株式会社 Method and device for providing option menus using graphical user interface
CN101290553A (en) * 2007-04-17 2008-10-22 索尼(中国)有限公司 Electronic equipment possessing display screen
CN101539618A (en) * 2008-03-19 2009-09-23 深圳市同洲电子股份有限公司 GPS navigator, menu displaying system and menu displaying method for same
JP2009252190A (en) * 2008-04-10 2009-10-29 Canvas Mapple Co Ltd Menu screen display device, menu screen display method, and computer program
KR20100097375A (en) * 2009-02-26 2010-09-03 제이씨현시스템주식회사 Menu display method, and media appartus
CN102419677A (en) * 2010-09-27 2012-04-18 上海三旗通信科技有限公司 Man-machine interaction way for mixed display of standby information, main menu and secondary menus
CN103019527A (en) * 2012-12-05 2013-04-03 西安航空电子科技有限公司 Menu rapid operating method based on bi-rotation button
CN103248925A (en) * 2013-04-13 2013-08-14 海信集团有限公司 Television receiving device and control method thereof
CN110162720A (en) * 2019-04-16 2019-08-23 平安科技(深圳)有限公司 Webpage loading method, device, computer equipment and storage medium

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07311669A (en) * 1994-05-16 1995-11-28 Kawasaki Heavy Ind Ltd Menu selection system
US20070189737A1 (en) * 2005-10-11 2007-08-16 Apple Computer, Inc. Multimedia control center
CN101026832A (en) * 2006-02-24 2007-08-29 三星电子株式会社 Method and device for providing option menus using graphical user interface
CN101290553A (en) * 2007-04-17 2008-10-22 索尼(中国)有限公司 Electronic equipment possessing display screen
CN101539618A (en) * 2008-03-19 2009-09-23 深圳市同洲电子股份有限公司 GPS navigator, menu displaying system and menu displaying method for same
JP2009252190A (en) * 2008-04-10 2009-10-29 Canvas Mapple Co Ltd Menu screen display device, menu screen display method, and computer program
KR20100097375A (en) * 2009-02-26 2010-09-03 제이씨현시스템주식회사 Menu display method, and media appartus
CN102419677A (en) * 2010-09-27 2012-04-18 上海三旗通信科技有限公司 Man-machine interaction way for mixed display of standby information, main menu and secondary menus
CN103019527A (en) * 2012-12-05 2013-04-03 西安航空电子科技有限公司 Menu rapid operating method based on bi-rotation button
CN103248925A (en) * 2013-04-13 2013-08-14 海信集团有限公司 Television receiving device and control method thereof
CN110162720A (en) * 2019-04-16 2019-08-23 平安科技(深圳)有限公司 Webpage loading method, device, computer equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
YONGKI PARK 等: "Effects of Auditory Feedback on Menu Selection in Hand-Gesture Interfaces", 《IEEE MULTIMEDIA》, pages 32 - 40 *
王海林: "具有任意多级子菜单的通用菜单程序设计", 《微机发展》, pages 39 - 42 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114138363A (en) * 2021-11-27 2022-03-04 深圳市元征科技股份有限公司 Program data calling method, device, equipment and storage medium
CN114296845A (en) * 2021-12-01 2022-04-08 网易(杭州)网络有限公司 Interface processing method, device, electronic device and storage medium
CN114296845B (en) * 2021-12-01 2024-03-22 网易(杭州)网络有限公司 Interface processing method, device, electronic device and storage medium
CN114780195A (en) * 2022-04-29 2022-07-22 济南浪潮数据技术有限公司 Operation visualization method, device, equipment and storage medium
CN114780195B (en) * 2022-04-29 2024-02-13 济南浪潮数据技术有限公司 Operation visualization method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN113031951B (en) 2024-02-02

Similar Documents

Publication Publication Date Title
CN113031951B (en) Menu generation method, menu generation device, computer equipment and storage medium
CN110737592B (en) Link abnormality identification method, server and computer readable storage medium
CN102298614B (en) Method for determining collection category of page collection information and device and equipment
US20110055755A1 (en) Method and System for Displaying Group Relationships in a Graphical User Interface
CN102982049B (en) Methods and systems for implementing email recipient templates
CN110688598B (en) Service parameter acquisition method and device, computer equipment and storage medium
CN106470110B (en) Method and device for sending messages to multiple users in user list in group mode
US9262037B2 (en) Selective capture of incoming email messages for diagnostic analysis
CN108369709A (en) Network-based ad data service delay reduces
US20180227263A1 (en) System and method for providing services
CN114124861A (en) Message group sending method and device, computer equipment and storage medium
CN105162697A (en) Microblog system and data control method thereof
CN107992350B (en) Method and device for generating configuration overview page
CN114416075A (en) Service processing method and device
CN112433712A (en) Report display method and device, computer equipment and storage medium
CN111917824A (en) Configuration method and device of internet of things equipment, computer equipment and storage medium
CN111177481B (en) User identifier mapping method and device
CN113077259A (en) Block chain-based evidence storing method and device and electronic equipment
US20170346952A1 (en) Telephone number based information loading method and device
CN105677699A (en) Method and apparatus for generating news pages for user
CN111767481B (en) Access processing method, device, equipment and storage medium
CN111475468A (en) Log access method, device, equipment and storage medium of newly added system
CN102932239A (en) Communication method and system in instant communication platform
CN114564270B (en) List component rendering and front-end display method, device, equipment and medium of page
CN114385672A (en) Information processing method and device, electronic device and 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