首页上一页 1 下一页尾页 1 条记录 1/1页
包名不能被解析 问题比较急 谢谢老师!!!!!!
发表在JavaWeb图书答疑
2010-08-04
是否精华
是
否
版块置顶:
是
否
老师您好!!!
<1><%@ page language="java" import="com.oreilly.servlet.MultipartRequest"%>这句话提示报错;
提示说:
提示说:
The import com.oreilly can not be resolved
<2><%
request.setCharacterEncoding("GB2312");
try{
MultipartRequest multi=new MultipartRequest(request,".",5*1024*1024,"GB2312"); //使用cos 组件
...............
出错的一句是try语句块里
提示说:
Multiple annotations found at this line:
MultipartRequest can not be resolved to a type
谢谢老师!!!!!!!!!!!!
<1><%@ page language="java" import="com.oreilly.servlet.MultipartRequest"%>这句话提示报错;
提示说:
提示说:
The import com.oreilly can not be resolved
<2><%
request.setCharacterEncoding("GB2312");
try{
MultipartRequest multi=new MultipartRequest(request,".",5*1024*1024,"GB2312"); //使用cos 组件
...............
出错的一句是try语句块里
提示说:
Multiple annotations found at this line:
MultipartRequest can not be resolved to a type
谢谢老师!!!!!!!!!!!!