📄 person.jsp
字号:
<%@ include file="conn.jsp"%>
<%!
String replacenull(String a){
if(a==null){
return " ";
}else{
return a;
}
}
%>
<%
request.setCharacterEncoding("GB2312");
String uid= request.getParameter("uid");
stmt.executeUpdate("update scott.person set click=click+1 where uname='"+uid+"'");
String sql2="select * from scott.person where job is not null and uname='"+uid+"' order by id desc";
ResultSet rs=stmt.executeQuery(sql2);
if(!rs.next()){
out.print("<SCRIPT language=JavaScript>alert('对不起,该用户不存在或已被删除!');");
out.print("javascript:window.close();</SCRIPT>");
}else{ %>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="inc/index.css" type="text/css">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>天天人才—><%=rs.getString("iname")%></title>
</head>
<div align="center">
<center>
<table border="2" cellpadding="0" cellspacing="0" width="390" height="18" bordercolor="#FFFFFF" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF">
<tr>
<td height="19" bgcolor="#C6CEDE" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF" valign="bottom" colspan="2" width="384">
<p align="center">=== 个人求职简历 ===</td>
</tr>
<tr>
<td height="19" valign="bottom" width="176"> 姓名:<%=replacenull(rs.getString("iname"))%></td>
</center>
<td height="19" valign="bottom" width="206">
<p align="right">点击数:<%=replacenull(rs.getString("click"))%> </p>
</td>
</tr>
<center>
<tr>
<td height="19" valign="bottom" bgcolor="#EBEEF3" colspan="2" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF" width="384"> 个人基本资料
------------------------------------------------></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 性别:<%=replacenull(rs.getString("sex"))%> 出生年月:
<%=replacenull(rs.getString("bday"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 民族:<%=replacenull(rs.getString("mzhu"))%> 政治面貌:<%=replacenull(rs.getString("zzmm"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 户籍所在地:<%=replacenull(rs.getString("hka"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 最高教育程度:<%=replacenull(rs.getString("edu"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 专 业:<%=replacenull(rs.getString("zye"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 毕业院校:<%=replacenull(rs.getString("school"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 现有职称:<%=replacenull(rs.getString("zchen"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#EBEEF3" colspan="2" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF" width="384"> 希望工作条件—联系信息
--------------------------------------></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 求职类型:<%=replacenull(rs.getString("jobtype"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 应聘岗位:<%=replacenull(rs.getString("job"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 希望工作地点:<%=replacenull(rs.getString("gzdd"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 薪金要求:
<%String yuexvalue="面议";
if(yuexvalue.equals(rs.getString("yuex"))){
out.print("面议");
}else{
out.print("月薪["+rs.getString("yuex")+"]RMB");
}%></td>
</tr>
<% String otheryq="面议";
if(!otheryq.equals(rs.getString("otheryq"))){
%>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 其他要求:</td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" colspan="2" width="384">
</td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="379" align="right">
<tr>
<td width="377"> <%=replacenull(rs.getString("otheryq"))%></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" colspan="2" width="384">
</td>
</tr>
<%}%>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 联系人:<%=replacenull(rs.getString("cname"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 联系电话:<%=replacenull(rs.getString("phone"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 寻呼机号码:<%=replacenull(rs.getString("callnum"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> E-mail:<a href="mailto:<%=replacenull(rs.getString("email"))%>"><%=replacenull(rs.getString("email"))%></a></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> OICQ号码:<%=replacenull(rs.getString("oicq"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" bgcolor="#F3F3F3" width="384"> 个人主页:<a href="<%=replacenull(rs.getString("http"))%>"><%=replacenull(rs.getString("http"))%></a></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 联系地址:<%=replacenull(rs.getString("address"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#EBEEF3" colspan="2" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF" width="384"> 个人主要特长-相关工作经历
-----------------------------------></td>
</tr>
<tr>
<td height="19" valign="bottom" colspan="2" width="384"> 外语特长:<%=replacenull(rs.getString("language"))%> 等级:
<%=replacenull(rs.getString("lanlevel"))%></td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384"> 普通话程度:<%=replacenull(rs.getString("pthua"))%> 计算机能力:<%=replacenull(rs.getString("computer"))%></td>
</tr>
<% String othertc="无其他特长";
if(!othertc.equals(rs.getString("othertc"))){
%>
<tr>
<td height="19" valign="bottom" bgcolor="#FFFFFF" colspan="2" width="384"> 其它主要特长:</td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" colspan="2" width="384">
</td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="379" align="right">
<tr>
<td width="377"> <%=replacenull(rs.getString("othertc"))%></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" colspan="2" width="384">
</td>
</tr>
</center>
<%}%>
<tr>
<td height="19" valign="bottom" width="176"> 详细工作经历:</td>
<td height="19" valign="bottom" width="206">
<p align="right">相关工作经验:<%=replacenull(rs.getString("gznum"))%>年 </p>
</td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" colspan="2" width="384">
</td>
</tr>
<tr>
<td height="19" valign="bottom" bgcolor="#F3F3F3" colspan="2" width="384">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="379" align="right">
<tr>
<td width="377"> <%=replacenull(rs.getString("gzjl"))%></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" colspan="2" width="384">
</td>
</tr>
<%if(session.getValue("cuid")!=null){%>
<tr>
<td height="24" valign="bottom" colspan="2" width="384">
<p align="center">[<a href="company/addfav.jsp?fav=<%=replacenull(rs.getString("uname"))%>">添加到收藏夹</a>]
[<a href="company/sendmail.jsp?reid=<%=replacenull(rs.getString("uname"))%>">发送站内信件</a>]</td>
</tr>
<%}%>
</table>
</div>
<br>
<CENTER>【<a href="javascript:window.close()">关闭窗口</a>】</CENTER>
</html>
<%}%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -