-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于跑不起来的问题 #6
Comments
我的没问题啊,你是不是导入步骤不对 |
emm,导入的步骤是怎么样的,嘻嘻有qq方便联系一下吗?or 微信 |
前几天我学习web的案例项目时 是直接创一个项目 ,然后复制老师的src和web文件夹 覆盖到我新 创的项目里,这样也能跑得起来 |
请问这份代码是干嘛用的,他也是显示getMenmber().红色 |
代码写错了,是getMember(),我已经修改了。 |
你引入servlert-api的jar了吗?
…------------------ 原始邮件 ------------------
发件人: "啊哈呵嗨"<[email protected]>;
发送时间: 2020年1月4日(星期六) 中午11:26
收件人: "GongShengyue/OnlineBooks"<[email protected]>;
抄送: "巩圣跃"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [GongShengyue/OnlineBooks] 关于跑不起来的问题 (#6)
java.lang.ClassCastException: class cn.ylcto.util.filter.EncodingFilter cannot be cast to class javax.servlet.Filter (cn.ylcto.util.filter.EncodingFilter is in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @58ec710f; javax.servlet.Filter is in unnamed module of loader java.net.URLClassLoader @612fc6eb)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
大佬解决了吗,我也碰到一样的问题,也是这段代码的@OverRide报错,方法不会覆盖或实现超类型的方法 |
我也是同样的问题 |
楼主那个后面是没写完,还有一部分错误,我去年自己改了改,把那项功能给加上了,不过,楼主的上架,下架功能都是写死的,建议你换换其他的源码,b战有教学视频,看看自己然后写写
…------------------ 原始邮件 ------------------
发件人: Fiee-Kernel ***@***.***>
发送时间: 2021年10月12日 15:17
收件人: GongShengyue/OnlineBooks ***@***.***>
抄送: forst-creat ***@***.***>, Comment ***@***.***>
主题: 回复:[GongShengyue/OnlineBooks] 关于跑不起来的问题 (#6)
***@***.***报错,方法不会覆盖或实现超类型的方法
我也是同样的问题
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
emm大佬在吗,
问题一:导入idea后,跑不起来 例如
` @OverRide
public void init(FilterConfig filterConfig) throws ServletException {
里边的override就报错了 ,显示红色 提示信息为:方法并没有override其超类。。。
问题二:我在里面好像没发现大佬用引用jar,是我看漏了,还是啥呀?请大佬赐教呀嘻嘻
The text was updated successfully, but these errors were encountered: