This commit is contained in:
FJY
2017-10-29 23:10:14 +08:00
parent 56ae828c97
commit 01602e09d9
30 changed files with 8564 additions and 511 deletions

View File

@@ -50,7 +50,7 @@
</tr>
<%
String driverClass = "com.mysql.jdbc.Driver";
String url = "jdbc:mysql://localhost:3306/db_school";
String url = "jdbc:mysql://localhost:3306/db_school?useUnicode=true&characterEncoding=utf-8";
String user = "root";
String password = "";
ResultSet rs = null;
@@ -94,18 +94,7 @@
</div>
</div>
<!-- Footer -->
<div class="footer">
<!-- Copyright -->
<div class="copyright">
<p>
&copy; 2016 学生信息管理系统. All Rights Reserved | Design by <a
href="http://blog.sina.com.cn/u/2007780675">F嘉阳</a>
</p>
</div>
<!-- //Copyright -->
</div>
<%@ include file="module/footer.jsp"%>
<!-- //Footer -->
</div>
</div>