上一页 1 ··· 3 4 5 6 7 8 下一页

2016年5月9日

摘要: int a=1; for(int b=1;b<=5;b++) { a*=b; } System.out.println(a); 阅读全文
posted @ 2016-05-09 13:12 煜渝 阅读(1038) 评论(0) 推荐(0) 编辑

2016年5月8日

摘要: package com.hanqi; public class Text4 { public static void main(String[] args) { for(int i=1;i<=9;i++) { for(int j=1;j<=i;j++) {... 阅读全文
posted @ 2016-05-08 20:33 煜渝 阅读(499) 评论(0) 推荐(0) 编辑
摘要: } } 阅读全文
posted @ 2016-05-08 20:26 煜渝 阅读(4614) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi; public class Text4 { public static void main(String[] args) { for (int gj=0 ;gj*5<=100;gj++) { for (int mj=0;mj*3<=100;mj++) { for( 阅读全文
posted @ 2016-05-08 20:21 煜渝 阅读(5591) 评论(0) 推荐(1) 编辑
摘要: package com.hanqi; public class Text4 { public static void main(String[] args) { for (int num=100;num<1000;num++) { int gw=num%10; int sw=num/10%10; ... 阅读全文
posted @ 2016-05-08 20:17 煜渝 阅读(7543) 评论(0) 推荐(0) 编辑

2016年5月6日

摘要: 字符(Character)是各种文字和符号的总称,包括各国家文字、标点符号、图形符号、数字等。字符集(Character set)是多个字符的集合,字符集种类较多,每个字符集包含的字符个数不同,常见字符集名称:ASCII字符集、GB2312字符集、BIG5字符集、 GB18030字符集、Unicod 阅读全文
posted @ 2016-05-06 11:06 煜渝 阅读(218) 评论(0) 推荐(0) 编辑

2016年5月5日

摘要: 1、提示键配置一般默认情况下,Eclipse ,MyEclipse 的代码提示功能是比Microsoft Visual Studio的差很多的,主要是Eclipse ,MyEclipse本身有很多选项是默认关闭的,要开发者自己去手动配置。如果开发者不清楚的话,就不知道Eclipse ,MyEclip 阅读全文
posted @ 2016-05-05 10:24 煜渝 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 1几个最重要的快捷键 代码助手:Ctrl+Space(简体中文操作系统是Alt+/)快速修正:Ctrl+1单词补全:Alt+/打开外部Java文档:Shift+F2显示搜索对话框:Ctrl+H快速Outline:Ctrl+O打开资源:Ctrl+Shift+R打开类型:Ctrl+Shift+T显示重构 阅读全文
posted @ 2016-05-05 08:40 煜渝 阅读(218) 评论(0) 推荐(0) 编辑

2016年5月4日

摘要: public class Hello { public static void main(String[] args) { System.out.println("adadaddad"); } } 阅读全文
posted @ 2016-05-04 12:44 煜渝 阅读(952) 评论(0) 推荐(0) 编辑
摘要: class aaa { public static void main(String[] args) { System.out.println("adsdddwwd"); } } 阅读全文
posted @ 2016-05-04 12:41 煜渝 阅读(118) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页

导航