版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、);););出現(xiàn)的錯誤總結:1在選擇登陸的時候出現(xiàn):權限失效,解決辦法:在Action中加上:/學生登錄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,在學生查詢個人資料出現(xiàn):比如A登陸,但是在查詢資料,出現(xiàn)的是查詢數(shù)據(jù)庫的第條記錄
6、。 錯誤原因:個 人資料解決辦法:ahref = sgrgl.action?sxuehao=target =rightFrame 個人資料 3,在學生發(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.在教室添加學生成績的時候出現(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ā)布公告的時候專項失敗頁面,經(jīng)檢查后,還是失敗。 錯誤原因:我在數(shù)據(jù)庫里沒設置一個自增的值,又沒在反向生產里面修改。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里面把他們全部封完就可以了!8
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)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 雞眼病因介紹
- 債務如何轉讓協(xié)議書
- 關于就業(yè)協(xié)議
- 個人單位租車協(xié)議
- 1.2《風景談》【中職專用】高一語文(高教版2023基礎模塊上冊)
- (2024)年產噸鋰電池負極材料石墨化項目可行性研究報告寫作模板(一)
- 2022-2023學年天津一中高一(上)期末語文試卷
- 2023年天津市南開區(qū)高考語文一模試卷
- 解析:內蒙古通遼市科爾沁左翼中旗2024-2025學年七年級上學期期中語文試題(原卷版)-A4
- 2024(半成品預制菜篇)餐飲供應鏈指南
- 大數(shù)據(jù)+治理智慧樹知到期末考試答案章節(jié)答案2024年廣州大學
- 東汽600MW機組潤滑油系統(tǒng)說明書
- 承插型盤扣式支架施工技術總結
- 震雄注塑機Ai_01操作說明書(中文)
- 四年級上學期家長會PPT課件.ppt
- 電話機和對講機裝配實習報告
- 廣州美術學院關于本科畢業(yè)論文、畢業(yè)創(chuàng)作(設計)工作的若干規(guī)定
- 壓力管道元件產品合格證
- 1000以內自然數(shù)數(shù)數(shù)表
- 10KV變電站供電系統(tǒng)設計
- 起重機傳動裝置的設計
評論
0/150
提交評論