09 2021 档案
摘要://三元运算符 public class Demo04 { public static void main(String[] args) { //X ? Y : Z //如果x为真输出Y反之输出Z //实例 很常用 int score=70; String type = score <60 ?"不及
阅读全文
摘要:关于java运算符 java语言支持的运算符 代码 +-*/ public class demo1 { public static void main(String[] args) { //二元运算符 //ctrl+D复制当前行到下一行 int a =1; int b =2; int c =3; i
阅读全文
摘要:常用的dos命令 # 盘符切换 d: # 查看当前目录下所有文件 dir # 切换目录 cd .. #清理屏幕 cls (clrar screen) # 退出终端 exit # 查看电脑ip ipconfig #打开应用 ealc mspaint notepad #ping命令 ping www.x
阅读全文
摘要:标题 标题 标题 空格+回车*一个#是一级标题 两个是二级 直到六级标题 字体 hello hello hello hello 代码 hello word 引用 超链接 [博客园](新闻 - 博客园 (cnblogs.com)) 图片 列表 有序列表 - 无序列表 表格 姓名 性别 年龄 shi n
阅读全文

浙公网安备 33010602011771号