CN106570077B - Column arrangement method and device - Google Patents

Column arrangement method and device Download PDF

Info

Publication number
CN106570077B
CN106570077B CN201610905735.8A CN201610905735A CN106570077B CN 106570077 B CN106570077 B CN 106570077B CN 201610905735 A CN201610905735 A CN 201610905735A CN 106570077 B CN106570077 B CN 106570077B
Authority
CN
China
Prior art keywords
column
administrator
tree
identification
identifier
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610905735.8A
Other languages
Chinese (zh)
Other versions
CN106570077A (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.)
Shenzhen Ipanel TV Inc
Original Assignee
Shenzhen Ipanel TV Inc
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 Shenzhen Ipanel TV Inc filed Critical Shenzhen Ipanel TV Inc
Priority to CN201610905735.8A priority Critical patent/CN106570077B/en
Publication of CN106570077A publication Critical patent/CN106570077A/en
Application granted granted Critical
Publication of CN106570077B publication Critical patent/CN106570077B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees

Abstract

The invention provides a column arrangement method and device, which are used for acquiring column tree identification, column identification and operation information in an operation instruction of an administrator; when the administrator has the authority corresponding to the administrator operation instruction, inquiring whether the column tree exists or not; if yes, displaying the column tree in a visual interface, and executing corresponding operation on nodes corresponding to column identifications in the column tree according to the operation information to obtain an updated column tree; and loading the columns corresponding to the updated column trees on the page according to the preset mapping relation between the column trees and the columns in the page. Based on the scheme of the invention, an administrator can construct different column trees for different user groups on different platforms on a visual interface, and the administrators with different authorities can perform corresponding operations on nodes on the column trees within the authority range, so that the columns can be flexibly and conveniently arranged, abundant column classifications are provided for users, and the user experience is improved.

Description

