摘要: 第三章 if基本语法: if(条件){// 表达式 // 代码块 } eg: int a = 10; if(a > 1){ System.out.println("内容"); } if(){ // 代码块 }else{ // 代码块 } eg: if(score >= 90){ System.out 阅读全文
posted @ 2017-09-17 14:09 啊铃 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 第三章 if基本语法: if(条件){// 表达式 // 代码块 } eg: int a = 10; if(a > 1){ System.out.println("内容"); } if(){ // 代码块 }else{ // 代码块 } eg: if(score >= 90){ System.out 阅读全文
posted @ 2017-09-17 14:07 啊铃 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 1.出现mysql>Access denied for user 'root'@'localhost' (using password: YES) 或者mysql>Access denied for user 'root'@'localhost' (using password: NO) 这两种现象 阅读全文
posted @ 2017-09-17 13:37 啊铃 阅读(86) 评论(0) 推荐(0) 编辑