会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Marshall_Han
博客园
首页
新随笔
联系
订阅
管理
2020年6月9日
JAVA基础
摘要: JAVA基础 命名规范 标识符:大小写字母、0-9(数字)、_(下划线)、$(美元符号) 类名:大驼峰式(如:HelloWorld) 变量名:小驼峰式(如:helloWorld) 常量:大写字母加下划线(如:MAX_NUM) 基本数据类型 整数型:byte short int long 浮点型:fl
阅读全文
posted @ 2020-06-09 18:01 Marshall_Han
阅读(237)
评论(0)
推荐(0)
公告