上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: package ch06; import java.util.Scanner; /** * Created by liwenj on 2017/7/18. */ public class test8 { public static void main(String[] args) { String pass; String name; ... 阅读全文
posted @ 2017-07-18 11:43 斯丢皮德曼 阅读(296) 评论(0) 推荐(0) 编辑
摘要: package ch06; /** * Created by liwenj on 2017/7/18. */ public class test6 { public static void main(String[] args) { int total = 0; int i = 0; for (; i 20) { ... 阅读全文
posted @ 2017-07-18 11:02 斯丢皮德曼 阅读(316) 评论(0) 推荐(0) 编辑
摘要: package ch06; import java.math.BigDecimal; import java.util.Scanner; /** * Created by liwenj on 2017/7/18. */ public class test5 { //除法 public static double div(double v1, double v2, int... 阅读全文
posted @ 2017-07-18 11:01 斯丢皮德曼 阅读(229) 评论(0) 推荐(0) 编辑
摘要: /** * Created by liwenj on 2017/7/17. */public class test12 { public static void main(String[] args) { int i = 0; int sum = 0; while (i < 100) { sum = 阅读全文
posted @ 2017-07-17 15:39 斯丢皮德曼 阅读(517) 评论(0) 推荐(0) 编辑
摘要: /** * Created by liwenj on 2017/7/17. * 问题:某学校现今人数25万,以每年25%的增长速度,多久可到达100万? */ public class test11 { public static void main(String[] args) { //i为计数器,存储循环的次数 int i=0; ... 阅读全文
posted @ 2017-07-17 15:19 斯丢皮德曼 阅读(231) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; /** * Created by liwenj on 2017/7/17. */ public class test9 { public static void main(String[] args) { Scanner input=new Scanner(System.in); System.ou... 阅读全文
posted @ 2017-07-17 14:05 斯丢皮德曼 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 实例1 实例2 阅读全文
posted @ 2017-07-17 14:03 斯丢皮德曼 阅读(750) 评论(0) 推荐(0) 编辑
摘要: 链接:http://pan.baidu.com/s/1dFOpj1n 密码:rsfs 阅读全文
posted @ 2017-07-13 09:32 斯丢皮德曼 阅读(271) 评论(0) 推荐(0) 编辑
摘要: //下拉框左右选择 阅读全文
posted @ 2017-07-05 17:31 斯丢皮德曼 阅读(255) 评论(0) 推荐(0) 编辑
摘要: //点击复选框添加样式 //点击行添加样式 阅读全文
posted @ 2017-07-05 17:21 斯丢皮德曼 阅读(345) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页