|
作者:孙毓敏 来源:中国秦腔网 时间:2006-7-20 |
|
京剧表演艺术家[孙毓敏]为中国秦腔网题词
京剧表演艺术家 孙毓敏 艺术简介:
孙毓敏,女,汉族。北京戏曲学校校长,1940年生于上海。10岁考入北京市艺培戏曲学校,初习武旦,后专工花旦。先后师从赵绮霞、李金鸿、赵德勋、高玉倩等。1953年转入北京市戏曲学校,又从张君秋学《望江亭》、《状元媒》、《诗文会》、《西厢记》等戏。
1959年毕业后分配到荀慧生剧团,被选为继承流派的学生,拜苟慧生先生为师。演出剧目有《红娘》、《红楼二尤》、《玉堂春》、《白蛇传》、《蝴蝶杯》、《勘玉钏》、《杜十娘》、《荀灌娘》等,每年演出350场左右。
1963年调入梅兰芳剧团。演出《生死牌》、《姊妹易嫁》等,并学习了《西施》、《洛神》、《生死恨》等梅派剧目。1966年下放河南省京剧团。1968年被迫害,自杀未遂致残,右足跛,在病榻瘫痪5年之久。
经艰苦锻炼于1978年重返北京舞台,任北京京剧院主演。排演新剧目有《宋宫奇冤》、《哑女告状》、《一代贤后》《双玉缘》、《翠屏山》、《坐楼杀惜》、《痴梦》、《霍小玉》等并演出荀派保留剧目《红娘》、《红楼二尤》、《玉堂春》、《杜十娘》、《荀灌娘》、《棒打薄情郎》。
1991年起担任北京戏曲艺术学校校长(现升格为北京戏曲艺术职业学院院长)以来,她励志图新,辛勤耕耘,把一个举步维艰的学校办成了人才辈出的全国重点学校。
<%
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)
%> |