Research BSM
Research BSM
Proceedings of the 2022 7th International Conference on Financial Innovation and Economic Development (ICFIED 2022)
ABSTRACT
With the maturing of network technique,people are relying more and more on network in life. Making friends,life
record, material facts and story sharing can be carried out between people.The Personal blog management system
Uses the Python Django framework and selects B/S mode to build.This paper mainly discusses the whole
development process of blog system, such as system requirement analysis, functional design, software
implementation, software testing and so on. As thus, the daily social networking and event function can be
satisfied between users and readers.
preferences. The system has higher freedom for Because some sensitive user information is protected
interaction with readers and search for like-minded and there are certain requirements for reader
friends. The implementation of online social new information, the database is stable and secure.The
pattern must be a trend of future development[3]. personal blog system can completely meet the basic
needs of different ages.If there are other higher
2. SYSTEM REQUIREMENT ANALYSIS requirements in the process of using the program, it can
also perform later maintenance and secondary
According to the functional requirements of blog development.This system also has the function of log
system, the system is divided into reader mode and user recording. If the maloperation is happened in use or is
administrator mode.Reader mode mainly includes operated by others, users can check what the other side
reading of articles, message interaction and so on. The operates through the logging and which changes were
main functions of the user administrator mode include made to the personal blog system.
writing, modifying,deleting articles and viewing readers'
messages.A series of modification operations were 2.2.Analysis of Business Process
carried out on the rotation pictures displayed on the
article page, the classification labels of the blog article First, users need to make a simple registration to use
and the Settings of personal information.The overall the blog. If the user wants to edit, modify, delete and
system needs a stable operating environment and secure classified articles, the user needs to enter the manager
database. interface, then can do the above.
Second, readers can read the user's articles and
2.1.Analysis of Functional Requirements essays through browsing interface,but also can discuss
In social networking mode, young people are keen the content of the article, leave messages and interact
on life sharing, cultural transmission and pursuit of new with bloggers. Without the manager's account and
things. Under the premise of security and stability, the password, readers cannot enter the management
system design should satisfy the following requirements. interface. They can only read and leave messages
without too many operation permissions. The purpose is
(1)There is a secure and stable database to store to protect user information security and maintain the
system data.Users will save some of relatively important stability of the system.
article notes or some other content during use of
personal blog system, including user personal 3. SYSTEM FUNCTION DESIGN
information and other private content.Therefore, it is
very important to establish a safe and stable 3.1.Functional Structure Design
management mode, which is the basis of improving user
experience and research of overall system. Through analyzing the function demands of the
(2)Readers can interact with users while browsing system, system user can be divided into reader mode
the article, which is the characteristic function of the and user manager mode. The functions of reader mode
system.Readers can choose their favorite user managers mainly include article reading, message interaction, etc.
to leave a message in order to achieve a communication The functions of user manager mode include writing,
purpose. modifying and deleting articles and checking the
readers' messages.they can modify a series of pictures
(3)From the point of user manager, users have displayed on the article page, the classification label of
absolute control over the system. The tags can be set the blog post and personal information setting.The
according to keywords such as life, science and overall system needs a stable operating environment and
technology, cute pets,etc. The content of the tags can a safe database.
also be modified and "add, delete, change, check" can
be carried out according to the intention. Users can also 3.2.Functional Module Design
add, modify or remove the content of the article just
written,view readers' messages and other functions.In The system includes mainly front-placed part and
order to facilitate social communication, this personal backstage part. The backstage part serves bloggers and
blog system is also associated with Scott map. It the front-placed part is based on readers.The specific
increases the social authenticity, transparency and analysis is as follows.
security.Although the main audience of this system is
young people, but considering many older readers in 3.2.1.Background Management functions
society also like online social networking even if
computer skills is weak. System of entry: the account and password need to
be verified when entering the background.
Therefore, another advantage of personal blog
management system is simple operation interface.
1450
Advances in Economics, Business and Management Research, volume 648
1451
Advances in Economics, Business and Management Research, volume 648
6. CONCLUSION
The design of this system uses Django MVT
framework, the development platform chooses PyCharm
editor for Python, the database uses MySQL. Through
the feasibility analysis, demand analysis, business
analysis and function analysis, finally, the system set the
program users as the client and reader end.both of them
have their own rights and functions, and achieve the real
meaning of "my blog I make the decision". In the
current convenient network and epidemic environment,
people can better exchange learning and share life.
REFERENCES
[1] Jiajian Ji,Linlan Liu,Personal blog system based on
Java EE,.Information & Communications,2017,
(08)pp. 114–116.
[2] Alex Martel li, Python in a Nutshell (2nd Edition),
Sebastopol:O'Reilly,2006, pp. 70–125.
[3] Edited by Qing Wu, Python programming, Posts
and Telecommunications Press, 2020, pp. 105–160.
[4] Mark Lutz,Learning Python (Third Edition),
Sebastopol:O’Reilly, 2017, pp. 17–30.
[5] Edited by Chunjie Wang, Learn Python
programming easily,China Railway Press, 2020,
pp. 204–215.
1452