<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[one piece]]></title>
        <image>
        <title>http://hi.baidu.com</title>
        <link>http://hi.baidu.com</link>
        <url>http://img.baidu.com/img/logo-hi.gif</url>
        </image>
<description><![CDATA[友情的呼唤永远在天空中回荡。]]></description>
<link>http://hi.baidu.com/jzdlt</link>
<language>zh-cn</language>
<generator>www.baidu.com</generator>
<ttl>5</ttl>


<item>
        <title><![CDATA[文件夹隐藏属性不能修改的解决办法]]></title>
        <link><![CDATA[http://hi.baidu.com/jzdlt/blog/item/185b5f5422f84a5d574e0049.html]]></link>
        <description><![CDATA[
		
		<p>&nbsp;&nbsp;  有时候系统中病毒以后(例如sxs.exe和lsass(落雪病毒)),杀毒软件无法杀毒,或者没有杀毒软件.这时就需要手动杀毒.这时往往需要删除病毒文件,病毒文件为了保护自己,总是把自己隐藏起来.</p>
<p>&nbsp;&nbsp;&nbsp;  把文件属性设置成隐藏,一般的病毒我们通过修改菜单:工具--文件夹选项--查看--显示隐藏文件即可.但是很多病毒通过修改注册表使我们这步操作失效,还是无法看到隐藏文件,下面的操作就是教我们如何通过修改注册表让隐藏的文件原形毕露。 首先要显示出被隐藏的系统文件 运行regedit HKEY_LOCAL_MACHINE | Software |Microsoft | windows | CurrentVersion | explorer | Advanced | Folder | Hidden | SHOWALL，将CheckedValue键值修改为1 但可能依然没有用，隐藏文件还是没有显示，这是因为病毒在修改注册表达到隐藏文件目的之后，把本来有效的DWORD值CheckedValue删除掉，新建了一个无效的字符串值CheckedValue，并且把键值改为0！ 方法：删除此CheckedValue键值，单击右键 新建Dword值，命名为CheckedValue，然后修改它的键值为1，这样就可以选择&ldquo;显示所有隐藏文件&rdquo;和&ldquo;显示系统文件&rdquo;。 删除auto.inf文件,重启电脑.</p>
<p>&nbsp;&nbsp;&nbsp;  显示隐藏文件的方法 打开&ldquo;记事本&rdquo;，复制如下内容： Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL] &quot;CheckedValue&quot;=dword:00000001 保存文件名：&ldquo;显示被隐藏的文件.REG&rdquo;，（确保在&ldquo;文件夹选项&rdquo;中去掉&ldquo;隐藏已知文件类型的扩展名&rdquo;），双击运行此文件，再重新到&ldquo;文件夹选项&rdquo;中设置显示隐藏文件。 升级杀毒软件病毒库，查杀病毒 回答者： 张秀才 - 一派掌门 十二级 6-19 14:18sxs.exe是修改过的落雪病毒 也就是现在非常流行的病毒! 可以结束SXS的进程删除，记住，用鼠标右键进入硬盘 同时按下Ctrl+Shift+Esc三个键 打开windows任务管理器 选择里面的&ldquo;进程&rdquo;标签 在&ldquo;映像名称&rdquo;下查找&ldquo;sxs.exe&rdquo; 但击它 再选择&ldquo;结束进程&rdquo; 一定要结束所有的&ldquo;sxs.exe&rdquo;进程 打开我的电脑 单击 工具菜单下的&ldquo;文件夹选项&rdquo; 单击&ldquo;查看&rdquo;标签 把&ldquo;高级设置&rdquo;中的 &ldquo;隐藏受保护的操作系统文件（推荐）&rdquo;前面的勾取消 并选择下面的&ldquo;显示所有文件和文件夹&rdquo;选项 单击&ldquo;确定&rdquo; 用鼠标右键点C盘（不能双击！） 选择 &ldquo;打开&rdquo; 删除C盘下的 &ldquo;autorun.inf&rdquo;文件 和&ldquo;sxs.exe&rdquo;文件 用鼠标右键点D盘 选择 &ldquo;打开&rdquo; 删除D盘下的 &ldquo;autorun.inf&rdquo;文件 和&ldquo;sxs.exe&rdquo;文件（另外有个文件也是，是个.exe 同样删了它） …… 以此类推 删除所有盘上的 AUTORUN.INF文件 和&ldquo;rose.exe&rdquo;文件 单击开始 选择&ldquo;运行&rdquo; 输入 &quot;regedit&quot;(没有引号) ，回车 依次展开注册表编辑器左边的 我的电脑&gt;HKEY_LOCAL_MACHINE&gt;SOFTWARE&gt;Microsoft&gt;Windows&gt;CurrentVersion&gt;Run 删除Run项中的 ROSE （c:\windows\system32\SXS.exe)这个项目 关闭注册表编辑器 然后重新启动计算机 删除硬盘上是ROSE： 按下shift键不放 插入U盘 直到电脑提示&ldquo;新硬件可以使用&rdquo; 打开我的电脑 这时在U盘的图标上点鼠标右键 选择&ldquo;打开&rdquo; （不要点自动播放或者是双击！） 删除 SXS.exe和autorun.inf文件 病毒就没有了 有史以来第一次遭遇如此顽固的病毒，网上找了找，没有统一的名字，瑞星称为 Trojan.PSW.QQPass.pqb 病毒，我就叫它 sxs.exe病毒吧 重装系统后，双击分区盘又中了，郁闷，瑞星自动关闭无法打开，决定手动将其删除 现象：系统文件隐藏无法显示，双击盘符无反映，任务管理器发现 sxs.exe 或者 svohost.exe （与系统进程 svchost.exe 一字之差），杀毒软件实时监控自动关闭并无法打开 找了网上许多方法，无法有效删除，并且没有专杀工具 手动删除&ldquo;sxs.exe病毒&rdquo;方法：</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;  在以下整个过程中不得双击分区盘，需要打开时用鼠标右键&mdash;&mdash;打开</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  一、关闭病毒进程 Ctrl + Alt + Del 任务管理器，在进程中查找 sxs 或 SVOHOST（不是SVCHOST，相差一个字母），有的话就将它结束掉</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  二、显示出被隐藏的系统文件 运行&mdash;&mdash;regedit HKEY_LOCAL_MACHINE\Software\Microsoft\windows\CurrentVersion\explorer\Advanced\Folder\Hidden\SuperHidden，将CheckedValue键值修改为1 这里要注意，病毒会把本来有效的DWORD值CheckedValue删除掉，新建了一个无效的字符串值CheckedValue，并且把键值改为0！我们将这个改为1是毫无作用的。（有部分病毒变种会直接把这个CheckedValue给删掉，只需和下面一样，自己再重新建一个就可以了） 方法：删除此CheckedValue键值，单击右键 新建&mdash;&mdash;Dword值&mdash;&mdash;命名为CheckedValue，然后修改它的键值为1，这样就可以选择&ldquo;显示所有隐藏文件&rdquo;和&ldquo;显示系统文件&rdquo;。 在文件夹&mdash;&mdash;工具&mdash;&mdash;文件夹选项中将系统文件和隐藏文件设置为显示</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;  三、删除病毒 在分区盘上单击鼠标右键&mdash;&mdash;打开，看到每个盘跟目录下有 autorun.inf 和 sxs.exe 两个文件，将其删除。</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;  四、删除病毒的自动运行项 打开注册表 运行&mdash;&mdash;regedit HKEY_LOCAL_MACHINE&gt;SOFTWARE&gt;Microsoft&gt;Windows&gt;CurrentVersion&gt;Run 下找到 SoundMam 键值，可能有两个，删除其中的键值为 C:\\WINDOWS\system32\SVOHOST.exe 的 最后到 C:\\WINDOWS\system32\ 目录下删除 SVOHOST.exe 或 sxs.exe 重启电脑后，发现杀毒软件可以打开，分区盘双击可以打开了。</p>
<p>&nbsp;&nbsp;&nbsp;  五、后续 杀毒软件实时监控可以打开，但开机无法自动运行 最简单的办法，执行杀毒软件的添加删除组件&mdash;&mdash;修复，即可</p> <a href="http://hi.baidu.com/jzdlt/blog/item/185b5f5422f84a5d574e0049.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jzdlt/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/jzdlt/blog/item/185b5f5422f84a5d574e0049.html#comment">查看评论</a>]]></description>
        <pubDate>2009-08-05  14:55</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[大谷育江]]></author>
		<guid>http://hi.baidu.com/jzdlt/blog/item/185b5f5422f84a5d574e0049.html</guid>
</item>

<item>
        <title><![CDATA[如何清空SQL数据库里的数据]]></title>
        <link><![CDATA[http://hi.baidu.com/jzdlt/blog/item/6f76a7350f0f1682a71e1223.html]]></link>
        <description><![CDATA[
		
		<span class="oblog_text"> 
<p>１、打开&ldquo;服务管理器&rdquo;，选中你要处理的数据库，然后打开&ldquo;工具&rdquo;里的&ldquo;SQL查分析器&rdquo;，运行下面语句：</p>
<p>--先禁用所有外键约束 <br>
exec sp_msforeachtable &quot;alter table ? nocheck CONSTRAINT all&quot; <br>
--然后删除数据 <br>
exec sp_msforEachTable &quot;TRUNCATE TABLE?&quot;</p>
<p>--再启用所有外键约束 <br>
exec sp_msforeachtable &quot;alter table ? check constraint all&quot;</p>
<p>２、成功。然后导入你的数据或重新填写数据。</p>
</span> <a href="http://hi.baidu.com/jzdlt/blog/item/6f76a7350f0f1682a71e1223.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jzdlt/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/jzdlt/blog/item/6f76a7350f0f1682a71e1223.html#comment">查看评论</a>]]></description>
        <pubDate>2009-08-04  16:15</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[大谷育江]]></author>
		<guid>http://hi.baidu.com/jzdlt/blog/item/6f76a7350f0f1682a71e1223.html</guid>
</item>

<item>
        <title><![CDATA[09年春运深圳站取票点分布表电话订票须知]]></title>
        <link><![CDATA[http://hi.baidu.com/jzdlt/blog/item/d99974d94a4ed82b11df9b8a.html]]></link>
        <description><![CDATA[
		
		<p style="margin: 0px 3px 15px; text-indent: 30px"><strong>温馨提示</strong></p>
<p style="margin: 0px 3px 15px; text-indent: 30px"><strong>电话订票须知</strong></p>
<p style="margin: 0px 3px 15px; text-indent: 30px">◆一次订票流程只能预订同一日期、同一车次、同一到站的车票最多3张。</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">◆订票过程中，须输入有效身份证号码，本人凭订单号码和有效身份证到取票点取票，不得他人代替取票，否则将无法取到车票。</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">◆春运期间，每个有效证件只能电话预订一次车票。</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">◆电话订票成功后，如需变更，应先拨打95105160或96020086电话取消所订车票才能再重新电话预订。</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">◆深圳各取票点只取票，不卖票。</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">◆电话订票操作过程中，如果系统提示3次，均没有按键输入，或连续3次输入错误，系统将按超时处理自动挂断电话。</p>
<p style="margin: 0px 3px 15px; text-indent: 30px"><strong>铁路部门投诉电话</strong></p>
<p style="margin: 0px 3px 15px; text-indent: 30px"><strong>广铁集团路风投诉电话：</strong></p>
<p style="margin: 0px 3px 15px; text-indent: 30px">020-61323039</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">深圳铁路公安处&ldquo;打炒&rdquo;举报电话：</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">0755-25589506</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">深圳火车站路风投诉电话：</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">0755-82328620</p>
<p style="margin: 0px 3px 15px; text-indent: 30px"><strong>2009年春运深圳站取票点分布表</strong></p>
<p style="margin: 0px 3px 15px; text-indent: 30px">序号 取票点名称 地址 所在区 代售标志牌号</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">深圳站集中取票点 深圳北站货场 罗湖</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">1 深铁大厦铁旅 和平路深铁大厦一楼 罗湖 65SZQ221</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">2 莲塘铁旅 罗湖区罗沙路南名骏豪庭三号楼裙楼28A 罗湖 65SZQ207</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">3 新园迎宾馆 深圳罗湖区新园路11号 罗湖 65szq209</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">4 罗湖翠竹亿利发 深圳市翠竹北路华达园一楼 罗湖 65szq589</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">(好又多商场旁)</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">5 罗湖中建铁旅 深圳市罗湖区深南东路中建大厦一楼 罗湖 65SZQ231</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">6 福田梅林铁旅 深圳市福田区上梅林梅华路东方富苑9号 福田 65szq232</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">7 福田彩福铁旅 深圳市福田区彩田南路彩福大厦一楼3号铺位 福田 65szq236</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">8 上沙迅发 深圳市福田区上沙村福民新苑1楼 福田 65szq568</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">9 景田安达 深圳市福田区景田北路景田西06栋29号 福田 65szq570</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">10 金田南商之明 深圳市金田南路嘉意台大厦裙楼一层北侧A铺 福田 65SZQ588</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">11 深南万利达 深圳市福田区深南中路2018号 福田 65szq672</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">(兴华大厦东侧)</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">12 沙尾翔龙发 深圳市福田区金地一街145栋一楼1号 福田 65szq671</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">13 梅林均祥 福田区下梅林金梅花园5栋104号 福田 65SZQ682</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">14 车公庙华龙发 深圳市福田区泰然工贸园连廊105B# 福田 65SZQ593</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">15 南山南头铁旅 深圳市南山区南油大道车登路雅仕荔景苑商铺1号 南山 65szq227</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">16 南山万安顺 南山区白石洲沙河街金三角大厦二楼201室 南山 65szq564</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">17 南山西丽三鑫 深圳市西丽镇西丽北路金盛苑3号 南山 65szq585</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">18 南山天翔票务 深圳市南山区高新技术园区高新南一道中科研发园三号楼103号 南山 65SZQ233</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">19 南山大道九商 深圳市南山区南山大道中兴公寓一楼 南山 65szq197</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">20 南新路顺利发 深圳市南山区南新路鸿洲新都广场6号铺 南山 65SZQ670</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">21 宝安宝城铁旅 深圳市宝安区宝城12区宝民一路171号宝安汽车站 宝安 65szq223</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">22 石岩铁旅 深圳市石岩镇浪心社区青年路国惠康商场 宝安 65SZQ192</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">23 龙华万祥 宝安区龙华湾布龙路万众城辉华大厦29号座 宝安 65szq562</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">24 观澜中怡 宝安区观澜镇翠澜新村6栋102# 宝安 65szq565</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">25 西乡龙湘攸 深圳市宝安区西乡大道大益广场好又多超市 宝安 65SZQ584</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">26 福永政丰福航 深圳市宝安区福永镇政丰南路安德楼82-1号 宝安 65szq587</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">27 公明镇鹏创 深圳市宝安区公明镇长春中路11号 宝安 65szq188</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">28 西乡观光乐 宝安区西乡镇河东路92号（永安商业城） 宝安 65szq216</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">29 龙华广安航空 宝安区龙华镇大浪南路大浪综合市场282号 宝安 65SZQ566</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">30 广航沙井 深圳市宝安区沙井街道大街20号 宝安 65SZQ689</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">31 龙华深鹏顺 宝安区龙华民治大道354号 宝安 65SZQ669</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">32 龙岗兴邦实业 深圳市龙岗区龙平东路11号 龙岗 65szq212</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">33 布吉三通物流 深圳市布吉镇吉华路69号布吉中心广场底楼93号 龙岗 65SZQ218</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">34 龙岗平湖铁旅 深圳市平湖镇益民路49号 龙岗 65szq228</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">35 龙岗横岗铁旅 龙岗区横岗镇新光二街59号 龙岗 65SZQ224</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">36 坂田均祥 龙岗区布吉镇坂田村吉华路598号 龙岗 65SZQ561</p>
<p style="margin: 0px 3px 15px; text-indent: 30px">37 沙头角捷达 盐田区沙头角区政府文体中心一楼 盐田 65szq185</p>
<p style="margin: 0px 3px 15px; text-indent: 30px"> </p>
<p><strong>2009年节前春运深圳西站12个取票点一览表</strong> <br>
 <br>
 <br>
 <br>
序号 取票点名称 地址 对外联系电话</p>
<p>1 深圳西站学府路集中取票点 南山区学府路天朗风清A9号</p>
<p>2 深圳西站新闻路取票点 福田区新闻路51号（深圳报业集团北门） 0755-83515165</p>
<p>3 深圳市勇维商贸有限公司 南山区松坪山六号商业街四十二栋一号铺 0755-86154878</p>
<p>4 深圳市宝安区公明镇安平火车票代理部 宝安区公明街道合水口社区三和百货左侧三排105 0755-27735396</p>
<p>5 深圳市宝安区石岩永安运输服务部 宝安区石岩镇影剧院地下 0755-27601777</p>
<p>6 深圳市龙岗区坑梓镇四海代售处 龙岗区坑梓广场旁 0755-84132039</p>
<p>7 深圳市意宸翔实业有限公司票务中心 南山区南油东滨路市政游泳场精品屋19号 0755-26051515</p>
<p>8 深圳市三快实业发展有限公司国企货运部 福田区上步南路国企大厦A栋一楼 0755-82129989</p>
<p>9 深圳市九商实业有限公司布吉公园火车票代售处 龙岗区布吉镇宝龙路21号布吉公园01号铺 0755-28288078</p>
<p>10 深圳市宝安区龙华镇龙煌运输服务部 宝安区龙华人民北路328号 0755-27707769</p>
<p>11 深圳市均祥运输服务有限公司平湖经营部 龙岗区平湖镇守珍街旭日广场1号 0755-28848765</p>
<p>12 深圳市均祥运输服务有限公司龙岗镇深惠公路五洲风情 龙岗区龙岗镇深惠公路五洲风情F区104 0755-28831155</p> <a href="http://hi.baidu.com/jzdlt/blog/item/d99974d94a4ed82b11df9b8a.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jzdlt/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/jzdlt/blog/item/d99974d94a4ed82b11df9b8a.html#comment">查看评论</a>]]></description>
        <pubDate>2009-01-05  02:22</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[大谷育江]]></author>
		<guid>http://hi.baidu.com/jzdlt/blog/item/d99974d94a4ed82b11df9b8a.html</guid>
</item>

<item>
        <title><![CDATA[2008春运火车票订票指南]]></title>
        <link><![CDATA[http://hi.baidu.com/jzdlt/blog/item/da6bcb542174df5cd10906e3.html]]></link>
        <description><![CDATA[
		
		 由于窗口售票的预售期为6天，电话订票预售期为10天，所以到窗口基本上不可能买到火车票。电话订票是最佳选择，请认真阅读下面的内容：
<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  成功秘诀：由于人多票少，每天的车票在5分钟左右即被订空，所以你想订票成功，务必在7:00到7:03分钟内成功打进电话，以最快的速度完成订票操作。据测试联通手机进线率高，可以试一试.</strong></p>
<font face="Verdana">
<p><br>
<strong>一、火车票订票电话[非官方公布电话请勿拔打]</strong><br>
&nbsp;&nbsp;&nbsp;  深圳：95105160、96020086；可订深圳始发列车车票<br>
&nbsp;&nbsp;&nbsp;  广州：96020088、95105105；可订广州各站、佛山站始发车票<br>
&nbsp;&nbsp;&nbsp;&nbsp; 东莞：<span style="font-size: 9pt;  mso-bidi-font-size: 10.0pt; mso-ascii- mso-hansi-">铁通</span><span style="font-size: 9pt; mso-bidi-font-size: 10.0pt">95105105</span><span style="font-size: 9pt;  mso-bidi-font-size: 10.0pt; mso-ascii- mso-hansi-">、网通</span><span style="font-size: 9pt; mso-bidi-font-size: 10.0pt">96020088</span>；可订东莞东、惠州、汕头站始发车票<br>
&nbsp;&nbsp;&nbsp;  湖南省：96020088、 95105105；可订湖南各地火车票<br>
 　广梅汕地区：铁通95105106 <br>
<strong>二、订票时间：</strong></p>
<p><strong>1月14日起，市民可拨打电话预订春运期间深圳西站始发的长途火车票，电话订票系统每天开放的时间为7：00-21：00，预订期为10天</strong></p>
<p><font face="Verdana">　　<strong>1月2３日后昼夜售取</strong></font></p>
<p>　  1月15&mdash;22日，深圳西站集中取票点的取票窗口开放时间为8：00-24：00，从1月23日起实行24小时不间断取票</p>
<p>　　<strong>开车前６小时停办退票</strong></p>
<p>　　<strong>可异地订票不许异地取</strong></p>
<p>　　同一区域中的车站可相互发售车票，但实行通订限取，即：订票无限制，取票则限制旅客所订车票的乘车站与其选择的取票点所属车站必须为同一车站或处在同一区域。如在广州区域内可预订深圳站的车票，但必须到深圳区域的深圳或深圳西站及所属取票点取票。</p>
<p><br>
<strong>三、订票流程</strong></p>
<p><img style="filter: ; width: 532px; height: 627px" height="627" hspace="0" src="http://www.jybbs.cn/dplc.JPG" width="532" border="0"></p>
<p><strong>亲身体验的95105160订票流程介绍：</strong></p>
<p>1。选择深圳站 还是 深圳西站 出发</p>
<p>2。输入出发时间，如 01 22 表示 1月22日出发</p>
<p>3。输入目的地区号，如到北京 010</p>
<p>4。选择车票类型，如 硬座，硬卧</p>
<p>5。选择几张票 如 2</p>
<p>6。选择车次， 如果有很多车次，不熟悉出发时间就糟了，建议先<a href="http://hcp.sz.bendibao.com/train/" target="_blank"><font color="#ff0000">查询火车车次</font></a></p>
<p>7。输入身份证号码，这是取票凭证</p>
<p>8。记录订单号码</p>
<p>9。去取票点 取票，可惜电话里没告诉你去哪里取</p>
<p align="center"><strong>深圳电话订票取票点</strong>&nbsp;&nbsp;  (2008年最新)</p>
<div> </div>
<div align="center">
<table style="width: 496px; border-collapse: collapse; height: 639px" cellspacing="0" cellpadding="0" width="496" align="center" border="1">
    <colgroup><col style="width: 54pt" width="72"></col><col style="width: 227pt; mso-width-source: userset; mso-width-alt: 9664" width="302"></col><col style="width: 70pt; mso-width-source: userset; mso-width-alt: 2976" width="93"></col><col style="width: 272pt; mso-width-source: userset; mso-width-alt: 11616" width="363"></col><col style="width: 100pt; mso-width-source: userset; mso-width-alt: 4256" width="133"></col></colgroup>
    <tbody>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="width: 54pt; height: 14.25pt" width="72" height="19">序号</td>
            <td class="xl23" style="border-left: medium none; width: 227pt" width="302">代售点名称</td>
            <td class="xl23" style="border-left: medium none; width: 70pt" width="93">所在区或镇</td>
            <td class="xl23" style="border-left: medium none; width: 272pt" width="363">地址</td>
            <td class="xl23" style="border-left: medium none; width: 100pt" width="133">对外联系电话</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">1</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">深圳北站集中取票点</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">罗湖</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">北站路北货场</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">　</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">2</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">宝安宝城</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">宝安</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">宝城12区宝民一路171号宝安汽车站北侧</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">27780045</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">3</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">沙井万佳</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">宝安</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">沙井镇新沙路万佳百货一楼</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">27214088</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">4</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">龙华祥通</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">宝安</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">龙华湾布龙路万众城辉华大厦29号座</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">29678298</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">5</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">观兰中怡</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">宝安</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">深圳观澜镇翠澜新村6栋102号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">28031925</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">6</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">福永政丰均详</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">宝安</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">深圳福永镇政丰南路安德楼13号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">27348089</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">7</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">龙华油松</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">宝安</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">龙华镇油松富士康广场A栋106号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">61121335</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">8</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">公明镇鹏创</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">宝安</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">公明镇长春中路11号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">27736877</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">9</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">翔龙发贸易有限公司宝安分公司</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">宝安</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">沙井街道广深公路沙井段114号濠源城左侧</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">27291138</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">10</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">龙华镇龙煌运输服务部</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">宝安</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">龙华人民北路328号</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">27707769</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">11</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">福田梅林</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">福田</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">上梅林东方富苑9号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">83119911</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">12</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">福田彩福</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">福田</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">彩田南路彩福大厦一楼3号铺位</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">82944111</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">13</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">上沙迅发</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">福田</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">上沙村福民新苑1楼</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">83893311</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">14</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">景田安达</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">福田</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">景田北路景田西06栋29号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">83907438</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">15</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">深南万利达</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">福田</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">深南中路2018号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">83678506</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">16</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">沙尾翔龙发</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">福田</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">金地一街145栋一楼1号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">82047692</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">17</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">福田邦联达</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">福田</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">梅华路100号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">83107311</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">18</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">中广兴航空服务有限公司火车票代售处</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">福田</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">深南中路华联大厦一楼</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">83667010</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">19</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">三快实业发展有限公司国企货运部</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">福田</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">上步南路国企大厦A栋一楼</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">82129989</td>
        </tr>
        <tr style="height: 28.5pt" height="38">
            <td class="xl22" style="border-top: medium none; height: 28.5pt" height="38">20</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">龙岗布吉</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">龙岗</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">布吉镇金利路金利商业广场1楼（金鹏大酒店一楼大堂）</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">28592222</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">21</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">龙岗平湖</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">龙岗</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">深圳平湖镇益民路49号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">28451415</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">22</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">坪山镇</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">龙岗</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">坪山镇深汕路550号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">84605800</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">23</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">横岗</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">龙岗</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">横岗镇新光二街59号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">28609646</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">24</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">龙岗兴邦实业</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">龙岗</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">龙平东路11号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">28838777</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">25</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">九商实业有限公司布吉公园火车票代售处</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">龙岗</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">布吉镇宝龙路21号布吉公园1号铺</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">28288078</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">26</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">均祥运输服务有限公司平湖经营部</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">龙岗</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">平湖镇守珍街旭日广场1号</td>
            <td class="xl22" style="border-top: medium none; border-left: medium none">28848765</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">27</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">罗湖翠竹亿利发</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">罗湖</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">翠竹北路华达园一楼</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">25657962</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">28</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">新园迎宾馆</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">罗湖</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">深圳新园路11号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">82220333</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">29</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">罗湖中建</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">罗湖</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">深南东路中建大厦一楼</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">82184164</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">30</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">南山南头</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">南山</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">南油大道车登路雅仕荔景苑商铺1号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">26480960</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">31</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">南山万安顺</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">南山</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">白石洲沙河街金三角大厦二楼201室</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">26767419</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">32</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">南山西丽三鑫</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">南山</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">西丽镇西丽北路金盛苑3号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">26735077</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">33</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">蛇口招商国旅</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">南山</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">蛇口太子路42号</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">26687466</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">34</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">南山大道九商</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">南山</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">南山大道中兴公寓一楼</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">26664780</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">35</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">南新路顺利发</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">南山</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">南新路鸿洲新都广场6号铺</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133"> 86034880</td>
        </tr>
        <tr style="height: 14.25pt" height="19">
            <td class="xl22" style="border-top: medium none; height: 14.25pt" height="19">36</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 227pt" width="302">沙头角捷达</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 70pt" width="93">盐田</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 272pt" width="363">沙头角区政府文体中心一楼</td>
            <td class="xl23" style="border-top: medium none; border-left: medium none; width: 100pt" width="133">25227039</td>
        </tr>
    </tbody>
</table>
</div>
<div align="left"><br>
春运电话订票采取先订后取，订取分开，同一区域内通订通取，非同一区域间通订限取的方式。市民拨打95105160或96020086成功预订车票后，可于次日晚24时前到市内28个代售点（详见s上表）和位于深圳北站路集中取票点（日常开设10个取票窗口，另设10个应急窗口）取票。各代售点取票点服务时间为早上8时至晚上22时，深圳北站路集中取票点服务时间为早上8时至晚上24时，如果逾时不取票，所订车票将被自动取消。另外，市民还可在深圳拨打96020088或95105105预订广州地区始发的长途列车车票，但必须到广州区域的所属取票点取票，在深圳市内各代售点不能取票。</div>
<div align="left"> </div>
<div align="left">&nbsp;&nbsp;  附： <a href="http://sz.bendibao.com/news/2008112/58696.htm" target="_blank">广东省各市取票点</a></div>
<div align="left"> </div>
<div align="left"><strong>四、订票技巧心得</strong></div>
<p>&nbsp;&nbsp;  一，根据个人从网上几个论坛里看到的订票经验来看就是一定要用座机。在这种高效率高反复的工作中，座机的重拨优势得以发挥的淋漓尽致.（有网友说用国外的手机打用国外手机打订票热线，抢线率相当高.本人未尝试过，有条件的网友可以试试，不过小心电话费哦。）<br>
&nbsp;&nbsp;<br>
&nbsp;&nbsp;  二，要做好思想准备，从心理到实际操作中都要认识到这是一场持久战。打电话的次数不是以百计的（个人打了不下几千次，晕死），今天不成就明天，明天还不成就后天，总之是不打进去誓不罢休，</p>
<p>&nbsp;&nbsp;  三，每次打电话的时候都要尽可能快尽可能多的重拨，不过一定要听准了。在长时间的重复操作的状况下，很容易就把接通的声音给错过了，机会难得这可比买彩票中奖还难哦一定要好好珍惜。</p>
<p>&nbsp;&nbsp;  四，在网上查询到从深圳到目的地的列车车次，并把沿线要停的站记下。然后再在网上找到各个站点所在的区号。</p>
<p>&nbsp;&nbsp;  五，打电话的时间是越早越好，看到好多人打进去定到票都是从6点50开始打一直打到8，9点，从定到票的比列来看这个时段所占的比列很大。</p>
<p>  六，当你好不容易打进去的时候一定要珍惜这得之不易的机会，千万不能因为你要定的那天或者那个站的票已经没了就轻易放弃（从来没打进去过的同学千万别拍我）。因为很多前面几天的票被人定了后没有去取又重新放出来，这时你可以试着查询前几天到该站的票，如果还是没有的话，就把第四条中叫你准备的其他站点区号拿出来，试着再查询有没有同一列车到其他站的票。（我个人要订的目的地票也没有订到，但是订到了目的地的下一站），会了过年回家多的就算了，少的上了车再补票吧。</p>
<p> 七、有些时候不一定非订第十天的票，你可以试试订第九天、第八天的票，说不定运气好就能订上，因为按规定，订票成功后须于次日24：00前到取票点取票，否则所订车票自动取消。</p>
<p> </p>
<p><strong>　　特别提醒</strong></p>
<p>　　●一次订票流程只能预订同一日期、同一车次、同一到站的车票最多3张。</p>
<p>　　●订票过程中，须输入有效证件号码，凭订单号码和有效证件到取票点取票。订单号码和订票时输入的有效证件号码必须相符，否则将无法取到车票。</p>
<p>　　●春运期间，每个有效证件只能电话预订一次车票。</p>
<p>　　●电话订票成功后，如需变更，应先拨打95105105，95105160电话取消所订车票才能再重新电话预订。</p>
<p>　　●拨打95105105，95105160预订异地票，需到所订车票的乘车站或该区域的取票点取票。如广州市民成功预订到深圳火车站发车的车票后，必须到深圳地区的取票点去取票。各地取票点地址和联系电话可拨打95105688查询。</p>
<p>　　●学生票、军人票等特殊订票，必须持有效证件到火车站内售票厅的专门窗口取票。</p>
<p><br>
<strong> ●其它常用电话：</strong><br>
深圳火车站电话： 82328647 投诉监督电话：82328620 <br>
武昌火车站电话88068888、51122222 订票电话：027-87222222 <br>
汉口火车站电话50536555、65650666 订票电话：027-67237022 <br>
十堰火车站咨询电话:(0719)8267875 <br>
岳阳火车站电话：0730-3241122 投诉电话：0730-32414322&nbsp;&nbsp;</p>
<p><strong> ●没订到票怎么办：</strong></p>
<p>1、找火车票代订点，手续费不会很贵。</p>
<p>2、到网站上找找看有没人转让你要的火车票，有些不需要手续费、有些需要手续费。管它那么多能买到票就不错啦。</p>
</font> <a href="http://hi.baidu.com/jzdlt/blog/item/da6bcb542174df5cd10906e3.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jzdlt/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/jzdlt/blog/item/da6bcb542174df5cd10906e3.html#comment">查看评论</a>]]></description>
        <pubDate>2008-01-21  09:16</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[大谷育江]]></author>
		<guid>http://hi.baidu.com/jzdlt/blog/item/da6bcb542174df5cd10906e3.html</guid>
</item>

<item>
        <title><![CDATA[2007春运订票必看]]></title>
        <link><![CDATA[http://hi.baidu.com/jzdlt/blog/item/987ebaafc6d113cc7cd92a32.html]]></link>
        <description><![CDATA[
		
		&nbsp;&nbsp;由于窗口售票的预售期为6天，电话订票预售期为10天，所以到窗口基本上不可能买到火车票。电话订票是最佳选择，请认真阅读下面的内容：<font face="Verdana">&nbsp;&nbsp;
<p align="left"><br>
<strong>一、火车票订票电话<br>
</strong>&nbsp;&nbsp;&nbsp;&nbsp;深圳：95105160；可订深圳始发列车车票<br>
&nbsp;&nbsp;&nbsp;&nbsp;<font color="#ff0000">广州：96020088、95105105；可订广州各站、佛山站始发车票<br>
</font>&nbsp;&nbsp;&nbsp;&nbsp;东莞：95105106；可订东莞东、惠州、汕头站始发车票<br>
&nbsp;&nbsp;&nbsp;&nbsp;湖南省：95105105；可订湖南各地火车票&nbsp;</p>
<p align="left"><br>
<strong>二、订票时间：</strong>深圳，东莞从1月25日起早上7点到晚上9点可订春运火车票，可订10天以内的车票。一次订票流程只能预订同一日期、同一车次、同一到站的车票最多3张</p>
<p align="left">广州，湖南从1月25日起早上8点到晚上9点可订春运火车票，可订10天以内的车票。一次订票流程只能预订同一日期、同一车次、同一到站的车票最多3张.<br>
<br>
<strong>三、订票流程（深圳订票为例，<font color="#ff0000">广州将电话改为&nbsp;96020088、95105105</font>&nbsp;即可）</strong></p>
<p><img src="http://dg.bendibao.com/Upload/200712710216358.JPG"></p>
<p><strong>亲身体验的<font color="#ff0000">95105105</font>订票流程介绍：</strong></p>
<p>1。选择广州站&nbsp;还是&nbsp;广州东站&nbsp;出发</p>
<p>2。输入出发时间，如&nbsp;01&nbsp;22&nbsp;表示&nbsp;1月22日出发</p>
<p>3。输入目的地区号，如到北京&nbsp;010</p>
<p>4。选择车票类型，如&nbsp;硬座，硬卧</p>
<p>5。选择几张票&nbsp;如&nbsp;2</p>
<p>6。选择车次，&nbsp;如果有很多车次，不熟悉出发时间就糟了，建议先<a href="http://hcp.gz.bendibao.com/query.asp" target="_blank"><font color="#ff0000">查询火车车次</font></a></p>
<p>7。输入身份证号码，这是取票凭证</p>
<p>8。记录订单号码</p>
<p>9。去取票点&nbsp;取票，可惜电话里没告诉你去哪里取</p>
<p align="left"><strong><font color="#ff0000">广州火车票取(售)票点分布表</font><br>
</strong><br>
　　序号&nbsp;票点　　&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;地址　&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;　启用时间<br>
　　1　　广园西路通通酒店　　广州市广园西路101号　　1月5日<br>
　　2　　白云路售票处　　&nbsp;&nbsp;&nbsp;&nbsp;广州市白云路13号　&nbsp;&nbsp;&nbsp;　1月5日<br>
　　3　　广州火车东站货场　　广州市广园东路1814号　&nbsp;1月8日<br>
　　4　　锦汉展览中心　　&nbsp;&nbsp;&nbsp;&nbsp;广州市流花路119号　　&nbsp;&nbsp;1月14日<br>
　　5　　黄沙火车南站　　&nbsp;&nbsp;&nbsp;&nbsp;广州市黄沙大道99号　　&nbsp;1月5日<br>
　　6　　芳村体育中心　　&nbsp;&nbsp;&nbsp;&nbsp;广州市芳村体育中心　　&nbsp;1月9日<br>
　　7　　黄埔体育中心　　&nbsp;&nbsp;&nbsp;&nbsp;广州市黄埔区体育中心　&nbsp;1月13日<br>
　　8　　广北售票厅取票点　　广州市花都区广州火车北站售票厅&nbsp;　　1月5日&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="center"><strong>深圳电话订票取票点</strong>&nbsp;&nbsp;&nbsp;</p>
<div>&nbsp;</div>
<div align="center">
<div align="center">
<table cellspacing="0" cellpadding="0" width="96%" border="1">
<tbody>
    <tr>
        <td width="12%">
<div align="center">&nbsp;</div>
</td>
        <td width="24%">
<div align="center">取票点名称</div>
</td>
        <td width="43%">
<div align="center">取票点地点</div>
</td>
        <td width="19%">
<div align="center">联系电话</div>
</td>
    </tr>
    <tr>
        <td width="12%" rowspan="3">
<div align="center">罗湖区</div>
</td>
        <td width="24%">
<div>罗湖翠竹亿利发</div>
</td>
        <td width="43%">
<div>深圳市翠竹北路华达园一楼</div>
</td>
        <td width="19%">
<div>0755-25657962</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>新园迎宾馆</div>
</td>
        <td width="43%">
<div>深圳罗湖区新园路11号</div>
</td>
        <td width="19%">
<div>0755-82220333</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>宝岗路取票点</div>
</td>
        <td width="43%">
<div>罗湖区宝岗路与梅园路交界处</div>
</td>
        <td width="19%">
<div>0755-</div>
</td>
    </tr>
    <tr>
        <td width="12%" rowspan="7">
<div align="center">福田区</div>
</td>
        <td width="24%">
<div>深圳万利达</div>
</td>
        <td width="43%">
<div>福田区深南中路兴华大厦一楼</div>
</td>
        <td width="19%">
<div>0755-83678911<br>
83696222</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>福田梅林铁旅</div>
</td>
        <td width="43%">
<div>福田区上梅林梅华路东方富苑9号</div>
</td>
        <td width="19%">
<div>0755-83119911</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>福田帮联达</div>
</td>
        <td width="43%">
<div>深圳市福田区梅华路100号</div>
</td>
        <td width="19%">
<div>0755-83107311</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>福田彩福铁旅</div>
</td>
        <td width="43%">
<div>福田区彩田南路福彩大厦一楼3号铺</div>
</td>
        <td width="19%">
<div>0755-8294411</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>福田上沙迅发</div>
</td>
        <td width="43%">
<div>福田区上沙村福民新苑一楼</div>
</td>
        <td width="19%">
<div>0755-83893311</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>福田景田迅发</div>
</td>
        <td width="43%">
<div>福田区景田路景田西小区8栋98号</div>
</td>
        <td width="19%">
<div>0755-83907438</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>沙尾翔龙发</div>
</td>
        <td width="43%">
<div>福田区金地一街145栋一楼1号</div>
</td>
        <td width="19%">
<div>0755-82047692</div>
        <div>82046516</div>
</td>
    </tr>
    <tr>
        <td width="12%" rowspan="5">
<div align="center">南山区</div>
</td>
        <td width="24%">
<div>南山南头铁旅</div>
</td>
        <td width="43%">
<div>南山南油大道登良路雅仕荔景苑商铺1号</div>
</td>
        <td width="19%">
<div>0755-26480960</div>
        <div>13602638711</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>招商国旅</div>
</td>
        <td width="43%">
<div>深圳南山区蛇口太子路42号</div>
</td>
        <td width="19%">
<div>0755-26687466</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>万安顺票务</div>
</td>
        <td width="43%">
<div>深圳南山区白石洲沙河街金三角大厦</div>
</td>
        <td width="19%">
<div>0755-26767419</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>九商南山售票处</div>
</td>
        <td width="43%">
<div>擅自南山区南山大道中兴公寓一楼</div>
</td>
        <td width="19%">
<div>0755-26664780</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>南山西丽三鑫</div>
</td>
        <td width="43%">
<div>深圳西丽西丽北路金盛苑3号</div>
</td>
        <td width="19%">
<div>0755-26735077</div>
</td>
    </tr>
    <tr>
        <td width="12%">
<div align="center">盐田区</div>
</td>
        <td width="24%">
<div>沙头角捷达</div>
</td>
        <td width="43%">
<div>盐田区沙头角区政府文体中心一楼</div>
</td>
        <td width="19%">
<div>0755-25227039</div>
</td>
    </tr>
    <tr>
        <td width="12%" rowspan="9">
<div align="center">宝安区</div>
</td>
        <td width="24%">
<div>宝安宝城铁旅</div>
</td>
        <td width="43%">
<div>深圳宝安区宝城12区宝民一路171号</div>
</td>
        <td width="19%">
<div>0755-27780045</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>西乡观光乐</div>
</td>
        <td width="43%">
<div>深圳宝安区西乡河东路92号</div>
</td>
        <td width="19%">
<div>0755-27927432</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>福永政丰均祥</div>
</td>
        <td width="43%">
<div>深圳宝安区福永政丰南路安德楼13号</div>
</td>
        <td width="19%">
<div>0755-27348089</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>沙井万佳铁旅</div>
</td>
        <td width="43%">
<div>深圳宝安区沙井新沙路万佳百货一楼</div>
</td>
        <td width="19%">
<div>0755-27214088</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>公明鹏创</div>
</td>
        <td width="43%">
<div>深圳宝安区公明长春中路11号</div>
</td>
        <td width="19%">
<div>0755-27736877</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>观澜中怡</div>
</td>
        <td width="43%">
<div>宝安观澜锦山第三工业区观澜大道212号</div>
</td>
        <td width="19%">
<div>0755-28031925</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>龙华祥通</div>
</td>
        <td width="43%">
<div>宝安龙华湾步龙路万众城辉华大厦29号座</div>
</td>
        <td width="19%">
<div>0755-29678298</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>龙华油松铁青</div>
</td>
        <td width="43%">
<div>深圳市龙华富士康广场A栋106号</div>
</td>
        <td width="19%">
<div>0755-25631198</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>松岗鹏创实业</div>
</td>
        <td width="43%">
<div>深圳市宝安松岗沿河南9号</div>
</td>
        <td width="19%">
<div>0755-27088880</div>
</td>
    </tr>
    <tr>
        <td width="12%" rowspan="5">
<div align="center">龙岗区</div>
</td>
        <td width="24%">
<div>横岗六约铁旅</div>
</td>
        <td width="43%">
<div>深圳龙岗区横岗深惠路484号4号铺</div>
</td>
        <td width="19%">
<div>0755-28507099</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>龙岗兴帮实业</div>
</td>
        <td width="43%">
<div>深圳市龙岗区龙平东路11号</div>
</td>
        <td width="19%">
<div>0755-28838777</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>龙岗平湖铁旅</div>
</td>
        <td width="43%">
<div>深圳市平湖益民路49号</div>
</td>
        <td width="19%">
<div>0755-28451415</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>29铁旅布吉售票处</div>
</td>
        <td width="43%">
<div>深圳市布吉金利商业广场</div>
</td>
        <td width="19%">
<div>0755-28592222</div>
</td>
    </tr>
    <tr>
        <td width="24%">
<div>30铁旅坪山售票处</div>
</td>
        <td width="43%">
<div>深圳市龙岗区坪山深汕路550号</div>
</td>
        <td width="19%">
<div>0755-84605800</div>
</td>
    </tr>
</tbody>
</table>
</div>
</div>
<p align="left">&nbsp;&nbsp;&nbsp;&nbsp;<font color="#ff0000">电话订票成功后，市民可于订票后第二天晚上12时前就近到各取票点取票。取票点服务时间为每天早上8时至晚上12时</font></p>
<p align="left"><br>
&nbsp;&nbsp;&nbsp;&nbsp;成功订票后，发送短信或登录183网站申办邮政送票。申请成功后，客户到带有标识的遍布全市60个邮政网点的100个火车票业务专窗，办理火车票订单的收款和取件业务。邮政投票终端按指定地址投送上门或由客户到网点领取。</p>
<p><strong>四、订票技巧心得</strong></p>
<p>&nbsp;&nbsp;&nbsp;一，根据个人从网上几个论坛里看到的订票经验来看就是一定要用座机。在这种高效率高反复的工作中，座机的重拨优势得以发挥的淋漓尽致。<br>
&nbsp;&nbsp;<br>
&nbsp;&nbsp;&nbsp;二，要做好思想准备，从心理到实际操作中都要认识到这是一场持久战。打电话的次数不是以百计的（个人打了不下几千次，晕死），今天不成就明天，明天还不成就后天，总之是不打进去誓不罢休，</p>
<p>&nbsp;&nbsp;&nbsp;三，每次打电话的时候都要尽可能快尽可能多的重拨，不过一定要听准了。在长时间的重复操作的状况下，很容易就把接通的声音给错过了，机会难得这可比买彩票中奖还难哦一定要好好珍惜。</p>
<p>&nbsp;&nbsp;&nbsp;四，在网上查询到从深圳到目的地的列车车次，并把沿线要停的站记下。然后再在网上找到各个站点所在的区号。</p>
<p>&nbsp;&nbsp;&nbsp;五，打电话的时间是越早越好，看到好多人打进去定到票都是从6点50开始打一直打到8，9点，从定到票的比列来看这个时段所占的比列很大。（不过我个人是在中午时间打进去订到的，可能是特例吧。）晚上8点以后基本打进去的都已经订不到了。</p>
<p>&nbsp;&nbsp;六，当你好不容易打进去的时候一定要珍惜这得之不易的机会，千万不能因为你要定的那天或者那个站的票已经没了就轻易放弃（从来没打进去过的同学千万别拍我）。因为很多前面几天的票被人定了后没有去取又重新放出来，这时你可以试着查询前几天到该站的票，如果还是没有的话，就把第四条中叫你准备的其他站点区号拿出来，试着再查询有没有同一列车到其他站的票。（我个人要订的目的地票也没有订到，但是订到了目的地的下一站），会了过年回家多的就算了，少的上了车再补票吧。</p>
<p>&nbsp;</p>
<p><strong>　　特别提醒</strong></p>
<p>　　●一次订票流程只能预订同一日期、同一车次、同一到站的车票最多3张。</p>
<p>　　●订票过程中，须输入有效证件号码，凭订单号码和有效证件到取票点取票。订单号码和订票时输入的有效证件号码必须相符，否则将无法取到车票。</p>
<p>　　●春运期间，每个有效证件只能电话预订一次车票。</p>
<p>　　●电话订票成功后，如需变更，应先拨打95105105，95105160电话取消所订车票才能再重新电话预订。</p>
<p>　　●拨打95105105，95105160预订异地票，需到所订车票的乘车站或该区域的取票点取票。如广州市民成功预订到深圳火车站发车的车票后，必须到深圳地区的取票点去取票。各地取票点地址和联系电话可拨打95105688查询。</p>
<p>　　●学生票、军人票等特殊订票，必须持有效证件到火车站内售票厅的专门窗口取票。</p>
<p><br>
<strong>&nbsp;●其它常用电话：</strong><br>
深圳火车站电话：&nbsp;82328647&nbsp;投诉监督电话：82328620&nbsp;<br>
武昌火车站电话88068888、51122222&nbsp;订票电话：027-87222222&nbsp;<br>
汉口火车站电话50536555、65650666&nbsp;订票电话：027-67237022&nbsp;<br>
十堰火车站咨询电话:(0719)8267875&nbsp;<br>
岳阳火车站电话：0730-3241122&nbsp;投诉电话：0730-32414322&nbsp;&nbsp;&nbsp;</p>
<p><strong>&nbsp;●没订到票怎么办：</strong></p>
<p>1、找火车票代订点，手续费不会很贵。</p>
<p>2、到网站上找找看有没人转让你要的火车票，有些不需要手续费、有些需要手续费。管它那么多能买到票就不错啦。</p>
<p><strong>&nbsp;●<strong>电话订票可就近取票</strong></strong></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;铁路部门提醒：旅客无须到东莞东站取票，可就近到东莞东站设立的指定取票点取票。另外，旅客须注意不要用他人的身份证订票，因为取票时须提供本人的身份证及订单号，他人不得代领。</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;去年通过电话订票，取票时须支付5元手续费；今年，按国家有关部门规定，凡在东莞东站附近44个集中取票窗口取票，一律不收手续费；而其他9个镇街的代售点，只可收取5元的手续费。</p>
<p>网站推荐：<br>
深圳火车票信息网&nbsp;&nbsp;<a href="http://hcp.sz.bendibao.com/">http://hcp.sz.bendibao.com<br>
</a>广州火车票信息网&nbsp;&nbsp;<a href="http://hcp.gz.bendibao.com/">http://hcp.gz.bendibao.com<br>
</a>东莞火车票信息网&nbsp;&nbsp;<a href="http://hcp.dg.bendibao.com/">http://hcp.dg.bendibao.com<br>
</a>上海火车票信息网&nbsp;&nbsp;<a href="http://hcp.sh.bendibao.com/">http://hcp.sh.bendibao.com<br>
</a>北京火车票信息网&nbsp;&nbsp;<a href="http://hcp.bj.bendibao.com/">http://hcp.bj.bendibao.com<br>
</a>酷讯网&nbsp;<a href="http://piao.kooxoo.com/"><font color="#800080">http://piao.kooxoo.com/&nbsp;</font></a><br>
火车票网&nbsp;<font face="Verdana" color="#800080"><a href="http://www.huochepiao.com/">http://www.huochepiao.com/</a></font></p>
<p>3、到火车站碰碰运气吧，看能不能上车补票。</p>
<p>4、碰运气不行就找票贩子吧，他们门路多。</p>
</font> <a href="http://hi.baidu.com/jzdlt/blog/item/987ebaafc6d113cc7cd92a32.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jzdlt/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/jzdlt/blog/item/987ebaafc6d113cc7cd92a32.html#comment">查看评论</a>]]></description>
        <pubDate>2007-01-31  10:27</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[大谷育江]]></author>
		<guid>http://hi.baidu.com/jzdlt/blog/item/987ebaafc6d113cc7cd92a32.html</guid>
</item>


</channel>
</rss>