JAVA错误求帮忙解决一下

问题描述

页面500...请大神们帮一下,就是servlet和JSP实现的一个用户登录连接数据库登录成功显示登录者的IP和MAC物理地址图如下

解决方案

解决方案二:
断点跟进去,com.dao.Dao.logoin的第26行,看看conn是不是null。
解决方案三:
引用1楼defonds的回复:

断点跟进去,com.dao.Dao.logoin的第26行,看看conn是不是null。

Debug吗
解决方案四:
引用1楼defonds的回复:

断点跟进去,com.dao.Dao.logoin的第26行,看看conn是不是null。

解决方案五:
邮箱给你原码。
解决方案六:
代码不全空指针异常
解决方案七:
。。代码贴上来完整点的
解决方案八:
加我QQ,给你看下。270410342

时间: 2024-10-27 20:16:19

JAVA错误求帮忙解决一下的相关文章

c-我刚刚入门,写一个一元多项式的简单计算,求帮忙解决这个加减问题,代码如下,帮忙找出错误,急急急

问题描述 我刚刚入门,写一个一元多项式的简单计算,求帮忙解决这个加减问题,代码如下,帮忙找出错误,急急急 #include #include typedef struct node { float c; int e; struct node * next; }lnode,*plnode; void insert_menu(); void insert_pol(plnode &l); void output_pol(plnode &l); void add_pol(plnode list1,

spring mvc-我这个springb报 关于HandlerAdapter的错误求怎么解决

问题描述 我这个springb报 关于HandlerAdapter的错误求怎么解决 重大: Servlet.service() for servlet [SpringMVC] in context with path [/GooMapController] threw exception [No adapter for handler [jp.co.nttdata.goomap.controller.GooMapController@655709bd]: The DispatcherServle

差异备份-mssql 全备+差备还原,求帮忙解决!坐等!急!!!

问题描述 mssql 全备+差备还原,求帮忙解决!坐等!急!!! 对数据库做全备与差备的周期性备份,现在要还原数据库,还原的步骤为:最新的全备一份+最新的差备一份,但是在点确认的时候跳出如图的错误提示: 请问该如何解决这个问题?谢谢!!! 解决方案 分享完整备份+差异备份还原数据库的方法:http://www.cnblogs.com/ivanyb/archive/2013/01/23/2873437.html 解决方案二: http://blog.sqlauthority.com/2009/09

jdk-struts2 出现错误 求帮忙

问题描述 struts2 出现错误 求帮忙 可能是Jdk环境不兼容的问题,但我以前用时没出现这样的错误啊,请大家给一个修改方向 console 出现以下错误: ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. 17:40:14.334 [localhost-startStop-2] ERROR org.apa

c语言-新手对c还有很多不理解,求帮忙解决下问题

问题描述 新手对c还有很多不理解,求帮忙解决下问题 问题描述: 编写一个程序,首先提示用户"Hi, I love you!",然后输入"Do you love me (Y/N)?".如果用户输入"y"或"Y",打印"So great! KISS!",然后退出.如果用户输入"n"或"N",则继续询问"Do you love me (Y/N)?".如果

=号附近有语法错误 那个帮忙解决一下

问题描述 =号附近有语法错误 那个帮忙解决一下 private void button1_Click(object sender, EventArgs e) { string sql = "select * from T_USER where users='" + tb_user.Text + "'"; DataSet ds = account.Getdateset(sql); if (ds != null && ds.Tables[0].Rows.

from错误求帮忙改下啊

问题描述 from错误求帮忙改下啊 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.OleDb; namespace 专科医院门诊系统_眼科_

arcgis-Arcgis for Android 开发遇到问题,求帮忙解决

问题描述 Arcgis for Android 开发遇到问题,求帮忙解决 Arcgis for Android 开发遇到了at com.esri.android.map.MapView.(Unknown Source),怎么解决 Layout android:id="@+id/secondmapview" android:layout_width="fill_parent" android:layout_height="fill_parent"

Struts(2)错误 高手帮忙解决下

问题描述 struts.xml<struts><includefile="struts-default.xml"></include><packagename="struts2"extends="struts-default"namespace="/mystruts"><actionname="sum"class="action.FirstAc