CN114995717B - Multi-front-end middle station management method and system - Google Patents

Multi-front-end middle station management method and system Download PDF

Info

Publication number
CN114995717B
CN114995717B CN202210421677.7A CN202210421677A CN114995717B CN 114995717 B CN114995717 B CN 114995717B CN 202210421677 A CN202210421677 A CN 202210421677A CN 114995717 B CN114995717 B CN 114995717B
Authority
CN
China
Prior art keywords
page
login
account
password
zoom
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
CN202210421677.7A
Other languages
Chinese (zh)
Other versions
CN114995717A (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.)
Xiamen Best Material Digital Technology Co ltd
Original Assignee
Xiamen Best Material Digital Technology 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 Xiamen Best Material Digital Technology Co ltd filed Critical Xiamen Best Material Digital Technology Co ltd
Priority to CN202210421677.7A priority Critical patent/CN114995717B/en
Publication of CN114995717A publication Critical patent/CN114995717A/en
Application granted granted Critical
Publication of CN114995717B publication Critical patent/CN114995717B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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
    • 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/951Indexing; Web crawling techniques
    • 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/953Querying, e.g. by the use of web search engines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • G06F21/46Structures or tools for the administration of authentication by designing passwords or checking the strength of passwords
    • 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 invention discloses a multi-front-end center management method and a system, which belong to the technical field of computer front-end systems and solve the problem of inconvenient login of a plurality of platform accounts.

Description

Multi-front-end middle station management method and system
Technical Field
The present invention relates to the field of computer front-end systems, and in particular, to a method and a system for managing multiple front-end desks.
Background
The current company research and development systems are numerous and have different login, entry, authority management, account number and management pages; when the number of front-end platform systems built by different technologies is large, different accounts are used for logging in and switching platforms, so that the complexity of operation is increased, and the user is very inconvenient.
Defects:
(1) The system is numerous, and the management is inconvenient;
(2) There are many access portals, which are often not found when a certain system is to be used; when a user uses the system, the user needs to switch between different systems;
(3) The user has different system accounts and needs to apply for and use the different accounts.
Disclosure of Invention
The invention aims at solving the technical problems in the related art to at least a certain extent, and provides a multi-front-end middle platform management method and system, which integrate various independent front-end platforms built by various technologies, perform unified login and menu, zoom, refresh and other operation management, and form a unified management middle platform.
In order to solve the technical problems, the technical scheme of the invention is as follows: a multi-front-end central management method includes connecting central management system with multiple different front-end systems for communication, entering each front-end system,
step one: and uniformly logging in, setting an account number and a password of the middle management system, entering the middle management system by using the account number and the password, acquiring a token after logging in, and storing the token in a local memory.
Preferably, the method comprises the following steps: and forming a multi-level menu, converting the multi-front-end platform into the multi-level menu, wherein the one-level menu is a platform name, the multi-level submenu under the one-level menu is a sub-page under the corresponding platform, and transmitting communication by using postMessage.
Preferably, the method comprises the following steps: and forming a shortcut searching menu, matching the menu and the index given by the background through the input text, acquiring the selected menu index and all returned menus, filtering, and dynamically generating a user interface.
Preferably, the method comprises the following steps: and forming full-screen zooming-in and zooming-out, performing full-screen zooming-in by using a requestFullscreen method in the web api, and performing full-screen zooming-out by using an exitFullscreen method in the web api.
Preferably, the method comprises the following steps: forming independent sub-platform page zoom-in and zoom-out, clicking the zoom-in of the sub-page to search the index of the current sub-page, adding the full-screen style to the searched dom node to realize full screen, and removing the full-screen style to the searched dom node to realize zoom-out.
Preferably, the method comprises the following steps: and forming an independent updating sub-platform page, clicking the refreshing of the sub-page to search the index of the current sub-page, and reassigning the address of the sub-page to update the dom node refreshing page.
Preferably, the method further comprises a secondary login method:
A1. checking whether a last-logged-in disposable bill exists locally, if the last-stored disposable bill does not exist, jumping to an account number and password interface, and guiding a user to complete login authorization by using an account number and a password;
A2. requesting login to the ULSF using a one-time ticket if present, the ULSF forwarding the login request to the LSC;
a3, the LSC checks whether the disposable bill is valid or not, and refuses the login when the disposable bill is invalid;
A4. if the disposable bill is valid, the login is successful, and the LSC respectively acquires configuration information, user name and other state information through the Config service and the Status service, and generates a TICKET certificate.
The system comprises a registration module, a login module, a grouping management module, an account management module and an account searching module, wherein the registration module comprises a user name, a user password and a confirmation password; the login module comprises login information filling, database verification and password remembering; the grouping management module comprises an adding grouping page, a grouping management page and a grouping information modification page, the account management module comprises an adding account page, an account management page and an account information modification page, and the account search module comprises title search and data search.
Compared with the background art, the invention has the technical effects that:
1. various independent front-end platforms perform unified login, menu, zoom, refresh and other operation management to form a unified management center;
2. the front-end platform developed by other technologies is slightly changed;
3. the time and cost required to integrate the problems are relatively small.
Drawings
FIG. 1 is a flow chart of a user login interaction in an embodiment;
FIG. 2 is a timing diagram of a second sign-on method according to an embodiment;
FIG. 3 is a block diagram of functional modules in an embodiment.
Detailed Description
The following detailed description of the invention is provided in connection with the accompanying drawings to facilitate understanding and grasping of the technical scheme of the invention.
Embodiment one:
a multi-front-end central management method includes connecting central management system with multiple different front-end systems for communication, entering each front-end system,
step one: and uniformly logging in, setting an account number and a password of the middle management system, entering the middle management system by using the account number and the password, acquiring a token after logging in, and storing the token in a local memory or a cache of a browser.
Step two: and forming a multi-level menu, converting the multi-front-end platform into the multi-level menu, wherein the one-level menu is a platform name, the multi-level submenu under the one-level menu is a sub-page under the corresponding platform, and transmitting communication by using postMessage.
Step three: and forming a shortcut searching menu, matching the menu and the index given by the background through the input text, acquiring the selected menu index and all returned menus, filtering, and dynamically generating a user interface.
Step four: and forming full-screen zooming-in and zooming-out, performing full-screen zooming-in by using a requestFullscreen method in the web api, and performing full-screen zooming-out by using an exitFullscreen method in the web api.
Step five: forming independent sub-platform page zoom-in and zoom-out, clicking the zoom-in of the sub-page to search the index of the current sub-page, adding the full-screen style to the searched dom node to realize full screen, and removing the full-screen style to the searched dom node to realize zoom-out.
Step six: and forming an independent updating sub-platform page, clicking the refreshing of the sub-page to search the index of the current sub-page, and reassigning the address of the sub-page to update the dom node refreshing page.
Token means a Token (temporary) in computer authentication and a Token means a Token in lexical analysis. Generally used as an invitation and login system.
PostMessage is a common function in the Windows API (application program interface) for placing a message into a message queue. Messages in the message queue are retrieved by invoking GetMessage and PeekMessage.
The Web API is a Web application interface. The web application comprises wide functions, and can realize the capabilities of storage service, message service, computing service and the like through an API interface, and can develop a web application with powerful functions by utilizing the capabilities.
DOM nodes refer to each component in an XML document as a node. The whole document is a document node, and each XML tag is an element node.
The platform before integration adds the communication code for interaction.
From the management perspective, a unified user system is established including user creation, login, menus and permissions.
The integrated platform system is logged in, and if the independent integrated platform is opened in the same browser, the integrated platform system can log in synchronously.
From the user's perspective, the user can use numerous systems accessed from one portal and switch seamlessly between systems.
Based on the first embodiment, a secondary login method may also be combined:
A1. checking whether a last-logged-in disposable bill exists locally, if the last-stored disposable bill does not exist, jumping to an account number and password interface, and guiding a user to complete login authorization by using an account number and a password;
A2. requesting login to the ULSF using a one-time ticket if present, the ULSF forwarding the login request to the LSC;
a3, the LSC checks whether the disposable bill is valid or not, and refuses the login when the disposable bill is invalid;
A4. if the disposable bill is valid, the login is successful, and the LSC respectively acquires configuration information, user name and other state information through the Config service and the Status service, and generates a TICKET certificate.
In the above scheme, the secondary secret login method specifically includes that one password is used at a time, and the primary secret server can perform strict validity verification on the disposable bill in the request, for example: checking timeliness, logging IP and legitimacy to ensure the safety and reliability of one-time pad logging process; the user does not need to input an account number and a password for logging in every logging in through one password at a time, so that the user can log in after starting a program, the safety premise is ensured, and the repeated operation of the user is reduced.
Embodiment two:
referring to fig. 3, a central management system includes the above system further includes a registration module, a login module, a group management module, an account management module, and an account search module, where the registration module includes a user name, a user password, and a confirmation password; the login module comprises login information filling, database verification and password remembering; the grouping management module comprises an adding grouping page, a grouping management page and a grouping information modification page, the account management module comprises an adding account page, an account management page and an account information modification page, and the account search module comprises title search and data search.
Regarding the registration module, if the user is a new user and has no account, the' register new user smelting button of the login interface can be clicked to enter the registration interface. Firstly, the user needs to input account name and password, then confirm the password again, click the registration button, and the user name, the user password and the content of the confirmation password are all acquired by the system. Only when the two passwords are the same, the system carries out AES encryption on the user password, and then stores the newly registered account information of the user into a user table in a database. After the user is successfully registered, the system automatically jumps back to the login page to log in.
In the login module, some preparation work needs to be done before the login interface is created, mainly how to beautify the login interface and prepare pictures required when the login interface is beautified, and beautify the login interface. After the layout of the login interface is finished, the login function is realized, namely, an application program is opened, the application program can firstly judge whether the current user logs in or not, and if the user logs in, the user can directly enter an account management interface. When the user does not log in, the program gives a login interface, and the user needs to fill in the account number and the password of the user in the login page and then clicks a login button. When a user clicks a login button, the system automatically judges whether the user name and the password are empty, and the system reminds that the user name or the password cannot be empty as long as the user does not fill in one piece of information. Only if the user fills in both information completely, i.e. neither the user name nor the password is empty, the system will acquire the user's account name and password. Since a local database is used in this system, the system is required to query the user table for the presence of the account based on the user name. If so, searching whether the corresponding password exists, and if so, logging successfully and jumping to an account management interface if the corresponding password is the same as the password input by the user.
The group management module is used for realizing group management, and mainly applies long-press events of the parent element and the child element of the Ex-pandListview and click events in the long-press events in the Fragment. The main steps include two steps, namely, a first step of displaying Listview in the Fragment. Creating a Listview, wherein each item style is formed; the list view is then displayed within the Fragment using the list Fragment class. ListView is built into ListFragment, which automatically performs a full screen layout of ListView. After creating a class inheritance ListFragment, the Fragment is hosted within an Activity. The second step is to display the ListView within the Activity. Since the ListView is not placed within the Activity, the ListView control must be added to the Activity layout while the ListView instance is being obtained within the Activity, and then an adapter is created to connect the ListView with the data.
The main function of the account searching module is to display information in real time at the lower part according to keywords filled in a searching frame by a user, and the fact is that ListView displays the searched account information in real time according to the keywords in the EditText searching frame. The implementation of all functions mainly comprises four steps, firstly, a layout is established, in which a search text box and a ListView are placed. Then, a mData dataset is created, which is used to create the adapter for the list view. Since the data of mData changes as the search box content changes, there must be an update operation.
Since the display of ListView is to be changed dynamically, there must be a listener for the content change of EditText. When the change of the content of the search frame is detected, a Runneable is correspondingly changed by using a handle post.
Finally, the ListView needs to be updated dynamically, which is the most important step. This step requires searching the metadata for matching account information based on the content of the search box and then displaying it in the ListView. The adapter has a notify datasetchanged () method that updates the binding ListView when updating the data. Because the first is the search box, the search automatically acquires focus once the program begins to run.
Of course, the above is only a typical example of the invention, and other embodiments of the invention are also possible, and all technical solutions formed by equivalent substitution or equivalent transformation fall within the scope of the invention claimed.

Claims (3)

1. A multi-front-end middle station management method is characterized in that: comprises the steps of communicating the central management system with a plurality of different front-end systems, entering each front-end system,
step one: uniformly logging in, setting an account number and a password of a middle management system, entering the middle management system by using the account number password, acquiring a token after logging in, and storing the token in a local memory;
step two: forming a multi-level menu, converting the multi-front-end platform into the multi-level menu, wherein the one-level menu is a platform name, the multi-level submenu under the one-level menu is a sub-page under the corresponding platform, and transmitting communication by using postMessage;
step three: forming a shortcut searching menu, matching the menu and the index given by the background through the input text, obtaining the selected menu index and all returned menus, filtering, and dynamically generating a user interface;
step four: forming full screen zoom-in and zoom-out, using a requestFullscreen method in the web api to zoom in and using an exitFullscreen method in the web api to zoom in and zoom out;
step five: forming independent sub-platform page zoom-in and zoom-out, clicking the zoom-in of the sub-page to search the index of the current sub-page, adding the full-screen style to the searched dom node to realize full screen, and removing the full-screen style to the searched dom node to realize zoom-out;
the method comprises the following steps: and forming an independent updating sub-platform page, clicking the refreshing of the sub-page to search the index of the current sub-page, and reassigning the address of the sub-page to update the dom node refreshing page.
2. The multi-front end center management method according to claim 1, wherein: the method also comprises a secondary secret login method:
A1. checking whether a last-logged-in disposable bill exists locally, if the last-stored disposable bill does not exist, jumping to an account number and password interface, and guiding a user to complete login authorization by using an account number and a password;
A2. requesting login to the ULSF using a one-time ticket if present, the ULSF forwarding the login request to the LSC;
a3, the LSC checks whether the disposable bill is valid or not, and refuses the login when the disposable bill is invalid;
A4. if the disposable bill is valid, the login is successful, the LSC respectively acquires configuration information and user name state information through a Config service and a Status service, and generates a TICKET certificate.
3. A central management system comprising any of claims 1-2, characterized by: the system also comprises a registration module, a login module, a grouping management module, an account management module and an account searching module, wherein the registration module comprises a user name, a user password and a confirmation password; the login module comprises login information filling, database verification and password remembering; the grouping management module comprises an adding grouping page, a grouping management page and a grouping information modification page, the account management module comprises an adding account page, an account management page and an account information modification page, and the account search module comprises title search and data search.
CN202210421677.7A 2022-04-21 2022-04-21 Multi-front-end middle station management method and system Active CN114995717B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210421677.7A CN114995717B (en) 2022-04-21 2022-04-21 Multi-front-end middle station management method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210421677.7A CN114995717B (en) 2022-04-21 2022-04-21 Multi-front-end middle station management method and system

