2018年7月25日

JDBC的学习(三)——以查询新闻系统为例

摘要: 数据库截图: 效果图: 主要代码: 阅读全文

posted @ 2018-07-25 20:09 thelast9527 阅读(148) 评论(0) 推荐(0) 编辑

JDBC的学习(二)——SqlHelper类的编写

摘要: package cn.yn.myutil; /** * * @author nickY9527 * */ import java.sql.*; public class SqlHelper { private static String DB_DRIVER = "com.mysql.cj.jdbc.Driver"; private static String DB_U... 阅读全文

posted @ 2018-07-25 16:23 thelast9527 阅读(224) 评论(0) 推荐(0) 编辑

导航