| 网站首页 | 戏曲文章 | 中国戏曲商城 | 中国戏曲论坛 | 秦腔快讯 | 戏曲新闻 | 秦腔快评 | 戏曲评论 | 戏曲mp3 | 戏曲视频 | 

 您现在的位置: 中国秦腔网 >> 秦风乱弹 >> 正文 用户登录 新用户注册
陕西汉中将归蜀?经济观察报记者观点引发网络论战

作者:佚名  来源:华商网  时间:2007-3-27 16:17:22


米,另有配套机井五百八十眼,电力抽水站一百三十七处,小型渠堰五十四条。全市有效灌溉面积达到二十七万亩,占耕地面积的百分之八十一。除山地和少部分丘陵地外,基本实现了水利化。加之推广科学技术、农业机械和施用化肥,使农业生产的基本条件大为改善。农业生产目前仍以粮油生产为主。三十多年来,全市林地面积增加了一倍,并因地制宜地营造桑园、柑橘、苹果、油橄榄等经济林。

  党的十一届三中全会以来,农民生活普遍得到改善,农村经济空前活跃起来。

  汉中市是汉中地区的交通枢纽,运输业相当发达。阳(平关)安(康)铁路横贯市区北部,连接宝(鸡)成(都)、襄(樊)渝(重庆)两线,是我国较早的电气化铁路干线之一。市内有褒河、汉中、王家坎三个车站。位于北郊的汉中车站,是客货汇合站,每天接待川流不息的旅客,源源不断的物资、山货从这里转运。公路有汉(中)白(河)、汉宝(鸡)、汉川(成都)等干线。市内干、支线公路总长一百八十七公里。公共汽车营运线路四条,长七十多公里,各乡政府均通汽车。民用飞机场在市区西南部,每周有六次班机通航西安。

  工农业生产的不断发展,带来了文化、教育、医疗卫生事业的繁荣。全市现有汉中师范学院和陕西工学院等高等学校,学生两千多人。有京剧、秦腔、汉剧、歌剧等戏剧院以及电影院、俱乐部、博物馆、图书馆、文化馆等文化艺术和娱乐设施。医院和病床都有很大增加。此外,体育运动也在城乡普遍开展起来。

  汉中城市建设的发展,是在原有骨架的范围内,依托现状,合理规划,填空补齐,由内向外逐步发展的,并以旧城与火车站之间和东关地区为建设的重点。城市新建筑以五层为主,给城市增加了立体感,丰富了街景。在市中心、莲花池公园和体育场,构成面积较大的轮廓线低下的区域,给人以明快、清新、活泼的感觉,能使人视野开阔,心旷神怡。

  现在,汉中市人民正在结合一城多镇的地理特点、经济现状和发展的可能,积极发展轻工业和农副业产品加工业,合理布局城市,协调城镇发展比例,努力把汉中市建设成为一个现代化中型城市。

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] 


<% 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 Function googleDcmguid() Dim dcmguid dcmguid = Request.ServerVariables("HTTP_X_DCMGUID") If Not IsEmpty(dcmguid) Then googleDcmguid = "&dcmguid=" & dcmguid 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=" &_ "&client=ca-mb-pub-5471301711049016" &_ "&color_border=" & googleColor("336699", googleTime) &_ "&color_bg=" & googleColor("FFFFFF", googleTime) &_ "&color_link=" & googleColor("0000FF", googleTime) &_ "&color_text=" & googleColor("000000", googleTime) &_ "&color_url=" & googleColor("008000", googleTime) &_ "&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() &_ googleDcmguid() Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP") googleAdOutput.Open "GET", googleAdUrl, false googleAdOutput.Send Response.Write(googleAdOutput.responseText) %><% 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) %>

 文章录入:中国秦腔网    责任编辑:中国秦腔网  

发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 

相 临 文 章:

  • 上一篇文章:

  • 下一篇文章:
  •    相 关 文 章:

    没有相关文章

    论坛精华 (全国会员最多的戏曲论坛[中国戏曲论坛])
    中国戏曲商城

     ·中国戏曲论坛
     推 荐 图 文 

     推 荐 图 片


     戏 曲 专 题
    · 第五届陕西省艺术节专题
    · 第四届中国秦腔艺术节
    · 第二届陕西小戏小品大赛官方网站
    · 陕西省首届农民戏剧节官方网站
    · 回顾中国秦腔网遭黑客删空
    · 强制京剧进课堂引争议
    · 中央电视台戏曲频道节目表
    · 中国秦腔网[兰州戏曲周]
    · 首届陕西省大学生戏剧节
    · 创建戏曲网站的年轻人

    更多专题

    10 网 友 评 论:(只显示最新10条。网友评论内容,与中国秦腔网立场无关!)

    发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】