您的位置:东莞阳光网 > 旅游频道 > new_城市风情 > 行走城市
珠海:碧海蓝天,梦想随大海飞扬
 

    秋天温和来临了,这是我最喜欢的季节了,因为我就是秋天出生的。又因为看了韩剧《秋天的童话》,我就更加喜欢了,也梦想着有那样的景色和爱恋。10月是收获的季节,也是忙碌的季节。重阳节我和朋友去爬山,这可是千古流传下来的习惯,这一天,珠海的板嶂山,石景山,到树都是人群。“独在异乡为异客,每逢佳节倍思亲,遥知兄弟登高处,遍插茱萸少一人。”我们就念着这首诗在山上呆了一夜,看着太阳升起来,我们下了山回家睡觉。一路下山的还有很多人,拥拥挤挤的。虽然人多,但是能感觉到自己不是孤单的。

  珠海的秋天别有一番滋味。海滨公园拆了它的围墙,让那些花,草,树伸出头来看看外面的世界。我有幸看到了珠海的日出,在湾仔沙,石雕的座椅,嫩绿的椰树,背后是珠海的标志—珠海渔女。早晨五点的太阳,我们就坐在大海的石梯上,看浪涛叫醒自己的脚趾,看着太阳一点一点的从海平线上升起,有油轮飘过,一天的使命不就从此开始吗?

  当然珠海也有冬天,我记忆中的北方的冬天,是雪,是寒流。但是珠海的冬天是温和的,不刺,让人很舒服。只是有一天,天气预报说温度在24小时之内会狂降10度。那天,我和朋友在拱北逛街,突然呼啸而来的冷风吹的我打了个寒颤,我一种熟悉的感觉,原来珠海的冷风和郑州的冷风都是一样的,是刺骨的。但是我喜欢这味道,让我一下子想到了故乡。

  冬天的时候,很多动植物都睡着了,珠海没有生气,所以我不喜欢冬天。

  到了珠海,不得不去的一个地方就是珠海的标志了—珠海渔女。就有一段故事要讲了,传说中,以前的渔女是天上的仙女,因为看到人间有个地方,人们很穷,他们很辛苦的劳动,但是还是没有水喝。仙女就从天堂下来帮他们,终于这里的人可以喝到了水了,仙女就给这个地方取名珠海。但是仙女私自下凡的事情被天公知道了,就罚她永远留在珠海,但是她却变成了一座雕像,屹立在珠海海之中。从此每个来到珠海的人都知道了这个故事,都会来纪念她。在我的相册里,也有一张和渔女合影的相片,是在秋天的日落下照的,微微泛光。看到这张相片,我就会有无限的想象,我给我的梦想加了翅膀。

  还有一个地方是不得不去的,那就是圆明新圆,这可是仿照北京圆明园原样建造的,在这里我看到了圆明园未毁的规模。在那里,你可以穿着古代的衣服照相,太后,皇上,皇后,阿哥,格格,任你选。我就在那里照了一张格格的相片,我觉得和小燕子差不到哪里去,这是题外话。站在圆明新圆的山顶上,湖水,绿树成荫,仿古的建筑,钟楼,一一在目。此刻我真想大喊一声,发泄心中所有的不快。在圆明新圆可以看到精彩的演出,听当地的人说这些演出是圆明新圆最重要的,非看不可的。如果感兴趣可以和皇上,皇后合影,品尝他们酿造的美酒。晚上七点的时候,有一场大戏,名字我忘记了,但是精彩绝伦,马车就从你眼前经过,忽的一下,火球就飞上了天。自己也仿佛到了那个年代。

  说完旅游景点,我们来讲珠海的经济。吉大,拱北,香洲,成了我们购物的天堂。珠海的超市很繁荣,家乐福,壹加壹,万佳,百佳,新七星,东西又便宜又实惠。我在珠海一年胖了二十斤,都是这些超市里的零食害的。回到郑州,我一件事情就是减肥,否则就无脸见江东父老了。但是,至今我仍然记得哪一家的葱油饼好吃,哪一家的包子好吃。每当休息日,约上几个好友,购物去也,乐哉乐哉。



