版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、);););出現(xiàn)的錯誤總結(jié):1在選擇登陸的時候出現(xiàn):權(quán)限失效,解決辦法:在Action中加上:/學(xué)生登錄publicString sde ng()List list= this .getIdengService().sdeng(xuehao , pass );Map sessi on=( Map)ActionCon text.getC on text().get( sessi onif (list.size()0)Stude nt stude nt=(Stude nt)list.get(O);String xuehao=stude nt.getSxuehao();sessi on. put(x
2、uehao , xuehao);sessi on. put(list , list);return sok;return no;/教師登錄publicString tde ng()List list= this .getIdengService().tdeng(xuehao , pass );Map sessi on=( Map)ActionCon text.getC on text().get( sessi onif (list.size()0)Teacher teacher=(Teacher)list.get(0);String xuehao=teacher.getSxuehao(); s
3、essi on. put(xuehao , xuehao);sessi on. put(list , list);return tok;return no;/管理員登入public String ade ng()List list= this .getIdengService().adeng(xuehao , pass );Map sessi on=( Map)Act ionCon text.getC on text().get(sessi onif (list.size()0)Admin admi n=(Admi n)list.get(O);String xuehao=adm in. get
4、Sxuehao();sessi on. put(xuehao , xuehao);sessi on. put(list , list);return aok;return no;public int getQx() returnqx;public void setQx( this . qx = qx;int qx) public String qxyz()HttpSessionsessi onServletActio nCo ntext.rand);getRequest().getSessi on();if (session.getAttribute(rand)= null )return e
5、rror ;/獲得圖形校驗碼String sf = (String) session.getAttribute(/如果圖形校驗碼正確,判斷帳號、密碼是否正確if (sf.equals( this .getYanzhengma()System.out .println( this .getQx();if (this . qx =1)retur nsde ng();elseif (this . qx =2)return tde ng();elseretur nade ng();elsereturn error即可。2,在學(xué)生查詢個人資料出現(xiàn):比如A登陸,但是在查詢資料,出現(xiàn)的是查詢數(shù)據(jù)庫的第條記錄
6、。 錯誤原因:個 人資料解決辦法:ahref = sgrgl.action?sxuehao=target =rightFrame 個人資料 3,在學(xué)生發(fā)布公告時候:出現(xiàn);StrutsStruts ProblemProblem ReportReportStruts has detected an unhan dled excepti on:There is no Action mapped for action name add. MessagesMessages:StacktracesStacktracesThereThere isis nono ActionAction mappedmapp
7、ed forfor actionaction namename add.add. - - unknownunknown locationlocationcom.ope nsymph ony .xwork2.DefaultActi on Proxy.prepare(DefaultActi on Proxy.java:186)org.apache.struts2.impl.StrutsAct ion ProxyFactory.createAct ion Proxy(StrutsAct ion ProxyFactory.ja va:41)org.apache.struts2.dispatcher.D
8、ispatcher.serviceAct ion( Dispatcher.java:494) org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:422)org.apache.catali na.core.Applicati onF ilterCha in .i ntern alDoFilter(Applicatio nF ilterCha in .java:235) org.apache.catali na.core.Applicati。nF ilterCha in. doFilter(A
9、pplicati onF ilterCha in .java:206) org.apache.catali na.core.Sta ndardWrapperValve.i nvoke(Sta ndardWrapperValve.java:230) org.apache.catali na.core.Sta ndardC on textValve.i nvoke(Sta ndardC on textValve.java:175) org.apache.catali na.core.Sta ndardHostValve.i nvoke(Sta ndardHostValve.java:128) or
10、g.apache.catali na.valves.ErrorReportValve.i nvoke(ErrorReportValve.java:104) org.apache.catali na.core.Sta ndardE ngin eValve.i nvoke(Sta ndardE ngin eValve.java:109) org.apache.catali na.c onn ector.CoyoteAdapter.service(CoyoteAdapter.java:261) org.apache.coyote.http11.Http11Pcess(Http
11、11Processor.java:844)org.apache.coyote.http11.Http11Protocol$Http11Co nn ectio nHan cess(Http11Protocol.java: 581)org.apache.tomcat.util. net.JloE ndpoi nt$Worker.ru n( JloE ndpoi nt.java:447)java .Ian g.Thread.r un(Unknown Source)You are see ing this page because developme nt mode is en abl
12、ed. Developme nt mode, or devMode, en ables extra debuggi ng behaviors and reports to assist developers. To disable this mode, set: struts.devMode=falsein your WEB-INF/classes/perties file.錯誤原因: a href =student/messageadd.jsp 我的留言target =rightFrame 解決辦法:class =igere nActionstude nt/message
13、add.jspact ion resultresult%n ame = addclass =istude ntActio nn ame =successstude nt/mok.jspn ame = errorstude nt/merror.jsp a href = userid.action?sxuehao= 我的留言 4.在修改密碼的時候出現(xiàn):比如原來密碼是123,我把它修改為456后,它說修改成功,但是我在數(shù)據(jù)庫查看是密碼由原來的123變?yōu)榱?123456 :錯誤原因:jsp頁面寫錯了name = Spass : 原 來 密碼 :in puttype =passwordn ame = S
14、passvalue = 修改后的密碼:解決辦法: 原 來 密碼 :in puttype = passwordn ame = Spass1value = 修改后的密碼:即可5.在教室添加學(xué)生成績的時候出現(xiàn):失敗頁面 錯誤原因:在Serviceimpl 中忘記給返回值了 public List tjpai(Stri ng xtype, String cn ame) return ture;解決辦法:public List tjpai(Stri ng xtype, String cn ame) retur nthis .getltche ngjiDao().tjpai( xtype, cn ame)
15、;Messages:6.在管理員部分出現(xiàn):在管理員把發(fā)布公告的時候?qū)m検№撁妫?jīng)檢查后,還是失敗。 錯誤原因:我在數(shù)據(jù)庫里沒設(shè)置一個自增的值,又沒在反向生產(chǎn)里面修改。public Notice(Stri ngnm essage,String n adm in, Date n time, Stri ng sxuehao,Stri ng nti tle) this . nmessage = nmessage;this . nadmin = nadmin;this . ntime= ntime;this . sxuehao = sxuehao;this . ntitle= ntitle;解決辦法是
16、: publicNotice(Stri ngni d,Stri ngnm essage,Stri ngn adm in, Daten time, Str ing sxuehao,Stri ng nti tle) this.nid = nid;this.nmessage=nm essage;this.nadmin =n adm in;this.ntime = ntime;this.sxuehao=sxuehao;this.ntitle= ntitle;這樣就可以了7.在添加教研室的時候出現(xiàn)錯誤頁面,錯誤原因:在Action里面我沒封裝完。解決辦法:我在 Action里面把他們?nèi)糠馔昃涂梢粤耍?
17、.在修改該教研室時候出現(xiàn):* There is no Actio n mapped for n amespace / and actio n n ame jiaoupdate.StacktracesThere is no Actio n mapped for n amespace / and acti on n ame jiaoupdate. -unknown locatio ncom.ope nsymph ony .xwork2.DefaultAct ion Proxy.prepare(DefaultAct ion Proxy .java:186)org.apache.struts2.imp
18、l.StrutsActio nProxyFactory.createActio nProxy(St rutsActi on ProxyFactory.java:41)org.apache.struts2.dispatcher.Dispatcher.serviceActio n( Dispatcher.jav a:494)org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatc her.java:422)org.apache.catali na.core.Applicati onF ilterChai n.i nt
19、ernalDoFilter(Applicati onF ilterCha in .java:235)org.apache.catali na.core.Applicati onF ilterCha in .doFilter(Applicatio nF ilterChai n.java:206)org.apache.catali na.core.Sta ndardWrapperValve.i nv oke(Sta ndardWrapperV alve.java:230)org.apache.catali na.core.Sta ndardCo ntextValve.i nv oke(Sta nd
20、ardCo ntextV alve.java:175)org.apache.catali na.core.Sta ndardHostValve.i nv oke(Sta ndardHostValve.j ava:128)org.apache.catali na.valves.ErrorReportValve.i nv oke(ErrorReportValve.j ava:104)org.apache.catali na.core.Sta ndardE ngi neValve.i nv oke(Sta ndardE ngi neVal ve.java:109)org.apache.catali na.c onn ector.CoyoteAdapter.service(CoyoteAdapter.jav a:261)org.apache.coyote.http11.Http11Pcess(Http11Processor.java :844)org.apache.coyote.http11.Http11Protocol$Http11C onnectionHan ce ss(Http11Protocol.java:581)錯誤原因:名字不一樣method =jiaoupdateresultn ame =successresult/ acti
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 《綿陽求職招聘技巧》課件
- 2020-2021學(xué)年遼寧省沈陽市郊聯(lián)體高一下學(xué)期期末考試歷史試題
- 小學(xué)一年級10以內(nèi)數(shù)字的分與合
- 小學(xué)數(shù)學(xué)新人教版一年級下冊20以內(nèi)口算練習(xí)題大全
- 小學(xué)三年級數(shù)學(xué)三位數(shù)加減法口算題
- 《汽車行業(yè)概述》課件
- 《運(yùn)輸與包裝》課件
- 吉他行業(yè)客服工作總結(jié)用心服務(wù)打造音樂快樂
- 《光纖通信基礎(chǔ)知識》課件
- 酒店招聘與人才引進(jìn)策略
- 監(jiān)事會年度工作計劃
- 2024中國近海生態(tài)分區(qū)
- 山東省濟(jì)南市2023-2024學(xué)年高一上學(xué)期1月期末考試化學(xué)試題(解析版)
- 企業(yè)節(jié)能獎懲管理制度(3篇)
- 統(tǒng)編版2024-2025學(xué)年三年級上冊語文期末情景試卷 (無答案)
- 2024年時事政治試題【有答案】
- 造價咨詢部組織架構(gòu)及基本工作流程
- 新媒體代運(yùn)營協(xié)議合同書
- 2024年1月國家開放大學(xué)法律事務(wù)專科《民法學(xué)(1)》期末紙質(zhì)考試試題及答案
- 智研咨詢發(fā)布:中國種豬行業(yè)市場現(xiàn)狀、發(fā)展概況、未來前景分析報告
- 2024年信息系統(tǒng)項目管理師(綜合知識、案例分析、論文)合卷軟件資格考試(高級)試題與參考答案
評論
0/150
提交評論