Publications (2)

Publication Number Publication Date
CN114995717A CN114995717A (en) 2022-09-02
CN114995717B true CN114995717B (en) 2024-02-09

Family

ID=83026098

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210421677.7A Active CN114995717B (en) 2022-04-21 2022-04-21 Multi-front-end middle station management method and system

Country Status (1)

Country Link
CN (1) CN114995717B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112132529A (en) * 2020-08-14 2020-12-25 中国人民财产保险股份有限公司深圳市分公司 Resource management platform and management method for insurance system integration
CN112650475A (en) * 2020-12-21 2021-04-13 广州云徙科技有限公司 Software low-code development system and development method combined with middle platform architecture theory
TWM613295U (en) * 2021-03-05 2021-06-11 李維倫 Mobile verification device with coded middle platform structure
CN113688179A (en) * 2021-08-16 2021-11-23 北京科豆加速器科技有限公司 User data management system based on front-end APP and back-end platform
CN114266021A (en) * 2021-12-20 2022-04-01 中国农业银行股份有限公司 User authority management method, device, equipment and medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112132529A (en) * 2020-08-14 2020-12-25 中国人民财产保险股份有限公司深圳市分公司 Resource management platform and management method for insurance system integration
CN112650475A (en) * 2020-12-21 2021-04-13 广州云徙科技有限公司 Software low-code development system and development method combined with middle platform architecture theory
TWM613295U (en) * 2021-03-05 2021-06-11 李維倫 Mobile verification device with coded middle platform structure
CN113688179A (en) * 2021-08-16 2021-11-23 北京科豆加速器科技有限公司 User data management system based on front-end APP and back-end platform
CN114266021A (en) * 2021-12-20 2022-04-01 中国农业银行股份有限公司 User authority management method, device, equipment and medium

Also Published As

Publication number Publication date
CN114995717A (en) 2022-09-02

Similar Documents

Publication Publication Date Title
US6889213B1 (en) E-service to manage contact information with privacy levels
US6633311B1 (en) E-service to manage and export contact information
US7017109B1 (en) E-service to manage contact information and signature ECards
KR100816629B1 (en) Member information registration method and system, and member verification method and system
US8103673B2 (en) Systems and methods for provisioning content from multiple sources to a computing device
WO2010095867A2 (en) Customized intellectual system for searching internet information using symbols and icons through a mobile communication terminal and an ip-based information terminal
US20040073869A1 (en) E-service to manage contact information and track contact location
CN107038205A (en) Information processing method and device, information displaying method and device
KR20090005097A (en) Systems and methods of transforming data for web communities and web applications
ES2288522T3 (en) INTERNET INTERACTION AUTOMATION METHOD AND SYSTEM.
US9769159B2 (en) Cookie optimization
JP2008276419A (en) Data visual cabinet system and data display method using it
CN113836218A (en) Distributed heterogeneous processing system based on workflow
US20030090502A1 (en) Method and apparatus for indicating information
JP2002318808A (en) Personal information registration support system
CN114995717B (en) Multi-front-end middle station management method and system
JP2002366517A (en) Method, system for providing service, processing center device and program
CN104769579A (en) List management in a document management system
EP1440376A1 (en) System and method for automated access of a network page
US20030014509A1 (en) Account management module user interface
WO2007029849A1 (en) Personal password management method, personal password association assistance apparatus, personal password association assistance program, personal password management system and authentication server
CA2520258C (en) System and method for dynamically generating a user-centric portal
Khan et al. An Online Law Library Database for Legal Cases of Bangladesh for Study Purpose for Lawyers and Law Students
CN115334064B (en) Method and device for generating configuration system
CN101989197A (en) System for multiplexing web program permission and method for generating and accessing program

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