Column arrangement method and device
Technical Field
The invention relates to the technical field of computers, in particular to a column arrangement method and device.
Background
There are many types of web sites and applications on the internet for which the classification of content is an essential part. Such as:
a video website is divided into a movie, a TV show, a comprehensive art, a sports and the like.
One shopping site category is more complex: such as home appliances, digital equipment, cosmetics, books, etc.
A news website classification: entertainment, military, finance, society, real estate, etc.
In the prior art, the classification of contents is generally realized through menus or navigation bars, a complete set of system management flow and visual editing pages are not realized for the realization of the menus and the navigation, and many of the menus and the navigation are written down through web codes, so that the modification or increase of each menu item requires the modification of the codes, which means that if the menu items need to be modified or increased, the corresponding website or application must be updated frequently, however, the updating is accompanied by risks, so that operators of the website or application do not want to modify or increase the menu items frequently, the contents of the menus or the navigation are updated slowly and simply in classification, and cannot effectively provide guidance for users, and the user experience is poor.
Disclosure of Invention
In view of this, the invention provides a method and a device for arranging columns, which provide a visual editing interface for an administrator, flexibly and conveniently arrange the columns, provide rich column classification for use, and improve user experience.
In order to achieve the technical purpose, the embodiment of the invention provides the following technical scheme:
a column arrangement method is applied to a column arrangement device and comprises the following steps:
receiving and analyzing an administrator operation instruction, and acquiring column tree identification, column identification and operation information in the administrator operation instruction;
when the administrator has the authority corresponding to the administrator operation instruction, inquiring whether the column tree exists according to the column tree identification;
if yes, displaying the column tree in a visual interface, and executing corresponding operation on a node corresponding to the column identification in the column tree according to the operation information to obtain an updated column tree;
and loading the columns corresponding to the updated column tree on the page according to the updated column tree and the preset mapping relation between the column tree and the columns in the page.
Preferably, when the administrator has a right corresponding to the administrator operation instruction, querying whether the column tree exists according to the column tree identifier includes:
acquiring an administrator code in the login information of the administrator;
calling a mapping relation between each node in a preset column tree and each administrator to obtain the authority range of the administrator;
judging whether a node corresponding to a column identifier in the administrator operation instruction is in the authority range of the administrator or not;
and if so, the administrator has the authority corresponding to the administrator operation instruction, and whether the column tree exists is inquired according to the column tree identification.
Preferably, the operation information includes an operation type and an operation content;
the executing corresponding operation on the node corresponding to the column identifier in the column tree according to the operation information includes:
when the operation type is newly established, newly establishing a child node which takes the column identification in the operation content as an identification under the node corresponding to the column identification;
when the operation type is modification, modifying the column identification to be the column identification in the operation content on the node corresponding to the column identification;
when the operation type is deletion, deleting the node corresponding to the column identifier;
when the operation type is moving, moving the node corresponding to the column identification to a corresponding position in the operation content;
when the operation type is copy, copying and pasting the node corresponding to the column identification to a corresponding position in the operation content.
Preferably, the method further comprises:
and when the column tree does not exist and the operation type is new, establishing a column tree root node with a column identifier in the administrator operation instruction as an identifier.
Preferably, the method further comprises:
and after the column tree is constructed, establishing a mapping relation among the column tree identification, the platform identification and the user group identification.
A hurdle scheduling apparatus, said apparatus comprising:
the acquisition unit is used for receiving and analyzing the administrator operation instruction and acquiring column tree identification, column identification and operation information in the administrator operation instruction;
the query unit is used for querying whether the column tree exists or not according to the column tree identification when the administrator has the authority corresponding to the administrator operation instruction;
the execution unit is used for displaying the column tree in a visual interface when the column tree exists, and executing corresponding operation on a node corresponding to the column identifier in the column tree according to the operation information to obtain an updated column tree;
and the loading unit is used for loading the columns corresponding to the updated column trees on the page according to the updated column trees and the preset mapping relation between the column trees and the columns in the page.
Preferably, the query unit includes:
the acquiring subunit is used for acquiring the administrator code in the login information of the administrator;
the calling subunit is used for calling the mapping relation between each node in the preset column tree and each administrator to obtain the authority range of the administrator;
the judging subunit is used for judging whether a node corresponding to the node identifier in the administrator operation instruction is within the authority range of the administrator;
and the inquiring subunit is used for inquiring whether the column tree exists or not according to the column tree identification when the administrator has the authority corresponding to the administrator operation instruction within the authority range of the administrator.
Preferably, the operation information includes an operation type and an operation content; the execution unit includes:
a new creation subunit, configured to create, under the node corresponding to the column identifier, a new child node identified by the column identifier in the operation content when the operation type is new;
the modification subunit is used for modifying the column identifier as the column identifier in the operation content on a node corresponding to the column identifier when the operation type is modification;
the deleting subunit is used for deleting the node corresponding to the column identifier when the operation type is deleting;
the moving subunit is used for moving the node corresponding to the column identifier to a corresponding position in the operation content when the operation type is moving;
and the replication sub-unit is used for replicating and pasting the node corresponding to the column identification to a corresponding position in the operation content when the operation type is replication.
Preferably, the apparatus further comprises:
and the newly-built unit is used for newly building a column tree root node which takes a column identifier in the administrator operation instruction as an identifier when the query unit determines that the column tree does not exist and the operation type is newly built.
Preferably, the apparatus further comprises:
and the construction unit is used for establishing the mapping relation among the column tree identification, the platform identification and the user group identification after the column tree is constructed.
Compared with the prior art, the invention has the following beneficial effects:
the invention provides a column arrangement method and device, which are used for receiving and analyzing an administrator operation instruction, and acquiring column tree identification, column identification and operation information in the administrator operation instruction; when the administrator has the authority corresponding to the administrator operation instruction, inquiring whether the column tree exists according to the column tree identification; and displaying the column tree in a visual interface, executing corresponding operation on a node corresponding to the column identifier in the column tree according to the operation information to obtain an updated column tree, and loading columns corresponding to the updated column tree on a page according to the updated column tree and a preset mapping relation between the column tree and the columns in the page. Based on the scheme of the invention, a visual interface is provided for an administrator, the administrator can construct a column tree for different user groups on different platforms on the visual interface, and the administrators with different authorities can perform new creation, modification, deletion, movement or duplication operations on nodes on the column tree within the authority range of the administrators with different authorities on the visual interface. The manager can flexibly and conveniently arrange the columns on the visual interface, rich column classification is provided for the user, and user experience is improved.
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 embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flowchart of a method for listing a column according to an embodiment of the present invention;
FIG. 2 is a flowchart of another method of a method for listing a program according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a hurdle organization apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of another column arrangement device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, the present embodiment discloses a method for arranging a column, which specifically includes the following steps:
step S101: receiving and analyzing an administrator operation instruction, and acquiring column tree identification, column identification and operation information in the administrator operation instruction;
it should be noted that the column is a relatively independent information unit provided for the administrator by a platform, a website, a system, or the like, and is mainly a combination of single programs, and a complete expression form of the layout is arranged according to a certain classification standard. The column tree is a form that columns which present a certain platform to a specific administrator are presented in a tree structure, and each child node in the column tree is a subdivision of the column of a parent node of the child node. The administrator is an administrator for operating and maintaining the columns.
The operation type in step S101 specifically includes: new, modified, deleted, moved, and copied. The operation information is specifically the operation type and the operation content, and the operation content comprises column identification of the newly-built child node, new column identification after node modification, position information from the mobile node to the new node, position information from the copied and pasted node to the new node, and the like.
Step S102: when the administrator has the authority corresponding to the administrator operation instruction, inquiring whether the column tree exists according to the column tree identification;
it should be noted that, different administrators have different permissions when managing the column tree in operation and maintenance, and the permission of the administrator can be obtained from the preset mapping relationship between each node in the column tree and the administrator according to the login information of the administrator, so as to determine whether the administrator has the permission corresponding to the administrator operation instruction.
It will be appreciated that the information for the hurdle tree may be stored locally or on a remote server.
Step S103: if yes, displaying the column tree in a visual interface, and executing corresponding operation on a node corresponding to the column identification in the column tree according to the operation information to obtain an updated column tree;
it should be noted that, if the column tree does not exist, the administrator is prompted that the column tree does not exist.
It can be understood that each administrator operation instruction can perform corresponding operation on the node corresponding to one column identifier. The administrator can see the column tree in a visual interface and perform corresponding column arrangement operation on the column tree, and the operation is simple and flexible.
Step S104: and loading the columns corresponding to the updated column tree on the page according to the updated column tree and the preset mapping relation between the column tree and the columns in the page.
It should be noted that each column tree identifier corresponds to a unique column tree, and the related data of each node in each column tree is stored in the corresponding column tree database, where the related data includes: column identification corresponding to the node, position in the column tree, father node, child node and brother node. In the method for arranging the columns, a mapping relation between a column tree and data in a database, a calling relation between a page code and the data in the database, and a corresponding relation between a page code and a final column in a page are preset, and the columns corresponding to the updated column tree are loaded on the page according to the preset mapping relation between the column tree and the columns in the page, so that the purpose of arranging the columns is achieved, and the operation is flexible and convenient.
The invention provides a column arrangement method, which receives and analyzes an administrator operation instruction, and acquires column tree identification, column identification and operation information in the administrator operation instruction; when the administrator has the authority corresponding to the administrator operation instruction, inquiring whether the column tree exists according to the column tree identification; and displaying the column tree in a visual interface, executing corresponding operation on a node corresponding to the column identifier in the column tree according to the operation information to obtain an updated column tree, and loading columns corresponding to the updated column tree on a page according to the updated column tree and a preset mapping relation between the column tree and the columns in the page. Based on the scheme of the invention, a visual interface is provided for an administrator, the administrator can construct a column tree for different user groups on different platforms on the visual interface, and the administrators with different authorities can perform new creation, modification, deletion, movement or duplication operations on nodes on the column tree within the authority range of the administrators with different authorities on the visual interface. The column operation and maintenance manager can flexibly and conveniently arrange the columns on a visual interface, rich column classification is provided for users, and user experience is improved.
In the above embodiment, step S102: when the administrator has the right corresponding to the administrator operation instruction, inquiring whether the column tree exists according to the column tree identification, wherein the specific execution process is as follows:
acquiring an administrator code in the login information of the administrator;
calling a mapping relation between each node in a preset column tree and each administrator to obtain the authority range of the administrator;
judging whether a node corresponding to a column identifier in the administrator operation instruction is in the authority range of the administrator or not;
and if so, the administrator has the authority corresponding to the administrator operation instruction, and whether the column tree exists is inquired according to the column tree identification.
It should be noted that, each node in each column tree may be assigned with an authority, and after a certain node in the column tree is assigned to a specific administrator for management, the node and all child nodes under the node are managed by the specific administrator, and until the child node is assigned to another administrator for management, the specific administrator does not have authority to manage the child node. Therefore, the labor division and arrangement management of the columns is flexible, and the efficiency of arranging the columns is improved.
In the above embodiment, step S104: executing the operation of the operation type on the node corresponding to the column identifier in the column tree, wherein the specific execution process is as follows:
the operation information comprises an operation type and operation content;
when the operation type is newly established, newly establishing a child node which takes the column identification in the operation content as an identification under the node corresponding to the column identification;
meanwhile, newly adding ID data corresponding to the child nodes and position information of the child nodes in the column tree in a table corresponding to the column tree in a column tree database;
when the operation type is modification, modifying the column identification to be the column identification in the operation content on the node corresponding to the column identification;
meanwhile, correspondingly modifying the column identification in a table corresponding to the column tree in a column tree database;
when the operation type is deletion, deleting the node corresponding to the column identifier;
meanwhile, deleting data corresponding to the column identification in a table corresponding to the column tree in a column tree database;
when the operation type is moving, moving the node corresponding to the column identification to a corresponding position in the operation content;
meanwhile, the position information of the column mark is modified in a table corresponding to the column tree in a column tree database;
when the operation type is copy, copying and pasting the node corresponding to the column identification to a corresponding position in the operation content.
And meanwhile, newly adding the position information of the column identification in a table corresponding to the column tree in a column tree database.
It should be noted that each column corresponds to a unique ID code, and in the prior art, the arrangement of the column is actually rewriting of a web code to change the call of data in the column tree database to implement the arrangement of the column. In the method disclosed in this embodiment, each node in the column tree on the visual interface has a specific mapping relationship with data in the column tree database, and when the visual interface operates each node in the column tree, corresponding operations are performed on corresponding data in the column tree database at the same time. Based on the method disclosed by the embodiment, when the administrator arranges the columns, the administrator can operate the data in the column tree database at the same time only through the matching operation of the mouse and the keyboard without directly modifying the web codes, so that the arrangement of the columns is completed, and the work efficiency of the administrator is improved.
Referring to fig. 2, according to the above embodiment, the method further includes:
step S105: and when the column tree does not exist and the operation type is new, establishing a column tree root node with a column identifier in the administrator operation instruction as an identifier.
Specifically, the data of the column tree is newly added in the column tree database.
It can be understood that, when the column tree in the administrator operation instruction does not exist in the column tree database, and the operation type is new, it indicates that the administrator wants to create a new column tree, where the column identifier serves as an identifier of a root node of the new column tree, and meanwhile, data related to the column tree is also added in the column tree database.
Step S106: and after the column tree is constructed, establishing a mapping relation among the column tree identification, the platform identification and the user group identification.
Specifically, the mapping relationship is stored in a column tree database.
It should be noted that the platform is a device type that an operator provides columns for an administrator, and currently, commonly used column platforms include a TV platform, a PC platform, a mobile phone platform, and a Pad platform. The columns seen by different types of users are also different, for example, a typical VIP user is not the same as a normal user. In actual practice, users may be grouped differently for different needs.
After a column tree is constructed, a mapping relation among the column tree identifier, the platform identifier and the user group identifier needs to be established, and the mapping relation is stored in a column tree database, so that corresponding columns seen by different groups of users without using a platform are guaranteed.
Referring to fig. 3, based on the column arrangement method disclosed in the foregoing embodiment, the present embodiment correspondingly discloses a column arrangement device, which specifically includes the following units:
the acquiring unit 101 is configured to receive and analyze an administrator operation instruction, and acquire a column tree identifier, a column identifier, and operation information in the administrator operation instruction;
the query unit 102 is configured to query whether the column tree exists according to the column tree identifier when the administrator has a right corresponding to the administrator operation instruction;
the execution unit 103 is configured to display the column tree in a visual interface when the column tree exists, and execute a corresponding operation on a node corresponding to the column identifier in the column tree according to the operation information, so as to obtain an updated column tree;
and the loading unit 104 is configured to load a column corresponding to the updated column tree on the page according to the updated column tree and a preset mapping relationship between the column tree and the column in the page.
Referring to fig. 4, the apparatus further includes:
and the new creation unit 105 is configured to, when the column tree does not exist and the operation type is new, create a column tree root node identified by a column identifier in the administrator operation instruction.
The constructing unit 106 is configured to establish a mapping relationship among the column tree identifier, the platform identifier, and the user group identifier after the column tree is constructed.
The query unit 102 includes:
an acquiring subunit 107, configured to acquire an administrator code in the login information of the administrator;
the calling subunit 108 is configured to call a mapping relationship between each node in a preset column tree and each administrator to obtain an authority range of the administrator;
a judging subunit 109, configured to judge whether a node corresponding to the node identifier in the administrator operation instruction is within the authority range of the administrator;
the query subunit 110 is configured to, when the administrator is within the authority range, query whether the column tree exists according to the column tree identifier if the administrator has the authority corresponding to the administrator operation instruction.
The operation information comprises an operation type and operation content; the execution unit 104 includes:
and a new creation subunit 111, configured to create a new column tree root node identified by the column identifier in the administrator operation instruction when the query unit determines that the column tree does not exist and the operation type is new.
A modifying subunit 112, configured to modify, on a node corresponding to the column identifier, the column identifier as a column identifier in the operation content when the operation type is modified;
a deleting subunit 113, configured to delete the node corresponding to the column identifier when the operation type is deleting;
a moving subunit 114, configured to, when the operation type is moving, move a node corresponding to the column identifier to a corresponding position in the operation content;
and the copy sub-unit 115 is configured to copy and paste a node corresponding to the column identifier to a corresponding position in the operation content when the operation type is copy.
The column arrangement device disclosed in this embodiment provides a visual interface for an administrator, the obtaining unit 101 obtains a column tree, a column identifier, an operation type, and operation information in an administrator operation instruction, and the querying unit 102 queries whether the column tree exists according to the column tree identifier when the administrator has a right corresponding to the administrator operation instruction, where an administrator of an operator may preset a mapping relationship between each node in the column tree and each administrator, so as to implement flexible division arrangement management of columns; when the column tree exists, the execution unit 103 displays the column tree in a visual interface, and executes corresponding operations on nodes corresponding to the column identifiers in the column tree according to the operation information to obtain an updated column tree; when the column tree does not exist and the operation type is newly established, the newly establishing unit 105 newly establishes a column tree root node identified by a column identifier in the administrator operation instruction; the loading unit 104 loads the columns corresponding to the updated column tree on the page according to the updated column tree and the preset mapping relationship between the column tree and the columns in the page. Based on the disclosed column arrangement device of this embodiment, the administrator can be on visual interface nimble convenient arrange the column, for the user provides abundant column classification, improved user experience.
After a column tree is constructed, a mapping relation among the column tree identifier, the platform identifier and the user group identifier needs to be established, so that corresponding columns seen by different groups of users without using a platform are guaranteed, and diversified requirements of operators are met.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A column arrangement method is applied to a column arrangement device and comprises the following steps:
receiving and analyzing an administrator operation instruction, and acquiring column tree identification, column identification and operation information in the administrator operation instruction;
when the administrator has the authority corresponding to the administrator operation instruction, inquiring whether the column tree exists according to the column tree identification;
if yes, displaying the column tree in a visual interface, and executing corresponding operation on a node corresponding to the column identification in the column tree according to the operation information to obtain an updated column tree;
loading columns corresponding to the updated column tree on a page according to the updated column tree and a preset mapping relation between the column tree and the columns in the page;
and after the column tree is constructed, establishing a mapping relation among the column tree identification, the platform identification and the user group identification.
2. The method of claim 1, wherein querying whether the hurdle tree exists according to the hurdle tree identification when the administrator has the right corresponding to the administrator operating instruction comprises:
acquiring an administrator code in the login information of the administrator;
calling a mapping relation between each node in a preset column tree and each administrator to obtain the authority range of the administrator;
judging whether a node corresponding to a column identifier in the administrator operation instruction is in the authority range of the administrator or not;
and if so, the administrator has the authority corresponding to the administrator operation instruction, and whether the column tree exists is inquired according to the column tree identification.
3. The method of claim 1, wherein the operation information includes an operation type and an operation content;
the executing corresponding operation on the node corresponding to the column identifier in the column tree according to the operation information includes:
when the operation type is newly established, newly establishing a child node which takes the column identification in the operation content as an identification under the node corresponding to the column identification;
when the operation type is modification, modifying the column identification to be the column identification in the operation content on the node corresponding to the column identification;
when the operation type is deletion, deleting the node corresponding to the column identifier;
when the operation type is moving, moving the node corresponding to the column identification to a corresponding position in the operation content;
when the operation type is copy, copying and pasting the node corresponding to the column identification to a corresponding position in the operation content.
4. The method of claim 1, further comprising:
and when the column tree does not exist and the operation type is new, establishing a column tree root node with a column identifier in the administrator operation instruction as an identifier.
5. A hurdle scheduling apparatus, said apparatus comprising:
the system comprises an acquisition unit, a processing unit and a display unit, wherein the acquisition unit is used for receiving and analyzing an administrator operation instruction and acquiring column tree identification, column identification and operation information in the administrator operation instruction;
the query unit is used for querying whether the column tree exists or not according to the column tree identification when the administrator has the authority corresponding to the administrator operation instruction;
the execution unit is used for displaying the column tree in a visual interface when the column tree exists, and executing corresponding operation on a node corresponding to the column identifier in the column tree according to the operation information to obtain an updated column tree;
the loading unit is used for loading the columns corresponding to the updated column tree on the page according to the updated column tree and the preset mapping relation between the column tree and the columns in the page;
and the construction unit is used for establishing the mapping relation among the column tree identification, the platform identification and the user group identification after the column tree is constructed.
6. The apparatus of claim 5, wherein the query unit comprises:
the acquiring subunit is used for acquiring the administrator code in the login information of the administrator;
the calling subunit is used for calling the mapping relation between each node in the preset column tree and each administrator to obtain the authority range of the administrator;
the judging subunit is used for judging whether a node corresponding to the node identifier in the administrator operation instruction is within the authority range of the administrator;
and the inquiring subunit is used for inquiring whether the column tree exists or not according to the column tree identification when the administrator has the authority corresponding to the administrator operation instruction within the authority range of the administrator.
7. The apparatus of claim 5, wherein the operation information comprises an operation type and an operation content; the execution unit includes:
a new creation subunit, configured to create, under the node corresponding to the column identifier, a new child node identified by the column identifier in the operation content when the operation type is new;
the modification subunit is used for modifying the column identifier as the column identifier in the operation content on a node corresponding to the column identifier when the operation type is modification;
the deleting subunit is used for deleting the node corresponding to the column identifier when the operation type is deleting;
the moving subunit is used for moving the node corresponding to the column identifier to a corresponding position in the operation content when the operation type is moving;
and the replication sub-unit is used for replicating and pasting the node corresponding to the column identification to a corresponding position in the operation content when the operation type is replication.
8. The apparatus of claim 5, further comprising:
and the newly-built unit is used for newly building a column tree root node which takes a column identifier in the administrator operation instruction as an identifier when the query unit determines that the column tree does not exist and the operation type is newly built.
CN201610905735.8A 2016-10-17 2016-10-17 Column arrangement method and device Active CN106570077B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610905735.8A CN106570077B (en) 2016-10-17 2016-10-17 Column arrangement method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610905735.8A CN106570077B (en) 2016-10-17 2016-10-17 Column arrangement method and device

