CN111339469B - News publishing and managing system - Google Patents

News publishing and managing system Download PDF

Info

Publication number
CN111339469B
CN111339469B CN202010135906.XA CN202010135906A CN111339469B CN 111339469 B CN111339469 B CN 111339469B CN 202010135906 A CN202010135906 A CN 202010135906A CN 111339469 B CN111339469 B CN 111339469B
Authority
CN
China
Prior art keywords
user
news
login
mobile phone
hash value
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
CN202010135906.XA
Other languages
Chinese (zh)
Other versions
CN111339469A (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.)
Foshan University
Original Assignee
Foshan University
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 Foshan University filed Critical Foshan University
Priority to CN202010135906.XA priority Critical patent/CN111339469B/en
Publication of CN111339469A publication Critical patent/CN111339469A/en
Application granted granted Critical
Publication of CN111339469B publication Critical patent/CN111339469B/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/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
    • 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/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/01Social networking

Abstract

The invention provides a news publishing and managing system, which comprises a news publishing front stage and a news managing back stage, wherein the news publishing front stage is used for calling news data corresponding to a homepage and other basic data from a database according to the accessed homepage, the other basic data comprise comment content, a help center and news reading quantity, and the news managing back stage is used for editing and managing the database. The news publishing front-end and the news management back-end are separated, so that the news publishing system is suitable for local news publishing departments such as schools, institutions and companies, and news publishing operation and back-end management are simple.

Description

