随笔分类 - 编译工具出现异常
eclipse 出现iResource leak:'input ' is never closed
动态录入会出现这种情况系统会给个上面的警告信息。程序在前面盛明乐一个Scanner变量input系统为input开辟了一个空间,当程序结束后不会自动收回空间造成资源浪费,手动收回,调用input.close()函数在main()函数最后一句加上就可以了
public static void mian(){
。。。。。。。。。。。。。。。。
。。。。。。。。。。。。。。。。
input.closed();
}
摘要:一: 二: 三:
阅读全文
摘要:打开文件乱码,打开时弹出乱码 前提说明,存放路径不得有中文,文件名也不能有中文 检查下面三个文件: hh.exe文件放置电脑 C:\Windows目录下; hhctrl.ocx ,itss.dll 两个文件放置 C:\Windows\System32 目录下; hh.exe , hhctrl.ocx
阅读全文
摘要:Connected to server[2019-11-25 04:40:58,976] Artifact DUBBO_BG:Web exploded: Artifact is being deployed, please wait...25-Nov-2019 16:40:59.167 警告 [RM
阅读全文
摘要:eclipse没有server选项解决方法 找到Help->InstallNew Software->"Kepler" repository(http://download.eclipse.org/releases/kepler)->Web,XML, Java EE and OSGi Enterpr
阅读全文