%/**
* Company:pdfesc
* @author:dengfeng
* @date:2001-12-4
* @Modify:wangyun
* @Date :2002-04-16
*/%>
<%@ page errorPage ="/system_f.jsp"%>
<%@ page import="fs_com.info.*,fs_com.fesc.*,java.lang.System"%>
<%@ page import="fs_com.utils.*,java.sql.*,java.util.*,fs_com.resume.*,fs_com.china_bank.*"%>
<%@ page session="true" %>
<%
if ((String)session.getValue("e_fesc")==null) response.sendRedirect("/program/msg.jsp?path=/default_bank.jsp&msg_type=failure&msg=您的身份标志消失,请重新登录后再试");
%>
<%@ include file="/notice/getNotice.jsp"%>
<%@ page import="fs_com.utils.*,java.util.*,java.sql.*,fs_com.resume.*,fs_com.info.*" %>
<%@ page contentType="text/html;charset=ISO8859_1"%>
<%@ page session="true" %>
<%! String user_name,sql_str,if_qn,bank_id,bank_name;
ResultSet sql_result=null;
int login_time;
String tcolor="",scolor="",mcolor="";
int pos1=0,pos2=0,pos3=0;
%>
<%
bank_id=(String)session.getValue("bank_id");
String bank_id_s=CTools.null2Blank(request.getParameter("bank_id"));
Vector v_bank;
int i_size;
Common obj = new Common();
if (!bank_id_s.equals("")){
v_bank=dengfeng_SQL.getBank(bank_id_s);
i_size = v_bank.size();
if (i_size==1)
{
bank_name=CTools.null2Blank(obj.Vector2String(v_bank,0,0));
bank_id=bank_id_s;
}
session.putValue("bank_id",bank_id);
session.putValue("bank_name",bank_name);
}
bank_id=CTools.null2Blank(bank_id);
bank_name=(String)session.getValue("bank_name");
bank_name=CTools.null2Blank(bank_name);
//CSQL login_sql=new CSQL();
//CSQL objSQL=new CSQL();
Connection cnn=CSQL.getConnection();
Statement stmt=cnn.createStatement();
Statement stmt1=cnn.createStatement();
Statement stmt2=cnn.createStatement();
ResultSet rst,zhiwei_rst;
String sqlStr = "select tcolor,scolor,mcolor,pos1,pos2,pos3 from bank where id = "+bank_id;
rst = stmt.executeQuery(sqlStr);
if(rst.next()){
tcolor = CTools.null2Blank(rst.getString("tcolor"));
scolor= CTools.null2Blank(rst.getString("scolor"));
mcolor = CTools.null2Blank(rst.getString("mcolor"));
pos1 = Integer.parseInt(CTools.null2Blank(rst.getString("pos1")));
pos2 = Integer.parseInt(CTools.null2Blank(rst.getString("pos2")));
pos3 = Integer.parseInt(CTools.null2Blank(rst.getString("pos3")));
}
CResume objResume=new CResume();
int count;
user_name=(String)session.getValue("e_fesc");
user_name=CTools.null2Blank(user_name);
sql_str="select login_time from p_users where userid='"+user_name+"'";
sql_result=stmt.executeQuery(sql_str);
if (sql_result.next())
{
login_time=sql_result.getInt("login_time");
}
//简历被浏览次数
int viewtimes=objResume.getResumeviewTimes(user_name);
//简历被浏览公司
String viewComp=CTools.null2Blank(objResume.getResumeviewComp(user_name));
String temp;
if(viewtimes==0)
{
temp="您的简历已经被浏览过"+viewtimes+"次";
}
else{
temp="您的简历最后一次被"+viewComp+"浏览,已被浏览过"+viewtimes+"次";
}
String sql_str,strSql;
strSql="select zhiwei,zhiweivalue from fesc.zhiwei";
zhiwei_rst=null;
zhiwei_rst=stmt.executeQuery(strSql);
//职位
String strZhiwei="";
while(zhiwei_rst.next())
{
strZhiwei+=zhiwei_rst.getString("zhiwei")+","+zhiwei_rst.getString("zhiweivalue")+",";
}
if(strZhiwei.lastIndexOf(",")>0)
{
strZhiwei=strZhiwei.substring(0,strZhiwei.length()-1);
}
String[] array_zhiwei=CTools.getArray(strZhiwei);
%>
杭州外服人才在线--杭州
 |
|
<% if (login_time==0){
out.print("注册成功,欢迎进入"+user_name+"个人平台 | ");
}
else{ out.print("欢迎进入"+user_name+"个人平台");
}
%>
<%
{ out.print("注销 | 信息修改 | 密码修改");
}
%>
|
|
|
| 人才招聘 |
(一)人才求职
1、持以下材料:
1)身份证、户口簿原件及复印件;
2)最高学历学位证书、专业资格证书等相关证件原件及复印件;
3)一寸近照一张;
2、填写人才信息表;
3、办理网站个人会员。
或直接上杭州外服人才网(www.hzfesco.com)登记个人信息。可直接搜索企业最新招
聘信息,自主管理发布个人信息、求职意向等。
(二)企业招聘
1、持营业执照复印件(人事委托企业可免)及具体岗位需求信息办理招聘登记手续;
2、选择具体招聘方式,确定招聘时间。
招聘方式:市场招聘(集市招聘、专场招聘、张榜招聘);网络招牌;委托招聘等。
(三)网站会员
同企业招聘流程1。
会员单位可在第一时间获取最新的在职人才及毕业生信息,全面展示企业形象,自主管理和
发布招聘信息、录用意向等。
|
|
|
杭州市对外经济贸易服务有限公司
中国杭州市华浙广场1号华浙大厦16层 邮政编码:310006
电话:008657185270063 传真008657185270286
E-mail:hefts@mail.hz.zj.cn |
<%
stmt.close();
stmt1.close();
stmt2.close();
cnn.close();
%>