帮我改一下错

问题描述

packagelee;importcom.opensymphony.xwork2.Action;importcom.opensymphony.xwork2.ActionContext;importjava.util.Map;publicclassLoginActionimplementsAction{privateStringusername;privateStringpassword;publicvoidsetUsername(Stringusername){this.username=username;}publicStringgetUsername(){returnthis.username;}publicvoidsetPassword(Stringpassword){this.password=password;}publicStringgetPassword(){returnthis.password;}publicStringexecute()throwsException{ActionContextctx=ActionContext.getContext();//通过ActionContext访问application范围的属性值Integercounter=(Integer)ctx.getApplication().get("counter");if(counter==null){counter=1;}else{counter=counter+1;}//通过ActionContext设置application范围的属性ctx.getApplication().put("counter",counter);//通过ActionContext设置session范围的属性ctx.getSession().put("user",getUsername());if(getUsername().equals("scott")&&getPassword().equals("tiger")){//通过ActionContext设置request范围的属性ctx.put("tip","服务器提示:您已经成功的登陆");returnSUCCESS;}else{//通过ActionContext设置request范围的属性ctx.put("tip","服务器提示:登陆失败");returnERROR;}}}

时间: 2024-09-20 11:43:05

帮我改一下错的相关文章

mysql-求帮我看看代码错在哪里?

问题描述 求帮我看看代码错在哪里? 准备用mysql做一个表,建表语句如下: create table tv_play( name varchar(40) not null, country of origin varchar(40) not null, production company varchar(40) not null, genre varchar(40) not null); 结果显示语法错误,求指明错误所在. 解决方案 country of origin 可以空格吗 解决方案二

变换-麻烦各位帮我改下程序吧,输入#include "stdafx.h"在VC++上面不能运行呀~~

问题描述 麻烦各位帮我改下程序吧,输入#include "stdafx.h"在VC++上面不能运行呀~~ #include ""stdafx.h""#include #include #include #include #include #define N 1000 /*定义复数类型*/ typedef struct { double real; double img; }complex; void fft(); /*快速傅里叶变换*/ void

写一个mysql数据库的sql 递归查询,我现在有个能查询三级的,谁能帮我改为查询四级或五级的

问题描述 select distinct * from (select * from news_types where news_types.id=1 union select n2.* from news_types n1,news_types n2 where n1.id=1 and n2.parentid=n1.id union select n3.* from news_types n3,( select n2.* from news_types n1,news_types n2 whe

c-求大神帮我改成链表方法。。

问题描述 求大神帮我改成链表方法.. #include #include #include struct Student { char id[20]; char name[20]; float Chinese; float Math; float English; float average; }students[1024]; int j=0; int id1(char id[]) { int i; for (i=0;i<j;i++) { if (strcmp(students[i].id,id

这个一维怎么改成2维!大家帮我改下!!!

问题描述 这个一维怎么改成2维!大家帮我改下!!!List<string>list=newList<string>();if(rslt.结果.ChildNodes.Count>0){for(i=0;searcher.返回字段List.Length;i++){foreach(XmlElementelementinrslt.结果.ChildNodes){if(((XmlCDataSection)element.ChildNodes[1].FirstChild).Value==&q

网络电话公司帮人改号码

日前,警方查处"乘宇风公司".深圳商报记者 管亚东 通讯员 周 瀚 摄 深圳商报记者 管亚东 通讯员 周瀚 时下电信诈骗案件之所以屡屡得手,很重要的一个原因就是那个来电显示的号码可能"真"是110.119,或者是公检法机关的号码. 一家名叫"乘宇风公司"就专做这样为虎作伥的生意,为电信诈骗者提供一种称之"号码百变"的功能,就是在接收者的手机或电话上可以显示任何号码.记者昨天从宝安警方获悉,警方刚刚打掉一个VOIP(网络电话)电

各位大神帮我看看代码错在哪里呢

问题描述 解决方案 解决方案二:debug一下sql的值就清楚了,depiddepnamedepphone里有一个是非法值解决方案三:最起码你要把where表达式中的"and"写对.然后,要在拼接sql语句时将字符串中的单引号替换为"两个单引号".解决方案四:delate前面少个单引号解决方案五:我怎么看到报错的那张截图上的SQL语句是这样的:deletefrom系(系 如果你的表名带"("那就给表明加上中括号"[]"如你截图

谁能帮我改下这个样式吗?老板在催了 最后一天了。。求大神赐教

问题描述 <divstyle="position:relative;top:0px;left:0px;display:inline;"><spanstyle="margin-left:100px;display:inline;width:18px;overflow:hidden;"><asp:DropDownListID="dropDownListControl"Style="width:118px;mar

各位大哥帮忙看下错误,帮小弟改一下,急!急!本人分不多,全送了!!

问题描述 错误是:严重:Servlet.service()forservletactionthrewexceptionorg.springframework.beans.factory.NoSuchBeanDefinitionException:Nobeannamed'/denglu'isdefinedatorg.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultLi