<?xml version="1.0" encoding="GB2312"?>
<rss version="2.0">
<channel>
<title>卫图天下</title>
<link>http://www.v2sky.com/</link>
<description>0</description>
<generator>4.50 Final</generator>
<webMaster>zhangming@supermap.com</webMaster>
<item>
<title><![CDATA[ADO_variant_t类型与 CTime类型之间的转化？]]></title>
<link>http://www.v2sky.com/u/v2sky/archives/2008/83.html</link>
<author>v2sky</author>
<pubDate>2008-4-11 8:46:00</pubDate>
<description><![CDATA[如果你的数据库表的字段是datetime类型的话,<BR>_variant_t&nbsp;&nbsp;var=m_pRecordSet-&gt;GetCollect("ZHXGRQ");&nbsp;&nbsp;<BR>time_t&nbsp;&nbsp;lTime=0;&nbsp;&nbsp;<BR>if(var.vt!=NULL)&nbsp;&nbsp;<BR>{&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CTime&nbsp;&nbsp;tempTime(((COleDateTime)var).GetYear(),&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((COleDateTime)var).GetMonth(),&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((COleDateTime)var).GetDay(),&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((COleDateTime)var).GetHour(),&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((COleDateTime)var).GetMinute(),&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((COleDateTime)var).GetSecond());&nbsp;&nbsp;<BR>}&nbsp;&nbsp;]]></description>
</item><item>
<title><![CDATA[SuperMap在组态监控中的超强应用]]></title>
<link>http://www.v2sky.com/u/v2sky/archives/2007/82.html</link>
<author>v2sky</author>
<pubDate>2007-9-26 14:01:00</pubDate>
<description><![CDATA[
<P>在一些安全应用系统中，大部分都采用了比较流行的组态软件，通过组态软件可以以直观地方式绘制出示意设备进行监控。SuperMap产品主要是用于做GIS方面的应用，其实只要跟图形相关，SuperMap一样可以做，就拿监控这个应用来说，SuperMap同样可以完成组态软件的功能进行系统设计。在既需要组态软件，又需要GIS系统支持的应用中，我想各位在看了下面我制作的这个示意图片后，可以考虑只需要选择GIS平台（比如SuperMap）就可以满足系统设计需求了。</P>
<P><IMG style="BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-COLOR: #000000" src="http://www.v2sky.com/Tmp/zt/zt1.jpg" border=0></P>
<P>上图我是在SuperMap Deskpro产品中创建了一个数据源，创建了若干数据集（线、面、文本），并给相关数据集创建字段（用于设置专题图以及设置是否显示，便于程序对其进行控制），后制作出来的效果。</P>
<P><IMG style="BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-COLOR: #000000" src="http://www.v2sky.com/Tmp/zt/zt2.jpg" border=0></P>
<P>通过更新相关数据的属性后，刷新地图，看到各个设备状态的变化（本示意图片主要示范了罐装设备中液体容量的变化）。</P>
<P>对于类似这样的应用，只要绘制好图形，定义好相应的字段以及建立相关规则，那么所有以前都需要通过组态软件实现的功能都可以用SuperMap来完成。上面这个演示中的图形，我是一个一个的绘制的，在具体行业应用中，可以考虑把本行业的设备模型预先设置定义好，放到一个专门的模版库中，在最终用户设计自己的监控应用或者方案的时候可以直接从模版库中拖动相关设备模型到地图窗口，当然这就需要我们开发人员发挥聪明才智，对这些功能进行封装了。对这方面有兴趣的朋友可以邮件或者QQ联系我，我们一起探讨。</P>]]></description>
</item><item>
<title><![CDATA[等值线间距设色问题]]></title>
<link>http://www.v2sky.com/u/v2sky/archives/2007/81.html</link>
<author>v2sky</author>
<pubDate>2007-9-5 13:45:00</pubDate>
<description><![CDATA[<P>最近一个矿产普查相关的客户，使用SuperMap Deskpro对采集的高程点插值提取等值线。生成1米间距等直线后，希望对5倍数高程的等值线设置显眼的颜色和线型，对非5的倍数高程的等值线设置其他颜色。</P>
<P>一般的想法是单独把5倍数高程的等值线提取出来保存为一个新的数据集，然后叠加显示，对两个图层分别设置不同的颜色。不过卫图天下这里有一个好的方法，整理出来与大家分享。</P>
<P>假设数据集如下，其有一个字段（比如dzvalue）记录了等值线的高程。</P>
<P><IMG style="BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-COLOR: #000000" src="http://www.v2sky.com/./Images/IsoLine1.jpg" border=0></P>
<P>我们只要利用SuperMap Deskpro提供的制作专题图的功能就可以实现效果了，在图例窗口选择此图层，鼠标右键，选择专题图向导。在向导窗口选择单值专题图，字段表达式一栏我们选择表达式，在表达式设置对话框中我们输入 <FONT color=#ff0000 size=4>（dzvalue mod 5）=0 <FONT color=#000000>点击确定后回到单值专题图设置对话框，点击“添加所有值”然后设置字段值为-1 那个类型的线型（设置方法为双击列表中 字段值为-1的那一栏进行设置）以及为0的线型（为0表示高程值不为5的倍数）。最后点击确定，就可以看到开始那个用户想要的效果了。</FONT></FONT></P>
<P><FONT size=4>设置好风格后的效果图如下：</FONT></P>
<P><IMG style="BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-COLOR: #000000" src="http://www.v2sky.com/./Images/IsoLine2.jpg" border=0></P>]]></description>
</item><item>
<title><![CDATA[Asp.net页面里面加载SuperMap控件]]></title>
<link>http://www.v2sky.com/u/v2sky/archives/2007/80.html</link>
<author>v2sky</author>
<pubDate>2007-8-22 10:39:00</pubDate>
<description><![CDATA[<P>各位使用过SuperMap Objects的朋友都知道如何把SuperMap Objects相关控件添加到VB、VC、Delphi等开发环境中。不过把SuperMap控件添加到asp.net页面中的应用貌似目前还比较少。最近就有这么一个客户咨询如何把控件添加到asp.net页面中（暂且先不谈这种应用方式是否合适）。</P>
<P>以前我封装过SuperMap的控件，也在html页面中使用过。当时添加控件到html页面中的方法就是在通过FrontPage提供的功能在页面中插入ActiveX。记得插入控件后，代码中增加了&lt;object&gt;相关的代码语句。asp.net页面也有source代码部分，其实跟html一样。所以可以使用相同的方法来添加。</P>
<P>方法主要是这样的：</P>
<P>先建立一个FrontPage html页面，插入ActiveX，选择好SuperMap控件后，在html页面代码中会自动增加如下语句，</P>
<P>&lt;object classid="clsid:D0547189-E244-4441-AD56-468E6E469231" id="SuperMap1" width="574" height="307"&gt;<BR>&nbsp;&lt;param name="BorderStyle" value="0"&gt;<BR>&nbsp;&lt;param name="Appearance" value="0"&gt;<BR>&nbsp;&lt;param name="Action" value="0"&gt;<BR>&nbsp;&lt;param name="MouseIcon" value&gt;<BR>&lt;/object&gt;</P>
<P>我们只要把这些拷贝到自己的asp.net页面中就可以了。</P>
<P>各位有兴趣的，可以按照这个方法试验一下。</P>]]></description>
</item><item>
<title><![CDATA[根据标识设置布局文本元素值的函数段]]></title>
<link>http://www.v2sky.com/u/v2sky/archives/2007/79.html</link>
<author>v2sky</author>
<pubDate>2007-8-21 23:23:00</pubDate>
<description><![CDATA[<P>最近给法国的一个客户制作SuperMap相关范例程序，主要使用SuperMap的布局进行排版和出图。在这个范例的应用过程中，有一个比较常用的功能，就是根据预先设置好布局中的文本元素标识来设置程序中动态组织的文本内容。</P>
<P>下面这个就是主要的函数段。</P>
<P>void CADlg::SetTheValue(CString strTag,CString strValue)<BR>{<BR>&nbsp;long iCnt,i;<BR>&nbsp;CsoLytElements objLytEles;<BR>&nbsp;CsoLytElement objLytEle;<BR>&nbsp;CsoLytText objLytTxt;<BR>&nbsp;objLytEles=m_SuperLayout.GetElements();<BR>&nbsp;iCnt=objLytEles.GetCount();<BR>&nbsp;for (i=1;i&lt;=iCnt;i++)<BR>&nbsp;{<BR>&nbsp;&nbsp;objLytEle=objLytEles.GetItem(i);<BR>&nbsp;&nbsp;if (objLytEle.GetTag()==strTag)<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;objLytTxt.AttachDispatch(objLytEle,FALSE);<BR>&nbsp;&nbsp;&nbsp;objLytTxt.SetText(strValue);<BR>&nbsp;&nbsp;&nbsp;i=iCnt+1;<BR>&nbsp;&nbsp;}<BR>&nbsp;}<BR>}</P>
<P>以上函数段可以用在根据布局文本元素标识（Tag）设置SuperMap 布局中文本元素的内容。</P>
<P>主要使用VC开发，CADlg是对话框类，SetTheValue为函数名，CString strTag为文本元素的标识参数，CString strValue为需要设置文本元素的内容值。</P>
<P>使用时可以直接类似SetTheValue("ADDRESS","<SPAN lang=EN-US style="FONT-SIZE: 10.5pt; FONT-FAMILY: 'Times New Roman'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-no-proof: yes">7/F Tower B,Technology Fortune Center,No.8 Xueqing Road</SPAN>");&nbsp; //设置ADDRESS标识的文本元素内容为“<SPAN lang=EN-US style="FONT-SIZE: 10.5pt; FONT-FAMILY: 'Times New Roman'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-no-proof: yes">7/F Tower B,Technology Fortune Center,No.8 Xueqing Road</SPAN>”</P>]]></description>
</item><item>
<title><![CDATA[好域名转让]]></title>
<link>http://www.v2sky.com/u/v2sky/archives/2007/78.html</link>
<author>v2sky</author>
<pubDate>2007-8-8 23:44:00</pubDate>
<description><![CDATA[
<LI>好域名转让了 </LI>
<LI><FONT color=#ee6911>waytool.cn</FONT>（纬图，可以做道路相关）；<FONT color=#ee6911>lvtool.cn</FONT>（旅途，可以做旅游相关）；<FONT color=#ee6911>showtool.cn</FONT>（（秀图、秀兔儿，可以做地图相关，或者工具软件相关）；<FONT color=#ee6911>53zu.cn</FONT>（（我想租，可以租赁相关，包括租车，租房，租场地，租绿植，租设备...）；<FONT color=#ee6911>53xue.cn</FONT>（（我想学，可以做学习相关，包括学语言----英语、法语、德语、韩语...，学技术------学车、学厨师、学吉它、学绘画、学钢琴、学舞蹈......）；<FONT color=#ee6911>emeizu.cn</FONT>（（易美租，做租赁相关）；<FONT color=#ff0000 size=6>ev-image.net</FONT>（可以做遥感影像方面）；<FONT color=#ee6911>roadtool.cn</FONT>（路途，可以做道路相关，可以做车载导航相关）。</LI>
<LI>好域名不容错过。&nbsp;</LI>
<LI>预购请联系QQ:12183353 </LI>]]></description>
</item><item>
<title><![CDATA[精美SuperMap GIS 5系列icon图标]]></title>
<link>http://www.v2sky.com/u/v2sky/archives/2007/76.html</link>
<author>v2sky</author>
<pubDate>2007-8-8 11:38:00</pubDate>
<description><![CDATA[<P>各位有需要，请访问下面链接进行下载。</P>
<P><A href="http://www.v2sky.com//././././Tmp/SuperMapicon.rar">SuperMapicon.rar</A> 下载</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P><IMG style="BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-COLOR: #000000" src="http://www.v2sky.com//././././Tmp/icon.jpg" border=0></P>]]></description>
</item><item>
<title><![CDATA[域名保护]]></title>
<link>http://www.v2sky.com/u/v2sky/archives/2007/75.html</link>
<author>v2sky</author>
<pubDate>2007-8-7 0:26:00</pubDate>
<description><![CDATA[<P>近日无意在网上看了一下域名注册情况，发现v2sky.cn 域名被相关网络公司注册了（应该就是前端时间1元注册.cn域名活动期间），看来我取得这个v2sky名字还行啊，说明受欢迎，呵呵，真后悔当时没有注册阿，：）。赶紧注册了一下.net域名（v2sky.net)。</P>]]></description>
</item><item>
<title><![CDATA[VC＋＋的链接错误LNK2001]]></title>
<link>http://www.v2sky.com/u/v2sky/archives/2007/74.html</link>
<author>v2sky</author>
<pubDate>2007-8-5 23:22:00</pubDate>
<description><![CDATA[<SPAN id=txtObj_0>学习VC＋＋时经常会遇到链接错误LNK2001，该错误非常讨厌，因为对于<BR>编程者来说，最好改的错误莫过于编译错误，而一般说来发生连接错误时，<BR>编译都已通过。产生连接错误的原因非常多，尤其LNK2001错误，常常使人不<BR>明其所以然。如果不深入地学习和理解VC＋＋，要想改正连接错误LNK2001非<BR>常困难。<BR>　　初学者在学习VC＋＋的过程中，遇到的LNK2001错误的错误消息主要为：<BR>　　unresolved external symbol “symbol”（不确定的外部“符号”）。<BR>　　如果连接程序不能在所有的库和目标文件内找到所引用的函数、变量或<BR>标签，将产生此错误消息。一般来说，发生错误的原因有两个：一是所引用<BR>的函数、变量不存在、拼写不正确或者使用错误；其次可能使用了不同版本<BR>的连接库。<BR>　　以下是可能产生LNK2001错误的原因：<BR>　　一．由于编码错误导致的LNK2001。<BR>　　1．不相匹配的程序代码或模块定义（.DEF）文件能导致LNK2001。例如, <BR>如果在C＋＋ 源文件内声明了一变量“var1”，却试图在另一文件内以变量<BR>“VAR1”访问该变量,将发生该错误。<BR>　　2．如果使用的内联函数是在.CPP文件内定义的，而不是在头文件内定<BR>义将导致LNK2001错误。<BR>　　3．调用函数时如果所用的参数类型同函数声明时的类型不符将会产生<BR>LNK2001。<BR>　　4．试图从基类的构造函数或析构函数中调用虚拟函数时将会导致LNK2001。<BR>　　5．要注意函数和变量的可公用性，只有全局变量、函数是可公用的。<BR>　　静态函数和静态变量具有相同的使用范围限制。当试图从文件外部访问<BR>任何没有在该文件内声明的静态变量时将导致编译错误或LNK2001。<BR>　　函数内声明的变量（局部变量） 只能在该函数的范围内使用。<BR>　　C＋＋ 的全局常量只有静态连接性能。这不同于C，如果试图在C＋＋的<BR>多个文件内使用全局变量也会产生LNK2001错误。一种解决的方法是需要时在<BR>头文件中加入该常量的初始化代码，并在.CPP文件中包含该头文件；另一种<BR>方法是使用时给该变量赋以常数。<BR>　　二．由于编译和链接的设置而造成的LNK2001<BR>　　1．如果编译时使用的是/NOD（/NODEFAULTLIB）选项，程序所需要的运行<BR>库和MFC库在连接时由编译器写入目标文件模块， 但除非在文件中明确包含<BR>这些库名，否则这些库不会被链接进工程文件。在这种情况下使用/NOD将导<BR>致错误LNK2001。<BR>　　2．如果没有为wWinMainCRTStartup设定程序入口，在使用Unicode和MFC<BR>时将得到“unresolved external on _WinMain@16”的LNK2001错误信息。<BR>　　3．使用/MD选项编译时,既然所有的运行库都被保留在动态链接库之内，<BR>源文件中对“func”的引用，在目标文件里即对“__imp__func” 的引用。<BR>如果试图使用静态库LIBC.LIB或LIBCMT.LIB进行连接，将在__imp__func上发<BR>生LNK2001；如果不使用/MD选项编译，在使用MSVCxx.LIB连接时也会发生LNK2001。<BR>　　4．使用/ML选项编译时，如用LIBCMT.LIB链接会在_errno上发生LNK2001。<BR>　　5．当编译调试版的应用程序时，如果采用发行版模态库进行连接也会产<BR>生LNK2001；同样，使用调试版模态库连接发行版应用程序时也会产生相同的<BR>问题。<BR>　　6．不同版本的库和编译器的混合使用也能产生问题，因为新版的库里可<BR>能包含早先的版本没有的符号和说明。<BR>　　7．在不同的模块使用内联和非内联的编译选项能够导致LNK2001。如果<BR>创建C＋＋库时打开了函数内联（/Ob1或/Ob2），但是在描述该函数的相应头<BR>文件里却关闭了函数内联（没有inline关键字），这时将得到该错误信息。<BR>为避免该问题的发生，应该在相应的头文件中用inline关键字标志内联函数。<BR>　　8．不正确的/SUBSYSTEM或/ENTRY设置也能导致LNK2001。<BR>　　其实，产生LNK2001的原因还有很多，以上的原因只是一部分而已，对初<BR>学者来说这些就够理解一阵子了。但是，分析错误原因的目的是为了避免错<BR>误的发生。LNK2001错误虽然比较困难，但是只要注意到了上述问题，还是能<BR>够避免和予以解决的。 <BR></SPAN>]]></description>
</item><item>
<title><![CDATA[整理收集的资料]]></title>
<link>http://www.v2sky.com/u/v2sky/archives/2007/73.html</link>
<author>v2sky</author>
<pubDate>2007-8-2 23:49:00</pubDate>
<description><![CDATA[花了点时间把以前收集的一些关于地理坐标系、VC开发、英语相关的资料放到网上，供有兴趣的朋友参考。]]></description>
</item><item>
<title><![CDATA[146个境外GIS资源网站分类整理]]></title>
<link>http://www.v2sky.com/u/v2sky/archives/2007/72.html</link>
<author>v2sky</author>
<pubDate>2007-8-2 23:48:00</pubDate>
<description><![CDATA[<BR>********************一、世界测绘单位网址联络图********************<BR><BR>世界所有测绘机构一网打尽<BR><A href="http://oddens.geog.uu.nl/index.html" target=_blank>http://oddens.geog.uu.nl/index.html</A><BR><A href="http://www.lrz-muenchen.de/t583101/www/links.html" target=_blank>http://www.lrz-muenchen.de/t583101/www/links.html</A><BR>世界部分测量学校、公司、机构、出版物资源<BR><A href="http://www.schoolofgeomatics.com/" target=_blank>http://www.schoolofgeomatics.com</A><BR><A href="http://www.fpk.tu-berlin.de/matthias/url.html" target=_blank>http://www.fpk.tu-berlin.de/matthias/url.html</A><BR>各国大地测量期刊文献<BR><A href="http://www2.geod.nrcan.gc.ca/craymer/tcg/" target=_blank>http://www2.geod.nrcan.gc.ca/craymer/tcg/</A><BR>欧洲摄影测量遥感土地测量网址<BR><A href="http://www.photsoc.org.uk/sites/index.htm" target=_blank>http://www.photsoc.org.uk/sites/index.htm</A><BR>测绘网址词典<BR><A href="http://www.eng.newcastle.edu.au/ce/surv/directory.html" target=_blank>http://www.eng.newcastle.edu.au/ce/surv/directory.html</A><BR>台湾web一网打尽<BR><A href="http://peacock.tnjc.edu.tw/alpha.html" target=_blank>http://peacock.tnjc.edu.tw/alpha.html</A><BR>欧洲G1网<BR><A href="http://www.igipz.pan.pl/ksig/gisite/home.htm" target=_blank>http://www.igipz.pan.pl/ksig/gisite/home.htm</A><BR>GIS有关的杂志<BR><A href="http://www.ctmap.com/gisnet/notebook/giszine.htm" target=_blank>http://www.ctmap.com/gisnet/notebook/giszine.htm</A><BR>建模与仿真资源<BR><A href="http://164.214.2.54/sites/ms.html" target=_blank>http://164.214.2.54/sites/ms.html</A><BR><A href="http://www.agismap.com/1001" target=_blank>http://www.agismap.com/1001</A><BR><A href="http://www.zdnet.com/pccomp/webmap/science.html" target=_blank>http://www.zdnet.com/pccomp/webmap/science.html</A><BR><BR><BR>********************二、军事测绘********************<BR><BR><BR>美国国防部国家测绘局<BR><A href="http://www.nima.mil/" target=_blank>http://www.nima.mil</A><BR>美国陆军工程兵测绘中心<BR><A href="http://www.tec.army.mil/" target=_blank>http://www.tec.army.mil</A><BR>美国军事工程师协会&lt;Engineer&gt;杂志<BR><A href="http://www.wood.army.mil/" target=_blank>http://www.wood.army.mil</A> (在搜索引擎中输入关键词"Engineer")<BR>台湾中正理工学院测绘系<BR><A href="http://www.ccit.edu.tw/surver/" target=_blank>http://www.ccit.edu.tw/surver/</A><BR>台湾中山科学院<BR><A href="http://www.csist.org.tw/" target=_blank>http://www.csist.org.tw</A><BR>美国&lt;Military Infomation Technology&gt;杂志<BR><A href="http://www.mit-kmi.com/" target=_blank>http://www.mit-kmi.com</A><BR>美国&lt;Signal&gt;杂志<BR><A href="http://www.us.net/signal" target=_blank>http://www.us.net/signal</A><BR>美国军事测绘回顾<BR><A href="http://www.fas.org/spp/military/program/geodetic" target=_blank>http://www.fas.org/spp/military/program/geodetic</A><BR>TEC地形可视化分处<BR><A href="http://www.fas.org/irp/program" target=_blank>http://www.fas.org/irp/program</A><BR>美国陆军地形可视化研究<BR><A href="http://www.wood.army.mil/tvc/" target=_blank>http://www.wood.army.mil/tvc/</A> (Terra Base 软件)<BR>美国解密的卫星影像<BR><A href="http://edcwww.cr.usgs.gov/dclass.html" target=_blank>http://edcwww.cr.usgs.gov/dclass.html</A><BR>美国&lt;Aviation Week &amp; Space Technology&gt;杂志<BR><A href="http://www.aviationweek.com/" target=_blank>http://www.aviationweek.com</A><BR>&lt;Jane′s Defense Weekly&gt;周刊<BR><A href="http://www.janes.com/defense" target=_blank>http://www.janes.com/defense</A><BR>美国公开展示的大陆军事基地卫片<BR><A href="http://www.fas.org/eye/china.htm" target=_blank>http://www.fas.org/eye/china.htm</A><BR>美国侦察办公室<BR><A href="http://www.nro.odci.gov/" target=_blank>http://www.nro.odci.gov/</A><BR>美国中央情报局<BR><A href="http://www.odci.gov/index.html" target=_blank>http://www.odci.gov/index.html</A><BR>美国海岸测量办公室<BR><A href="http://chartmaker.ncd.noaa.gov/" target=_blank>http://chartmaker.ncd.noaa.gov/</A><BR>美国防后勤局硬拷贝数据分发中心<BR><A href="http://www.dscr.dla.mil/pc9/" target=_blank>http://www.dscr.dla.mil/pc9/</A><BR>美国情报组织<BR><A href="http://www.odci.gov/ic/" target=_blank>http://www.odci.gov/ic/</A><BR>英国国家测绘局<BR><A href="http://www.ordsvy.gov.uk/" target=_blank>http://www.ordsvy.gov.uk</A><BR>英国皇家工兵军事测量网页<BR><A href="http://www.screwsoft.com/today/surver.htm" target=_blank>http://www.screwsoft.com/today/surver.htm</A><BR>航天飞机雷达地形测绘(SRTM)<BR><A href="http://www.jpl.nasa.gov/srtm" target=_blank>http://www.jpl.nasa.gov/srtm</A><BR>美国海军实验室<BR><A href="http://www.usno.navy.mil/" target=_blank>http://www.usno.navy.mil</A><BR>美军地形建模计划办公室<BR><A href="http://164.214.2.54/" target=_blank>http://164.214.2.54/</A><BR><A href="http://www.arpa.mil/" target=_blank>http://www.arpa.mil/</A><BR><BR>********************三、国际机构********************<BR><BR><BR>国际测量工作者联合会(GIG)<BR><A href="http://cesgil.city.ac.uk/figtree" target=_blank>http://cesgil.city.ac.uk/figtree</A><BR>国际重力测量局<BR><A href="http://www-project.cnes.fr:8100/bgi-debut-a.html" target=_blank>http://www-project.cnes.fr:8100/bgi-debut-a.html</A><BR>国际大地测量学协会<BR><A href="http://www.gfy.ku.dk/iag/" target=_blank>http://www.gfy.ku.dk/iag/</A><BR>国际天文学联合会<BR><A href="http://www.intastun.org/" target=_blank>http://www.intastun.org/</A><BR>国际地球自转局<BR><A href="http://www.gfy.ku.dk/iag/iers95.txt" target=_blank>http://www.gfy.ku.dk/iag/iers95.txt</A><BR>国际GPS用于地球动力学服务局<BR><A href="http://igscb.jpl.nasa.gov/" target=_blank>http://igscb.jpl.nasa.gov/</A><BR>国际摄影测量与遥感学会<BR><A href="http://www.p.igp.ethz.ch/isprs/isprs.html" target=_blank>http://www.p.igp.ethz.ch/isprs/isprs.html</A><BR>国际空间测量与地球科学协会<BR><A href="http://www.itc.nl/homepage.html" target=_blank>http://www.itc.nl/homepage.html</A><BR>国际大地测量与地球物理联合会<BR><A href="http://www.obs-mip.fr/uggi/" target=_blank>http://www.obs-mip.fr/uggi/</A><BR>多用途欧洲地面信息网<BR><A href="http://www.megrin.org/" target=_blank>http://www.megrin.org/</A><BR>平均海水面常设机构<BR><A href="http://www.nbi.ac.uk/psmsl/sea-level.html" target=_blank>http://www.nbi.ac.uk/psmsl/sea-level.html</A><BR>大地测量与地理信息工作组<BR><A href="http://www.scar-ggi.org.au/" target=_blank>http://www.scar-ggi.org.au/</A><BR><BR><BR>********************四、政府机构与学术组织********************<BR><BR><BR>美国测绘会议<BR><A href="http://www.survmap.org/" target=_blank>http://www.survmap.org</A><BR>美国地质测量局<BR><A href="http://www.usgs.gov/" target=_blank>http://www.usgs.gov</A><BR>美国国家大地测量局<BR><A href="http://www.ngs.noaa.gov/" target=_blank>http://www.ngs.noaa.gov</A><BR>美国国家海洋与大气管理局<BR><A href="http://www.noaa.gov/" target=_blank>http://www.noaa.gov</A><BR>戈达德宇航中心<BR><A href="http://saenifs.gsfc.nass.gov/scripts/seawif.html" target=_blank>http://saenifs.gsfc.nass.gov/scripts/seawif.html</A><BR>美国国家地理信息与分析中心<BR><A href="http://blackbird.spatial.maine.eduh/" target=_blank>http://blackbird.spatial.maine.eduh</A> OR <A href="http://www.sgi.ursus.edu/gisweb" target=_blank>http://www.sgi.ursus.edu/gisweb</A><BR>美国国家地理数据中心<BR><A href="http://www.ngdc.noaa.gov/seg/globsys/state.html" target=_blank>http://www.ngdc.noaa.gov/seg/globsys/state.html</A><BR>全球土地信息系统<BR><A href="http://sunl.cr.usge.gov/glis/glis.html" target=_blank>http://sunl.cr.usge.gov/glis/glis.html</A><BR>NASA网站<BR><A href="http://earth.jsc.nasa.gov/" target=_blank>http://earth.jsc.nasa.gov</A><BR><A href="http://observe.ivv.nasa.gov/" target=_blank>http://observe.ivv.nasa.gov</A><BR>美国摄影测量与遥感学会<BR><A href="http://www.asprs.org/asprs" target=_blank>http://www.asprs.org/asprs</A><BR>美国制图学会<BR><A href="http://www.landsurveyor.com.acsm/" target=_blank>http://www.landsurveyor.com.acsm/</A><BR>美国地理学会<BR><A href="http://fieber-john.campusview.indiana.edu/mapfinder" target=_blank>http://fieber-john.campusview.indiana.edu/mapfinder</A><BR>国家地理空间数据交换中心<BR><A href="http://www.h2o.usga.gov/" target=_blank>http://www.h2o.usga.gov</A><BR>National Resources Inventory Map Sampler<BR><A href="http://www.nhg.nrcs.usda.gov/" target=_blank>http://www.nhg.nrcs.usda.gov</A><BR>加拿大自然资源局<BR><A href="http://www.nrcan.gc.ca/" target=_blank>http://www.nrcan.gc.ca</A><BR><A href="http://www.geocan.nrcan.gc.ca/" target=_blank>http://www.geocan.nrcan.gc.ca</A><BR>加拿大遥感组织<BR><A href="http://www.ccrs.nrcan.gc.ca/" target=_blank>http://www.ccrs.nrcan.gc.ca</A><BR>National Atlas on Schoolnet<BR><A href="http://www-nais.ccm.emr/ca/schoolnet/" target=_blank>http://www-nais.ccm.emr/ca/schoolnet/</A><BR>欧洲空间局<BR><A href="http://sharkl.esrin.esa.it/" target=_blank>http://sharkl.esrin.esa.it/</A> (可获取10680幅&lt;&lt;1Km AVHRR 全球陆地数据集&gt;&gt;)<BR>Department of Geomatics University of Newcastle<BR><A href="http://www.nce.ac.uk/nsurv/" target=_blank>http://www.nce.ac.uk/nsurv/</A><BR>Mapping Science Institute,.Australia(MSIA)<BR><A href="http://www.intergraph.com/au/aic" target=_blank>http://www.intergraph.com/au/aic</A><BR>美国George Mason大学地理和地球系统科学系<BR><A href="http://geog.gmu.edu/" target=_blank>http://geog.gmu.edu</A><BR>英国 Royal Institute of Chartered Survey-Ors,UK<BR><A href="http://www.rics.org.uk/" target=_blank>http://www.rics.org.uk</A><BR>New Zealand Land Resouce Inventory<BR><A href="http://www.landcare.cri.nz/" target=_blank>http://www.landcare.cri.nz</A><BR>The NZIS trial home page<BR><A href="http://www.hn.planet.gen.nz/survey" target=_blank>http://www.hn.planet.gen.nz/survey</A><BR>IPENZ′s home page<BR><A href="http://www.ipenz.org.nz/" target=_blank>http://www.ipenz.org.nz</A><BR>Century 21 Real Estate Listings<BR><A href="http://www.century21co.nz/" target=_blank>http://www.century21co.nz</A><BR>LINZ Geodetic Database Pilot<BR><A href="http://www.govl.nz/linz/geodetic/gdb" target=_blank>http://www.govl.nz/linz/geodetic/gdb</A><BR>日本建设省<BR><A href="http://www.pwri.go.jp/" target=_blank>http://www.pwri.go.jp</A><BR>日本国土地理院<BR><A href="http://www.gsi-mc.go.jp/" target=_blank>http://www.gsi-mc.go.jp</A><BR>日本环境厅<BR><A href="http://www.eic.or.jp/eanet/index.html" target=_blank>http://www.eic.or.jp/eanet/index.html</A><BR>日本国土厅<BR><A href="http://www.nla.go.jp/" target=_blank>http://www.nla.go.jp</A><BR>日本地质调查所<BR><A href="http://www.aist.go.jp/gsj/homepagejp.html" target=_blank>http://www.aist.go.jp/gsj/homepagejp.html</A><BR>日本海上保安厅水路部<BR><A href="http://www.jhd.go.jp/" target=_blank>http://www.jhd.go.jp</A><BR>日本环境情报普及中心<BR><A href="http://www.eic.or.jp/" target=_blank>http://www.eic.or.jp</A><BR>日本测量协会<BR><A href="http://www.meshnet.org.jp/j-survey" target=_blank>http://www.meshnet.org.jp/j-survey</A><BR>日本地图中心<BR><A href="http://www.iijnet.or.jp/jmc" target=_blank>http://www.iijnet.or.jp/jmc</A><BR>日本建设情报综合中心<BR><A href="http://www.jacic.org.jp/" target=_blank>http://www.jacic.org.jp</A><BR>日本遥感技术中心<BR><A href="http://www.restec.or/" target=_blank>http://www.restec.or</A>,jp<BR>日本国际合作事业团<BR><A href="http://jica.ific.or.jp/" target=_blank>http://jica.ific.or.jp</A><BR><BR>********************五、教学********************<BR><BR>尤它大学遥感教学<BR><A href="http://www.nr.usu.edu/" target=_blank>http://www.nr.usu.edu</A><BR>数字摄影测量计算机辅助教学软件(免费)<BR><A href="http://www.i4.auc.dk/jh" target=_blank>http://www.i4.auc.dk/jh</A><BR>遥感计算机辅助教学软件(免费)<BR><A href="http://ftp.tric.u-tokai.ac.jp/pub/outgoing/cat/winasean" target=_blank>http://ftp.tric.u-tokai.ac.jp/pub/outgoing/cat/winasean</A><BR>全球大学资源<BR><A href="http://164.214.2.59/places/edu-webs.html" target=_blank>http://164.214.2.59/places/edu-webs.html</A><BR>各国测绘学校及课程设置<BR><A href="http://homepage.interaccess.com/may-nard/" target=_blank>http://homepage.interaccess.com/may-nard/</A><BR>英国Southampton大学地理系<BR><A href="http://www.geog.soton.ac.uk/carto/" target=_blank>http://www.geog.soton.ac.uk/carto/</A><BR>香港理工大学土地测量与地理信息学系<BR><A href="http://www.lsgi.polyu.edu.hk/" target=_blank>http://www.lsgi.polyu.edu.hk/</A><BR>测绘论坛国际测绘工作者论坛(可以提出测量领域的某一问题并发表看法)<BR>new:sci.engr.surveying<BR>GIS和RS问题讨论<BR><A href="http://www.comp.infosystems.gis/" target=_blank>http://www.comp.infosystems.gis</A><BR>Thomas Bros.Maps (查询地图和测图一般信息)<BR><A href="http://www.thomas.com/" target=_blank>http://www.thomas.com</A><BR><BR><BR>********************六、地图和影像********************<BR><BR>遥感图像网站 (覆盖地球200万平方公里地区的1米分辨率图像)<BR><A href="http://www.terraserver.com/" target=_blank>http://www.terraserver.com</A><BR>查询某一区域是否已经有遥感数据<BR><A href="http://www.terraserver.microsoft.com/terra-find-aspot.htm" target=_blank>http://www.terraserver.microsoft.com/terra-find-aspot.htm</A><BR>EOC网络站点 (提供多种卫星图像)<BR><A href="http://www.eoc.nasda.go.jp/guide/homepage/html" target=_blank>http://www.eoc.nasda.go.jp/guide/homepage/html</A><BR>美国地质测量局数据网站<BR><A href="http://sunl.cr.usgs.gov/doc/edchome/ndcdb/ndcdb.html" target=_blank>http://sunl.cr.usgs.gov/doc/edchome/ndcdb/ndcdb.html</A><BR>SPIN-2 (俄罗斯飞船拍摄的2-10米全色图像)<BR><A href="http://www.spin-2.com/" target=_blank>http://www.spin-2.com</A><BR>nasa图像公司<BR><A href="http://www.nasa.gov/gallery/photo/index.html" target=_blank>http://www.nasa.gov/gallery/photo/index.html</A><BR>航空图像公司<BR><A href="http://www.aerial-images.com/" target=_blank>http://www.aerial-images.com</A><BR>加拿大国家地图服务中心<BR><A href="http://head-smashed-in.ccm.emr.ca/naismap" target=_blank>http://head-smashed-in.ccm.emr.ca/naismap</A><BR>地图制图虚拟图书馆<BR><A href="http://geog.gmu.edu/gess/jwc/cartorgrefs.html" target=_blank>http://geog.gmu.edu/gess/jwc/cartorgrefs.html</A><BR>Map Blaster<BR><A href="http://www.mapblaster.com/" target=_blank>http://www.mapblaster.com</A><BR>City Search<BR><A href="http://www.citysearch.com/" target=_blank>http://www.citysearch.com</A><BR>Bigbook<BR><A href="http://www.bigbook.com/" target=_blank>http://www.bigbook.com</A><BR>MapQuest<BR><A href="http://www.mapquest.com/" target=_blank>http://www.mapquest.com</A><BR>Oddens′s Book Marks<BR><A href="http://kartoserver.frw.ruu.nl/html" target=_blank>http://Kartoserver.frw.ruu.nl/html</A><BR>Corona历史资料和影像库<BR><A href="http://www.nro.odci.gov/index5.html" target=_blank>http://www.nro.odci.gov/index5.html</A><BR>美国及特定地区的地图册及统计数据<BR><A href="http://webl.whs.osd.mil/mmid.lo3/95top.htm" target=_blank>http://webl.whs.osd.mil/mmid.lo3/95top.htm</A><BR>Earth Science and Map Library<BR><A href="http://www.lib.berkeley.edu/eart/mapcollections.html" target=_blank>http://www.lib.berkeley.edu/eart/mapcollections.html</A><BR>地图与图集<BR><A href="http://oddens.geog.uu.nl/index.html" target=_blank>http://oddens.geog.uu.nl/index.html</A><BR><BR><BR>********************七、gis公司********************<BR><BR>美国环境系统研究所<BR><A href="http://www.esri.com/" target=_blank>http://www.esri.com</A><BR>美国资源技术公司<BR><A href="http://www.geomatics.com/rti" target=_blank>http://www.geomatics.com/rti</A><BR>Autodesk Mapguide<BR><A href="http://www.mapguide.com/" target=_blank>http://www.mapguide.com</A><BR>Ortho Engine(PCI ImageWorks 软件)<BR><A href="http://www.pci.on.ca/" target=_blank>http://www.pci.on.ca</A><BR>Pro Gis软件公司<BR><A href="http://www.progis.com/" target=_blank>http://www.progis.com</A><BR><A href="http://www.progis.co.at/" target=_blank>http://www.progis.co.at</A><BR>Intergraph公司<BR><A href="http://www.intergraph.com/" target=_blank>http://www.intergraph.com</A><BR>Earthwatch Incorporated<BR><A href="http://www.digital-globe.com/" target=_blank>http://www.digital-globe.com</A><BR>GeoReseaCh,Inc<BR><A href="http://www.georesearch.com/" target=_blank>http://www.georesearch.com</A><BR>ER Mapper软件(免费送软件)<BR><A href="http://www.ermapper.com/" target=_blank>http://www.ermapper.com</A><BR>Best-Fit大地平差软件<BR><A href="http://www.teleport.com/bestfit" target=_blank>http://www.teleport.com/bestfit</A><BR>Nov Atel公司<BR><A href="http://www.novatel.ca/" target=_blank>http://www.novatel.ca</A><BR>(GPS产品)Corvallis Microtechnology,Inc (CMT COGO CAD软件)<BR><A href="http://www.cmtinc.com/" target=_blank>http://www.cmtinc.com</A><BR>Mapcom公司(PC-Mapping地理信息软件)<BR><A href="http://www.mapcom.com.jp/" target=_blank>http://www.mapcom.com.jp</A><BR>Treasure Mapper 软件<BR><A href="http://www.treasuremap-per.com/" target=_blank>http://www.treasureMap-per.com</A><BR>卡尔.蔡司公司<BR><A href="http://www.zeiss.com/" target=_blank>http://www.zeiss.com</A><BR>阿斯泰克<BR><A href="http://www.ashtech.com/" target=_blank>http://www.ashtech.com</A><BR>莱卡公司<BR><A href="http://www.leica.com/" target=_blank>http://www.leica.com</A><BR>尼康公司<BR><A href="http://www.nikonusa.com/" target=_blank>http://www.nikonusa.com</A><BR>索佳公司<BR><A href="http://www.sokkia.com/" target=_blank>http://www.sokkia.com</A><BR>拓普康美国公司<BR><A href="http://www.topcon.com/" target=_blank>http://www.topcon.com</A><BR>天宝导航仪器公司<BR><A href="http://www.trimble.com/" target=_blank>http://www.trimble.com</A><BR>捷创力公司<BR><A href="http://www.geotronocs.se/" target=_blank>http://www.geotronocs.se</A><BR>Soft Desk,Inc<BR><A href="http://www.softdesk.com/" target=_blank>http://www.softdesk.com</A><BR>Survey &amp; Development Services,Ltd(英国著名的经营测量与制图的公司)<BR><A href="http://www.almac.co.uk/sds/" target=_blank>http://www.almac.co.uk/sds/</A><BR>地形仿真(软件公司)<BR><A href="http://www.terrasim.com/" target=_blank>http://www.terrasim.com</A><BR>Rapid Imaging Software,Inc<BR><A href="http://www.landform.com/" target=_blank>http://www.landform.com</A><BR>]]></description>
</item><item>
<title><![CDATA[[英语常识]：公共标志和说明]]></title>
<link>http://www.v2sky.com/u/v2sky/archives/2007/71.html</link>
<author>v2sky</author>
<pubDate>2007-8-2 23:47:00</pubDate>
<description><![CDATA[&nbsp;<BR><BR>　　1、Business Hours 营业时间<BR><BR>　　2、Office Hours 办公时间<BR><BR>　　3、Entrance 入口<BR><BR>　　4、Exit 出口<BR><BR>　　5、Push 推<BR><BR>　　6、Pull 拉<BR><BR>　　7、Shut 此路不通<BR><BR>　　8、On 打开 ( 放)<BR><BR>　　9、Off 关<BR><BR>　　10、Open 营业<BR><BR>　　11、Pause 暂停<BR><BR>　　12、Stop 关闭<BR><BR>　　13、Closed 下班<BR><BR>　　14、Menu 菜单<BR><BR>　　15、Fragile 易碎<BR><BR>　　16、This Side Up 此面向上<BR><BR>　　17、Introductions 说明<BR><BR>　　18、One Street 单行道<BR><BR>　　19、Keep Right/Left 靠左/右<BR><BR>　　20、Buses Only 只准公共汽车通过<BR><BR>　　21、Wet Paint 油漆未干<BR><BR>　　22、Danger 危险<BR><BR>　　23、Lost and Found 失物招领处<BR><BR>　　24、Give Way 快车先行<BR><BR>　　25、Safety First 安全第一<BR><BR>　　26、Filling Station 加油站<BR><BR>　　27、No Smoking 禁止吸烟<BR><BR>　　28、No Photos 请勿拍照<BR><BR>　　29、No Visitors 游人止步<BR><BR>　　30、No Entry 禁止入内<BR><BR>　　31、No Admittance 闲人免进<BR><BR>　　32、No Honking 禁止鸣喇叭<BR><BR>　　33、Parting 停车处<BR><BR>　　34、Toll Free 免费通行<BR><BR>　　35、F.F. 快进<BR><BR>　　36、Rew. 倒带<BR><BR>　　37、EMS (邮政)特快专递<BR><BR>　　38、Insert Here 此处插入<BR><BR>　　39、Open Here 此处开启<BR><BR>　　40、Split Here 此处撕开<BR><BR>　　41、Mechanical Help 车辆修理<BR><BR>　　42、“AA”Film 十四岁以下禁看电影<BR><BR>　　43、Do Not Pass 禁止超车<BR><BR>　　44、No U Turn 禁止掉头<BR><BR>　　45、U Turn Ok 可以U形转弯<BR><BR>　　46、No Cycling in the School校内禁止骑车<BR><BR>　　47、SOS 紧急求救信号<BR><BR>　　48、Hands Wanted 招聘<BR><BR>　　49、Staff Only 本处职工专用<BR><BR>　　50、No Litter 勿乱扔杂物<BR><BR>　　51、Hands Off 请勿用手摸<BR><BR>　　52、Keep Silence 保持安静<BR><BR>　　53、On Sale 削价出售<BR><BR>　　54、No Bills 不准张贴<BR><BR>　　55、Not for Sale 恕不出售<BR><BR>　　56、Pub 酒店<BR><BR>　　57、Cafe 咖啡馆、小餐馆<BR><BR>　　58、Bar 酒巴<BR><BR>　　59、Laundry 洗衣店<BR><BR>　　60、Travel Agency 旅行社<BR><BR>　　61、In Shade 置于阴凉处<BR><BR>　　62、Keep in Dark Place 避光保存<BR><BR>　　63、Poison 有毒/毒品<BR><BR>　　64、Guard against Damp 防潮<BR><BR>　　65、Beware of Pickpocket 谨防扒手<BR><BR>　　66、Complaint Box 意见箱<BR><BR>　　67、For Use Only in Case of Fire 灭火专用<BR><BR>　　68、Bakery 面包店<BR><BR>　　69、Keep Dry 保持干燥<BR><BR>　　70、Information 问讯处<BR><BR>　　71、No Passing 禁止通行<BR><BR>　　72、No Angling 不准垂钓<BR><BR>　　73、Shooting Prohibited 禁止打猎<BR><BR>　　74、Seat by Number 对号入座<BR><BR>　　75、Protect Public Propety 爱护公共财物<BR><BR>　　76、Ticket Office(or ：Booking Office)售票处<BR><BR>　　77、Visitors Please Register 来宾登记<BR><BR>　　78、Wipe Your Shoes And Boots请擦去鞋上的泥土<BR><BR>　　79、Men“s/Gentlemen/Gents Room 男厕所<BR><BR>　　80、Women“s/Ladies/Ladies“ Room女厕所<BR><BR>　　81、Occupied （厕所）有人<BR><BR>　　82、Vacant （厕所）无人<BR><BR>　　83、Commit No Nuisance 禁止小便<BR><BR>　　84、Net(Weight) 净重<BR><BR>　　85、MAN：25032002 生产日期：2002年3月25日<BR><BR>　　86、EXP：25032002 失效期：2002年3月25日<BR><BR>　　87、Admission Free免费入场<BR><BR>　　88、Bike Park(ing) 自行车存车处<BR><BR>　　89、Children and Women First 妇女、儿童优先<BR><BR>　　90、Save Food 节约粮食<BR><BR>　　91、Save Energy 节约能源<BR><BR>　　92、Handle with Care 小心轻放<BR><BR>　　93、Dogs Not Allowed 禁止携犬入内<BR><BR>　　94、Keep Away From Fire 切勿近火<BR><BR>　　95、Reduced Speed Now 减速行驶<BR><BR>　　96、Road Up. Detour 马路施工，请绕行<BR><BR>　　97、Keep Top Side Up 请勿倒立<BR><BR>　　98、Take Care Not to Leave Things Behind 当心不要丢失东西<BR><BR>　　99、Please Return the Back After Use 用毕放回架上<BR><BR>　　100、Luggage Depository 行李存放处<BR>]]></description>
</item>
</channel>
</rss>