News publishing and managing system
Technical Field
The invention relates to the technical field of computers, in particular to a news publishing and management system.
Background
In view of the fire explosion degree of WEB sites in recent years, the information demand of people on the outside is relatively large, and the reading of information is not limited to only a few sites, but is as much as possible, so that information-based release sites (news release systems) are also generated. In order to meet the demands of people on a large amount of external information, the news publishing system has the main functions of publishing real-time news, modifying and deleting news content, adding and modifying news columns and modifying comments of logged-in users.
Through a large number of searches, a number of typical prior art are found, and as shown in fig. 4, the patent with application number 201710021489.4 discloses a news release management system based on internet, which has the advantages of high management efficiency, good timeliness and the like. As shown in fig. 5, the patent application No. 201410483748.1 discloses a news management publishing method and device based on PDF inverse solution, which not only ensures the seriousness of published news, but also saves a great deal of time and labor cost. As shown in fig. 6, the patent application number 201010579360.3 discloses a dynamic news publishing and management system, which realizes functions of news category management, news management, user role management and the like, so that the management of website information is more timely and efficient.
As can be seen, there are many specific solutions not proposed for the news release management system, which have to deal with the practical problems (such as simplifying release operations and background management) in its practical application.
Disclosure of Invention
In order to overcome the defects of the prior art and provide a news publishing and management system, the invention has the following specific technical scheme:
a news publishing and managing system comprises a news publishing foreground and a news managing rear end;
the news distribution foreground is used for calling news data corresponding to the homepage and other basic data from the database according to the accessed homepage, wherein the other basic data comprise comment content, a help center and news reading quantity;
the news management background is used for editing and managing the database.
Optionally, the news publishing foreground comprises a user login module, a news browsing module, a user comment module and an exit system module;
the user login module is used for calling a login page from the database and performing member login according to the user name and the password;
the news browsing module is used for retrieving news data and other basic data from the database and loading and displaying the news data and the other basic data on the front-end page;
the user comment module is used for posting comments below the news articles after the members log in;
the exit system module is used for the member to exit the current browsing page and jump back to the login page.
Optionally, the user login module includes a foreground login inlet unit and a background login inlet unit, where the foreground login inlet unit is used for non-administrator user login, and the background login inlet unit is used for administrator user login.
Optionally, the news management back end comprises an administrator interface, a common user interface and a verification module;
the verification module is used for judging whether the category of the login user is a non-administrator user or an administrator user, if the login user is the administrator user, the login user jumps to an administrator interface, and if the login user is the administrator user, the login user jumps to a common user interface;
optionally, an administrator interface, an administrator may publish, write, modify news data, modify the login status of a general user, and mask delete comments.
Optionally, the news publishing foreground adopts web connection and a B/S mode, and the news management back end adopts Java and MySQL development.
The beneficial effects obtained by the invention include:
1. as the news release foreground and the news management rear end are separated, the news release and news collection are separated, and the system is suitable for local news release departments such as schools, institutions, companies and the like, and is simple in release operation and management. In addition, in the system, the news publishing foreground has effective news interaction capability, a news comment function is increased, management of member users is convenient, authority of the member users can be managed, and bad comments can be effectively managed;
2. the user registration module comprises a hash value conversion unit, a verification code generation unit and a user registration verification unit, and the user account (mobile phone number) and the login password are respectively subjected to hash conversion and then stored in the common user list, so that the privacy information of the user can be protected to a greater extent, and the disclosure of the privacy data is prevented.
Drawings
The invention will be further understood from the following description taken in conjunction with the accompanying drawings, with emphasis instead being placed upon illustrating the principles of the embodiments.
FIG. 1 is a schematic diagram of the overall structure of a news publishing and management system according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of the overall structure of a news distribution foreground according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a user login module according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of the overall structure of an Internet-based news release management system according to the prior art;
FIG. 5 is a schematic flow chart of a news management publishing method based on PDF inverse solution in the prior art;
fig. 6 is a schematic diagram of the overall structure of a dynamic news distribution and management system in the prior art.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the following examples thereof; it should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention. Other systems, methods, and/or features of the present embodiments will be or become apparent to one with skill in the art upon examination of the following detailed description. It is intended that all such additional systems, methods, features and advantages be included within this description, be within the scope of the invention, and be protected by the accompanying claims. Additional features of the disclosed embodiments are described in, and will be apparent from, the following detailed description.
The same or similar reference numbers in the drawings of embodiments of the invention correspond to the same or similar components; in the description of the present invention, it should be understood that, if there is an azimuth or positional relationship indicated by terms such as "upper", "lower", "left", "right", etc., based on the azimuth or positional relationship shown in the drawings, it is only for convenience of describing the present invention and simplifying the description, but it is not indicated or implied that the apparatus or component referred to must have a specific azimuth, be constructed and operated in a specific azimuth, and thus terms describing the positional relationship in the drawings are merely illustrative and should not be construed as limitations of the present patent, and specific meanings of the terms described above may be understood by those skilled in the art according to specific circumstances.
The invention relates to a news publishing and management system, which is characterized in that the following embodiments are described according to the instructions shown in the attached drawings:
embodiment one:
with the rapid development of the mobile internet, the information transmitted by the radio stations cannot meet the requirements of the modern society by means of the traditional newspapers, and people also transfer the light from the newspapers of the last century to the internet. The Internet has the characteristics of convenience and high efficiency, and the current information requirement of people can be met from the point. The fast-developing internet industry spreads information media from simple web pages to the current mobile internet technology, everything can be interconnected, and everything can be put on the internet. The news release system is taken as a main way of information transmission of the Internet, and is used for information transmission of various industries, namely five hundred of the world, as small as a small company, and has own information portal. The universities and government departments also set up own news webpages, and a simple portal information webpage has the effect that the traditional propaganda media cannot reach, and the news publishing system and the portal website become 'cakes' of the current universities and government departments, and people want to separate a cup of thick soup on the cakes.
In view of the fire explosion degree of the WEB websites in recent years, the information demand of people on the outside is relatively large, and the reading of the information is not limited to a plurality of websites, but is more and better, so that the information-based release websites are also generated. In order to meet the demands of people on a large amount of external information, the system has the main functions of publishing real-time news, modifying and deleting news content, adding and modifying news columns and modifying comments of logged-in users.
The news publishing and managing system divides the whole system into two parts, namely a news publishing front stage and a news managing rear end, wherein the front stage is mainly a news homepage and provides news browsing functions for users, different news bars are set according to different users, most Internet users can be met, the coverage of the users is wide, news comment functions of login users are further added, the interactivity between the system and the users is improved, and the binding degree is high; the background interface is mainly used for managing functions of an administrator, updating news, managing comments, managing user information and the like, wherein the background interface also comprises operations such as searching news, browsing and publishing messages after the common user logs in successfully, and when the administrator logs in the system background, the operations such as publishing, writing, modifying news and the like can be performed, the user is managed, the login state of the user is modified, and the comments are deleted.
As shown in fig. 1, a news publishing and management system includes a news publishing foreground and a news management back end;
the news distribution foreground is used for calling news data corresponding to the homepage and other basic data from the database according to the accessed homepage, wherein the other basic data comprise comment content, a help center and news reading quantity; the news management background is used for editing and managing the database.
As shown in fig. 2, the news publishing foreground includes a user login module, a news browsing module, a user comment module and an exit system module; the user login module is used for calling a login page from the database and performing member login according to the user name and the password. The news browsing module is used for retrieving news data and other basic data from the database and loading and displaying the news data and the other basic data on the front-end page. And the user comment module is used for posting comments below the news articles after the members log in. The exit system module is used for the member to exit the current browsing page and jump back to the login page.
As shown in fig. 3, the user login module includes a foreground login entry unit for non-administrator user login and a background login entry unit for administrator user login.
The news management back end comprises an administrator interface, a common user interface and a verification module; the verification module is used for judging whether the category of the login user is a non-administrator user or an administrator user, if the login user is the administrator user, the login user jumps to an administrator interface, and if the login user is the administrator user, the login user jumps to a common user interface. And an administrator interface, wherein an administrator can publish, write, modify news data, modify the login state of a common user and shield and delete comments. The common user interface is used for browsing news, posting comments, leaving messages, etc.
The system comprises a news publishing front-end and a news management back-end, wherein the news management back-end is provided with two interfaces, one manager interface and the other is a common user interface, so that the news management back-end needs to judge two different conditions so as to enter different interfaces, and the news publishing front-end only needs to judge whether to log in or not. In the news release foreground, a user inputs a login name (account number) and a password, and if the login name and the password are matched and consistent with the login name and the password stored in the database, the login is successful. The database stores an administrator list and a common user list, and the categories of the users can be judged by calling the administrator list and the common user list and comparing the administrator list and the common user list with the login names and the passwords input by the users.
The administrator may be divided into a common administrator and a super administrator, where the super administrator (i.e., admin administrator) can manage the personal information and the login status of the registered common user and the personal information of the common administrator, and the common administrator can only manage the common user.
The user enters a news publishing foreground and then selects to log in, so that the user can browse news, comment and leave a message. The common user can modify and view personal information, and the administrator user maintains basic settings of the system, publishes, modifies, composes news and announcements, deletes or shields user comment messages and the like.
The system in this embodiment adopts the idea of front-back end separation: the news publishing foreground adopts web connection and a B/S mode, and the news management back end adopts java technology and MySQL technology for development.
As an optimal technical scheme, news data in the system is stored in a local database or a cloud database, and the news data are updated and accessed simply, and a website is built in the cloud database.
As a preferred technical solution, the system separates news release from news collection: the news collection department only needs to collect news manuscripts and related pictures, and the news manuscripts and the related pictures are directly sent to a news release manager after being checked by the editing department, and the manager only needs to release news.
As the news release foreground and the news management rear end are separated, the news release and news collection are separated, and the system is suitable for local news release departments such as schools, institutions, companies and the like, and is simple in release operation and management. In addition, in the system, the news publishing foreground has effective news interaction capability, a news comment function is increased, management of member users is convenient, authority of the member users can be managed, and bad comments can be effectively managed.
Embodiment two:
as shown in fig. 1, a news publishing and management system includes a news publishing foreground and a news management back end;
the news distribution foreground is used for calling news data corresponding to the homepage and other basic data from the database according to the accessed homepage, wherein the other basic data comprise comment content, a help center and news reading quantity; the news management background is used for editing and managing the database.
As shown in fig. 2, the news publishing foreground includes a user login module, a news browsing module, a user comment module and an exit system module; the user login module is used for calling a login page from the database and performing member login according to the user name and the password. The news browsing module is used for retrieving news data and other basic data from the database and loading and displaying the news data and the other basic data on the front-end page. And the user comment module is used for posting comments below the news articles after the members log in. The exit system module is used for the member to exit the current browsing page and jump back to the login page.
As shown in fig. 3, the user login module includes a foreground login entry unit for non-administrator user login and a background login entry unit for administrator user login.
The news management back end comprises an administrator interface, a common user interface and a verification module; the verification module is used for judging whether the category of the login user is a non-administrator user or an administrator user, if the login user is the administrator user, the login user jumps to an administrator interface, and if the login user is the administrator user, the login user jumps to a common user interface. And an administrator interface, wherein an administrator can publish, write, modify news data, modify the login state of a common user and shield and delete comments. The common user interface is used for browsing news, posting comments, leaving messages, etc.
The system comprises a news publishing front-end and a news management back-end, wherein the news management back-end is provided with two interfaces, one manager interface and the other is a common user interface, so that the news management back-end needs to judge two different conditions so as to enter different interfaces, and the news publishing front-end only needs to judge whether to log in or not. In the news release foreground, a user inputs a login name (account number) and a password, and if the login name and the password are matched and consistent with the login name and the password stored in the database, the login is successful. The database stores an administrator list and a common user list, and the categories of the users can be judged by calling the administrator list and the common user list and comparing the administrator list and the common user list with the login names and the passwords input by the users.
The administrator may be divided into a common administrator and a super administrator, where the super administrator (i.e., admin administrator) can manage the personal information and the login status of the registered common user and the personal information of the common administrator, and the common administrator can only manage the common user.
The user enters a news publishing foreground and then selects to log in, so that the user can browse news, comment and leave a message. The common user can modify and view personal information, and the administrator user maintains basic settings of the system, publishes, modifies, composes news and announcements, deletes or shields user comment messages and the like.
The system in this embodiment adopts the idea of front-back end separation: the news publishing foreground adopts web connection and a B/S mode, and the news management back end adopts java technology and MySQL technology for development.
As an optimal technical scheme, news data in the system is stored in a local database or a cloud database, and the news data are updated and accessed simply, and a website is built in the cloud database.
As a preferred technical solution, the system separates news release from news collection: the news collection department only needs to collect news manuscripts and related pictures, and the news manuscripts and the related pictures are directly sent to a news release manager after being checked by the editing department, and the manager only needs to release news.
As the news release foreground and the news management rear end are separated, the news release and news collection are separated, and the system is suitable for local news release departments such as schools, institutions, companies and the like, and is simple in release operation and management. In addition, in the system, the news publishing foreground has effective news interaction capability, a news comment function is increased, management of member users is convenient, authority of the member users can be managed, and bad comments can be effectively managed.
The news release front end also comprises a user registration module which is used for inputting a mobile phone number, a password and a verification code to register a common user. The user registration module comprises a hash value conversion unit, a verification code generation unit and a user registration verification unit. The hash value conversion unit comprises a hash algorithm which can convert the mobile phone number, the password and the verification code input by the registered user into hash values with fixed lengths. In this embodiment, the common user list in the database stores the hash values of the common user mobile phone number and the password converted by the hash algorithm, that is, the user account stored in the common user list is the hash value of the common user mobile phone, and the user password stored in the common user list is the hash value of the common user password.
The new user registration flow is as follows:
firstly, after a user inputs a mobile phone number in an input box of a user registration module, a hash conversion unit acquires the mobile phone number and invokes a hash algorithm to convert the hash value of the mobile phone number, so as to obtain the hash value of the mobile phone number of the user.
Secondly, the user registration verification unit acquires a common user list in the database, traverses a user account in the common user list, judges whether a user mobile phone number hash value exists in the common user list, prompts the user mobile phone number to be registered if the user mobile phone number hash value exists in the common user list, and enters a third step if the user mobile phone number hash value does not exist in the common user list.
And thirdly, the user registration verification unit judges whether the user inputs the registration password, if not, the user is prompted to input the registration password, if so, the verification code generation unit generates a multi-bit random code and sends the multi-bit random code to the mobile phone of the user in a short message mode.
Fourth, the user registration verification unit judges whether the verification code input by the user is consistent with the multi-bit random code sent to the mobile phone of the user, if not, the user is prompted to input the verification code again, and if yes, the fifth step is entered.
And fifthly, the hash value conversion unit converts the mobile phone number and the password input by the user into a mobile phone number hash value and a password hash value through a hash algorithm, then sends the mobile phone number hash value and the password hash value to a common user list in a database for storage, and prompts that the user registration is successful.
The user registration module comprises a hash value conversion unit, a verification code generation unit and a user registration verification unit, and the user account (mobile phone number) and the login password are respectively subjected to hash conversion and then stored in the common user list, so that the privacy information of the user can be protected to a greater extent, and the disclosure of the privacy data is prevented.
Embodiment III:
as shown in fig. 1, a news publishing and management system includes a news publishing foreground and a news management back end;
the news distribution foreground is used for calling news data corresponding to the homepage and other basic data from the database according to the accessed homepage, wherein the other basic data comprise comment content, a help center and news reading quantity; the news management background is used for editing and managing the database.
As shown in fig. 2, the news publishing foreground includes a user login module, a news browsing module, a user comment module and an exit system module; the user login module is used for calling a login page from the database and performing member login according to the user name and the password. The news browsing module is used for retrieving news data and other basic data from the database and loading and displaying the news data and the other basic data on the front-end page. And the user comment module is used for posting comments below the news articles after the members log in. The exit system module is used for the member to exit the current browsing page and jump back to the login page.
As shown in fig. 3, the user login module includes a foreground login entry unit for non-administrator user login and a background login entry unit for administrator user login.
The news management back end comprises an administrator interface, a common user interface and a verification module; the verification module is used for judging whether the category of the login user is a non-administrator user or an administrator user, if the login user is the administrator user, the login user jumps to an administrator interface, and if the login user is the administrator user, the login user jumps to a common user interface. And an administrator interface, wherein an administrator can publish, write, modify news data, modify the login state of a common user and shield and delete comments. The common user interface is used for browsing news, posting comments, leaving messages, etc.
The system comprises a news publishing front-end and a news management back-end, wherein the news management back-end is provided with two interfaces, one manager interface and the other is a common user interface, so that the news management back-end needs to judge two different conditions so as to enter different interfaces, and the news publishing front-end only needs to judge whether to log in or not. In the news release foreground, a user inputs a login name (account number) and a password, and if the login name and the password are matched and consistent with the login name and the password stored in the database, the login is successful. The database stores an administrator list and a common user list, and the categories of the users can be judged by calling the administrator list and the common user list and comparing the administrator list and the common user list with the login names and the passwords input by the users.
The administrator may be divided into a common administrator and a super administrator, where the super administrator (i.e., admin administrator) can manage the personal information and the login status of the registered common user and the personal information of the common administrator, and the common administrator can only manage the common user.
The user enters a news publishing foreground and then selects to log in, so that the user can browse news, comment and leave a message. The common user can modify and view personal information, and the administrator user maintains basic settings of the system, publishes, modifies, composes news and announcements, deletes or shields user comment messages and the like.
The system in this embodiment adopts the idea of front-back end separation: the news publishing foreground adopts web connection and a B/S mode, and the news management back end adopts java technology and MySQL technology for development.
As an optimal technical scheme, news data in the system is stored in a local database or a cloud database, and the news data are updated and accessed simply, and a website is built in the cloud database.
As a preferred technical solution, the system separates news release from news collection: the news collection department only needs to collect news manuscripts and related pictures, and the news manuscripts and the related pictures are directly sent to a news release manager after being checked by the editing department, and the manager only needs to release news.
As the news release foreground and the news management rear end are separated, the news release and news collection are separated, and the system is suitable for local news release departments such as schools, institutions, companies and the like, and is simple in release operation and management. In addition, in the system, the news publishing foreground has effective news interaction capability, a news comment function is increased, management of member users is convenient, authority of the member users can be managed, and bad comments can be effectively managed.
The news release front end also comprises a user registration module which is used for inputting a mobile phone number, a password and a verification code to register a common user. The user registration module comprises a hash value conversion unit, a verification code generation unit and a user registration verification unit. The hash value conversion unit comprises a hash algorithm which can convert the mobile phone number, the password and the verification code input by the registered user into hash values with fixed lengths. In this embodiment, the common user list in the database stores the hash values of the common user mobile phone number and the password converted by the hash algorithm, that is, the user account stored in the common user list is the hash value of the common user mobile phone, and the user password stored in the common user list is the hash value of the common user password.
The new user registration flow is as follows:
firstly, after a user inputs a mobile phone number in an input box of a user registration module, a hash conversion unit acquires the mobile phone number and invokes a hash algorithm to convert the hash value of the mobile phone number, so as to obtain the hash value of the mobile phone number of the user.
Secondly, the user registration verification unit acquires a common user list in the database, traverses a user account in the common user list, judges whether a user mobile phone number hash value exists in the common user list, prompts the user mobile phone number to be registered if the user mobile phone number hash value exists in the common user list, and enters a third step if the user mobile phone number hash value does not exist in the common user list.
And thirdly, the user registration verification unit judges whether the user inputs the registration password, if not, the user is prompted to input the registration password, if so, the verification code generation unit generates a multi-bit random code and sends the multi-bit random code to the mobile phone of the user in a short message mode.
Fourth, the user registration verification unit judges whether the verification code input by the user is consistent with the multi-bit random code sent to the mobile phone of the user, if not, the user is prompted to input the verification code again, and if yes, the fifth step is entered.
And fifthly, the hash value conversion unit converts the mobile phone number and the password input by the user into a mobile phone number hash value and a password hash value through a hash algorithm, then sends the mobile phone number hash value and the password hash value to a common user list in a database for storage, and prompts that the user registration is successful.
The user registration module comprises a hash value conversion unit, a verification code generation unit and a user registration verification unit, and the user account (mobile phone number) and the login password are respectively subjected to hash conversion and then stored in the common user list, so that the privacy information of the user can be protected to a greater extent, and the disclosure of the privacy data is prevented.
In this embodiment, the news management backend includes an ID generation unit. In the fifth part, the hash value conversion unit converts the mobile phone number and the password input by the user into a mobile phone number hash value and a password hash value respectively through a hash algorithm, then sends the mobile phone number hash value and the password hash value to a common user list of the database for storage, and the ID generation unit acquires the position of the mobile phone number hash value in the common user list of the database, and then generates an ID value corresponding to the user account according to the position to be used as a mark of the user identity information.
In summary, the news publishing and management system disclosed by the invention has the following beneficial technical effects:
1. as the news release foreground and the news management rear end are separated, the news release and news collection are separated, and the system is suitable for local news release departments such as schools, institutions, companies and the like, and is simple in release operation and management. In addition, in the system, the news publishing foreground has effective news interaction capability, a news comment function is increased, management of member users is convenient, authority of the member users can be managed, and bad comments can be effectively managed;
2. the user registration module comprises a hash value conversion unit, a verification code generation unit and a user registration verification unit, and the user account (mobile phone number) and the login password are respectively subjected to hash conversion and then stored in the common user list, so that the privacy information of the user can be protected to a greater extent, and the disclosure of the privacy data is prevented.
While the invention has been described above with reference to various embodiments, it should be understood that many changes and modifications can be made without departing from the scope of the invention. That is, the methods, systems, and devices discussed above are examples, and various configurations may omit, replace, or add various procedures or components as appropriate. For example, in alternative configurations, the methods may be performed in a different order than described and/or various components may be added, omitted, and/or combined. Moreover, features described with respect to certain configurations may be combined in various other configurations, such as different aspects and elements of the configurations may be combined in a similar manner. Furthermore, as the technology evolves, elements therein may be updated, i.e., many of the elements are examples, and do not limit the scope of the disclosure or claims.
Specific details are given in the description to provide a thorough understanding of exemplary configurations involving implementations. However, the configuration may be practiced without these specific details, such as well-known circuits, processes, algorithms, structures, and techniques have been shown without unnecessary detail in order to avoid obscuring the configuration. This description provides only an example configuration and does not limit the scope, applicability, or configuration of the claims. Rather, the foregoing description of the configuration will provide those skilled in the art with an enabling description for implementing the described techniques. Various changes may be made in the function and arrangement of elements without departing from the spirit or scope of the disclosure.
It is intended that the foregoing detailed description be regarded as illustrative rather than limiting, and that it be understood that it is the following claims, including all equivalents, that are intended to define the spirit and scope of this invention. The above examples should be understood as illustrative only and not limiting the scope of the invention. Various changes and modifications to the present invention may be made by one skilled in the art after reading the teachings herein, and such equivalent changes and modifications are intended to fall within the scope of the invention as defined in the appended claims.

