摘要:
terminate 终端 disconnect 断开连接 click 点击 jump 跳 footnote 脚注 definition 定义 阅读全文
posted @ 2021-10-06 09:57
clown-lan
阅读(231)
评论(0)
推荐(0)
摘要:
输出时连接符+ public class Demo4 { public static void main(String[] args) { int a=10; int b=12; System.out.println(""+a+b); //1012 System.out.println(a+b+"" 阅读全文
posted @ 2021-10-06 09:56
clown-lan
阅读(18)
评论(0)
推荐(0)
摘要:
运算符优先级 一级 二级 . [] () ! ~ ++ -- 三级 4级 5级 % * / + - << >> 6级 7级 < > <= > != 8级 9级 10级 & ^ | 11级 12级 13级 && || ?: 14级 = += -= 从右向左 二级 13级 14级 阅读全文
posted @ 2021-10-06 09:30
clown-lan
阅读(34)
评论(0)
推荐(0)
摘要:
ctrl+d 复制当前行到下一行 运算时 short+byte=int 自加 int a=3;int b=a++;int c=++a;//a=5,b=3,c=5 幂运算 double pow=Math.pow(3,2); 短路运算 int c=3;boolean b=(c>4)&&(c++<4);/ 阅读全文
posted @ 2021-10-06 09:18
clown-lan
阅读(53)
评论(0)
推荐(0)

浙公网安备 33010602011771号