摘要: 一、近几年常用的访问数据库的方式和优缺点 1、原始java访问数据库 开发流程麻烦 <1>注册驱动/加载驱动 Class.forName("com.mysql.jdbc.Driver") <2>建立连接 Connection con = DriverManager.getConnection("jd 阅读全文
posted @ 2018-10-17 21:59 platycoden 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 第一步:打开myeclipse >help >install from site >Add将路径粘贴在这里。等待安装颜色主题。https://raw.github.com/guari/eclipse-ui-theme/master/com.github.eclipseuitheme.themes.u 阅读全文
posted @ 2018-10-17 14:28 platycoden 阅读(1199) 评论(0) 推荐(0) 编辑
摘要: 1、SpringBoot启动默认加载的Filter characterEncodingFilter hiddenHttpMethodFilter httpPutFormContentFilter requestContextFilter 2、Filter优先级(Ordered.HIGHEST_PRE 阅读全文
posted @ 2018-10-17 12:20 platycoden 阅读(1959) 评论(0) 推荐(0) 编辑