Publications (2)

Publication Number Publication Date
CN106570077A CN106570077A (en) 2017-04-19
CN106570077B true CN106570077B (en) 2020-06-16

Family

ID=60414178

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610905735.8A Active CN106570077B (en) 2016-10-17 2016-10-17 Column arrangement method and device

Country Status (1)

Country Link
CN (1) CN106570077B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109324856A (en) * 2018-08-17 2019-02-12 平安科技(深圳)有限公司 Menu treating method, device, computer equipment and storage medium
CN110222014B (en) * 2019-06-11 2022-03-08 苏州浪潮智能科技有限公司 Maintenance method of bus map of distributed file system and related components

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101620601A (en) * 2008-06-30 2010-01-06 上海全成通信技术有限公司 Method for building directory tree based on user permissions
CN102520933A (en) * 2011-11-28 2012-06-27 深圳市五巨科技有限公司 Method and device for establishing tree menu based on user right
CN102937986A (en) * 2012-10-25 2013-02-20 上海电机学院 Method and system for dynamically adjusting website information structure
CN103345515A (en) * 2013-07-10 2013-10-09 北京世纪瑞尔技术股份有限公司 Achieving method of imaging menu capable of being regrouped according to requirements
CN103593188A (en) * 2013-11-14 2014-02-19 中国电子科技集团公司第四十一研究所 System and method for managing what-you-see-is-what-you-get menus of instrument

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10152504B2 (en) * 2009-03-11 2018-12-11 Actian Netherlands B.V. Column-store database architecture utilizing positional delta tree update system and methods

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101620601A (en) * 2008-06-30 2010-01-06 上海全成通信技术有限公司 Method for building directory tree based on user permissions
CN102520933A (en) * 2011-11-28 2012-06-27 深圳市五巨科技有限公司 Method and device for establishing tree menu based on user right
CN102937986A (en) * 2012-10-25 2013-02-20 上海电机学院 Method and system for dynamically adjusting website information structure
CN103345515A (en) * 2013-07-10 2013-10-09 北京世纪瑞尔技术股份有限公司 Achieving method of imaging menu capable of being regrouped according to requirements
CN103593188A (en) * 2013-11-14 2014-02-19 中国电子科技集团公司第四十一研究所 System and method for managing what-you-see-is-what-you-get menus of instrument

