<%@LANGUAGE="VBSCRIPT"%> <% Dim gsgg__MMColParam gsgg__MMColParam = "1" If (Request.QueryString("1") <> "") Then gsgg__MMColParam = Request.QueryString("1") End If %> <% Dim gsgg Dim gsgg_numRows Set gsgg = Server.CreateObject("ADODB.Recordset") gsgg.ActiveConnection = MM_rsc_STRING gsgg.Source = "SELECT * FROM news WHERE n_type = " + Replace(gsgg__MMColParam, "'", "''") + " ORDER BY n_ID DESC" gsgg.CursorType = 0 gsgg.CursorLocation = 2 gsgg.LockType = 1 gsgg.Open() gsgg_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 5 Repeat1__index = 0 gsgg_numRows = gsgg_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> 天津外国语学院斯语系首页
 
专业定位、规划与建设
 
 
 

专业方向:斯英复语。针对语言对象国的官方语言为英语和斯语这一情况,设置了斯英复语专业。

专业定位与规划:我校斯语学科是全国高校斯语专业主要教学单位之一, 在全国4个高校斯语专业中,我校斯语系是唯一的斯英复语专业,同时我系师资配备合理、教学材料完备、教学手段先进。我校学生斯语及英语均为小班授课,并专门配备为复语专业的英语教材,旨在使毕业生英语水平通过国家大学英语六级,斯语在国内修满三年,并在国家留学基金委的资助下,去对象国坦桑尼亚、肯尼亚国内知名大学进修斯语一年。学生在校期间,以斯语和英语为专业课程,辅修经济学、会计学、广告学等相关专业。课程体系由语言文学为主体,向经贸、国情研究扩展,形成综合性学科的特色。

 
 
天津外国语学院亚非语学院斯瓦希里语系制作
<% gsgg.Close() Set gsgg = Nothing %>