Claims (6)

1. The news publishing and managing system is characterized by comprising a news publishing foreground and a news managing rear end;
the news distribution foreground is used for calling news data corresponding to the homepage and other basic data from the database according to the accessed homepage, wherein the other basic data comprise comment content, a help center and news reading quantity;
the news management back end is used for editing and managing the database;
the news release foreground comprises a user registration module and a user registration module, wherein the user registration module is used for inputting a mobile phone number, a password and a verification code to register a common user; the user registration module comprises a hash value conversion unit, a verification code generation unit and a user registration verification unit, wherein the hash value conversion unit comprises a hash algorithm for converting a mobile phone number, a password and a verification code input by a registered user into hash values with fixed lengths, a user account stored in a common user list in a database is a hash value of a common user mobile phone, and a user password stored in the common user list is a hash value of a common user password;
the new user registration flow is as follows:
firstly, after a user inputs a mobile phone number in an input box of a user registration module, a hash conversion unit acquires the mobile phone number and invokes a hash algorithm to convert the hash value of the mobile phone number, so as to obtain the hash value of the mobile phone number of the user;
secondly, a user registration verification unit acquires a common user list in a database, traverses a user account in the common user list, judges whether a user mobile phone number hash value exists in the common user list, prompts the user mobile phone number to be registered if the user mobile phone number hash value exists in the common user list, and enters a third step if the user mobile phone number hash value does not exist in the common user list;
thirdly, the user registration verification unit judges whether the user inputs a registration password, if not, the user is prompted to input the registration password, if so, the verification code generation unit generates a multi-bit random code and sends the multi-bit random code to the mobile phone of the user in a short message mode;
a fourth step, a user registration verification unit judges whether the verification code input by the user is consistent with the multi-bit random code sent to the mobile phone of the user, if not, the user is prompted to input the verification code again, and if yes, a fifth step is entered;
fifthly, the hash value conversion unit converts the mobile phone number and the password input by the user into a mobile phone number hash value and a password hash value through a hash algorithm, then sends the mobile phone number hash value and the password hash value to a common user list of a database for storage, and prompts that the user registration is successful;
the news management back end comprises an ID generating unit, in the fifth step, a hash value converting unit converts a mobile phone number and a password input by a user into a mobile phone number hash value and a password hash value through a hash algorithm, the mobile phone number hash value and the password hash value are sent to a common user list of a database to be stored, the ID generating unit obtains the position of the mobile phone number hash value in the common user list of the database, and an ID value corresponding to a user account is generated according to the position to serve as a mark of user identity information.
2. The news publishing and management system of claim 1, wherein the news publishing foreground comprises a user login module, a news browsing module, a user comment module, and an exit system module;
the user login module is used for calling a login page from the database and performing member login according to the user name and the password;
the news browsing module is used for retrieving news data and other basic data from the database and loading and displaying the news data and the other basic data on the front-end page;
the user comment module is used for posting comments below the news articles after the members log in;
the exit system module is used for the member to exit the current browsing page and jump back to the login page.
3. The news publishing and management system of claim 2, wherein the user login module includes a foreground login entry unit for non-administrator user login and a background login entry unit for administrator user login.
4. A news publishing and management system as in claim 3, wherein the news management backend includes an administrator interface, a generic user interface, and a verification module;
the verification module is used for judging whether the category of the login user is a non-administrator user or an administrator user, if the login user is the administrator user, the login user jumps to an administrator interface, and if the login user is the administrator user, the login user jumps to a common user interface.
5. The news publishing and management system of claim 4, wherein an administrator may publish, write, modify news data and modify the login status of general users and mask out deleted comments at an administrator interface.
6. The news publishing and management system of claim 5, wherein the news publishing foreground employs web connectivity and B/S mode and the news management backend employs Java and MySQL development.
CN202010135906.XA 2020-03-02 2020-03-02 News publishing and managing system Active CN111339469B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010135906.XA CN111339469B (en) 2020-03-02 2020-03-02 News publishing and managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010135906.XA CN111339469B (en) 2020-03-02 2020-03-02 News publishing and managing system

