1. { 换行: Opening Brace Can't Be Placed on a Separate Line 2. 定义未使用的变量: Unused Variables 2. import 但未使用: Unused Imports 3. a := 123 简短变量定义方式只能在函数内部使用: Short Variable Declarations Can Be Used Only Inside Functions 4. 重复定义 简短变量: Redeclaring Variables…
安装完java环境后,cmd-javac 报错 ------------->环境变量配错了,最后全配成系统变量,ok了 能浪费一天的时间 写一个最简单的Servlet ,tomcat报错404 看到一个 信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.libra…