|
,一般指流行于湖北、河南、陕西等地的戏曲剧种,源出湖北地区,旧称“楚调”或“汉调”,主要声腔是西皮腔,兼唱二黄腔,迄今为止已有近三百年历史。主要剧目有《宇宙锋》、《二度梅》、《审陶大》等。又,在湖南常德和广东也都有汉剧,均为多腔剧种,与湖北汉剧迥然不同。
35、湘剧,即湖南省的地方戏曲剧种,流行于长沙、湘潭一带,源出于明代的弋阳腔,后又吸收昆腔、皮黄等声腔,形成一个包括高腔、低牌子、昆腔、乱弹的多声腔剧种。剧目以高腔、乱弹为主,如《琵琶记》、《白兔记》、《拜月记》等。
36、祁剧,又称“祁阳戏”,流行于湖南祁阳、邵阳一带,源出明代弋阳腔,声腔以高腔为主,兼唱昆曲、弹腔。剧目有《目连传》、《精忠传》、《夫子戏》、《观音戏》等。
37、湖南花鼓,戏是对湖南各地花鼓、花灯戏的总称,其中包括长沙花鼓、岳阳花鼓、常德花鼓、衡阳花鼓、邵阳花鼓等,它们各有不同的舞台语言,形成了各自的风格。花鼓戏的表演朴实、欢快、活泼,行当以小生、小旦、小丑为主,长于扇子的毛巾的运用。剧目有《打鸟》、《刘海砍樵》等。
38、广东粤剧,流行于广东、香港、东南亚等粤语语言区。形成于清初,由外地传入的高腔、昆腔、皮黄、梆子等声腔与当地民间音乐结合而成。音乐为板腔体、曲牌体兼用。剧目有《搜书院》、《关汉卿》等。
39、潮剧上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
<%
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)
%> |