摘要:父类Vehicle 子类Car 阅读全文
SQL
2017-08-14 17:48 by lc_java, 236 阅读, 0 推荐, 收藏, 编辑
摘要:1 package com.JDBCsql; 2 3 import java.io.FileInputStream; 4 import java.io.FileNotFoundException; 5 import java.io.IOException; 6 import java.sql.Connection; 7 import java.sql.DriverM... 阅读全文
随机数
2017-08-14 17:40 by lc_java, 153 阅读, 0 推荐, 收藏, 编辑
摘要:public class TestRandom { public static void main(String[] args) { int a[]=new int[10]; int temp; for (int i = 0; i a[j]) { temp=a[i]; ... 阅读全文