会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
niemand-01
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2020年12月27日
JAVA基础2-class基础
摘要: package helloworldapp; public class class_basics { /** field */ private int cadence; //节奏 private int gear; private int speed; /** constructor */ publ
阅读全文
posted @ 2020-12-27 22:42 niemand-01
阅读(81)
评论(0)
推荐(0)
编辑
JAVA基础笔记1-基本句法
摘要: package helloworldapp; import java.util.*; public class language_basics { /** Variables */ int speed = 0; //local variable static int numGers = 6; //g
阅读全文
posted @ 2020-12-27 22:40 niemand-01
阅读(52)
评论(0)
推荐(0)
编辑
公告