06 2016 档案
摘要:Insert title here ID: 回复: Insert title here id: 留言: id:"+ id + " 留言:"+liuyan )...
阅读全文
摘要:Insert title here Insert title here 名称: 密码: Insert title here 你真笨蛋
阅读全文
摘要:package C; public class Wugeren { static int age(int n) { int c; if( n==1 ) c=10; else c=age(n-1)+2; return c; } public static void main(String[] args
阅读全文
摘要:查询Student表中的所有记录的Sname、Ssex和Class列。 查询教师所有的单位即不重复的Depart列。 查询Student表的所有记录。 查询Score表中成绩在60到80之间的所有记录。 查询Score表中成绩为85,86或88的记录 查询Student表中“95031”班或性别为“
阅读全文
摘要:package a; import java.util.*; public class Fenjiezhiyinshu { public static void main(String[] args) { System.out.println("输入一个正整数:"); Scanner a=new Scanner(System.in); ...
阅读全文
摘要:package a; public class Wanshu { public static void main(String[] args) { for (int i = 1; i <= 1000; i++) { int sum=0; for (int j = 1; j < i; j+...
阅读全文
摘要:package a; import java.util.*; public class Yueshubeishu { public static void main(String[] args) { System.out.println("输入两个正整数:"); Scanner a=new Scanner(System.in); in...
阅读全文
摘要:package com.hanqi.xc; import java.util.*; public class XuanZeChengShi extends Thread { @Override public void run() { test(); } public void test() {...
阅读全文

浙公网安备 33010602011771号