⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 student.asp

📁 直接附加数据库! 修改 Include/ Class_Main.asp 为自己信息 后台admin admin 绍兴人才网程序
💻 ASP
字号:
<!--#include file="../../Include/Class_Conn.asp" -->
<!--#include file="../../Include/Class_Main.asp" -->
<% 
Dim Param
Dim Schid,Username,Cmd,Rs,SQL

Param_Str = Split(Request.QueryString,".")
Str = Split(Param_Str(0),"-")

Param     = Replace_Text(Str(1))
'//获取会员登陆的标记
Schid     = Param
'//调用存储过程
Set Cmd = Server.CreateObject("ADODB.Command")
Cmd.ActiveConnection = Conn
Cmd.CommandText = "Sch_Account"
Cmd.CommandType = 4
Cmd.Parameters.Append Cmd.CreateParameter("@Schid",200,1,30)
Cmd.Parameters("@Schid") = Schid
Set Rs = Cmd.Execute
If Rs.Eof Then
 CloseRs
 Set Cmd = Nothing
 CloseDB
 Response.write "没有找到会员资料!"
 Response.End()
End if

Tmp = Rs.GetRows() '//将数据填充到数组
'//0院校名,1院校性质
'//关闭数据库对象
Rs.Close
Set Cmd = Nothing


SchoolName              = Tmp(0,0)
Properity               = Tmp(1,0)
SchoolType = Cls_SchoolType(Properity)

'//查找院校毕业生表
SQL = "Select Ncid,Perid,AddDate From [pH_School_Student] Where Schid='"&Schid&"' Order By AddDate Desc"
Rs.open SQL,Conn,1,1
Rs.Pagesize = 15
Psize       = Rs.PageSize
PCount      = Rs.PageCount
RCount      = Rs.RecordCount

PageNo = Cint(Request.QueryString("PageNo"))
If PageNo < 1 Then
 PageNo = 1
Elseif PageNo > PCount Then
 PageNo = PCount
End if
TheRecord = (PageNo-1)*Psize '//计算记录编号的基数
If Not Rs.Eof Then Rs.AbsolutePage = PageNo

%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../../Css/Style.css" type=text/css rel=stylesheet>
<title><%= SchoolName&" -- 推荐毕业生" %></title>
</head>
<body>
<table width="956" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td>
      <!--#include file="../../Include/Header.asp" -->
      <table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
        <tr> 
          <td height="4"></td>
        </tr>
      </table>
      <table width="956" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
        <tr> 
          <td width="164" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td><img src="../../Images/Company/toplogo.gif" width="164" height="34"></td>
              </tr>
              <tr> 
                <td height="70" align="center"><img src="../../Ad_Imgs/148_60_1(3).gif" width="148" height="60"></td>
              </tr>
              <tr> 
                <td height="70" align="center"><img src="../../Ad_Imgs/148_60_1.gif" width="148" height="60"></td>
              </tr>
              <tr> 
                <td height="70" align="center"><img src="../../Ad_Imgs/148_60_1(1).gif" width="148" height="60"></td>
              </tr>
              <tr> 
                <td height="70" align="center"><img src="../../Ad_Imgs/148_60_1(2).gif" width="148" height="60"></td>
              </tr>
              <tr> 
                <td height="70" align="center"><img src="../../Ad_Imgs/148_60_1(5).gif" width="148" height="60"></td>
              </tr>
              <tr> 
                <td height="70" align="center"><img src="../../Ad_Imgs/148_60_1(4).gif" width="148" height="60"></td>
              </tr>
            </table></td>
          <td width="1" bgcolor="#eeeeee"></td>
          <td width="3"></td>
          <td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td width="28%" align="left"><img src="../../Images/Company/welcome.gif" width="149" height="43"></td>
                <td style="font-size:15px;color:#3333CC;font-weight:bold"><%= Tmp(0,0) %></td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td width="183" height="21">&nbsp;</td>
                <td width="21" rowspan="2"><img src="../../Images/Company/yleft.gif" width="21" height="22"></td>
                <td width="110" rowspan="2" align="center" valign="bottom" background="../../Images/Company/company_ybg.gif"><a href="Index.asp?Param-<%= Schid %>.html">院校简介</a></td>
                <td width="28" rowspan="2"><img src="../../Images/Company/middle.gif" width="28" height="22"></td>
                <td width="121" rowspan="2" align="center" valign="bottom" background="../../Images/Company/company_wbg.gif"><strong>推荐毕业生</strong></td>
                <td width="11" rowspan="2"><img src="../../Images/Company/person_wright.gif" width="24" height="22"></td>
                <td width="314">&nbsp;</td>
              </tr>
              <tr> 
                <td height=1 bgcolor=#ddddda width="183"></td>
                <td height=1 bgcolor=#ddddda width="314"></td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td width="1" bgcolor="#ddddda"></td>
                <td width="145" align="center" valign="top" bgcolor="#FBFBFB"> 
                  <table width="90%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td height="10"></td>
                    </tr>
                    <tr> 
                      <td>正在推荐...</td>
                    </tr>
                    <% 
