1.HTTP status 500
Cannot find any information on property '' in a bean of type 'com.jkxy.model.userTable'
2.the file XXX cannot be found,please check the location and try again.
3.不能输入中文的问题,一旦输入保存时出现
some characters cannot be mapped using"ISO-8859-1"character
解决办法:在MyEclipse操作界面中:
window-->preferences-->general-->content types
在右边的窗口有个text打开列表,选中"JSP",在最下面的"default encoding"右边的输入框中输入"GBK"或"GB2312"或"UTF-8"都行,再点"update"按钮,就可以。
window-->preferences-->general-->content types
在右边的窗口有个text打开列表,选中"JSP",在最下面的"default encoding"右边的输入框中输入"GBK"或"GB2312"或"UTF-8"都行,再点"update"按钮,就可以。
这里同样可以设置HTML等的默认编码,省得每次建个页面都要去改编码,很实用!!
第一问和第二问我还没找到答案,只不过我重新建了个项目第二问就解决了。。。。
4.Socket bind failed: [730048],tomcat启动失败
把任务管理器中的java.exe,javaw.exe都关闭然后重启一下就好了,