自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 Java Notes Chapter 3 (Methods & Array)

0. Methods a. What it looks like It likes the functions in the C. ①Call it directly System.out.println(); System: class out: object println: method The design principle of a method: Maintain its atomicity. ②Code a method public static double add(double a,

2021-02-06 18:43:53 89 1

原创 Java Notes Chapter 2 (Process)

0. Scanner a. Create a Scanner Scanner s = new Scanner(System.in); b. Judge the content s.hasNext() -- judge whether input a string. (Ends with a space) s.hasNextLine() -- judge whether input a string. (Ends with a enter) s.hasNext[Type]() -- judge whethe

2021-02-04 17:40:26 68

原创 Java Notes Chapter 1 (Grammar)

0.Comments // --Single-line comments. /* */ --Mulitiline comments. /** --Documention comments. 1. Identifier a. keyWord b. varName c. className 2.Data Type Tips: a. Long type need a “L” at the end of expression. b. Float type need a “F” at the end of e

2021-02-04 17:03:07 119

原创 Java Notes Chapter 0 (Basic)

Java Note Chapter 0 (Basic) Because of College Entrance Examination , my plan was forced to suspend. I only learning a markup language until the end of last year.(it’s just HTML = =) Considering the course arrangement , I am going to study Java first. 0.D

2021-02-03 17:56:36 67

原创 摩尔勇士经验计算器

萌新写的小程序,可以计算摩尔勇士中令人头大的升级经验,方便大家合理刷级以及为宠物分配经验“^ _ ^“ 这里是GitHub地址 当然了,如果上不去GitHub,我也提供了国内下载链接,密码ly0s 祝大家游戏愉快! ...

2020-03-22 13:32:37 304

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除