CN111079129A - Smart city integrated management command system - Google Patents

Smart city integrated management command system Download PDF

Info

Publication number
CN111079129A
CN111079129A CN201911270178.7A CN201911270178A CN111079129A CN 111079129 A CN111079129 A CN 111079129A CN 201911270178 A CN201911270178 A CN 201911270178A CN 111079129 A CN111079129 A CN 111079129A
Authority
CN
China
Prior art keywords
user
data
login password
command
access
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
CN201911270178.7A
Other languages
Chinese (zh)
Other versions
CN111079129B (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.)
CETC 38 Research Institute
Original Assignee
CETC 38 Research Institute
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 CETC 38 Research Institute filed Critical CETC 38 Research Institute
Priority to CN201911270178.7A priority Critical patent/CN111079129B/en
Publication of CN111079129A publication Critical patent/CN111079129A/en
Application granted granted Critical
Publication of CN111079129B publication Critical patent/CN111079129B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/26Government or public services

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Tourism & Hospitality (AREA)
  • General Physics & Mathematics (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • General Business, Economics & Management (AREA)
  • General Health & Medical Sciences (AREA)
  • Marketing (AREA)
  • Educational Administration (AREA)
  • Development Economics (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention provides a comprehensive management and command system for a smart city, which comprises: the system comprises a service platform and at least two data systems deployed on the service platform, wherein the service platform provides a user login interface, distributes a login password for a user, sends the login password to the data system corresponding to the user, and generates an access link corresponding to the user according to the login password and the data system corresponding to the access authority of the user so that the user accesses the data system by using the access link, wherein the access link is a link for directly accessing the data system; the data systems are respectively used for providing the user with the access function of the data corresponding to the functional departments of the government. By applying the embodiment of the invention, the operation process can be simplified, and the operation is more convenient.

Description

Smart city integrated management command system
Technical Field
The invention relates to a command system, in particular to a comprehensive management command system for a smart city.
Background
With the continuous development of smart city technology, in order to facilitate management and application, more and more cities integrate data systems of various departments on the same service platform. The user can look over the data in each data system on unified service platform, because different data systems belong to different government functional departments, and each data system can not be compatible each other, consequently, need repeatedly log in each data system when need look over the data of other data systems, it is not convenient enough to use.
At present, the patent application with application number 201810864122.3 discloses a method for single sign-on to multiple systems, which is applied to a single sign-on server, and includes: step 1: receiving a login request of a system to be logged in from a browser side; step 2: judging whether the browser side has a current cookie stored after the system finishes login in advance; if not, executing the step 3: sending an authentication request to a login information server, receiving authentication passing information returned by the login information server after the login information server authenticates and passes input user information according to the received authentication request, acquiring the user information and a user unique identity corresponding to the user information from the login information server, writing the user unique identity into a cookie of the system to be logged in, and writing the user information into a redis server, thereby completing logging in the system to be logged in; if yes, executing step 4: comparing whether the parent domain name of the system to be logged in is the same as the parent domain name of the system corresponding to the current cookie; if yes, executing step 5: reading the unique user identity stored in the current cookie, pulling user information corresponding to the unique user identity from the redis server according to the read unique user identity, and setting the login state of the system to be logged in as logged in according to the pulled user information, thereby realizing automatic login of the system to be logged in; the steps are also adopted to realize automatic login of one or more other systems to be logged in.
As can be seen from the above, although the conventional login method can avoid the trouble that the user needs to authenticate when logging in the data system, the data system still needs the cookie to verify the login request of the user when the user logs in the data system. Accordingly, there is a technical problem in the art that cookies are still required.
Disclosure of Invention
The invention aims to provide a comprehensive management and command system for smart cities, and solves the technical problem that cookies are still needed in the prior art.
The invention solves the technical problems through the following technical means:
the embodiment of the invention provides a comprehensive management and command system for a smart city, which comprises: a service platform, at least two data systems deployed on the service platform, wherein,
the service platform is used for distributing a login password for a user and issuing the login password to a data system corresponding to the user;
the data system generates an access link corresponding to the user according to the login password and the access authority of the user, wherein the access link is a link for directly accessing the data system;
the data systems are respectively used for providing the user with the access function of the data corresponding to the functional departments of the government.
By applying the embodiment of the invention, the data system generates the link uniquely corresponding to the user in advance according to the login password and the data system corresponding to the access authority of the user, when the user logs in the data system, the corresponding data system is directly accessed through the link, and compared with the prior art that the data system needs cookie for access, the data system is directly accessed through the access link without the cookie.
Optionally, the service platform includes: the system comprises front-end equipment, background equipment, a network system, a command center and a command platform, wherein the front-end equipment is used for acquiring data;
the background equipment is used for storing data acquired by the front-end equipment;
the network system is used for connecting the front-end equipment, the background equipment and the command center;
the command center comprises an operation station, an LED large screen, a splicing controller and a paperless office system, wherein the operation station is jointly worked by working personnel of a public security office, a traffic police office, an urban management office, an environmental protection office and a safety supervision agency office; the LED large screen is an LED large screen matrix consisting of M-N surface display screen arrays, wherein M is the number of transverse large screens, and N is the number of vertical large screens;
the command platform is used for providing a human-computer interaction software interface so that a user can access each data system through the command platform in a command center.
Optionally, the front-end device includes one or a combination of common monitoring, a face snapshot machine, an electronic police, a bayonet, a ball break, a speed measuring radar, a mobile law enforcement terminal, an unmanned aerial vehicle, a water quality online monitoring device and a perimeter protection device.
Optionally, the background device includes one or a combination of a video server, a cloud storage server, a human face intelligent recognition server, an urban management violation intelligent recognition server, a water quality online monitoring server, a perimeter protection server, a command center server, and a big data analysis server.
Optionally, the network system is further configured to access the comprehensive management and command system of the smart city to a sub-control center of each commission office.
Optionally, the data system further includes a third-party application, including: video patrol, face identification, video structuralization, intelligent traffic police, intelligent urban management violation identification, water quality monitoring, perimeter radar, environmental protection bayonet, mine traffic control, unmanned aerial vehicle management and control, intelligent street lamp and task traffic transfer application.
Optionally, the accessing the link includes: a URL.
When a user logs in a command system, verifying whether the login password of the user is legal, and if so, informing a data system that the user is a legal user.
Optionally, the system adopts a B/S architecture.
The embodiment of the invention also provides a login method of the intelligent city comprehensive management command system based on any one of the above, and the method comprises the following steps:
the service platform distributes a login password for a user and issues the login password to a data system corresponding to the user;
the data system generates an access link corresponding to the user according to the login password and the access authority of the user;
the data system receives an access request submitted by a user through an access link, verifies whether a login password in the access link is legal or not, and displays data corresponding to the user authority in the data system under the condition that the login password is legal.
The invention has the advantages that:
by applying the embodiment of the invention, the data system generates the link uniquely corresponding to the user in advance according to the login password and the data system corresponding to the access authority of the user, when the user logs in the data system, the corresponding data system is directly accessed through the link, and compared with the prior art that the data system needs cookie for access, the data system is directly accessed through the access link without the cookie.
Drawings
Fig. 1 is a schematic structural diagram of a smart city integrated management command system according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the embodiments of the present invention, and it is obvious that the described embodiments are some embodiments of the present invention, but not all 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.
Fig. 1 is a schematic structural diagram of a smart city integrated management command system according to an embodiment of the present invention, as shown in fig. 1, the system includes: a service platform, at least two data systems deployed on the service platform, wherein,
the service platform is used for distributing a login password for a user and issuing the login password to a data system corresponding to the user;
the data system enables the user to use the access link to access the data system according to the login password and the access authority of the user and the access link corresponding to the user, wherein the access link is a link for directly accessing the data system;
the data systems are respectively used for providing the user with the access function of the data corresponding to the functional departments of the government.
For example, due to different data types, each functional department of the government is performed separately at the beginning of the information-based construction, that is, the data systems of different functional departments of the government are different, for example, the data system of the social security department stores more text data, the data system of the public security department stores more video and picture data, and the login interfaces of different data systems may also be different. However, with the continuous advance of the urbanization process, the urban management mode is in urgent need of improvement, wherein, integrating the data systems of various functional departments of the government through a uniform service platform is one of the preferable technical solutions; that is, a unified service platform is developed, and the service platform is provided with an access interface for user login and a data interface for connecting a data system.
Firstly, a service platform in a command system allocates a unique login password, such as a unique account, and a corresponding password to a user; the service platform issues the account number and the password to a data system corresponding to the user, for example, if the user belongs to a common user and cannot log in to the data system A, the service platform does not issue the log-in password of the user to the data system A; for another example, if the user can only use part of the functions in the data system B, the functional right that can be used by the user is issued to the corresponding data system B; similarly, the resource authority of which data in the data system can be accessed corresponding to the user can be issued to the corresponding data system, so as to avoid the phenomenon that the user is unauthorized to access.
Then, the data system A can encrypt the login password of the user in a symmetrical or asymmetrical encryption mode, and then generates an access link corresponding to the user by using the existing link generation algorithm; when the user uses the access link to log in, the service platform decrypts the login password corresponding to the user, then verifies whether the login password is a legal login password, and if so, allows the user to log in.
Or the login password can be encrypted by using an irreversible encryption algorithm to obtain data A, and then the access link corresponding to the user is generated by using the existing link generation algorithm according to the identification information of the user and the encrypted login password; when a user logs in the service platform by using the access link, the service platform acquires identification information of the user, then acquires a correct login password stored in the service platform according to the identification information, then encrypts the stored login password by using the same irreversible encryption algorithm to obtain B data, then performs consistency check on the A data and the B data extracted from the access link, and if the check is passed, allows the user corresponding to the access link to log in the service platform; the login password comprises: a login account number and a login password.
In practical application, the authority of the user can be added into the login password so as to generate the access link.
By applying the embodiment of the invention, the data system generates the link uniquely corresponding to the user in advance according to the login password and the data system corresponding to the access authority of the user, when the user logs in the data system, the corresponding data system is directly accessed through the link, and compared with the prior art that the data system needs cookie for access, the data system is directly accessed through the access link without the cookie.
In practical application, in order to further facilitate a user to view data in the data systems, each data system on the service platform may share one access link, and when the user accesses the data system through the access link, the data of each data system is displayed in a partitioned manner on an interface of the user. Therefore, when a user logs in the data system, the user does not need to log in the data system one by one, the user can check all data in the data system in the authority only by logging in once, and then the user can search the target data in the corresponding display area according to the user's requirement, so that the user can conveniently use the data system.
In a specific implementation manner of the embodiment of the present invention, the service platform includes: the system comprises front-end equipment, background equipment, a network system, a command center and a command platform, wherein the front-end equipment is used for acquiring data;
the background equipment is used for storing data acquired by the front-end equipment;
the network system is used for connecting the front-end equipment, the background equipment and the command center;
the command center is used for receiving command commands;
the command platform is used for providing a human-computer interaction software interface so that a user can access each data system through the command platform in a command center.
By applying the embodiment of the invention, the user can be allowed to log in the command platform in the command center so as to realize the login of the service platform.
In a specific implementation manner of the embodiment of the invention, the front-end device includes one or a combination of common monitoring, a human face snapshot machine, an electronic police, a bayonet, a ball break, a speed measuring radar, a mobile law enforcement terminal, an unmanned aerial vehicle, a water quality online monitoring device and a perimeter protection device.
By applying the embodiment of the invention, the detection sensors of different administrative departments can be connected to a unified service platform in a centralized manner, so that the management and the command are convenient.
In a specific implementation manner of the embodiment of the invention, the background equipment comprises one or a combination of a video server, a cloud storage server, a human face intelligent recognition server, an urban management violation intelligent recognition server, a water quality online monitoring server, a perimeter protection server, a command center server and a big data analysis server.
In a specific implementation manner of the embodiment of the present invention, in order to facilitate each administrative department to view or process corresponding data in each department, the network system is further configured to access the comprehensive management and command system of the smart city to the sub-control centers of each commission office.
In a specific implementation manner of the embodiment of the present invention, the data system further includes a third-party application, where the third-party application includes: video patrol, face identification, video structuralization, intelligent traffic police, intelligent urban management violation identification, water quality monitoring, perimeter radar, environmental protection bayonet, mine traffic control, unmanned aerial vehicle management and control, intelligent street lamp and task traffic transfer application.
In a specific implementation manner of the embodiment of the present invention, the access link includes: a URL.
Furthermore, the command center also unifies the user, resource and function authority, and the video resources and function menus distributed by the users of different committees are different, so that the resource sharing is realized.
Furthermore, the command center also supports real-time alarm transfer task and cross-department task transfer operation, can be in butt joint with the existing third-party system, and can acquire the processing state of the transferred task in real time.
Furthermore, the command center adopts a B/S architecture, and supports logging in the client side in the sub-control center of each commission office, so that the command center is convenient to use.
Compared with the prior art, the invention has the following beneficial effects:
the existing system resources are integrated by building and fusing a global network, and the existing third-party application is accessed in a desktop icon mode, so that repeated building is avoided. The system also unifies the user, resource and function authorities, can realize the joint office work of each functional department, and has important popularization value.
The above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be replaced as well; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A smart city integrated management command system, the system comprising: a service platform, at least two data systems deployed on the service platform, wherein,
the service platform is used for distributing a login password for a user and issuing the login password to a data system corresponding to the user;
the data system generates an access link corresponding to the user in advance according to the login password and the access authority of the user so that the user can access the data system by using the access link, wherein the access link is a link for directly accessing the data system;
and each data system is respectively used for providing the access function of business data of each functional department of the government for the user.
2. The intelligent city integrated management and command system as claimed in claim 1, wherein the service platform comprises: the system comprises front-end equipment, background equipment, a network system, a command center and a command platform, wherein the front-end equipment is used for acquiring data;
the background equipment is used for storing data acquired by the front-end equipment;
the network system is used for connecting the front-end equipment, the background equipment and the command center;
the command center comprises an operation station, an LED large screen, a splicing controller and a paperless office system, wherein the operation station is jointly worked by working personnel of a public security office, a traffic police office, an urban management office, an environmental protection office and a safety supervision agency office; the LED large screen is an LED large screen matrix consisting of M-N surface display screen arrays, wherein M is the number of transverse large screens, and N is the number of vertical large screens;
the command platform is used for providing a human-computer interaction software interface so that a user can access each data system through the command platform in a command center.
3. The system of claim 2, wherein the front-end device comprises one or a combination of a general monitoring device, a face capture machine, an electronic police, a bayonet, a ball break, a speed radar, a mobile law enforcement terminal, an unmanned aerial vehicle, a water quality online monitoring device and a perimeter protection device.
4. The comprehensive management and command system for the smart city according to claim 2, wherein the background equipment comprises one or a combination of a video server, a cloud storage server, a human face intelligent recognition server, an intelligent city management violation recognition server, an online water quality monitoring server, a perimeter protection server, a command center server and a big data analysis server.
5. The system of claim 2, wherein the network system is further configured to access the system to the sub-control centers of the respective offices.
6. The intelligent city integrated management and command system according to claim 2, wherein the data system further comprises a third party application, comprising: video patrol, face identification, video structuralization, intelligent traffic police, intelligent urban management violation identification, water quality monitoring, perimeter radar, environmental protection bayonet, mine traffic control, unmanned aerial vehicle management and control, intelligent street lamp and task traffic transfer application.
7. The intelligent city integrated management and command system according to claim 1, wherein the access link comprises: a URL.
8. The command system for comprehensive management of smart city according to claim 1, wherein the assigning a login password to a user and issuing the login password to the data system corresponding to the user comprises:
when a system creates a login password for a user, the login password, the function authority and the resource authority corresponding to the user are issued to a data system corresponding to the user, wherein the login password comprises: a login account number and a login password.
9. The system of claim 1, wherein the system is configured in a B/S architecture.
10. The method for logging on a smart city integrated management and command system according to any one of claims 1 to 9, wherein the method comprises:
the service platform distributes a login password for a user and issues the login password to a data system corresponding to the user;
the data system generates an access link corresponding to the user according to the login password and the access authority of the user;
the data system receives an access request submitted by a user through an access link, verifies whether a login password in the access link is legal or not, and displays data corresponding to the user authority in the data system under the condition that the login password is legal.
CN201911270178.7A 2019-12-11 2019-12-11 Smart city integrated management command system Active CN111079129B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911270178.7A CN111079129B (en) 2019-12-11 2019-12-11 Smart city integrated management command system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911270178.7A CN111079129B (en) 2019-12-11 2019-12-11 Smart city integrated management command system

Publications (2)

Publication Number Publication Date
CN111079129A true CN111079129A (en) 2020-04-28
CN111079129B CN111079129B (en) 2023-02-28

Family

ID=70313931

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911270178.7A Active CN111079129B (en) 2019-12-11 2019-12-11 Smart city integrated management command system

Country Status (1)

Country Link
CN (1) CN111079129B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030200465A1 (en) * 2001-08-06 2003-10-23 Shivaram Bhat Web based applications single sign on system and method
CN101217368A (en) * 2007-12-29 2008-07-09 亿阳安全技术有限公司 A network logging on system and the corresponding configuration method and methods for logging on the application system
CN102064941A (en) * 2010-10-12 2011-05-18 深圳市同洲电子股份有限公司 Method and system for realizing loosely coupled single sign-on
CN103227799A (en) * 2013-05-13 2013-07-31 山东临沂烟草有限公司 Implementing method of unified user management and single sign-on platform based on multiple application systems
CN104580081A (en) * 2013-10-15 2015-04-29 上海申铁信息工程有限公司 Integrated SSO (single sign on) system
CN105871822A (en) * 2016-03-25 2016-08-17 山东超越数控电子有限公司 B/C/S blending mode based single sign-on system development model
CN107046578A (en) * 2017-04-28 2017-08-15 浙江海邦伟业智能科技股份有限公司 A kind of comprehensive safeguard management platform
CN107359996A (en) * 2016-05-09 2017-11-17 阿里巴巴集团控股有限公司 Automatic logging method and device between more websites

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030200465A1 (en) * 2001-08-06 2003-10-23 Shivaram Bhat Web based applications single sign on system and method
CN101217368A (en) * 2007-12-29 2008-07-09 亿阳安全技术有限公司 A network logging on system and the corresponding configuration method and methods for logging on the application system
CN102064941A (en) * 2010-10-12 2011-05-18 深圳市同洲电子股份有限公司 Method and system for realizing loosely coupled single sign-on
CN103227799A (en) * 2013-05-13 2013-07-31 山东临沂烟草有限公司 Implementing method of unified user management and single sign-on platform based on multiple application systems
CN104580081A (en) * 2013-10-15 2015-04-29 上海申铁信息工程有限公司 Integrated SSO (single sign on) system
CN105871822A (en) * 2016-03-25 2016-08-17 山东超越数控电子有限公司 B/C/S blending mode based single sign-on system development model
CN107359996A (en) * 2016-05-09 2017-11-17 阿里巴巴集团控股有限公司 Automatic logging method and device between more websites
CN107046578A (en) * 2017-04-28 2017-08-15 浙江海邦伟业智能科技股份有限公司 A kind of comprehensive safeguard management platform

Also Published As

Publication number Publication date
CN111079129B (en) 2023-02-28

Similar Documents

Publication Publication Date Title
CN110417918B (en) Distributed storage method and device for archive information, electronic equipment and medium
CN108960456A (en) Private clound secure, integral operation platform
CN110221949B (en) Automatic operation and maintenance management method, device, equipment and readable storage medium
CN104240342A (en) Access control method and device
CN113468511B (en) Data processing method and device, computer readable medium and electronic equipment
CN104240013A (en) Door access control method and door access control platform
CN113378125A (en) Cloud service security cloud control system and method based on big data
CN105491102A (en) Intelligent monitoring system based on cloud computing technology and device thereof
CN104240014A (en) Door access control method and door access control platform
CN112256682B (en) Data quality detection method and device for multi-dimensional heterogeneous data
CN109029573A (en) A kind of pipeline method for inspecting and system
KR102591591B1 (en) Method and Apparatus for Security Management of Traffic Information Center
CN106452815B (en) A kind of informatization management method, apparatus and system
CN112398859A (en) Safety control method and device based on regional Internet of things platform
CN110825776B (en) Air quality detection report processing method and device, computing equipment and storage medium
CN112163026A (en) Multi-source heterogeneous interface management and control method for integrating multi-class technical application data
KR20210123518A (en) Systems that support smart work
CN101118639A (en) Safety electric national census system
CN111079129B (en) Smart city integrated management command system
CN115567563B (en) Comprehensive transportation hub monitoring and early warning system based on end edge cloud and control method thereof
CN104238477A (en) Intelligent building weak current system operating method
CN112333199B (en) Data processing method and device
CN107545795B (en) open type Internet of things experiment teaching platform control method and device
CN112383556B (en) Data processing method and device
CN111324872A (en) Method and system for redirected centralized audit of login records and operation records

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