摘要:
if基本语法: if(条件){// 表达式 // 代码块 } eg: int a = 10; if(a > 1){ System.out.println("内容"); } if(){ // 代码块}else{ // 代码块}eg:if(score >= 90){ System.out.println 阅读全文
摘要:
1.出现mysql>Access denied for user 'root'@'localhost' (using password: YES) 或者mysql>Access denied for user 'root'@'localhost' (using password: NO) 这两种现象 阅读全文