<%@LANGUAGE="VBSCRIPT"%> <%@LANGUAGE="VBSCRIPT"%> <% Dim chn Dim chn_numRows Set chn = Server.CreateObject("ADODB.Recordset") chn.ActiveConnection = MM_news_STRING chn.Source = "SELECT * FROM tbNews ORDER BY ID DESC" chn.CursorType = 0 chn.CursorLocation = 2 chn.LockType = 1 chn.Open() chn_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 %> 北京通州物流基地欢迎您!




 
一、定位
为实现把首都北京建成世界级城市、文化名城、宜居城市,配合北京市“两轴两带多中心战略的实施”,建立与世界级城市相适应的现代物流体系,推动首都经济的可持续发展,按照北京市物流发展规划的要求,通州物流基地规划为首都世界级城市功能性基础设施,辐射环渤海地区及全国的重要物流枢纽。为北京市进出货物的集散和大型厂商在全国及亚太地区采购和分销提供物流平台,服务于北京与环渤海及更大区域的经济分工与协作基地主要依托天津港、京津塘高速公路和城市六环路,建成集内陆口岸功能、货物集散功能、配送功能、流通加工功能、商品检验功能、物流信息服务功能以及综合商贸功能于一体的“以商品流通业为主的大型综合现代物流基地”,最终发展成公路-海运国际货运枢纽型物流基地
二、功能
(1)内陆口岸功能
可设置海关、卫检、动植物检疫检验机构,为以北京为生产、加工基地或者最终销售市场的制造商、分销商提供储存、保管、运输、加工、货代等服务。配合东部发展带的建设,与天津海关实现大通关,为东部产业带提供全面物流服务。
(2)货物集散功能
接收通过各种运输方式的到达的货物,并进行分拣、储存,将本市发出的货物进行集中,通过直接换装方式向外发运,为公路和海运方式运输的货物提供集货、换装、整备条件。
(3)商品配送功能。
通过物流基地内的物流中心、配送中心实施对客户的商品配送服务。
(4)流通加工功能。
包括商品的包装整理、加固、换装、改装、条形码印制等等。
(5)商品检验功能。
商品检验与养护等。
(6)物流信息服务。
物流状态查询、物流过程跟踪、物流要素信息记录与分析、物流客户关系管理、物流决策支持、物流公共信息平台等。
版权所有:北京通州物流基地管理委员会|北京金马驹开发建设有限公司
|策划|制作|维护|
2005年1月30日

 

<% chn.Close() Set chn = Nothing %>