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

@@ -59,7 +59,7 @@
<select name="job" class="form-control" name="job">
<%
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;
@@ -97,18 +97,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>
<script src="js/jquery-1.11.2.min.js" type="text/javascript"></script>