最近在学习Struts1.3,
1,在MYSQL 中进行不同数据库之间的表的复制:
create table login.tb_pagination select * from db_pagination.tb_pagination;
其中,db_pagination为原数据库名,tb_pagination为原表名,login 为目标数据库
2,严重: Servlet.service() for servlet jsp threw exception
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
发生这个错误的原因是在,使用Integer.parselnt方法处理时获取的参数为null了
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/16683570/viewspace-624016/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/16683570/viewspace-624016/