P
panchenglin
Unregistered / Unconfirmed
GUEST, unregistred user!
开发环境描述:jsp网站开发(jdk1.5+tomcat5.5+eclipse3.2+lomboz)
DealString类用来处理字符类型转换,
String sql="UPDATE t_company SET ctrueName='"+str.toGb(Company.getCtruename())+"',"+"email='"+Company.getEmail()+"',"+"tel='"+Company.getTel()+"',"+"manage='"+str.toGb(Company.getManage())+"',"+"address='"+str.toGb(Company.getAddress())+"',"+"resume='"+str.toGb(Company.getResume())+"'"+"
WHERE cusername='"+strUsername+"'";
eclipse提示警告:应该以静态方法访问类型DealString中的静态方法toGb(String)”
DealString类用来处理字符类型转换,
String sql="UPDATE t_company SET ctrueName='"+str.toGb(Company.getCtruename())+"',"+"email='"+Company.getEmail()+"',"+"tel='"+Company.getTel()+"',"+"manage='"+str.toGb(Company.getManage())+"',"+"address='"+str.toGb(Company.getAddress())+"',"+"resume='"+str.toGb(Company.getResume())+"'"+"
WHERE cusername='"+strUsername+"'";
eclipse提示警告:应该以静态方法访问类型DealString中的静态方法toGb(String)”