day03

作者: 未来哦吧 | 来源:发表于2018-10-03 17:28 被阅读0次

1.intellij IDEA的安装
先通过安装包吧intellij安装到d盘中
然后进入http://idea.lanyus.com/获取激活码
进入我的电脑c盘C:\Windows\System32\drivers\etc
右键hosts>>安全>>编辑>>user>>对号全部点中>>打开hosts复制0.0.0.0 account.jetbrains.com到最下面完成安装

2.了解基本类型

大的可以转换成小的不用强制浮
int a=5;     float b=3.14
int c=(float)b+a;
float d=a+b;

3.了解运算符

掌握java的基本用法

相关文章

网友评论

      本文标题:day03

      本文链接:https://www.haomeiwen.com/subject/haozoftx.html