Publications (2)

Publication Number Publication Date
CN111339469A CN111339469A (en) 2020-06-26
CN111339469B true CN111339469B (en) 2023-07-14

Family

ID=71182092

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010135906.XA Active CN111339469B (en) 2020-03-02 2020-03-02 News publishing and managing system

Country Status (1)

Country Link
CN (1) CN111339469B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102325322A (en) * 2011-05-18 2012-01-18 西安电子科技大学 Multi-way access gateway device supporting wireless network and certification method
CN106027239A (en) * 2016-06-30 2016-10-12 西安电子科技大学 Multi-receiver signcryption method based on keyless trusteeship problem of elliptic curve
CN110365626A (en) * 2018-04-09 2019-10-22 厦门雅迅网络股份有限公司 The user in anticollision library logs in safety certifying method, terminal device and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109635218A (en) * 2018-12-03 2019-04-16 四川理工学院 News briefing and management system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102325322A (en) * 2011-05-18 2012-01-18 西安电子科技大学 Multi-way access gateway device supporting wireless network and certification method
CN106027239A (en) * 2016-06-30 2016-10-12 西安电子科技大学 Multi-receiver signcryption method based on keyless trusteeship problem of elliptic curve
CN110365626A (en) * 2018-04-09 2019-10-22 厦门雅迅网络股份有限公司 The user in anticollision library logs in safety certifying method, terminal device and storage medium

Also Published As

Publication number Publication date
CN111339469A (en) 2020-06-26

Similar Documents

Publication Publication Date Title
US9600470B2 (en) Method and system relating to re-labelling multi-document clusters
CN101276361B (en) Method and system for displaying related key words
US9898454B2 (en) Using text messages to interact with spreadsheets
CN109614402B (en) Multidimensional data query method and device
CN103365695A (en) Method and device for increasing sub-resource loading speed
CN102750299B (en) A kind of method of network information convergence
US20140201298A1 (en) Message subscription based on message aggregate characteristics
JP2013500541A (en) Assign keywords to web pages
US20120215786A1 (en) Server-Side Search Of Email Attachments
WO2013106595A2 (en) Processing store visiting data
CN102761628B (en) Pan-domain name identification and processing device and method
US7467126B2 (en) Removal of stale information
CN102122281A (en) Method, device and system for generating page form
US20100036923A1 (en) Methods and Systems for Dynamically Migrating Electronic Messages From A First Messaging Platform To A Second Messaging Platform
CN104601672A (en) Method and device for sharing network resources based on different application clients
CN101202754A (en) Method and system for storing network information
WO2021093673A1 (en) E-mail sending method, apparatus and device, and computer-readable storage medium
CN110533456A (en) A kind of coupon information method for pushing, system and server
CN102479355A (en) Method and device for loading business documents and mobile terminal
Tompkins et al. Quantitative relationships in conductor vibration damping
CN111666383A (en) Information processing method, information processing device, electronic equipment and computer readable storage medium
CN102508884A (en) Method and device for acquiring hotpot events and real-time comments
CN110955855B (en) Information interception method, device and terminal
CN104252537B (en) Index sharding method based on mail features
CN111339469B (en) News publishing and managing system

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