摘要:
进入到eclipse安装目录下,有一个.eclipseproduct文件,用记事本打开,就可以知道版本了后面version=的值就是版本。 阅读全文
摘要:
方法一: import java.sql.*; 2 import org.sqlite.JDBC; 3 4 public class SQLiteTest { 5 public static void main(String[] args) { 6 try { 7 // The SQLite (3.3.8) Database File 8 // This database has one table (pmp_countries) with 3 columns (country_id, country_code, c... 阅读全文