摘要:
去maven下载驱动包 ( jar包 ) 下载地址:http://mvnrepository.com/artifact/org.xerial/sqlite-jdbc/3.23.1 打开IDEA 创建一个class类 package com.dao; import java.sql.*; public 阅读全文
摘要:
下载地址:https://www.sqlite.org/download.html (下载相对应自已电脑的配置的数据库)(这里 我的电脑是 windows 64位操作系统) 下载完后 解压出来 sqlite3的使用 配置path环境变量 打开cmd 输入sqlite3 出现这个说明 sqlite3数 阅读全文