<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% Dim ChinanewsData__MMColParam ChinanewsData__MMColParam = "1" If (Request.QueryString("Chinanews_id") <> "") Then ChinanewsData__MMColParam = Request.QueryString("Chinanews_id") End If %> <% Dim ChinanewsData Dim ChinanewsData_numRows Set ChinanewsData = Server.CreateObject("ADODB.Recordset") ChinanewsData.ActiveConnection = MM_conn_STRING ChinanewsData.Source = "SELECT * FROM ChinanewsData WHERE Chinanews_id = " + Replace(ChinanewsData__MMColParam, "'", "''") + " ORDER BY Chinanews_time DESC" ChinanewsData.CursorType = 0 ChinanewsData.CursorLocation = 2 ChinanewsData.LockType = 1 ChinanewsData.Open() ChinanewsData_numRows = 0 %> <% 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 %> <% function HTMLEncode(fString) fString = replace(fString, ">", ">") fString = replace(fString, "<", "<") fString = Replace(fString, CHR(32), " ") fString = Replace(fString, CHR(13), "") fString = Replace(fString, CHR(10) & CHR(10), "

") fString = Replace(fString, CHR(10), "
") HTMLEncode = fString end function %> 领导简介 朱明忠
 
  检索 高级检索
|
|
|
|
|
|
|
|
|
政务公开
 书  记:杨发升
 副书记:彭双彦  王云龙
   委:杨发升  彭双彦
         王云龙  张晓梅
         姚明东    
         赵众炜  董治军
         王处机
 主  任:景忠义
 副主任:朱邦武  朱明忠
         张晓明  李淑芳
 县  长:彭双彦
 副县长:赵众炜  姚明东
         王处机  南锡诚
         王成平  尚志江
 主  席:张亚农
 副主席:黎明清  杨国斌
         杨  谦  靳海清
         李婉玉
  您当前的位置 :首 页 > 政务公开 > 领导简介 > 朱明忠
县委常委、县人大常委会副主任: 朱明忠
    
简  历:
  朱明忠,男,汉族,甘肃渭源人,1953年3月出生,1981年3月加入中国共产党,1971年11月参加工作,甘肃省师范大学中文系语文专业专科。现任渭源县人大常委会副主任。
  1971年11月至1974年9月,在渭源县公交局工作;1974年9月至1976年8月,在甘肃师范大学中文系语文专业学习;1976年8月至1984年10月,在渭源县委宣传部工作;1984年10月至1986年12月,任渭源县委宣传部副部长;1986年12月至1988年8月,任渭源县委宣传部部长;1988年8月至1989年11月,任中共定西地委宣传部新闻宣传科科长;1989年11月至1990年4月,任渭源县文化广播局局长;1990年4月至1994年8月,任渭源县政府办公室主任;1994年8月至1998年9月,任渭源县电力公司党支部书记;1998年9月至2002年7月,任渭源县广播电视局(站)局(站)长;2002年7月至2002年11月,任渭源县广播电影电视局(站)局(站)长;2002年11月任渭源县人大常委会党组成员,2002年12月至今任渭源县人大常委会副主任。
领导讲话:
 
主办:渭源县人民政府    承办:渭源县经济信息中心
备案序号:甘ICP备05024460号
<% ChinanewsData.Close() Set ChinanewsData = Nothing %>