SQL = "Select Top 20 S.Perid,I.RealName,I.Speciality From pH_School_Student As S,pH_Person_Info As I Where S.Schid='"&Schid&"' And  S.Perid=I.Perid Order By AddDate Desc"
Set Re = Conn.Execute(SQL)
If Not Re.Eof Then
 While Not Re.Eof
  Perid       = Re(0)
  RealName    = Re(1)
  Speciality     = Re(2)
  Response.write "<tr><td height=25><li><a href=""../../Person/Resume/Resume_2.asp?Param-"&Perid&".html"" target=_blank>"&RealName&"</a> "&Speciality&"</td></tr>"
  Re.Movenext
 Wend 
End if
Re.Close
 %>
                    <tr> 
                      <td height="10"></td>
                    </tr>
                  </table></td>
                <td align="center" valign="top"> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td height="2"></td>
                    </tr>
                  </table>
                  
                  <table width="99%" border="0" cellpadding="0" cellspacing="1" bgcolor="eeeeee">
                    <tr> 
                      <td bgcolor="#FFFFFF"><table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
                          <tr> 
                            <td height="2"></td>
                          </tr>
                        </table>
                        <table width="99%" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="eeeeee">
                          <tr align="center" bgcolor="f5f5f5"> 
                            <td width="15%" height="25">姓 名</td>
                            <td width="24%" bgcolor="f5f5f5">性别-年龄-学历</td>
                            <td width="31%" height="25" bgcolor="f5f5f5">所学专业</td>
                            <td width="30%" height="25">求职意向</td>
                          </tr>
                          <% 
For i = 1 to Psize
 If Rs.Eof Then Exit For
 Ncid        = Rs("Ncid")
 Perid       = Rs("Perid")
 AddDate     = FormatDateTime(Rs("AddDate"),2)
 RealName    = ""
 Sex         = ""
 Age         = ""
 Edus        = ""
 LastSchool  = ""
 WorkWill1   = ""
 SQL = "Select RealName,Sex,Age,Edus,Speciality,WorkWill1 From [pH_Person_Info] Where Perid='"&Perid&"'"
 Set Re = Conn.Execute(SQL)
 If Not Re.Eof Then
  RealName    = Re("RealName")
  Sex         = Re("Sex")
  Age         = Re("Age")
  Edus        = Re("Edus")
  Speciality  = Re("Speciality")
  WorkWill1   = Re("WorkWill1")
 End if
 Re.Close
 '获取性别
 Sex_Str = Cls_Sex(Sex)
 '获取学历
 Edus_Str = Cls_Edus(Edus)
%>
                          <tr align="center"> 
                            <td height="25" bgcolor="#FFFFFF"> <a href="../../Person/Per_Resume.asp?Param-<%= Perid %>.html" target="_blank"><%= RealName %></a> </td>
                            <td height="25" align="center" valign="baseline" bgcolor="#FFFFFF"> 
                              <%= Sex_Str&"-"&Age&"-"&Edus_Str %> </td>
                            <td height="25" align="left" bgcolor="#FFFFFF"><%= Speciality %></td>
                            <td height="25" align="left" bgcolor="#FFFFFF"><%= WorkWill1 %></td>
                          </tr>
                          <% 
 Rs.Movenext
Next
Rs.Close
 %>
                        </table>
                        <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
                          <tr> 
                            <td align="right"><%= Cls_Page2("Student.asp?param="&Schid,PageNo,PCount,RCount) %></td>
                          </tr>
                        </table>
                        <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
                          <tr> 
                            <td height="2"></td>
                          </tr>
                        </table></td>
                    </tr>
                  </table></td>
                <td width="1" bgcolor="#ddddda"></td>
              </tr>
              <tr> 
                <td colspan="4" height="1"  bgcolor="#ddddda"></td>
              </tr>
            </table>
            
          </td>
        </tr>
      </table> 
      <table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td height="1" bgcolor="#eeeeee"></td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr> 
    <td>
      <!--#include file="../../Include/Footer.asp" -->
    </td>
  </tr>
</table>
</body>
</html>
<% 

'//关闭数据库连接
Set Rs = Nothing
CloseDB
 %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -