芭芭拉向前冲的博客1.随便写个代码 public class ChiGarCod{ public static void main(String[] args){ System.out.print("我爱芭芭拉!"); } } 2.编译运行 出现了乱码的现象,根据曾经学过的C++的知识,知道问题出现在编码上,接下来...
路过的小黑想停下来学习的博客对于使用最新版eclipse的Java小白来说,可能会遇到一个小问题: “ Must declare a named package because this compilation unit is associated to the named module ‘MyProject02’ ” 出现这种情况的原因是在...