|
作者:张欣 来源:新华网 时间:2005-12-30 16:04:26 |
|
归途
18日凌晨,我们才结束在敬家的工作,收工回县城,车子刚刚上路,就看到敬廷友在村口的必经之路上等着送我们。多么可爱的人啊!我们心里都有点感动,有点酸。
本来这几天在文化馆王馆长和张玉卿的帮助下,我们几乎每时每刻都在收获着有价值的东西,但是17日中午敬廷友蹲在敬登歧家门口和山坡上和我们说的一席话,却给我这次愉快的旅程划上了一个沉重的句号。他说敬登歧去北京演出回来,中央美院的一些人跟着来了。他们给我拍了很多照片,说回去洗出来邮给我,可是一直都没有动静。我自己要不要照片倒没什么,关键是我的小孙女,那么小,我想给她拍几张照片留着。他们还把我的皮影拿走了,这也没什么,反正我老了,也不能唱了,他们说要,我就让他们每人挑了一个。我最心疼的是他们把我的剧本拿走了,我自己不识字,是请先生给写的,已经保存了四十多年,他们说回去看完了就给我邮回来,可是也没邮回来。他们都是有单位的人,怎么能哄我们呢?我现在也不知道他们叫什么,也不知道怎么跟他们联系,长什么样我也忘了,我的剧本子也就找不回来了。
当时听完这些话,我的心在疼,我因为自己和那些人一样,是个来“采风”的城里人而感到无地自容。之后半天的时间我甚至不好意思拿出自己的相机给他们拍照,当我拿出来时,我总觉得他们心里在说,“你们都是骗子”。
我们去敬廷友家看了看,他们一家人很热情的煮了玉米、南瓜给我们吃。我们花了比县城低一倍的价格买了敬廷友老伴的香包,她却很不好意思,非要送我们每人一付鞋垫。他们家大儿媳妇还非常热情的邀请我晚上去她家睡,说她家男人打工去了,我们去住很方便。
我后来也给他们家人拍了许多照片,并和他们互留了地址和电话。我说以后会经常和他们联系的,他们笑笑说,“你们走了还会再来吗?你只要能把照片寄给我们,我们就感激不尽了。”原来他们早已作好了第二次上当的思想准备,但还是对我们那么好!
对这样朴实可爱的农民,我们怎么忍心欺骗和伤害他们。我相信美院的人并非故意,只是一直自己的事情太多,没把别人的事放在心上,所以一推再推,迟迟没有兑现自己的诺言。由这件事情,我想我们在做田野工作时,一定要注意对别人的付出给予相应的报酬,更要注意没有一百分把握的话不要说,承诺的话一定要做到,这是田野工作中学者最基本的道德准则。
<< 上一页 [11] [12] [13] 下一页
 <%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
If IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
End If
resArray = Split(screenRes, delimiter, 2)
If (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
End If
End Function
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
End If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
If StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=" &_
"&client=ca-mb-pub-5471301711049016" &_
"&color_border=" & googleColor("336699", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("0000FF", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%><%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=6495040935" &_
"&client=ca-mb-pub-9595218071455095" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%> |