Java JSP multi-user Blog system source code download

Source: Internet
Author: User

Original: Java JSP multi-user Blog system source code download

Source code: Http://www.zuidaima.com/share/1550463407606784.htm

The Java Multi-user blog system (MVC) uses javabean+servlet+jsp technology, while using Javascript,css+div,ajax technology. With MySQL database, TOMCAT6 is the server.

Official verification:

Project

Home http://localhost: Ports/Projects/

Register http://localhost: Port/Project/register.jsp

Login http://localhost: Port/Project/login.jsp

When you import a DB, the import failure occurs with Navicat. It is recommended to import with CMD and execute before importing:

Set names UTF8;

Additionally, you need to modify the connection configuration of the DB:

Configuration in Com.wt.db.DB.java:

public static Connection Getconn () {Connection conn = null;try {class.forname ("com.mysql.jdbc.Driver"); String uri= "Jdbc:mysql://www.zuidaima.com/blog"; conn = Drivermanager.getconnection (URI, "root", "111111");} catch (ClassNotFoundException e) {e.printstacktrace ();} catch (SQLException e) {e.printstacktrace ();} Return conn;}

Missing servlet jar Package: http://www.zuidaima.com/jar/56211.htm

Trial, the overall feeling is relatively simple, registered after landing can not find a blog post connection, and after landing user hints are not obvious, there are landing buttons, we download a simple look on the good.

Java JSP multi-user Blog system source code download

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.