毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 论文 >> 正文

java综合测评系统框架图+源代码+论文 第13页

更新时间:2009-3-22:  来源:毕业论文
java综合测评系统
{
    temp=":insert into 业务学习成绩表(学号,备注" +temps[0] +")values('"
+this.xuehao.getText().trim()+"','"+temps[2] +"'" + temps[1]+ ")";
 }
 strshangchuan+=temp;
 dataout.writeUTF(strshangchuan); //将对数据库的更新请求上传
 JOptionPane.showMessageDialog(this,datain.readUTF());
}
else  //不是合法用户
{
 JOptionPane.showMessageDialog(this,"学号或密码有误!");
 this.mima.setText("");
}
}
catch(Exception ex)
{
JOptionPane.showMessageDialog(this,ex.toString());
}

3)模糊查询模块的实现代码:
this.sql="模糊查询:"+this.getmohuchaxun();
try
{
socket=new
Socket(InetAddress.getByName(getCodeBase().getHost()) ,3636) ;
datain=new DataInputStream(socket.getInputStream());
dataout=new DataOutputStream(socket.getOutputStream());
dataout.writeUTF(this.sql);  //提交模糊查询请求
String mohuchaxunjieguo=datain.readUTF();  //读取模糊查询结果
if(mohuchaxunjieguo.trim().equals("无结果")) //结果为空集
{
 JOptionPane.showMessageDialog(this,"无符合查询条件的结果!");
}
else
{
 if(mohuchaxunjieguo.trim().equals("查询发生异常"))
 {
  JOptionPane.showMessageDialog(this,"查询发生异常,请重试!");
 }
 else
 {
  this.vector.removeAllElements();  //以下是数据在JTable中的显示
  this.tm.fireTableStructureChanged();
  String[] strmohuxianshis=mohuchaxunjieguo.split(":");
  for(int i=1;i<strmohuxianshis.length;i++)
  {
   Vector rowvector=new Vector();
   String[] strs=strmohuxianshis[i].split(",");
   for(int j=0;j<strs.length;j++)
   {
    rowvector.addElement(strs[j]); //添加一个显示数据项
   }
   this.vector.addElement(rowvector);//添加一行显示数据项
  }
  this.tm.fireTableStructureChanged();
  this.cardlayout.show(this,"mohuxianshi");
  }
 }
}
catch(Exception ex)
{
JOptionPane.showMessageDialog(this,"网络或其他原因查询失败,请
与管理员联系!");
}

其中的getmohuchaxun()方法的代码:
www.751com.cn
if(this.yewudayu.getState() && this.zonghedayu.getState())
s="select 用户信息表.学号,姓名,政治素质,业务学习,智能素质,体育素质,综合测评得分 from 综合测评成绩表,用户信息表  where 业务学习 >=" + this.yewu.getfloat()+ "   and 综合测评得分 >=" + this.zonghe.getfloat()+"  and  综合测评成绩表.学号=用户信息表.学号";
if(this.yewudayu.getState() && this.zonghexiaoyu.getState())
s="select 用户信息表.学号,姓名,政治素质,业务学习,智能素质,体育素质,综合测评得分 from 综合测评成绩表,用户信息表  where 业务学习 >=" + this.yewu.getfloat()+ "   and 综合测评得分 <" +this.zonghe.getfloat()+
"  and  综合测评成绩表.学号=用户信息表.学号";
if(this.yewuxiaoyu.getState() && this.zonghedayu.getState())
s="select 用户信息表.学号,姓名,政治素质,业务学习,智能素质,体育素质,综合测评得分 from 综合测评成绩表,用户信息表  where 业务学习 <" + this.yewu.getfloat()+"   and 综合测评得分 >=" + this.zonghe.getfloat()+"  and  综合测评成绩表.学号=用户信息表.学号";
if(this.yewuxiaoyu.getState() && this.zonghexiaoyu.getState())
s="select 用户信息表.学号,姓名,政治素质,业务学习,智能素质,体育素质,综合测评得分 from 综合测评成绩表,用户信息表  where 业务学习 <" + this.yewu.getfloat()+ "   and 综合测评得分 <" + this.zonghe.getfloat()+"  and  综合测评成绩表.学号=用户信息表.学号";
if(this.zonghe.getfloat()==0 && this.yewu.getfloat()==0||this.zonghe.getfloat()!=0 && this.yewu.getfloat()!=0)
{
s+="  order by  用户信息表.学号  asc";
}
else
{
if(this.zonghe.getfloat()==0 && this.yewu.getfloat()!=0)
s+="  order by  业务学习  desc";
else
 s+="  order by 综合测评得分 desc";
}
return s;
}

 << 上一页  [11] [12] [13] 

java综合测评系统框架图+源代码+论文 第13页下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©751com.cn 辣文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。