Also Published As

Publication number Publication date
CN106570077A (en) 2017-04-19

Similar Documents

Publication Publication Date Title
US10117697B2 (en) Mechanism for facilitating user-controlled management of webpage elements for dynamic customization of information
CN111027921B (en) Service processing method and device, electronic equipment and storage medium
US9158534B2 (en) Smart endpoint architecture
CN103353899B (en) The accurate searching method of a kind of integrated information
US20140282398A1 (en) Platform for developing and distributing mobile applications
CN110807015B (en) Big data asset value delivery management method and system
CN109684701B (en) BIM model resource management system and BIM model creation method
KR101368068B1 (en) Method of constructing database, server performing the same and storage media storing the same
KR101283019B1 (en) Method of generating saas appication and server performing the same
CN105528418B (en) A kind of design documentation generation method and device
US10448227B2 (en) Mobile database access application development system and method
CN105373390A (en) OEM-oriented online software customization packaging release method and apparatus
CN103150165A (en) Frame and method for building outdoor data acquisition program
CN104321743A (en) Method and system for developing applications for consulting content and services on a telecommunications network
CN111427491A (en) Method and device for configuring system background menu button
CN111068328A (en) Game advertisement configuration table generation method, terminal device and medium
CN102163193A (en) Hyperlink map information system
CN106570077B (en) Column arrangement method and device
CN115599363A (en) Configuration method, device and system of visual component
CN109840201B (en) UI test method, device, electronic equipment and computer readable storage medium
CN114461209A (en) Page configuration and switching method, device, equipment and storage medium
KR20110117560A (en) System and method for providing automatically update
KR20140115033A (en) Method for providing sharing service of configuration profile
CN116610394A (en) Template and module-based data visualization page configuration method, system and device
KR102198686B1 (en) Method for creating business screen and system for performing the same

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