1,2,3
☉相关信息
珠海建成开放式旅游码头 (2007-09-01)
广东珠海首次倡导公务员集体学太极 (2007-08-12)
珠海最大房企总裁被查 (2007-06-07)
今年珠海高考将首次与教育部联网 (2007-05-25)
珠海 (2007-05-08)
☉旅游精选
<% Response.Buffer = True Dim Startime Dim Conn,ConnStr ConnStr = "DRIVER={SQL Server};Server=192.168.10.118;Database=sun0769;UID=sun0769;PWD=aabbccdd123;" 'Startime = Timer() '打开数据库连接-------------------------------------------------------- Sub OpenConnection On Error Resume Next Set conn = Server.CreateObject("ADODB.Connection") conn.open ConnStr If Err Then err.Clear Set Conn = Nothing Response.Write "数据库维护中,请稍后访问。客服电话:(0769)22481988 转分机 750 或 788" Response.End End If End Sub '关闭数据库连接-------------------------------------------------------- Sub CloseConnection If IsObject(Conn) Then Conn.Close : Set Conn = Nothing End Sub 'BadRequest 写入数据库------- Function LogBadRequest(strMethod,strPra) Set rs = Server.CreateObject("ADODB.Recordset") OpenConnection strSql="select * from SunBadRequest" rs.open strSql,conn,2,2 rs.addnew rs("IP")=Request.ServerVariables("REMOTE_ADDR") rs("url")=Request.ServerVariables("URL") rs("rmethod")=strMethod rs("pra")=strPra rs("pvalue")=Request(strPra) rs("dat_Time")=now() rs.update rs.close set rs=nothing CloseConnection End Function '--------定义部份------------------ Dim strBadWord,arrBadWord,iRequest,itemRequest '自定义需要过滤的字串,用 "|" 分隔 '******************edit by 赖春江 2007-9-7 10:35 阳光热线管理后台action字段存在相关字符************* strBadWord = "and|exec|insert|select|delete|create|drop|update|master|truncate|declare|xp_|sysobjects" 'strBadWord = "select|and|exec|insert|delete|create|drop|update|count|master|truncate|declare|xp_" '*******************end **************************** arrBadWord = split(strBadWord,"|") '--------POST部份------------------ If Request.Form<>"" Then For Each itemRequest In Request.Form For iRequest=0 To Ubound(arrBadWord) If Instr(LCase(Request.Form(itemRequest)),arrBadWord(iRequest))<>0 Then Call LogBadRequest("post",itemRequest) Response.Write "打开网页错误。" 'Response.Write "非法操作!系统做了如下记录↓
" 'Response.Write "操作IP:"&Request.ServerVariables("REMOTE_ADDR")&"
" 'Response.Write "操作时间:"&Now&"
" 'Response.Write "操作页面:"&Request.ServerVariables("URL")&"
" 'Response.Write "提交方式:POST
" 'Response.Write "提交参数:"&item&"
" 'Response.Write "提交数据:"&Request.Form(item)&"
" Response.Write "如有其他疑问请给管理员留言:点击这里>>" Response.End End If Next Next End If '---------------------------------- '--------GET部份------------------- If Request.QueryString<>"" Then For Each itemRequest In Request.QueryString For iRequest=0 To Ubound(arrBadWord) If Instr(LCase(Request.QueryString(itemRequest)),arrBadWord(iRequest))<>0 Then Call LogBadRequest("get",itemRequest) Response.Write "打开网页错误。" 'Response.Write "非法操作!系统做了如下记录↓
" 'Response.Write "操作IP:"&Request.ServerVariables("REMOTE_ADDR")&"
" 'Response.Write "操作时间:"&Now&"
" 'Response.Write "操作页面:"&Request.ServerVariables("URL")&"
" 'Response.Write "提交方式:GET
" 'Response.Write "提交参数:"&item&"
" 'Response.Write "提交数据:"&Request.QueryString(item)&"
" Response.Write "如有其他疑问请给管理员留言:点击这里>>" Response.End End If Next Next End If '---------------------------------- %> <% dim sitename,siteurl,siteemail,adminname,logourl,bannerurl dim SMTPserver,EmailSuport,SiteTitle Rem 过滤SQL非法字符 function checkStr(str) if isnull(str) then checkStr = "" exit function end if checkStr=replace(str,"'","''") end function function getHtmlPath(folder,Ffile) getHtmlPath="..\htmlContent\"&folder&"\"&Ffile end function Rem 判断数字是否整形 function isInteger(para) on error resume next dim str dim l,i if isNUll(para) then isInteger=false exit function end if str=cstr(para) if trim(str)="" then isInteger=false exit function end if l=len(str) for i=1 to l if mid(str,i,1)>"9" or mid(str,i,1)<"0" then isInteger=false exit function end if next isInteger=true if err.number<>0 then err.clear end function sub showpage(sfilename,totalnumber,maxperpage,ShowTotal,ShowAllPages,strUnit) dim n, i,strTemp,strUrl if totalnumber mod maxperpage=0 then n= totalnumber \ maxperpage else n= totalnumber \ maxperpage+1 end if strTemp= "
" if ShowTotal=true then strTemp=strTemp & "共 " & totalnumber & " " & strUnit & "  " end if strUrl=JoinChar(sfilename) if CurrentPage<2 then strTemp=strTemp & "首页 上一页 " else strTemp=strTemp & "首页 " strTemp=strTemp & "上一页 " end if if n-currentpage<1 then strTemp=strTemp & "下一页 尾页" else strTemp=strTemp & "下一页 " strTemp=strTemp & "尾页" end if strTemp=strTemp & " 页次:" & CurrentPage & "/" & n & "页 " 'strTemp=strTemp & " " & maxperpage & "" & strUnit & "/页" if ShowAllPages=True then strTemp=strTemp & " 转到:" end if strTemp=strTemp & "
" response.write strTemp end sub Rem 过滤HTML代码 function HTMLEncode(fString) if not isnull(fString) then fString = replace(fString, ">", ">") fString = replace(fString, "<", "<") fString = Replace(fString, CHR(32), " ") fString = Replace(fString, CHR(9), " ") fString = Replace(fString, CHR(34), """) fString = Replace(fString, CHR(39), "'") fString = Replace(fString, CHR(13), "") fString = Replace(fString, CHR(10) & CHR(10), "

") fString = Replace(fString, CHR(10), "
") 'fString=ChkBadWords(fString) HTMLEncode = fString else HTMLEncode=fstring end if end function Rem 过滤表单字符 function HTMLcode(fString) if not isnull(fString) then fString = Replace(fString, CHR(13), "") fString = Replace(fString, CHR(10) & CHR(10), "

") fString = Replace(fString, CHR(10), "
") HTMLcode = fString end if end function Function FilterHTML(strToFilter) Dim strTemp strTemp = strToFilter While Instr(1,strTemp,"<") AND Instr(1, strTemp, ">") strTemp = Left(strTemp, Instr(1, strTemp, "<")-1) & Right(strTemp, Len(strTemp)-Instr(1,strTemp, ">")) WEnd FilterHTML = strTemp End Function function JoinChar(strUrl) if strUrl="" then JoinChar="" exit function end if if InStr(strUrl,"?")1 then if InStr(strUrl,"&")alert('"&txt&"');" if go<>1 then response.write "history.go(-1);" else response.write "document.location.href='"&url&"';" end if response.write "" response.end end sub '\\\\判断输入是否含有为中文 function getStr(str,i) dim text text=trim(str) if len(str)>i then text=mid(str,1,i)&"..." end if getStr=text end function function changechr(str) changechr=replace(replace(replace(replace(str,"<","<"),">",">"),chr(13),"
")," "," ") changechr=replace(replace(replace(replace(changechr,"[sayyes]",""),"[red]",""),"[big]","") changechr=replace(replace(replace(replace(changechr,"[/sayyes]",">"),"[/b]",""),"[/red]",""),"[/big]","") end function function cnDate(datetime) if datetime<>"" then cnDate=cstr(year(datetime)) + "年" + cstr(month(datetime)) + "月" + cstr(day(datetime)) + "日" else cnDate="00-00-00" end if end function function cnSmallDate(datetime) if datetime<>"" then cnSmallDate=cstr(month(datetime)) + "月" + cstr(day(datetime)) + "日" else cnSmallDate="00-00-00" end if end function '------------------------------------------------------------------------------------ function divisor(tablename,column,max_height) '取得设置投票结果柱状图最大高度的除法因数(divisor 整型),参数column为数据表中对应投票项的字段(字符型),max_height为要设置的最大高度(整型) dim rs_div set rs_div=server.CreateObject("adodb.recordset") dim str str="select max("&column&") from "&tablename rs_div.open str,conn,3,2 divisor=rs_div(0)/max_height if divisor=0 then divisor=1 end if rs_div.close set rs_div=nothing end function '检查字符是否为null值。NULL值时设为"" function CheckStrNull(str) if str="" and str=null then str="" else str=checkStr(trim(str)) end if CheckStrNull=str end function function CheckNumNull(isNum) if isNum="" and isNum=null then call mb("Sorry! 没有此项类内","",2) response.end else CheckNumNull=isNum end if end function Function FormatName(FileExt) Dim RanNum Randomize RanNum = Int(90000*rnd)+10000 FormatName = Year(now)&Month(now)&Day(now)&Hour(now)&Minute(now)&Second(now)&RanNum&"."&FileExt End Function '读出文件名不带扩搌 Function GetFormatName() Dim RanNum Randomize RanNum = Int(90000*rnd)+10000 GetFormatName= Year(now)&Month(now)&Day(now)&Hour(now)&Minute(now)&Second(now)&RanNum End Function function getStrNum(str,num) str=trim(str) if len(str)>cint(num) then str=left(str,cint(num)-2)&"..." end if getStrNum=str end function function GetStringContent(str,num) str=trim(str) str=replace(replace(str," ",""),"
","") if len(str)>cint(num) then str=left(str,cint(num)-2)&"..." end if GetStringContent=str end function %> <% function getImage(str) if str="" or isnull(str) or isempty(str) then getImage="../images/Route01.jpg" else getImage="/upload/tour/hanxing/"&str end if end function IF Not isObject(rs) Then set rs=server.CreateObject("adodb.recordset") End IF IF Not isObject(conn) Then openconnection End IF %>

<% rs.open "select * from SunPhoto where publish_flag=1 and PhotoGroup_id=30 order by Photo_ID desc",conn,1,1 IF Not(rs.eof) Then %> <% IF Not(rs.eof) Then %> <% Rs.Movenext End IF %>
<% Do While Not(rs.eof) %> ·" target="_blank" class="ic1"><%=getStr(rs("Photo_Name"),13)%> <% rs.movenext Response.Write("
") Loop %>
<% End IF rs.close %>
<% rs.open "select top 8 R.*,A.AgencyName from SunTourRoute as R,SunTourAgency as A where A.AgencyID=R.AgencyID and R.Publishflag=1 and R.VouchFlag=1 order by R.Addtime desc",conn,1,1 IF Not(rs.eof) Then %> <% IF Not(rs.eof) Then %> <% Rs.Movenext End IF %>
<% Do While Not(rs.eof) %> ·" target="_blank" class="ic1"><%=getStr(rs("RouteName"),13)%> <% rs.movenext Response.Write("
") Loop %>
<% End IF rs.close %>
<% rs.open "select top 1 * from SunTourUpload where PublishFlag=1 and UploadType=1 and SmallPicFlag=1 order by Addtime desc",conn,1,1 IF Not(rs.eof) Then %> <% End IF rs.close %> <% rs.open "select top 4 * from SunTourUpload where PublishFlag=1 and UploadType=1 and SmallPicFlag<>1 order by Addtime desc",conn,1,1 IF Not(rs.eof) Then %> <% End IF %>
<% Do While Not(rs.eof) %> ·" target="_blank" class="ic1"><%=getStr(rs("UploadTitle"),13)%> <% rs.movenext IF Not(rs.eof) Then Response.Write("
") End IF Loop rs.close %>