摘要: import java.sql.*;public class MainDemo { public static void main(String[] args)throws ClassNotFoundException , SQLException{ String driverName ... 阅读全文
posted @ 2015-09-25 18:24 瞌睡虫1 阅读(163) 评论(0) 推荐(0)
摘要: import java.util.*;public class Card { public static void main(String[] args){ Scanner input = new Scanner(System.in);System.out.println("请输入身份证号码:");... 阅读全文
posted @ 2015-09-19 19:16 瞌睡虫1 阅读(113) 评论(0) 推荐(0)