首 页| 交友专区 | 征婚专区| 亲密关系专区 | 男女靓照 |
网上交友与现实交友的区别
 

尽管说网上交友的主体还是现实中活生生的人,但由于这一交往的场景和方式虚拟的独特性,也决定了与我们现实环境交友截然不同的特征∶

其一,网上交友的范围极其广泛,它与以往直接面对面的交友的一个最重要的区别,在于它是借助电脑终端,以英特网为生活背景,超出了我们原来的面对面可视可感可触觉的世界,跨越了自古以来给我们限定狭窄的空间,在一个以电子束构成的虚拟社会里进行的。

其二,网上交友以语言表述的含义(语境所指)认同为前提。真实环境中的交友则大多以血缘、地缘、机缘或业缘为媒介和理由,因此,虽然话不投机,脾气不合,性格差异较大,但碍于现实中其它诸多因素,经常是也不能随随便便一甩了之的。而网上交友,则很单纯的以共同语言语境、心理表达是否认同和趣味的取向,甚至语义理解的习惯为缘由连接的纽带,因此,网上交友与分手的因素简单到了只是双方有无共同话语、共同谈论的事物,即兴趣爱好和语言兴奋点而矣。

其三,网上交友,在未实际走向活生生的面对面之前,说白了就是一种文字符号、图片符号和语音符号的互动触动。无法体会到真实的感觉,如∶体温、气味、眼神、触觉、表情、举止、身意等等。

其四、网上交友最具诱惑力的特征是它的自由开放性和对己弱势项目的隐蔽性。物理现实中,一个人的外显的程度和网上相比,简直就是赤裸裸的∶音容笑貌、衣着举止、身份特征、环境位置、习惯动作、背景信息和体态体表一览无余,可供识别和鉴定的信息极为丰富,要想隐蔽自己,文饰掩盖也是一件不容易的事情。

其五,由于网上交友极为便利和对缺点弱项极好的文饰掩盖功能,在我们充分享受自由、开放和轻松交友的同时,也承担了不真实的风险。据抽样调查,网上提供的个人数据和档案,百分之九十以上均有水份,和现实中出入较大,甚至完全相反。因此,只要注意一点即可,我们不要在甜蜜的语境中,恍恍惚惚地投入到符号的温情怀抱中。

↑TOP

 

Copyright © 2005 086love Inc. All Rights Reserved. Www.086love.com 版权所有

 

<% if request.form("submitok")="add" then if not isnull(request.Cookies("yzlove")("username")) and trim(request.Cookies("yzlove")("username"))=Empty then closeconn call msg("请检查!\n\n只有本站注册会员才可以发表评论","-1") else '发表内容是否为空? dim content,aid content=replace(replace(replace(request("content"),"'",""),"[",""),"]","") aid=request.form("aid") if aid="" or not isnumeric(aid) then closeconn call msg("非法操作!请求错误。","0") else aid=cint(aid) end if if content="" or len(content)>500 or aid="" then closeconn call msg("请检查!\n\n①发表内容是否为空?\n\n②发表内容是否超过了500字?\n\n③不存在此文章?","-1") end if '是否为非法用户 set rs=server.createobject("adodb.recordset") rs.open "select username,password,loveb,flag,grade from love_main where username='"&request.Cookies("yzlove")("username")&"' and password='"&request.Cookies("yzlove")("password")&"' and flag=1",conn,1,1 IF (rs.State =adStateClosed) or (rs.BOF=true and rs.EOF =true) or rs.RecordCount=0 THEN rs.close:set rs=nothing closeconn call msg("非法操作!请求错误。","-1") Else ' 获取主表的love币值 loveb=rs("loveb") username=rs("username") grade=rs("grade") End If rs.close:set rs=nothing end if '验证通过,进行下一步... If int(grade)>=2 Then '诚信会员或主持人 conn.execute "insert into love_article_bbs(article_id,username,content,addtime,flag)values('"&aid&"','"&username&"','"&content&"','"&now()&"','"&article_bbs_flag&"')" '评论入库 conn.execute "update love_main set loveb='"&(loveb+article_bbs*2)&"' where username='"&username&"'" '更新主表love币总数 call loveb_add(username,article_bbs*2,"诚信会员或主持人发表文章评论200%") '添加币历使记录,在fun.asp中 Elseif grade=1 then'普通会员 conn.execute "insert into love_article_bbs(article_id,username,content,addtime,flag)values('"&aid&"','"&username&"','"&content&"','"&now()&"','"&article_bbs_flag&"')" '评论入库 conn.execute "update love_main set loveb='"&(loveb+article_bbs)&"' where username='"&username&"'" '更新主表love币总数 call loveb_add(username,article_bbs,"发表文章评论") '添加币历使记录,在fun.asp中 End If closeconn Response.redirect "dis_article.asp?Classid="&replace(request("ClassID"),"'","''") end if if request("ifok")="del" then mmdid=request("id") if mmdid="" or not isnumeric(mmdid) then closeconn call msg("非法操作!请求错误。","0") else mmdid=cint(mmdid) end if conn.execute("delete from love_article_bbs where id="&mmdid) Closeconn Response.redirect "dis_article.asp?Classid="&replace(request("ClassID"),"'","''") end if Closeconn%>