<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-圣殿GIS</title><link>http://www.cnblogs.com/njlhb/</link><description>在GIS的国都里，我们自由的飞翔，用另外一个角度去认知和感受我们的世界。大家在转载本人文章时，请注明：圣殿GIS 和原文的出处！</description><language>zh-cn</language><lastBuildDate>Thu, 21 Aug 2008 06:37:36 GMT</lastBuildDate><pubDate>Thu, 21 Aug 2008 06:37:36 GMT</pubDate><ttl>60</ttl><item><title>实战解决IIS服务器的“HTTP 500 内部服务器错误”</title><link>http://www.cnblogs.com/njlhb/archive/2008/07/15/1243128.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Tue, 15 Jul 2008 01:44:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/07/15/1243128.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1243128.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/07/15/1243128.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1243128.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1243128.html</trackback:ping><description><![CDATA[今天同事的电脑的IIS服务器突然出问题了，让我帮忙看看，我看了一下，他的系统是Windows XP SP2，IIS版本为5.1，故障现象是在浏览器地址栏输入<font size="2">http://127.0.0.1</font></a><font size="2"> 后，出现" HTTP 500 内部服务器错误"的提示。</font>
<div><font color="#000000" size="2">　　我在网上查了一下&#8220;HTTP 500 内部服务器错误&#8221;的原因之后，并在试了网上众多的方法，但是都不行，甚至有的网友得出&#8220;只有重装系统才能解决办法&#8221;的结论，我在多次实验过后，终于得出了真正的解决办法，办法如下：<br />
<br />
</font></div>
<div><font color="#000000" size="2">　　1.运行—〉cmd—〉输入net start msdtc,出现了该服务不能启动的错误提示。</font></div>
<div><font color="#000000" size="2">　　2.删除注册表中的键：<br />
&nbsp;　　HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC<br />
&nbsp;　　HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC <br />
&nbsp;　　HKEY_CLASSES_ROOT\CID </font></div>
<div><font color="#000000" size="2">　　3.停止MSDTC服务：net stop msdtc</font></div>
<div><font color="#000000" size="2">　　4.卸载MSDTC服务：msdtc -uninstall<br />
　　5.重新安装MSDTC服务：msdtc -install</font></div>
<div><font color="#000000" size="2">　　6. 重启电脑<br />
　　7.启动该服务：net start msdtc<br />
　　8.重新设置IIS的IWAM账号密码。(在计算机管理中的用户管理里),如下图：</font></div>
<p align="center"><font size="2"><font color="#000000"><img style="filter: ; width: 725px; height: 337px" onclick='window.open("http://blog.51cto.com/viewpic.php?refimg=" + this.src)' height="337" alt="" hspace="0" src="mhtml:file://C:\Documents and Settings\lhb\桌面\实战解决IIS服务器的&#8220;HTTP 500 内部服务器错误&#8221;_45IT_COM处理解决清除教程文件信息电脑教程网络学院电脑医院硬件教程.mht!http://www.45it.com/Article/UploadFiles/200709/20070929112307933.gif" width="725" border="0" /></font></p>
<div><br />
<font color="#000000">　　9.同步IIS metabase中IWAM_MYSERVER的密码，在CMD中：c:\inetput\adminscripts\adsutil set w3svc/wamuserpass "yourpassword"<br />
　　10.同步COM+应用程序所用的IWAM_MYSERVER密码，在CMD中：c:\inetput\adminscripts\synciwam.vbs -v<br />
　　11.在浏览器地址栏输入：</font></font><font color="#000000"><font size="2">http://127.0.0.1</font></a><font size="2">&nbsp; ,可以发现此时的IIS已经在正常工作了，见下图：</font></font></div>
<p align="center"><font color="#000000" size="2"><img style="filter: ; width: 874px; height: 778px" onclick='window.open("http://blog.51cto.com/viewpic.php?refimg=" + this.src)' height="778" alt="" hspace="0" src="mhtml:file://C:\Documents and Settings\lhb\桌面\实战解决IIS服务器的&#8220;HTTP 500 内部服务器错误&#8221;_45IT_COM处理解决清除教程文件信息电脑教程网络学院电脑医院硬件教程.mht!http://www.45it.com/Article/UploadFiles/200709/20070929112326858.gif" width="874" border="0" /></font></p>
<div><font color="#000000" size="2"></font>&nbsp;</div>
<div><font color="#000000" size="2"></font>&nbsp;</div>
<div><font color="#000000" size="2">　　附：网上关于IWAM帐号的说明：&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;&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;&nbsp;&nbsp;&nbsp; </font></div>
<div><font color="#000000" size="2">　　IWAM账号是安装IIS5时系统自动建立的一个内置账号，主要用于启动进程之外的应用程序的Internet信息服务。IWAM账号的名字会根据每台计算机NETBIOS名字的不同而有所不同，通用的格式是IWAM_MACHINE，即由&#8220;IWAM&#8221;前缀、连接线&#8220;_&#8221;加上计算机的NETBIOS名字组成。我的计算机的NETBIOS名字是MYSERVER，因此我的计算机上IWAM账号的名字就是IWAM_MYSERVER，这一点与IIS匿名账号ISUR_MACHINE的命名方式非常相似。&nbsp;<br />
<br />
　　IWAM账号建立后被Active&nbsp;Directory、IIS&nbsp;metabase数据库和COM+应用程序三方共同使用，账号密码被三方分别保存，并由操作系统负责这三方保存的IWAM密码的同步工作。按常理说，由操作系统负责的工作我们大可放心，不必担心出错，但不知是BUG还是其它什么原因，系统的对IWAM账号的密码同步工作有时会失败，使三方IWAM账号所用密码不统一。当IIS或COM+应用程序使用错误IWAM的密码登录系统，启动IIS&nbsp;Out-Of-Process&nbsp;Pooled&nbsp;Applications时，系统会因密码错误而拒绝这一请求，导致IIS&nbsp;Out-Of-Process&nbsp;Pooled&nbsp;Applications启动失败，也就是我们在ID10004错误事件中看到的&#8220;不能运行服务器{3D14228D-FBE1-11D0-995D-00C04FD919C1}&nbsp;&#8221;（这里{3D14228D-FBE1-11D0-995D-00C04FD919C1}&nbsp;是IIS&nbsp;Out-Of-Process&nbsp;Pooled&nbsp;Applications的KEY），不能转入IIS5应用程序，HTTP&nbsp;500内部错误就这样产生了。&nbsp;</font></div>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1243128.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41819/" target="_blank">[新闻]英特尔雅虎开发网络计算机频道</a>]]></description></item><item><title>常用JavaScript编辑器介绍</title><link>http://www.cnblogs.com/njlhb/archive/2008/07/03/1234448.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Thu, 03 Jul 2008 00:53:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/07/03/1234448.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1234448.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/07/03/1234448.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1234448.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1234448.html</trackback:ping><description><![CDATA[<p><font face="Verdana">这里介绍了一些&nbsp;Javascrīpt&nbsp;IDE&nbsp;工具，最近调试Javascrīpt发现很困难，<a onclick="javascript:tagshow(event, '%CC%FD%CB%B5');" href="javascript:;" target="_self"><u><strong>听说</strong></u></a>微软的MSE7.EXE好用，但没找到配置自动提示 <a onclick="javascript:tagshow(event, '%B4%FA%C2%EB');" href="javascript:;" target="_self"><u><strong>代码</strong></u></a>功能的参数，于是上网找Javascrīpt&nbsp;IDE&nbsp;工具，发现大部分工具功能不强或者根本就不能调试；经过我筛选，推荐 1st&nbsp;Javascrīpt&nbsp;Editor&nbsp;Pro，希望对大家有帮助。<br />
<br />
&nbsp;1st&nbsp;Javascrīpt&nbsp;Editor&nbsp;Pro&nbsp;V3.5<br />
&nbsp;&nbsp;&nbsp;&nbsp;Javascrīpt&nbsp; 脚本编辑软件，有着丰富的代码编辑功能(Javascrīpt,&nbsp;HTML,&nbsp;CSS,&nbsp;VBscrīpt,&nbsp;PHP&nbsp;,ASP(Net)语法加亮)，内置预览功能，提供了完整的HTML&nbsp;标记,&nbsp;HTML&nbsp;属性,&nbsp;HTML&nbsp;事件,&nbsp;Javascrīpt&nbsp;事件和Javascrīpt&nbsp;函数等完整的代码库，可轻松插入到网页中。与其它编辑器不同的是它能指出错误位置和具有代码提示功能。<br />
<br />
</p>
<div align="center"><a href="http://www.mephp.com/data/upfile/1st_js_edit.jpg" target="_blank"><img alt="如果图片缩小请点击放大" src="http://www.mephp.com/data/upfile/1st_js_edit.jpg" border="0" nload="javascrīpt:if(this.width />screen.width*0.5) this.width=screen.width*0.5;" ō></a><br />
代码提示</div>
<p><br />
<br />
&nbsp;</p>
<div align="center"><a href="http://www.mephp.com/data/upfile/1st_js_edit_debug.jpg" target="_blank"><img alt="如果图片缩小请点击放大" src="http://www.mephp.com/data/upfile/1st_js_edit_debug.jpg" border="0" nload="javascrīpt:if(this.width />screen.width*0.5) this.width=screen.width*0.5;" ō></a><br />
调试提示（少引号）</div>
<p><br />
<br />
&nbsp;</p>
<div align="center"><a href="http://www.mephp.com/data/upfile/1st_js_edit_view.jpg" target="_blank"><img alt="如果图片缩小请点击放大" src="http://www.mephp.com/data/upfile/1st_js_edit_view.jpg" border="0" nload="javascrīpt:if(this.width />screen.width*0.5) this.width=screen.width*0.5;" ō></a><br />
预览代码</div>
<p><br />
<br />
下载地址：<a href="http://www2.skycn.com/soft/27249.html" target="_blank">http://www2.skycn.com/soft/27249.html</a><br />
&nbsp;&nbsp;<br />
&nbsp;Javascrīpt&nbsp;Menu&nbsp;Master&nbsp;V2.5<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 利用这个程序，无需懂得或书写任何复杂的Javascrīpt和<a onclick="javascript:tagshow(event, 'HTML');" href="javascript:;" target="_self"><u><strong>HTML</strong></u></a>代码，就可以为你的站点建立简洁，交互，便利的以Javascrīpt为基础强大的下拉导航菜单.这个程序的界面友好且方便使用，你可以对内容，功能以及菜单显示，包括字体，字体尺寸，颜色等等进行全面的控制，完整的线上帮助文件可以让你深入了解每一项的功能。这个升级版本修正了一些漏洞并加入了一些新功能。帮助文档如包括新的联系和支持信息。&nbsp;&nbsp;感觉就是一个生成JS的程序。<br />
下载地址：<a href="http://www2.skycn.com/soft/10376.html" target="_blank">http://www2.skycn.com/soft/10376.html</a><br />
<br />
&nbsp;Platypus&nbsp;Javascrīpt&nbsp;Editor&nbsp;V1.22<br />
Javascrīpt和HTML的编辑器，彩色显示代码，无限次Redo和Undo，并且有Javascrīpt和HTML模板。功能不强。<br />
下载地址：<a href="http://www2.skycn.com/soft/12763.html" target="_blank">http://www2.skycn.com/soft/12763.html</a><br />
<br />
&nbsp;SurfMap&nbsp;Javascrīpt&nbsp;V2.1<br />
帮助你建立Javascrīpt站点导航条，有多种样式和选项可供选择。感觉和Javascrīpt&nbsp;Menu&nbsp;Master&nbsp;V2.5差不多。<br />
下载地址：<a href="http://www2.skycn.com/soft/12740.html" target="_blank">http://www2.skycn.com/soft/12740.html</a><br />
&nbsp;<br />
&nbsp;Javascrīpt&nbsp;Editor&nbsp;Pro&nbsp;V4.0&nbsp;<br />
&nbsp;Javascrīpt 编辑软件，功能包括了多文件编辑，源码导航，代码收集和文件更改警告。增加了直接运行源码，同时支持主页和脚本两种类型文件，5&nbsp;个脚本助写，智能主页/ 脚本写作，主页分析和物件列表，巨集支持，完整在线的帮助文件。和下面的一样，但我安装Debug会插入新代码，用得不舒服，就没用，感觉预缆功能不错，有两种方式。<br />
下载地址：<a href="http://www2.skycn.com/soft/948.html" target="_blank">http://www2.skycn.com/soft/948.html</a><br />
<br />
&nbsp;Javascrīpt&nbsp;Editor&nbsp;V2.5&nbsp;简体中文版&nbsp;<br />
Javascrīpt 编辑软件，功能包括了多文件编辑，源码导航，代码收集和文件更改警告。增加了直接运行源码，同时支持主页和脚本两种类型文件，5&nbsp;个脚本助写，智能主页/ 脚本写作，主页分析和物件列表，巨集支持，完整在线的帮助文件。好象不能提示错误，但可以看到所有的变量和函数，把握整体<a onclick="javascript:tagshow(event, '%BF%F2%BC%DC');" href="javascript:;" target="_self"><u><strong>框架</strong></u></a>。<br />
下载地址：<a href="http://www2.skycn.com/soft/947.html" target="_blank">http://www2.skycn.com/soft/947.html</a> </font></p>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1234448.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41818/" target="_blank">[新闻]Windows Live视频邮件9月9日开始测试</a>]]></description><enclosure url="常用JavaScript编辑器介绍" type="audio/mpeg" /></item><item><title>南京安元科技有限公司招聘GIS地图加工工程师 </title><link>http://www.cnblogs.com/njlhb/archive/2008/05/20/1203558.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Tue, 20 May 2008 11:09:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/20/1203558.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1203558.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/20/1203558.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1203558.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1203558.html</trackback:ping><description><![CDATA[<span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%C4%CF%BE%A9">南京</span><span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%B0%B2%D4%AA">安元</span><span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%BF%C6%BC%BC%D3%D0%CF%DE%B9%AB%CB%BE"><span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%BF%C6%BC%BC">科技</span>有限公司</span>&nbsp; &nbsp;<br />
&nbsp; &nbsp; <br />
&nbsp;&nbsp;<br />
公司<span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%D0%D0%D2%B5">行业</span>：<span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%BC%C6%CB%E3%BB%FA">计算机</span>软件 <span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%BC%C6%CB%E3%BB%FA">计算机</span>服务(系统、数据服务，维修) 公司性质：民营/私营公司 公司规模：50-150人&nbsp;&nbsp;<br />
<br />
<span class="t_tag" onclick="tagshow(event)" href="tag.php?name=GIS">GIS</span>地图加工<span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%B9%A4%B3%CC%CA%A6">工程师</span>&nbsp;&nbsp;<br />
电子邮箱： <a href="mailto:hr@a-y.com.cn">hr@a-y.com.cn</a>&nbsp;&nbsp;<br />
发布日期： 2008-05-07 工作地点： 南京市 <span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%D5%D0%C6%B8">招聘</span>人数： 2 工作年限： 在读学生 <br />
外语要求： 英语 学&nbsp; &nbsp; 历： 本科 薪水范围： 2000-2999&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
职位描述：<br />
岗位职责：GIS地图<span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%BF%AA%B7%A2">开发</span>工程师<br />
工作环境：研发部，GIS组<br />
岗位要求：<br />
1、地理信息系统相关专业；<br />
2、熟悉WEB GIS相关原理和技术，熟悉SUPERMAP、ARCOINFO等主流GIS平台；<br />
3、熟悉GIS应用开发相关工具如C#、ASP.NET等。<br />
公司简介 <br />
南京安元科技有限公司是国内专业从事安防领域软件研发、安全生产信息化建设、安防监控系统集成与安全技术咨询服务的高新技术企业。 公司以南京工业大学、南京大学、东南大学等几所重点高校为技术依托，公司荟集了安全、消防、信息、通讯、管理等领域的专家、教授、博士、硕士，公司本科以上学历人员占公司的85%。公司还从相关高校、政府、企业等单位特聘了多位安全、消防、计算机、管理、市场方面的专家担任公司的高级顾问。 公司拥有自己的安防技术和信息技术等相关领域的核心技术队伍，已经研发出了一系列国内领先的安防软件和信息系统产品，在国内安全生产各领域中得到了广泛应用，为提高我国安全生产水平，起到了积极的作用。 安元科技以技术创新为原动力，以提高我国安全生产水平为己任，为社会提供全方位的智能化安防<span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%BD%E2%BE%F6%B7%BD%B0%B8">解决方案</span>通过几年的发展，公司将成为中国安防软件、安防监控系统集成领域最领先的大型安防<span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%BD%E2%BE%F6%B7%BD%B0%B8">解决方案</span>供应商，引领中国安全生产监控信息化、数字化建设的发展，为推动中国工业和城市的防灾与救援体系建设的数字化、智能化建设，为实现我国工业和城市可持续发展的战略目标，做出自己的贡献。 <br />
公司网站： <a href="http://www.a-y.com.cn/" target="_blank">http://www.a-y.com.cn/</a> <br />
地&nbsp; &nbsp; 址： 南京市定淮门12号世界之窗软件园15号中厅三楼&nbsp; &nbsp;<br />
邮政编码： 210013 <br />
联 系 人： 尹小姐 <br />
电子邮箱： <a href="mailto:hr@a-y.com.cn">hr@a-y.com.cn</a><br />
<img src ="http://www.cnblogs.com/njlhb/aggbug/1203558.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41817/" target="_blank">[新闻]Intel首次公开展示Nehalem架构迅驰3平台</a>]]></description></item><item><title>ESRI中国(北京)有限公司“汶川地震灾害紧急救援协作计划”</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/18/1201968.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Sun, 18 May 2008 05:23:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/18/1201968.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1201968.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/18/1201968.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1201968.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1201968.html</trackback:ping><description><![CDATA[<font face="宋体" size="2">2</font><span style="line-height: 150%"><font face="宋体" size="2">008年5月日</font></span><font face="宋体"><span style="color: black"><font size="2">14</font></span></font><font size="2"><span style="color: black; font-family: 宋体">时</span><font face="宋体"><span style="color: black">28</span></font><span style="color: black; font-family: 宋体">分，四川汶川地震震惊全国。一场</span><font face="宋体"><span style="color: black">7.8</span></font><span style="color: black; font-family: 宋体">级的地震突如其来，袭击了汶川县，并波及包括重庆、湖南、湖北、山西、陕西、河北、北京等在内的大半个中国。此次地震破坏性极大，灾难罕见，截至</span><font face="宋体"><span style="color: black">15</span></font><span style="color: black; font-family: 宋体">日凌晨已经有近</span><font face="宋体"><span style="color: black">15000</span></font><span style="color: black; font-family: 宋体">多人遇难，</span><font face="宋体"><span style="color: black">50</span></font><span style="color: black; font-family: 宋体">多万房屋倒塌，无数人无家可归，直接受灾人数达</span></font><font face="宋体" size="2"><span style="color: black">1000</span></font></font><span style="color: black; font-family: 宋体"><font size="2">多万。中国人民正面临着一场严峻的灾难考验！</font></span>
<p style="margin-top: 2px; margin-bottom: 2px"><span style="font-size: 9pt; line-height: 150%"><font size="2">&nbsp;&nbsp; </font></span><font size="2">&nbsp;<font face="Arial">ESRI</font><span style="font-family: 宋体">公司十分关切地震受灾地区的救援及灾后重建情况，并深感作为一个有社会责任感的&#8220;企业公民&#8221;，有义务、有责任为整个救援行动以及灾后重建贡献一份力量。</span><font face="Arial">ESRI</font></font><span style="font-family: 宋体"><font size="2">中国(北京)有限公司现推出&#8220;汶川地震灾害紧急救援协作计划&#8221;。</font></font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px"><span style="font-family: 宋体">&nbsp;<font size="2">&nbsp;&nbsp; 该计划包括六部分内容：</font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 42.75pt; text-indent: -21pt"><font size="2">一、</font><span style="font-family: 宋体"><font size="2"><a href="http://www.esrichina-bj.cn/512wenchuan/software.htm">软件援助</a></font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 60.75pt; text-indent: -18pt"><font size="2">1．&nbsp;</font><font size="2"><span style="font-family: 宋体">免费向相关政府部门、</span><font face="Arial">NGO</font><span style="font-family: 宋体">（非政府组织）以及慈善机构等灾害援助单位与组织提供</span><font face="Arial">ArcGIS</font></font><span style="font-family: 宋体"><font size="2">软件。</font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 60.75pt; text-indent: -18pt"><font size="2">2．&nbsp;</font><font size="2"><span style="font-family: 宋体">无偿为用户替换在地震中损毁的</span><font face="Arial">ArcGIS</font></font><span style="font-family: 宋体"><font size="2">软件及其介质。</font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 42.75pt; text-indent: -21pt"><font size="2">二、</font><span style="font-family: 宋体"><font size="2"><a href="http://www.esrichina-bj.cn/512wenchuan/support.htm">技术服务</a></font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 42.75pt"><font face="Arial" size="2">ESRI</font><span style="font-family: 宋体"><font size="2">中国（北京）有限公司已成立专门的应急救援技术小组，时刻准备为受影响的客户以及其它相关部门提供系统恢复重建支持服务。</font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 42.75pt; text-indent: -21pt"><font size="2">三、</font><span style="font-family: 宋体"><font size="2"><a href="http://www.esrichina-bj.cn/512wenchuan/case.htm">案例借鉴</a></font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 42.75pt"><font face="Arial" size="2">ESRI</font><font size="2"><span style="font-family: 宋体">已为全球各种重大灾害事件提供了支持和服务，包括</span>911</font><span style="font-family: 宋体"><font size="2">、卡特里娜飓风、加利福尼亚大火、印度洋海啸等，积累了大量经验。我们将集中整理国外关于各种重大灾害事件的应急处理和灾后重建中的应用案例，以供有关部门和机构借鉴研究。</font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 42.75pt; text-indent: -21pt"><font size="2">四、</font><span style="font-family: 宋体"><font size="2"><a href="http://www.esrichina-bj.cn/512wenchuan/data.htm">数据服务</a></font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 42.75pt"><span style="font-family: 宋体"><font size="2">联合国内外灾区最新影像数据、地形数据等数据生产厂商，并为满足救灾和灾后重建工作需要提供相应的数据制图服务。</font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 42.75pt; text-indent: -21pt"><font size="2">五、<font face="Arial"><a href="http://www.esrichina-bj.cn/512wenchuan/gis.htm">GIS</a></font></font><span style="font-family: 宋体"><font size="2"><a href="http://www.esrichina-bj.cn/512wenchuan/gis.htm">志愿者招募</a></font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 42.75pt"><span style="font-family: 宋体"><font size="2">如果你是一名</font></span><font face="Arial" size="2">GIS</font><span style="font-family: 宋体"><font size="2">人，并乐意投身于灾后重建的相关工作，那请立即加入我们的志愿者招募活动。</font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 42.75pt; text-indent: -21pt"><font size="2">六、<span style="font-family: 宋体"><a href="http://www.esrichina-bj.cn/512wenchuan/bp.htm">企业</a></span></font><span style="font-family: 宋体"><font size="2"><a href="http://www.esrichina-bj.cn/512wenchuan/bp.htm">联盟</a></font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 42.75pt"><font face="Arial" size="2">ESRI</font><span style="font-family: 宋体"><font size="2">愿意与社会各界携手合作，利用各自资源和技术优势共同为抗震救灾及灾后重建做出应有贡献，履行社会责任。作为联盟体，各成员之间互相合作与配合，无偿向抗震救灾单位提供产品服务与技术支持。</font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px; margin-left: 42.75pt">　</p>
<p style="margin-top: 2px; margin-bottom: 2px" align="center"><font size="2">&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font face="Arial">ESRI</font></font><span style="font-family: 宋体"><font size="2">中国（北京）有限公司 </font></span></p>
<p style="margin-top: 2px; margin-bottom: 2px" align="center"><font size="2">&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>&nbsp;&nbsp;&nbsp; <font size="2">应急救援技术小组</font><font size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font>
<p style="margin-top: 2px; margin-bottom: 2px" align="center"><font size="2">&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><font size="2">5<span style="font-family: 宋体">月14</font><span style="font-family: 宋体"><font size="2">日</font></span></span>
<p style="margin-top: 2px; margin-bottom: 2px" align="center">　
<p style="margin-top: 2px; margin-bottom: 2px" align="center">　</p>
<table height="439" cellspacing="1" cellpadding="1" width="447" bgcolor="#ffffff" border="0">
    <tbody>
    </tbody>
    <table cellspacing="0" cellpadding="0" width="80%" border="0">
        <tbody>
        </tbody>
    </table>
    <table cellspacing="0" cellpadding="0" width="80%" border="0">
        <tbody>
            <tr>
                <td align="left" height="40">＊如果您有任何好的建议和想法，请通过以下方式联络我们：</td>
            </tr>
        </tbody>
    </table>
    <table height="91" cellspacing="0" cellpadding="0" width="100%" border="0">
        <tbody>
            <tr>
                <td align="center" width="15%" height="91">　</td>
                <td align="left" width="85%">电话：010-65541618-240<br />
                传真：010-65544600<br />
                邮箱：<span style="font-size: 10.5pt; font-family: Arial"><a style="color: blue; text-decoration: underline; text-underline: single" href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#97;&#115;&#115;&#105;&#115;&#116;&#97;&#110;&#99;&#101;&#64;&#101;&#115;&#114;&#105;&#99;&#104;&#105;&#110;&#97;&#45;&#98;&#106;&#46;&#99;&#110;">assistance@esrichina-bj.cn</a></span><br />
                </td>
            </tr>
        </tbody>
    </table>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1201968.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41816/" target="_blank">[新闻]Pogo浏览器</a>]]></description></item><item><title>5·12地震”中国网民自律公约 </title><link>http://www.cnblogs.com/njlhb/archive/2008/05/18/1201960.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Sun, 18 May 2008 05:20:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/18/1201960.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1201960.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/18/1201960.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1201960.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1201960.html</trackback:ping><description><![CDATA[5&#183;12地震&#8221;中国网民自律公约 <br />
　　　　<br />
　　　　　　一、不恐慌——对地震灾难及其损失，尽量保持镇定、克制的态度。 <br />
　　　　<br />
　　　　　　二、不信谣——对地震谣言不要轻易相信，要从正规渠道了解灾情。 <br />
　　　　<br />
　　　　　　三、不传谣——对来源不明的所谓地震信息和言论，不要传播扩散。 <br />
　　　　<br />
　　　　　　四、不造谣——对地震灾难要冷静，不编造不散布毫无依据的言论。 <br />
　　　　<br />
　　　　　　五、不盲动——对灾情进展要关注，但不要盲目跟风前往灾区现场。 <br />
　　　　<br />
　　　　　　六、不悲观——对地震等自然灾害，不要产生地球末日来临的想法。 <br />
　　　　<br />
　　　　　　七、不恶搞——对灾民要有同情之心，不要把灾情作为搞笑的题材。 <br />
　　　　<br />
　　　　　　八、不冷漠——对地震灾难，不无动于衷，尽自己之所能援助灾民。 <br />
　　　　<br />
　　　　　　九、不无知——对地震逃生好救灾常识，要积极学习，并告知他人。 <br />
　　　　<br />
　　　　　　十、不谩骂——对地震带来的紊乱，不恶意谩骂，不草率厘定责任 <br />
<img src ="http://www.cnblogs.com/njlhb/aggbug/1201960.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41816/" target="_blank">[新闻]Pogo浏览器</a>]]></description></item><item><title>凯立德登陆TD 成为3G手机导航第一人</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/13/1195725.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Tue, 13 May 2008 12:30:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/13/1195725.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1195725.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/13/1195725.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1195725.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1195725.html</trackback:ping><description><![CDATA[4月1日，中国移动面向<a onclick="javascript:tagshow(event, '%B1%B1%BE%A9');" href="javascript:;" target="_self"><u><strong>北京</strong></u></a>、上海、天津等8个城市正式启动TD-SCDMA社会化业务测试和使用，中国的3G之行终于拉开帷幕。消费者对3G的热情在这一天开始爆发，3G手机和卡号得到了消费者空前的抢购，都希望尽早尝鲜这一革命性的新<a onclick="javascript:tagshow(event, '%BC%BC%CA%F5');" href="javascript:;" target="_self"><u><strong>技术</strong></u></a>所带来的震撼应用。据赛迪顾问统计，在首批6款3G手机中，内置<a onclick="javascript:tagshow(event, '%BF%AD%C1%A2%B5%C2');" href="javascript:;" target="_self"><u><strong>凯立德</strong></u></a>移动<a onclick="javascript:tagshow(event, '%B5%BC%BA%BD');" href="javascript:;" target="_self"><u><strong>导航</strong></u></a>系统的中兴U980成为销量最高的机型。凯立德作为<a onclick="javascript:tagshow(event, 'GPS');" href="javascript:;" target="_self"><u><strong>GPS</strong></u></a>移动导航系统领域第一品牌，在3G手机领域再次保持绝对优势，与中兴携手开辟3G导航新时代。
<p>&nbsp;&nbsp;&nbsp;&nbsp;　自2007年开始，国际、国内一线<a onclick="javascript:tagshow(event, '%CA%D6%BB%FA');" href="javascript:;" target="_self"><u><strong>手机</strong></u></a>品牌都开始在GPS导航手机发力，GPS导航手机迅速成为手机市场灸手可热的新类别产品，而这一成绩在背后支持着各个手机厂商的凯立德功不可没。自99年进入移动导航领域以来，凯立德就一直潜心研发基于手机平台运行的移动导航系统，最终一举突破了技术上的瓶颈，使得凯立德移动导航系统能够广泛的应用在symbian/linux/ windows mobile等各类操作系统，并最终实现了在所有智能手机和绝大多数非智能手机上的GPS应用。在完成2G及2.5G手机平台的嵌入后，凯立德将更多的资源和投入放到了3G手机平台上，中兴推出的U980是最好的例证之一。</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;　中兴U980内置凯立德最新版导航<a onclick="javascript:tagshow(event, '%B5%E7%D7%D3%B5%D8%CD%BC');" href="javascript:;" target="_self"><u><strong>电子地图</strong></u></a>，无缝覆盖了全国31个省、市、自治区（除港、澳、台），362个地级行政区和2862个县级行政区，并且对全国的路网实现了100%覆盖，超过500万个信息点为用户提供了较为充足的导航信息。用户只需输入出发地和目的地的名称，凯立德就可提供两地之间的路径规划，并在其间设置经由地和回避地，整体设计非常人性化。另外，该软件还支持全程语音导航、超速提示、电子狗等比较实用的功能，可为U980用户顺利到达目的地提供快速、准确的导航服务。</p>
<p align="center"><a href="http://www.3snews.net/batch.download.php?aid=3471" target="_blank"><img src="http://www.3snews.net/attachments/2008/05/18_200805121204151.jpg" border="0"  alt="" /></a></p>
<p>　　业内分析师指出，目前3G和GPS导航结合还只是在初级阶段，3G所带来的高带宽和GPS全球定位信息接收的融合处于刚刚开始阶段。3G手机作为承载这两种技术融合应用的最佳终端，在这一两年将实现相当丰富的应用。据凯立德公司透露，目前已经在3G手机上<a onclick="javascript:tagshow(event, '%BF%AA%B7%A2');" href="javascript:;" target="_self"><u><strong>开发</strong></u></a>了一系列基于GPS功能的丰富应用，这些应用将真正融合3G和GPS的特色，例如智能实时系统、周边环境实时系统等等，凯立德将积极配合运营商及手机厂商推动3G和GPS的融合，使消费者能享受到3G和GPS融合所带来的便利。</p>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1195725.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41807/" target="_blank">[新闻]洪磊口述:番茄花园如何捆绑流氓软件月入十万</a>]]></description></item><item><title>雅虎开放地理信息数据库 允许开发者引用数据</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/13/1195724.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Tue, 13 May 2008 12:29:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/13/1195724.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1195724.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/13/1195724.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1195724.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1195724.html</trackback:ping><description><![CDATA[据国外媒体报道，<strong>雅虎</strong>日前宣布将允许外部网站使用雅虎的<a onclick="javascript:tagshow(event, '%B5%D8%C0%ED%D0%C5%CF%A2');" href="javascript:;" target="_self"><u><strong>地理信息</strong></u></a><a onclick="javascript:tagshow(event, '%CA%FD%BE%DD%BF%E2');" href="javascript:;" target="_self"><u><strong>数据库</strong></u></a>，并允许<a onclick="javascript:tagshow(event, '%BF%AA%B7%A2');" href="javascript:;" target="_self"><u><strong>开发</strong></u></a>者在应用程序中加入雅虎的数据和服务。
<p>　　雅虎工程师Dan Catt表示，雅虎目前提供了使用这些数据的接口。</p>
<p>　　雅虎的地理信息数据库给予每个位置不同的数据标识符，或称作WOEID。</p>
<p>　　开放这一数据库是雅虎打造互联网位置平台工作的一部分。该平台用于帮助开发人员在互联网应用中加入地理位置功能，目前仍处beta测试阶段。预计雅虎将在日前举行的Where 2.0会议上展示这一平台。</p>
<p>　　雅虎的互联网位置平台与雅虎开放服务(YOS)计划一致。根据该计划，雅虎将以自己的网站作为<a onclick="javascript:tagshow(event, '%C6%E4%CB%FB');" href="javascript:;" target="_self"><u><strong>其他</strong></u></a>应用程序的基础，在雅虎网站上直接推出某些应用，或是在外部网站上推出服务。</p>
<p>　　雅虎开发者网络网站指出，互联网位置平台提供了标准的语法，用于描述全球地理位置信息。该平台旨在促进空间互通及地理发现，使用户打破空间的限制，确定地理位置的相关性。</p>
<p>　　雅虎公布的数据显示，目前共有约600万个WOEID，可以通过邮编、城市、时区等方式来识别某一地点。不过这些WOEID中未包括自然景观和水域。根据前雅虎员工Simon Willison的说法，雅虎的地理信息数据来自于2005年收购的WhereOnEarth。</p>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1195724.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41807/" target="_blank">[新闻]洪磊口述:番茄花园如何捆绑流氓软件月入十万</a>]]></description></item><item><title>国家测绘局紧急启动抗震救灾测绘应急保障服务预案</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/13/1195722.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Tue, 13 May 2008 12:28:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/13/1195722.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1195722.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/13/1195722.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1195722.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1195722.html</trackback:ping><description><![CDATA[5月12日，四川省阿坝藏族羌族自治州汶川县发生强烈地震发生后，<a onclick="javascript:tagshow(event, '%B9%FA%BC%D2%B2%E2%BB%E6%BE%D6');" href="javascript:;" target="_self"><u><strong>国家<a onclick="javascript:tagshow(event, '%B2%E2%BB%E6');" href="javascript:;" target="_self"><u><strong>测绘</strong></u></a>局</strong></u></a>立即启动测绘应急保障服务预案，紧急部署抗震救灾测绘保障服务工作。
<p>　　连夜提供<a onclick="javascript:tagshow(event, '%B5%D8%CD%BC');" href="javascript:;" target="_self"><u><strong>地图</strong></u></a>服务。按照党中央国务院要求，及时为中央办公厅、国务院办公厅、国务院应急办送去地图、地形图，连夜赶制了灾区<a onclick="javascript:tagshow(event, '%C8%FD%CE%AC');" href="javascript:;" target="_self"><u><strong>三维</strong></u></a>影像图和三维仿真系统，用于抗震救灾工作部署。正组织力量抓紧制作有关专题地图和基础<a onclick="javascript:tagshow(event, '%B5%D8%C0%ED%D0%C5%CF%A2');" href="javascript:;" target="_self"><u><strong>地理信息</strong></u></a>产品，做好了后续供图准备。</p>
<p>　　发出紧急通知。要求全国测绘系统把抗震救灾作为当前的首要任务，灾区各级测绘部门、各测绘单位在当地党委、政府的领导和统一调配下，为切实保障灾区人民群众生命安全，为把地震灾害造成的损失减少到最低程度做出贡献，全国测绘系统要大力发扬&#8220;一方有难、八方支援&#8221;的精神，积极主动利用测绘成果和高新<a onclick="javascript:tagshow(event, '%BC%BC%CA%F5');" href="javascript:;" target="_self"><u><strong>技术</strong></u></a>为抗震救灾提供有力的服务保障。</p>
<p>　　紧急部署应急测绘工作。已协调安排了3颗高分辨率、雷达<a onclick="javascript:tagshow(event, '%D2%A3%B8%D0');" href="javascript:;" target="_self"><u><strong>遥感</strong></u></a>卫星对准灾区，做好了灾区卫星影像获取准备；调集飞机在南充机场、太平寺机场待命，择天气情况赴灾区<a onclick="javascript:tagshow(event, '%BA%BD%BF%D5%C9%E3%D3%B0');" href="javascript:;" target="_self"><u><strong>航空摄影</strong></u></a>；可用于短距离飞行的<a onclick="javascript:tagshow(event, '%CE%DE%C8%CB%BB%FA');" href="javascript:;" target="_self"><u><strong>无人机</strong></u></a>等飞行器13日分别从贵州、<a onclick="javascript:tagshow(event, '%B1%B1%BE%A9');" href="javascript:;" target="_self"><u><strong>北京</strong></u></a>抵川，作为航空摄影备份方案；有关测绘人员和<a onclick="javascript:tagshow(event, '%C6%E4%CB%FB');" href="javascript:;" target="_self"><u><strong>其他</strong></u></a>先进测绘技术装备已经集结完毕，13日晚将赴灾区实施航空摄影、数据处理和实地测量等工作，全力服务抗震救灾、灾情评估和灾后重建。</p>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1195722.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41807/" target="_blank">[新闻]洪磊口述:番茄花园如何捆绑流氓软件月入十万</a>]]></description></item><item><title>南京太亚科技有限责任公司招聘信息</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/11/1192231.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Sun, 11 May 2008 06:39:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/11/1192231.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1192231.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/11/1192231.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1192231.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1192231.html</trackback:ping><description><![CDATA[<strong><font face="宋体 "><font style="font-size: 13.5pt">南京太亚科技有限责任公司</font></font></strong><br />
<strong><font color="#1b75b4"><font face="宋体 "><font face="Verdana "><font style="font-size: 11pt">招聘岗位：软件开发工程师</font></font><font style="font-size: 9.5pt"></font></font></font></strong><br />
<font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">招聘人数：</font></font></font><font style="font-size: 9.5pt">3</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">人</font></font></font><font style="font-size: 9.5pt"> </font><br />
<strong><font face="宋体 "><font style="font-size: 9.5pt">岗位要求：</font></font></strong><font style="font-size: 9.5pt"></font><br />
<font style="font-size: 9.5pt">1</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">、计算机或</font></font></font><font style="font-size: 9.5pt">GIS</font><font face="宋体 "><font face="Verdana "><font style="font-size: 9.5pt">专业本科以上学历；</font></font><font style="font-size: 9.5pt"></font></font><br />
<font style="font-size: 9.5pt">2</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">、具有丰富的</font></font></font><font style="font-size: 9.5pt">GIS</font><font face="宋体 "><font face="Verdana "><font style="font-size: 9.5pt">软件开发经验，能编写技术开发方案者优先；</font></font><font style="font-size: 9.5pt"></font></font><br />
<font style="font-size: 9.5pt">3</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">、至少掌握一门编程语言，如</font></font></font><font style="font-size: 9.5pt">C#</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">、</font></font></font><font style="font-size: 9.5pt">Java</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">、</font></font></font><font style="font-size: 9.5pt">Delphi</font><font face="宋体 "><font face="Verdana "><font style="font-size: 9.5pt">等开发语言；</font></font><font style="font-size: 9.5pt"></font></font><br />
<font style="font-size: 9.5pt">4</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">、熟悉</font></font></font><font style="font-size: 9.5pt">GIS</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">开发技术，掌握</font></font></font><font style="font-size: 9.5pt">ArcGIS</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">、</font></font></font><font style="font-size: 9.5pt">ArcObject</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">、</font></font></font><font style="font-size: 9.5pt">ArcSDE</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">及</font></font></font><font style="font-size: 9.5pt">ArcIMS</font><font face="宋体 "><font face="Verdana "><font style="font-size: 9.5pt">等软件；</font></font><font style="font-size: 9.5pt"></font></font><br />
<font style="font-size: 9.5pt">5</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">、掌握</font></font></font><font style="font-size: 9.5pt">Oracle</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">或</font></font></font><font style="font-size: 9.5pt">SQLServer</font><font face="宋体 "><font face="Verdana "><font style="font-size: 9.5pt">等数据库软件；</font></font><font style="font-size: 9.5pt"></font></font><br />
<font style="font-size: 9.5pt">6</font><font face="宋体 "><font face="Verdana "><font style="font-size: 9.5pt">、为人诚信，工作积极主动，有主见，具有创新精神、良好的心理素质及团队协作精神；</font></font><font style="font-size: 9.5pt"></font></font><br />
<font style="font-size: 9.5pt">7</font><font face="宋体 "><font style="font-size: 9.5pt">、有较好的英文阅读能力。</font></font><font style="font-size: 9.5pt"></font><br />
<font face="Times New Roman "></font><br />
<font face="宋体 "><font face="Verdana "><font style="font-size: 9.5pt">以上岗位工作地点在南京，欢迎来电或来访。</font></font><font style="font-size: 9.5pt"></font></font><br />
<font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">联系电话：</font></font></font><font style="font-size: 9.5pt">025-58744900 <br />
</font><br />
<font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">有意向者请把简历发到</font></font></font><font style="font-size: 9.5pt"> <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#110;&#106;&#119;&#97;&#110;&#103;&#98;&#105;&#108;&#108;&#64;&#116;&#111;&#109;&#46;&#99;&#111;&#109;"><font color="#0000ff">zhuwx@pacia.cn</font></a></font><font face="宋体 "><font face="Verdana "><font style="font-size: 9.5pt">。</font></font></font><br />
<font face="宋体 "><br />
</font><font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">说明：</font></font></font><br />
<font face="Verdana "><font style="font-size: 9.5pt"><font face="宋体 ">简历请注明可参加面试和到岗时间及薪金要求。</font></font></font><br />
<img src ="http://www.cnblogs.com/njlhb/aggbug/1192231.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41813/" target="_blank">[新闻]2008年8月21日IT博客精选：盖茨复出？</a>]]></description></item><item><title>湖北省黄石市民防局招聘</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/10/1191201.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Sat, 10 May 2008 06:04:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/10/1191201.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1191201.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/10/1191201.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1191201.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1191201.html</trackback:ping><description><![CDATA[为适应新形势下民防信息化建设快速发展需要，进一步加快黄石民防信息化建设步伐，经市人事局同意，黄石市民防办公室现面向社
<p><span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>会公开招聘三名相关专业技术人才。具体要求如下： <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>一、招聘人数：3名 <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>二、性别：男 <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>三、学历：全日制硕士研究生及以上 <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>四、年龄：30岁以下。其中，信息化研究中心主任（副主任），年龄可适当放宽至35岁以下。 <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>五、专业要求： <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>（一）黄石市民防信息化研究中心主任（副主任）1名 <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>要求：1、计算机或地理信息系统相关专业重点大学硕士及以上学历； <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>2、具备两年以上计算机软件开发经验，有大型软件项目经验，熟练掌握计算机图形学和面向对象分析设计技术，对虚拟现实、视景仿真技术有一定了解；熟悉OpenGL或D3D开发；熟悉Vega或VTree任一仿真平台；熟练编写软件开发文档，熟练阅读英文资料； <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>3、身体健康，具有较强的组织协调及管理能力，有实践工作经验者优先。 <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>（二）多媒体制作、三维动画制作相关专业技术人员1名 <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>要求：1、有一定的艺术鉴赏能力；熟练运用多媒体制作软件；熟悉各类文本编辑与录入软件、图形和图像编辑与处理软件、音频编辑与处理软件 、视频编辑与处理软件、动画编辑软件等的应用； <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>2、身体健康，有相关实践工作经验者优先。 <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>（三）通信信息系统或电气工程及自动化相关专业技术人员1名 <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>要求：1、通信信息系统相关专业技术人员需具备扎实的计算机科学知识，熟练掌握网络通信技术及信息处理技术，具备计算机软件、硬件、网络、通信设备的综合知识；具有地理信息（GIS）相关专业背景，有扎实的GIS应用基础；具备信息管理及信息系统设计、管理和评价等方面知识与能力； <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>2、电气工程及自动化相关专业技术人员需具有扎实的数学、物理和电气信息基础知识，具备电路原理、电子技术及计算机原理及应用、计算机软件基础等相关专业知识；熟练掌握信号系统与信号处理、微机原理及接口技术、自动控制等相关知识及技能； <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>3、身体健康，有相关实践工作经验者优先。<br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>六、优惠条件： <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>（一）以上岗位应聘人员一经录用，解决事业编制，享受财政拨款。 <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>（二） 硕士研究生录用人员，一年试用期满，享受副科级待遇；信息化研究中心主任（副主任），一年试用期满，视工作实际情况，享受正科级待遇。 <br />
<span class="zp_c14a">&nbsp;&nbsp;&nbsp;&nbsp;</span>（三）免费提供100m2左右周转用住房一套。 <br />
<strong>联系地址：湖北省黄石市发展大道98号 <br />
&nbsp;&nbsp;&nbsp;&nbsp;邮&nbsp;&nbsp;&nbsp;&nbsp;编：435000<br />
&nbsp;&nbsp;&nbsp;&nbsp;联&nbsp;系&nbsp;人：黄石市民防局&nbsp;&nbsp;秘书科&nbsp;&nbsp;李潇 <br />
&nbsp;&nbsp;&nbsp;&nbsp;联系电话：0714——3282013<br />
&nbsp;&nbsp;&nbsp;&nbsp;简历投递邮箱：lhlihuan@163.com</strong></p>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1191201.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41812/" target="_blank">[新闻]微软宣布将斥资1亿美元购买Novell证书</a>]]></description></item><item><title>行为主义学派地理学-----南大某男生心目中的南京高校地图</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/09/1190487.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Fri, 09 May 2008 11:30:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/09/1190487.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1190487.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/09/1190487.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1190487.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1190487.html</trackback:ping><description><![CDATA[<img onmouseover="try{Net.BBS.img(this,0)}catch(e){}" title="出于视觉效果考虑,此图片已缩小;点击图片打开原图" style="cursor: pointer" onclick="try{Net.BBS.img(this,2)}catch(e){}" alt="出于视觉效果考虑,此图片已缩小;点击图片打开原图" src="http://bbs.nju.edu.cn/file/Pictures/foxtaugh1210250105.jpg" width="834" onload="try{Net.BBS.img(this,0)}catch(e){}" border="0" resized="true" /><br />
<br />
最近行为主义学派地理学大行其道<br />
先有上海、北京人眼中的中国<br />
后有北大mm心目中的北京高校地图<br />
现绘制南大男生心目中南京高校地图一张<br />
<img src ="http://www.cnblogs.com/njlhb/aggbug/1190487.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41811/" target="_blank">[新闻]携程谷歌将联合发旅游榜单</a>]]></description></item><item><title>滁州学院成为全国GIS应用水平考试安徽考区唯一考点</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/08/1188911.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Thu, 08 May 2008 12:28:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/08/1188911.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1188911.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/08/1188911.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1188911.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1188911.html</trackback:ping><description><![CDATA[全国信息化工程师——<a onclick="javascript:tagshow(event, 'GIS');" href="javascript:;" target="_self"><u><strong>GIS</strong></u></a>（<a onclick="javascript:tagshow(event, '%B5%D8%C0%ED%D0%C5%CF%A2');" href="javascript:;" target="_self"><u><strong>地理信息</strong></u></a>系统）应用水平<a onclick="javascript:tagshow(event, '%BF%BC%CA%D4');" href="javascript:;" target="_self"><u><strong>考试</strong></u></a>安徽考区唯一考点近日落户滁州学院国土信息工程系。
<p>&nbsp;&nbsp;&nbsp;&nbsp; GIS是一门交叉学科，有着广泛的应用领域。为促进我国GIS产业更好地发展，国家已经将GIS产业列入了《中国国民经济与社会发展第十一个五年规划纲要》。GIS应用水平考试是由信息产业部电子人才交流中心与教育部地理系统软件及其应用工程研究中心，联合推行的国家级GIS行业专业<a onclick="javascript:tagshow(event, '%BC%BC%CA%F5');" href="javascript:;" target="_self"><u><strong>技术</strong></u></a>水平考试，已经被纳入全国信息化工程师项目（NCIE）考试体系，项目全称&#8220;全国信息化工程师——GIS应用水平&#8221;，简称&#8220;全国GIS应用水平考试&#8221;。</p>
<p>&nbsp;&nbsp;&nbsp; &nbsp; 全国GIS应用水平考试以企事业专业技术人员、GIS行业从业人员、大中专院校在校学生为对象，依托国家权威GIS研究机构、国际知名GIS企业、国内众多高校和科研院所的教育资源优势，旨在为国家建立一套客观有效的GIS人才考核标准及评价体系。</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp; 滁州学院国土信息工程系在安徽省最早开设GIS专业，并于2001年招收了54名安徽省首批GIS专业专科生，他们2004年毕业时也成为安徽省首届GIS专业毕业生；2004年开始招收GIS专业本科生。供不应求的GIS专业就业市场，使该系GIS专业毕业生就业率一直几近100%。该系在GIS专业的教学过程中，十分注重实践环节的教学，成立了GIS实验室，并积极为地方经济社会建设服务，承担了数十项省、市级产学研合作项目。2005年GIS实验室被教育部GIS软件及其应用工程研究中心、高校地理信息系统论坛组委会授予&#8220;MAPGIS工程中心实验室&#8221;，2006年GIS实验室又被教育部GIS软件及其应用工程研究中心评为&#8220;MAPGIS优秀实验室&#8221;。</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp; 正是鉴于以上优秀的GIS专业教学、科研成绩，滁州学院国土信息工程系经考察被批准为全国GIS应用水平考试项目的合作单位，成为安徽考区的唯一考点，全权负责安徽考区考试、培训的组织与实施。</p>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1188911.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41810/" target="_blank">[新闻]商刊:Google不可能永远领先 微软寄希望于时间</a>]]></description></item><item><title>“5·8” 北约轰炸我驻南联盟大使馆九年祭</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/08/1188899.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Thu, 08 May 2008 12:23:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/08/1188899.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1188899.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/08/1188899.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1188899.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1188899.html</trackback:ping><description><![CDATA[今天5月8日，是北约轰炸我驻南联盟大使馆造成人员伤亡九年祭。<br />
　　　　九年前，邵云环、许杏虎、朱颖惨死于美军精确制导导弹的攻击。北京、上海、广州、成都、沈阳&#8230;&#8230;成千上万青年学生满怀悲愤，强烈抗议以美国为首的北约野蛮暴行，更多民众第一次通过互联网集中表达自己的爱国热情，著名的&#8220;强国论坛&#8221;应运而生。今天，在热盼奥运之际，我们则并非情愿地置身另一场抗议浪潮，反对某些西方势力歪曲事实、支持藏独、破坏奥运。历史的吊诡在于，九年过去了，我们仍不得不采取相似的方式，抵抗西方的打压与挑衅、傲慢与偏见。<br />
　　<br />
　　　　我们依然不能被理解。有人指责我们采用民族主义的动员方式，&#8220;中国正处在一个令人感到惊恐的情绪中，上千的中国人挥舞着排外的拳头，这样的景象显示一个国家在通往超级大国的路上有可能会出现一股比一些乐观人士估计的更危险的力量&#8221;。类似的指责其实预设了两个前提：民众情绪是被人为操控的；民族主义是一种落后的价值观。<br />
　　<br />
　　　　然而过去一个多月的事实是，互联网作为抗议浪潮的主要载体，许多网民更倾向采取激烈的表达方式，反倒是有关政府部门不断呼吁克制与理性。我们要开奥运会，又有哪个主人希望把自己家变成失火的天堂？这不符合逻辑。<br />
　　<br />
　　　　值得辨析的是，到底什么是民族主义，什么又是爱国主义？早有人指出，西方国家特别是美国，往往在这个问题上采取双重标准：当它们自己受到攻击被迫寻求国民认同时候，它们说这是爱国主义；当中国等国家面临类似处境的时候，它们却说这是民族主义。<br />
　　<br />
　　　　我们都是民族国家，我们希望知道的是，这世界上到底有没有可以完全抛开民族情感的爱国主义？如果有，请告诉我们那是什么？<br />
　　<br />
　　　　的确，我们也认同，如果民族情感由于外力刺激而走上仇外、自我封闭乃至暴力的轨道，毫无疑问它就是负面的，这方面我们不是没有历史教训。这次抗议浪潮中，也的确出现了一些过激言论，有的还很极端。但主流是什么？更多的网民依然抱着寻求与西方沟通、理解的态度，我们期望澄清的仅仅是事实，以及基于这些事实所做出的符合逻辑的判断。仅凭网上只言片语的过激言论和少数情绪化的&#8220;抵制&#8221;言行，是否就要招致所谓民族主义的指责？那么，我们是否也可以因为美国国宝级歌手布鲁斯&#183;斯普林斯汀在《生于美国》中唱&#8220;To go and to kill a yellow man&#8221;，或者由于别的什么歌手在海湾战争中高唱&#8220;Killing an Arab&#8221;，而同样指责美国人玩弄民族主义？至少我们没有学着CNN主持人卡弗蒂的语气说过去二百年来美国人都是&#8220;一群暴徒&#8221;。因为我们理解，个别人表达的权利，跟一个国家一个民族的总体&#8220;光谱&#8221;是两回事；我们反对的是盲人摸象式的误读。<br />
　　<br />
　　　　说爱国主义也好说民族情感也好，我们必须正视并且珍视它在中国的现实存在。由于一百多年屈辱的历史记忆，每个中国人都希望自己国家走向富强，在世界上取得应有的地位，而爱国主义和民族情感既是这些诉求的源头，也是表达这些诉求的一个重要途径，过去如此，今天如此，未来仍将如此。我们身处的世界、每个人内心的情感，都是丰富的多层次的——我们认同当今世界通行的游戏规则，比如WTO、环保、国际法体系，但我们并不认为它们构成了沟通渠道的全部；当内心最深沉的情感被触动的时候，我们也会径直发出自己最真切的声音。<br />
　　<br />
　　　　只不过我们知道，民族感情和爱国热情，如果我们期望它走向一个健康、光明的未来，就必须导向建设性轨道，从而完成它自身的升华。而不是像美国政府一样，通过寻找一些子虚乌有的证据，将&#8220;9&#183;11&#8221;遇袭的怒气，倾泻在它一直不喜欢的萨达姆政权头上。那么，今天我们面临的契机，就是办好奥运会，用开放的心态，用脚踏实地的行动，把我们内心的激情转化为看得见的成绩。我们要求别人理解我们，我们也同样要用行动去赢得别人的理解与尊重。<br />
　　<br />
　　　　我们吃比萨饼、汉堡包，穿Nike，看NBA和欧冠，也用iPod。&#8220;最国际化的一代&#8221;，也是&#8220;最爱国的一代&#8221;。我们是改革开放的同龄人，伴随着祖国经济起飞而成长，我们的命运与祖国的命运息息相关。&#8220;因为爱着你的爱，梦着你的梦，所以悲伤着你的悲伤，幸福着你的幸福&#8221;，对于我们，爱国不需要说教、不需要动员。我们努力成为真正融入世界的一代，懂得合理合法的游戏规则，了解自己的诉求和行为底线，&#8220;荣幸地以中华民族一员的资格，而成为世界公民&#8221;（邓小平）。<br />
　　<br />
　　　　因此，当这种热情和激情转化为举办一届最好的奥运会，转化为中国明天呈现给全世界的形象，那时候，请完全不必惊讶。　<br />
<img src ="http://www.cnblogs.com/njlhb/aggbug/1188899.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41810/" target="_blank">[新闻]商刊:Google不可能永远领先 微软寄希望于时间</a>]]></description></item><item><title>火炬在广东传递的壮观景象</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/08/1188897.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Thu, 08 May 2008 12:22:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/08/1188897.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1188897.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/08/1188897.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1188897.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1188897.html</trackback:ping><description><![CDATA[<img onmouseover="try{Net.BBS.img(this,0)}catch(e){}" onclick="try{Net.BBS.img(this,2)}catch(e){}" alt="http://bbs.nju.edu.cn/file/Pictures/12101822502.jpg" src="http://bbs.nju.edu.cn/file/Pictures/12101822502.jpg" onload="try{Net.BBS.img(this,0)}catch(e){}" border="0" /><br />
<br />
<img onmouseover="try{Net.BBS.img(this,0)}catch(e){}" onclick="try{Net.BBS.img(this,2)}catch(e){}" alt="http://bbs.nju.edu.cn/file/Pictures/12101822431.jpg" src="http://bbs.nju.edu.cn/file/Pictures/12101822431.jpg" onload="try{Net.BBS.img(this,0)}catch(e){}" border="0" /><font style="background-color: #cce8cf" face="Verdana">&nbsp;</font><br />
<br />
<img src ="http://www.cnblogs.com/njlhb/aggbug/1188897.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41810/" target="_blank">[新闻]商刊:Google不可能永远领先 微软寄希望于时间</a>]]></description></item><item><title>中国农业大学爱国“灯光秀”</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/08/1188878.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Thu, 08 May 2008 12:11:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/08/1188878.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1188878.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/08/1188878.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1188878.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1188878.html</trackback:ping><description><![CDATA[爱国&#8220;灯光秀&#8221; <br />
　　用灯光拼出&#8220;爱中国&#8221;的造型。4月29日晚，中国农业大学东校区男生宿舍楼上演了一<br />
场&#8220;灯光秀&#8221;。 <br />
　　当晚22时30分，男生宿舍楼突然集体&#8220;熄火&#8221;。还没等大家反应过来，部分寝室再次<br />
亮灯，一个漂亮的中国印造型就在学生们的惊呼中点亮。接着，五环、祥云、笑脸、倒&#8220;<br />
福&#8221;字等21组灯光组合相继映入大家的视野。&#8220;灯&#8221;光片持续了约半小时，最后以&#8220;爱中<br />
国&#8221;和&#8220;我爱中国地图&#8221;的造型落下了帷幕。 <br />
　　当晚22时，三百多名学生就早早赶到男生宿舍楼前。他们或坐或站，目光的焦点都放<br />
在男生宿舍楼上。22时30分，宿舍广播传出一声号令，整栋楼集体&#8220;熄火&#8221;，陷入黑暗中<br />
。 <br />
　　还没等大家反应过来，部分寝室再次亮灯，一个漂亮的中国印造型就在学生们的惊呼<br />
中点亮。 <br />
　　接着，五环、祥云、笑脸、倒&#8220;福&#8221;字，还有2007年各国GDP生产总值的柱状图、福娃<br />
欢欢和中国地图等21组灯光组合相继映入大家的视野。 <br />
　　记者看到，灯光共有红、绿、紫、白四种颜色，每隔一分钟，画面会自动切换。在灯<br />
光片变换的过程中，活动的协助者宋鑫，还通过广播向在场的同学讲解每幅图案所表达的<br />
含义。 <br />
　　&#8220;嘿，这是两人在摔跤，还弄了个动画片呢！&#8221;一位同学说。记者看到，窗户灯光组<br />
成两个简易的人物线条，两人先摆出准备摔跤的动作，之后第二副画面两人就&#8220;扭&#8221;在了<br />
一起，颇为神似。 <br />
　　据了解，这次活动由农业大学动物医学院0703班的30名同学自发组织，动用了男生宿<br />
舍王子楼南侧280个宿舍，共1680名同学参与。 <br />
　　学生们用彩色皱纹纸缠住灯管，造出彩色灯光。每个宿舍都有一份独特制定的&#8220;指令<br />
表&#8221;，按照宿舍广播通知进行开关等控制。 <br />
　　&#8220;策划这活动用了50多天，&#8221;活动负责人余希波同学说，举办这次活动的初衷就是表<br />
达大学生支持奥运的心情，号召同学们理性爱国。 <br />
　　&#8220;灯&#8221;光片持续了约半小时，最后在同学们热烈的欢呼声中，以文字&#8220;桃心 中国&#8221;和<br />
我爱中国地图的造型落下了帷幕。(作者：张宁) <br />
<br />
<img onmouseover="try{Net.BBS.img(this,0)}catch(e){}" onclick="try{Net.BBS.img(this,2)}catch(e){}" alt="http://bbs.nju.edu.cn/file/N/nickyhd/1.jpg" src="http://bbs.nju.edu.cn/file/N/nickyhd/1.jpg" onload="try{Net.BBS.img(this,0)}catch(e){}" border="0" /><br />
<img onmouseover="try{Net.BBS.img(this,0)}catch(e){}" onclick="try{Net.BBS.img(this,2)}catch(e){}" alt="http://bbs.nju.edu.cn/file/N/nickyhd/2.jpg" src="http://bbs.nju.edu.cn/file/N/nickyhd/2.jpg" onload="try{Net.BBS.img(this,0)}catch(e){}" border="0" /><br />
<img onmouseover="try{Net.BBS.img(this,0)}catch(e){}" onclick="try{Net.BBS.img(this,2)}catch(e){}" alt="http://bbs.nju.edu.cn/file/N/nickyhd/3.jpg" src="http://bbs.nju.edu.cn/file/N/nickyhd/3.jpg" onload="try{Net.BBS.img(this,0)}catch(e){}" border="0" /><br />
<img onmouseover="try{Net.BBS.img(this,0)}catch(e){}" onclick="try{Net.BBS.img(this,2)}catch(e){}" alt="http://bbs.nju.edu.cn/file/N/nickyhd/4.jpg" src="http://bbs.nju.edu.cn/file/N/nickyhd/4.jpg" onload="try{Net.BBS.img(this,0)}catch(e){}" border="0" /><br />
--<br />
<img src ="http://www.cnblogs.com/njlhb/aggbug/1188878.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41810/" target="_blank">[新闻]商刊:Google不可能永远领先 微软寄希望于时间</a>]]></description></item><item><title>全国数字城市地理空间框架建设工作会议在嘉兴成功召开</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/07/1187355.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Wed, 07 May 2008 12:10:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/07/1187355.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1187355.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/07/1187355.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1187355.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1187355.html</trackback:ping><description><![CDATA[4月28日，全国<a onclick="javascript:tagshow(event, '%CA%FD%D7%D6%B3%C7%CA%D0');" href="javascript:;" target="_self"><u><strong>数字城市</strong></u></a><a onclick="javascript:tagshow(event, '%B5%D8%C0%ED%BF%D5%BC%E4%BF%F2%BC%DC');" href="javascript:;" target="_self"><u><strong>地理空间框架</strong></u></a>建设工作会议在地嘉兴成功召开。会议的主题是：总结交流数字城市地理空间框架建设试点工作经验，展示试点工作成果，明确推广工作思路和目标，研究、讨论有关措施，部署下阶段工作。来自全国30个城市的主管副市长等市政府领导，城市有关部门领导，各省、自治区、直辖市<a onclick="javascript:tagshow(event, '%B2%E2%BB%E6');" href="javascript:;" target="_self"><u><strong>测绘</strong></u></a>行政主管部门负责人，以及有关代表共计240余人出席会议。
<p>　　李维森副局长作了&#8220;面向城市信息化发展，加快推进数字城市地理空间框架建设与应用&#8221;的讲话，他全面总结了前期的试点工作，对取得的成绩给予了充分肯定：为城市政府的科学决策和信息化管理提供支撑；促进信息资源的共享利用，避免了重复投入和浪费；建立了中央、省和城市政府三级互动的工作机制；科技创新、完善标准，培养造就了一批专业人才。潜江等4个城市以及山东、广东等2个省级测绘行政主管部门的代表作了大会交流发言，中国测绘科学研究院李成名博士作了主题<a onclick="javascript:tagshow(event, '%BC%BC%CA%F5');" href="javascript:;" target="_self"><u><strong>技术</strong></u></a>报告，各位代表在分组讨论期间就推进数字城市地理空间框架建设应用进行了充分交流，大家从城市管理、履行基础测绘职能以及基础<a onclick="javascript:tagshow(event, '%B5%D8%C0%ED%D0%C5%CF%A2');" href="javascript:;" target="_self"><u><strong>地理信息</strong></u></a>服务等角度，对开展框架建设应用工作给予了充分的肯定，对进一步加快推进提出了许多好的意见和建议。特别值得说明的是：嘉兴等5个城市在会议上对试点建设应用成果做了精彩的演示，使与会代表看到了地理信息公共平台现实应用，突出了地理空间框架对城市管理服务和信息化发展的基础性作用，与会代表深受鼓舞与启发，对进一步加快推进数字城市地理空间框架建设应用工作有了更坚定的信心。</p>
<p>　　李维森副局长在讲话中对下阶段的推广工作提出了明确的目标：按照&#8220;政府主导，统筹规划；需求牵引，科技推动；统一标准，资源共享；注重应用，平衡发展&#8221;的原则，到&#8220;十一五&#8221;末，基本完成120个左右城市的地理空间框架建设，建立城市权威统一的地理信息公共平台；1/3的政府部门以公共平台为基础，建立业务管理应用系统。到2015年，基本完成全国地级以上城市地理空间框架的建设与应用，使城市建设与管理的信息化水平得到明显提升，为市政府科学决策提供可靠的空间信息保障。为保证以上目标的实现，李维森副局长在讲话中提出了下阶段工作措施和要求：第一，要统一思想，提高认识；第二，要完善管理机制，强化框架建设与运行的统筹协调；第三，要采取有力措施，确保推广计划的贯彻和落实；第四，要加强科技创新，深化建设成果在城市管理中的应用。</p>
<p>　　这次会议体现了<a onclick="javascript:tagshow(event, '%B9%FA%BC%D2%B2%E2%BB%E6%BE%D6');" href="javascript:;" target="_self"><u><strong>国家测绘局</strong></u></a>对开展数字城市地理空间框架建设应用工作的高度重视，体现了城市人民政府对框架建设工作迫切需求，体现了各级测绘行政主管部门的积极态度与做好这项工作的信心和决心。</p>
<p>　　这次会议内容精彩丰富，目标明确务实，是一次统一思想、提高认识的会议，是一次明确任务、部署工作的会议，也是一次交流经验、相互学习的会议。会议开得圆满成功，达到了预期的目标。<br />
</p>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1187355.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41809/" target="_blank">[新闻]微软下周四将发布IE 8 Beta 2,正式版将于11月推出</a>]]></description></item><item><title>中国治理谷歌等公司的违法违规互联网地图服务</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/07/1187352.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Wed, 07 May 2008 12:09:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/07/1187352.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1187352.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/07/1187352.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1187352.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1187352.html</trackback:ping><description><![CDATA[中国官方媒体报导，为维护国家机密及领土完整，中国政府已开始对<a onclick="javascript:tagshow(event, '%B9%C8%B8%E8');" href="javascript:;" target="_self"><u><strong>谷歌</strong></u></a>(<a onclick="javascript:tagshow(event, 'Google');" href="javascript:;" target="_self"><u><strong>Google</strong></u></a> Inc., GOOG)、搜狐公司(Sohu.com Inc., SOHU)等互联网巨头的互联网<a onclick="javascript:tagshow(event, '%B5%D8%CD%BC');" href="javascript:;" target="_self"><u><strong>地图</strong></u></a>服务进行专项治理。
<p>　　《人民日报》周一报导称，<a onclick="javascript:tagshow(event, '%B9%FA%BC%D2%B2%E2%BB%E6%BE%D6');" href="javascript:;" target="_self"><u><strong>国家<a onclick="javascript:tagshow(event, '%B2%E2%BB%E6');" href="javascript:;" target="_self"><u><strong>测绘</strong></u></a>局</strong></u></a>(State Bureau of Surveying and Mapping)副局长闵宜仁表示，政府将治理整顿那些错误标识中国疆域或泄露<a onclick="javascript:tagshow(event, '%BE%FC%CA%C2');" href="javascript:;" target="_self"><u><strong>军事</strong></u></a>机密的互联网地图。</p>
<p>　　据报导，这项治理行动已于4月份开始，并将持续至年底。</p>
<p>　　闵宜仁列举了5个主要问题：一是把中国大片领土标到国外；二是漏绘中国南海诸岛、钓鱼岛、赤尾屿等重要岛屿；三是把中国领土台湾按独立国家表示或者漏绘台湾岛；四是错绘中国行政区域界线，擅自发布重要地理标志信息；五是把一些敏感的、不宜公开的、甚至是涉及国家秘密的相关信息标注在地图上。</p>
<p>　　此前的媒体报导援引闵宜仁的话称，中国有将近10,000个违法违规地图网站。</p>
<p>　　《人民日报》称，接受调查的公司包括美国互联网巨头谷歌、中国的搜狐公司及百度在线网络<a onclick="javascript:tagshow(event, '%BC%BC%CA%F5');" href="javascript:;" target="_self"><u><strong>技术</strong></u></a>公司(Baidu.com Inc., BIDU)等。在这篇报导中，政府媒体首次明确点名了可能存在违法违规行为的公司。</p>
<p>　　报导称，包括国家测绘局、外交部(Ministry of Foreign Affairs)、公安部(Ministry of Public Safety)、工业和信息化部(Ministry of Industry and Information)等八个部门联手开展了这个专项治理行动。</p>
<p>　　中国去年以国家安全为由开始限制外国机构的测绘和调查活动。<br />
</p>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1187352.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41809/" target="_blank">[新闻]微软下周四将发布IE 8 Beta 2,正式版将于11月推出</a>]]></description></item><item><title>地理信息系统明年将服务全运会</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/07/1187350.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Wed, 07 May 2008 12:07:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/07/1187350.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1187350.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/07/1187350.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1187350.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1187350.html</trackback:ping><description><![CDATA[新华网山东频道5月6日电（雒宸）5月6日上午，第十一届全国运动会组委会对外发布，作为高新技<!--adv_content-->术的<a onclick="javascript:tagshow(event, '%B5%D8%C0%ED%D0%C5%CF%A2%CF%B5%CD%B3');" href="javascript:;" target="_self"><u><strong><a onclick="javascript:tagshow(event, '%B5%D8%C0%ED%D0%C5%CF%A2');" href="javascript:;" target="_self"><u><strong>地理信息</strong></u></a>系统</strong></u></a>明年将首次全面服务<a onclick="javascript:tagshow(event, '%C8%AB%D4%CB%BB%E1');" href="javascript:;" target="_self"><u><strong>全运会</strong></u></a>。
<p align="center"><a href="http://www.3snews.net/batch.download.php?aid=3453" target="_blank"><img src="http://www.3snews.net/attachments/2008/05/2_200805070914531.jpg" border="0"  alt="" /></a></p>
<p align="center">山东省政府副秘书长司安民为济南市勘察<a onclick="javascript:tagshow(event, '%B2%E2%BB%E6');" href="javascript:;" target="_self"><u><strong>测绘</strong></u></a>研究院院长刘东玉（右）授牌</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;　济南市勘察测绘研究院被第十一届全运会组委会指定为地理信息服务机构，享有十一届全运会<a onclick="javascript:tagshow(event, '%B5%D8%CD%BC');" href="javascript:;" target="_self"><u><strong>地图</strong></u></a>产品和专题地理信息系统的特许经营权。该院组织<a onclick="javascript:tagshow(event, '%BF%AA%B7%A2');" href="javascript:;" target="_self"><u><strong>开发</strong></u></a>的全运会专题地理信息系统主要包括<a onclick="javascript:tagshow(event, '%B5%E7%D7%D3%B5%D8%CD%BC');" href="javascript:;" target="_self"><u><strong>电子地图</strong></u></a>网站、地图册和图集、光盘三大部分。该系统将为全运会打造多元化的<a onclick="javascript:tagshow(event, '%D7%DB%BA%CF');" href="javascript:;" target="_self"><u><strong>综合</strong></u></a>地理信息服务，可提供电子地图、驾驶<a onclick="javascript:tagshow(event, '%B5%BC%BA%BD');" href="javascript:;" target="_self"><u><strong>导航</strong></u></a>、公交换乘方案，运动场馆、管理机构、代表团驻地和周边设施等地理信息服务，十一运会赛事安排、道路交通、旅游景点、餐饮娱乐、休闲购物等各项便捷指引服务。该系统还将显示实时路况信息、动态气象信息等。<br />
来源：<font style="background-color: #cce8cf" face="Verdana">http://www.3snews.net/html/79/n-18379.html</font><br />
</p>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1187350.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41809/" target="_blank">[新闻]微软下周四将发布IE 8 Beta 2,正式版将于11月推出</a>]]></description></item><item><title>安装Oracle10.1G时出现“无法确定主机的IP地址时产生该异常错误”。</title><link>http://www.cnblogs.com/njlhb/archive/2008/05/06/1185830.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Tue, 06 May 2008 13:01:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/05/06/1185830.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1185830.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/05/06/1185830.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1185830.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1185830.html</trackback:ping><description><![CDATA[昨天在安装oracle10g时遇到了从未遇到的一个错误:无法确定主机的IP地址时产生异常错 误。想了很多办法一直未得解决，搜了一下网上的相关信息也了了无几，看来只有自己想办法了。联想到ORACLE在用Net Configuraton配置网络服务名时需要取系统的IP地址，而如果网络不通的话一般会取机器名，突然想到是不是无法解析机器名的原因，于是马上动手 尝试通过修改c:\windows\system32\drivers\etc\hosts文件来手动解析，加入如下：<br />
127.0.0.1 localhost<br />
192.168.0.160 mycomputername<br />
192.168.0.160 是我的本机IP，mycomputername是我的机器名，再次安装顺利通过。<br />
<img src ="http://www.cnblogs.com/njlhb/aggbug/1185830.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41808/" target="_blank">[新闻]Ubuntu老大手下得力干将被Mozilla挖角</a>]]></description></item><item><title>详细讲解如何编辑SDE数据</title><link>http://www.cnblogs.com/njlhb/archive/2008/04/30/1178159.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Wed, 30 Apr 2008 12:48:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/04/30/1178159.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1178159.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/04/30/1178159.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1178159.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1178159.html</trackback:ping><description><![CDATA[<font size="2"><font color="#000000">很多刚入门的朋友对SDE数据并不太了解，接二连三的在社区里面发问，有时也得不到很好的解答，对此懒羊羊也深感同情。想到刚入门时的痛苦，懒羊羊决定抽写时间出来详细的讲述如何去编辑SDE数据，希望可以跟广大新手一同成长，度过入门的艰难时期。如有错误或表述含糊的地方，还请众高手指正。</font><br />
<font color="#000000">SDE矢ESRI开发的一个空间数据引擎，能够利用文件数据库良好的管理优势去管理数据的图形和属性。AccessDatabase 与后来的 FileGeoDataBase同样也能够很好的管理数据，但是与SDE数据库最大差别是它们不支持多用户同时编辑，也就是SDE的版本技术。虽然大家都知道这些，但是懒羊羊还是要顺便提一下。</font><br />
<font color="#000000">很多人第一次接触SDE数据的时候思想可能还停留在对shp文件或是MDB文件的操作上面。事实上它们大部分的操作时一致的，但接入的方式有所不同。由于SDE多了一个版本的控制，所以在数据的载入与打开FeatureClass的时候有很大的差别。下面开始转入正题，讲述一下如何对SDE数据进行操作。</font><br />
</font><font size="2"><font color="#000000">1.<br />
</font><font color="#000000">打开SDE数据。</font><br />
<font color="#000000">SDE数据一定要使用工作空间工厂去初始化工作空间，在工作空间打开FeatureClass，这是最常规的操作。下面通过一段C#代码连接SDE，打开并返回一个</font><font color="#000000"><font style="font-size: 10pt">IWorkspace</font><font style="font-size: 10pt">。</font><font style="font-size: 10pt"></font></font></font><br />
<p align="left"><font style="font-size: 10pt">public</font><font style="font-size: 10pt"><font color="#000000"> IWorkspace FindWsByDefault()</font></font></p>
<br />
<p align="left"><font style="font-size: 10pt"><font color="#000000"><br />
{</font></font></p>
<br />
<p align="left"><font style="font-size: 10pt"><font color="#000000"><br />
IPropertySet propSet = </font><font color="blue">new</font><font color="#000000"> PropertySetClass();</font></font></p>
<br />
<p align="left"><font style="font-size: 10pt"><font color="#000000"><br />
propSet.SetProperty(</font><font color="maroon">"Server"</font><font color="#000000">, Lan);</font></font></p>
<br />
<p align="left"><font style="font-size: 10pt"><font color="#000000"><br />
propSet.SetProperty(</font><font color="maroon">"Instance"</font><font color="#000000">, yangyang);</font></font></p>
<br />
<p align="left"><font style="font-size: 10pt"><font color="#000000"><br />
<br />
propSet.SetProperty(</font><font color="maroon">"Database"</font><font color="#000000">, </font><font color="maroon">""</font><font color="#000000">);</font></font></p>
<br />
<p align="left"><font style="font-size: 10pt"><font color="#000000"><br />
propSet.SetProperty(</font><font color="maroon">"User"</font><font color="#000000">, user);</font></font></p>
<br />
<p align="left"><font style="font-size: 10pt"><font color="#000000"><br />
propSet.SetProperty(</font><font color="maroon">"Password"</font><font color="#000000">, pwd);</font></font></p>
<br />
<p align="left"><font style="font-size: 10pt"><font color="#000000"><br />
propSet.SetProperty(</font><font color="maroon">"Version"</font><font color="#000000">, version);</font></font></p>
<br />
<p align="left"><font style="font-size: 10pt"><font color="#000000"></font></font></p>
<br />
<p align="left"><font style="font-size: 10pt"><font color="#000000"><br />
IWorkspaceFactory factory = </font><font color="blue">new</font><font color="#000000"> SdeWorkspaceFactoryClass();</font></font></p>
<br />
<p align="left"><font style="font-size: 10pt"><font color="#000000"><br />
IWorkspace workspace = factory.Open(propSet, 0);</font></font></p>
<br />
<p align="left"><font style="font-size: 10pt"><font color="#000000">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</font><font color="blue">return</font><font color="#000000"> workspace;</font></font></p>
<br />
<font style="font-size: 10pt"><font color="#000000"><br />
}</font></font><br />
<div class="t_msgfont" id="postmessage_236021">通过上述代码打开了SDE的工作空间，接下来要做的就是获取要编辑的FeatureClass。写一个函数，通过FeatureClass的别名和所在的Dataset返回FeatureClass。做法是先遍历所有的DataSet，找到符合要求的Dataset之后遍历里面的要素，返回与参与别名一致的FeatureClass（顺便说一下，FeatureClass在没有指定别名的时候默认与FeatureClass名称相同）<br />
//查找指定要素<br />
public IFeatureClass FindClassByName(IWorkspace ws, string className, string dsName)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;IEnumDataset enumDs;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;if (dsName != "")<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; enumDs = ws.get_Datasets(esriDatasetType.esriDTFeatureDataset);<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; IFeatureDataset featureDs = enumDs.Next() as IFeatureDataset;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; while (featureDs != null)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; {<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;if (featureDs.Name == dsName)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;return GetFcFromDataset(featureDs, className);<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;featureDs = enumDs.Next() as IFeatureDataset;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; }<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;}<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;else<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; enumDs = ws.get_Datasets(esriDatasetType.esriDTFeatureClass);<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; return GetFcFromEnumDataset(enumDs,className);<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;}<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;return null;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}<br />
<br />
//在数据集中查找要素类<br />
private IFeatureClass GetFcFromDataset(IFeatureDataset featDs, string className)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;IFeatureClass featClass;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;IFeatureClassContainer fcContainer = featDs as IFeatureClassContainer;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;for (int i = 0; i &lt; fcContainer.ClassCount; i++)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; featClass = fcContainer.get_Class(i);<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; if (featClass.AliasName == className)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; {<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;return featClass;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; }<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;}<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;return null;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}</div>
<br />
<div class="t_msgfont" id="postmessage_236022">//在要素类集合中查找要素类<br />
private IFeatureClass GetFcFromEnumDataset(IEnumDataset enumDs, string className)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;IFeatureClass featClass = enumDs.Next() as IFeatureClass;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;while (featClass != null)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; if (featClass.AliasName == className)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; {<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;return featClass;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; }<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; featClass = enumDs.Next() as IFeatureClass;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;}<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;return null;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}<br />
<br />
//通过要素类名和数据集名在指定的工作空间中寻找要素类<br />
public IFeatureClass FindClassByName(string className, string datasetName)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;IWorkspace ws = FindWsByDefault();<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;IFeatureClass featClass = FindClassByName(ws, className, datasetName);<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;return featClass;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}<br />
特别需要留意的是最后一个函数FindClassByName（，），先是打开SDE的工作空间，在这个工作空间返回符合条件的要素集。通过这样的指向才能对SDE的FeatureClass进行写入和删除的操作。可以把上述代码写成一个静态类，这样就可以很方便的通过数据集名称和要数集别名指向要编辑的FeatureClass了。<br />
<br />
值得一提的是，很多新手都没有养成这种良好的习惯，就是先打开工作空间再进行数据的编辑 ，即便是使用shp文件或是MDB数据。他们习惯性的使用MapControl去加载MXD文件，然后在MapControl通过MapControl.get_layer(index)的方法去获取图层，然后将其转为IFeatureLayer或是IFeatureClass进行操作。<br />
事实上，MXD已经不用开发者写一句加载图层的代码就完成了对图层的加载，确实比较方便。但是它有很多看不见的操作没有表现出来，加载完数据之后就把工作空间给自动关闭了。对于shp文件和MDB数据，通过读取地图控件的图层是可以直接达到写入的目的，但一旦有用户进行操作该图层文件就会被锁死，这就是不支持版本技术的表现。而SDE数据由于存在版本（原理不多说了），因此有需要去确保数据的安全性和一致性，必须使用工作空间的形式去打开。如果用读取MapControl图层的方法去获取FeatureClass，实际上获取的是一个没有打开的编辑操作的FeatureClass，在ESRI的帮助文档里面我们不难发现它是只读的，就像在ArcMap里面没有用Editor执行startEdit一样。</div>
<br />
2.&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;编辑SDE数据<br />
<br />
利用上述的方法获取了FeatureClass后就可以用常规的方式对其进行编辑，如delete（）和CreateFeature()，或是更改属性值。但是仍然会出现无法编辑数据的现象，这种现象通常提示没有足够的授权去编辑数据，这就涉及到AE对SDE数据编辑的授权，也就是gdbedite的授权（主要是在AE9.2里面）。<br />
关于GDBEdite的授权，懒羊羊已经在之前发过一份比较完整的文档，但还是在这里再归纳一下。<br />
ArcEngine9.2在用户许可上做了很大的改动，应用程序是强制初始化许可，也就是说必须使用LicenseControl或AO接口初始化许可，否则应用程序无法启动。Engine9.1未采取强制初始化许可策略，而是应用程序创建时就初始化标准Engine许可。在一般情况下，我们会用将LicenseControl拖放到主窗体上完成初始化。但当Engine程序需要使用ArcGIS Engine Enterprise Geodatabase（以下简称GDB Update）许可的时候，我们就往往会由于意识不到应该使用该许可，以及无法正确的初始化该许可而陷入麻烦。<br />
对于许可这东西，首先要学会看软件产品的购货单。下表是一份关于ArcEngine9.2的购货单。<br />
<span id="attach_42360" onmouseover="showMenu(this.id, 0, 1)" style="display: none; left: 213px; position: absolute; top: 3433px"><img src="http://bbs.esrichina-bj.cn/ESRI/images/default/attachimg.gif" border="0"  alt="" /></span> <img onmouseover="attachimginfo(this, 'attach_42360', 1);attachimg(this, 'mouseover')" onmouseout="attachimginfo(this, 'attach_42360', 0, event)" alt="" src="http://bbs.esrichina-bj.cn/ESRI/attachments/forumid_26/20080311_4a645a6bd046729a840dFkji5h3F0B1V.jpg" onload="attachimg(this, 'load')" border="0" />
<div class="t_attach" id="attach_42360_menu" style="display: none; position: absolute"><img class="absmiddle" alt="" src="http://bbs.esrichina-bj.cn/ESRI/images/attachicons/image.gif" border="0" /> <a href="http://bbs.esrichina-bj.cn/ESRI/attachment.php?aid=42360&amp;nothumb=yes" target="_blank"><strong>报价单.JPG</strong></a> (14.76 KB)<br />
<div class="t_smallfont">2008-3-11 20:21</div>
</div>
<br />
下面对GDB update许可进行讨论<br />
1．&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;什么情况下需要GDB Update许可<br />
当需要对SDE里数据进行编辑时，以及需要在SDE和Personal Geodatabase中创建复杂ArcGIS对象时，需要使用GDB Update许可。 <br />
对SDE里的数据编辑，很好理解，大致就是进行数据插入，删除，更新；对表添加、删除和修改，表结构的变化（添加、删除列）等，因为这些动作都会造成后台数据库的写操作。 <br />
对于Personal Geodatabase，进行简单数据对象和编辑，包括创建、删除和修改普通表都是不需要GDB Update许可的，但对于复杂的Geodatabse对象的创建、删除和修改，则需要GDB Update许可，其中复杂的Geodatabse对象包括几何网络，网络分析模型，拓扑，关系类。这也是为什么往往有写好了一个创建几何网络或拓扑的程序后，执行起来会被报&#8220;需要Geodatabase Update许可&#8221;的错。 <br />
<br />
2．&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;怎样初始化GDB Update许可<br />
当我们意识到需要使用Engine的GDB Update许可时，怎样才能将它正确的初始化呢？Engine给我们提供了两种初始化许可的方法： <br />
1）&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;使用LicenseControl控件。将该控件拖放到主窗体之上，勾选适当的许可，并确保程序启动该窗体可加载，就可以完成许可初始化。如下图：<br />
<span id="attach_42361" onmouseover="showMenu(this.id, 0, 1)" style="display: none; left: 213px; position: absolute; top: 4001px"><img src="http://bbs.esrichina-bj.cn/ESRI/images/default/attachimg.gif" border="0"  alt="" /></span> <img onmouseover="attachimginfo(this, 'attach_42361', 1);attachimg(this, 'mouseover')" onmouseout="attachimginfo(this, 'attach_42361', 0, event)" alt="" src="http://bbs.esrichina-bj.cn/ESRI/attachments/forumid_26/20080311_9d13a66131ee4d641eb3TVfxfxIHatWU.jpg" onload="attachimg(this, 'load')" border="0" />
<div class="t_attach" id="attach_42361_menu" style="display: none; position: absolute"><img class="absmiddle" alt="" src="http://bbs.esrichina-bj.cn/ESRI/images/attachicons/image.gif" border="0" /> <a href="http://bbs.esrichina-bj.cn/ESRI/attachment.php?aid=42361&amp;nothumb=yes" target="_blank"><strong>1.JPG</strong></a> (42.43 KB)<br />
<div class="t_smallfont">2008-3-11 20:23</div>
</div>
<br />
<div class="t_msgfont" id="postmessage_236028">2）&nbsp; &nbsp; &nbsp; &nbsp; 使用IAoInitialize.Initialize方法加入适当的参数进行初始化<br />
下面是C#的代码<br />
private IAoInitialize m_AoInitialize = new AoInitializeClass();<br />
private void Form1_Load(object sender, EventArgs e)<br />
{&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; m_AoInitialize.Initialize(esriLicenseProductCode.esriLicenseProductCodeEngineGeoDB);<br />
}&nbsp;&nbsp;<br />
在窗体加载的时候初始化GDB许可。<br />
当然，对于一个健壮的程序而言，我们还需要在初始化之前先判断将被初始化的许可是否可用，应先使用IsProductCodeAvailable方法进行判断，需要初始化扩展模块的许可，可使用CheckOutExtension方法。 下面为许可的检测代码<br />
private IAoInitialize m_AoInitialize = new AoInitializeClass();<br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;private bool CheckLicenses()<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;//Create a new AoInitialize object<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;if (m_AoInitialize == null)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; System.Windows.Forms.MessageBox.Show("Unable to initialize. This application cannot run!");<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; return false;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;}<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;//Determine if the product is available<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;esriLicenseStatus licenseStatus = (esriLicenseStatus)m_AoInitialize.IsProductCodeAvailable(esriLicenseProductCode.esriLicenseProductCodeEngine);<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;if (licenseStatus == esriLicenseStatus.esriLicenseAvailable)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; licenseStatus = (esriLicenseStatus)m_AoInitialize.Initialize(esriLicenseProductCode.esriLicenseProductCodeEngine);<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; if (licenseStatus != esriLicenseStatus.esriLicenseCheckedOut)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; {<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;System.Windows.Forms.MessageBox.Show("The initialization failed. This application cannot run!");<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;return false;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; }<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;}<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;else<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; System.Windows.Forms.MessageBox.Show("The ArcGIS Engine product is unavailable. This application cannot run!");<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; return false;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;}<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;return true;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}<br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;private void ReleaseLicenses()<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;//Release COM objects and shutdown<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;ESRI.ArcGIS.Utility.COMSupport.AOUninitialize.Shutdown();<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;m_AoInitialize.Shutdown();<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}<br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;private void FormMain_Load(object sender, EventArgs e)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;if (CheckLicenses() == false) this.Close();<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}<br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;private void FormMain_FormClosing(object sender, FormClosingEventArgs e)<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;{<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;ReleaseLicenses();<br />
&nbsp; &nbsp; }<br />
利用代码进行初始化适用于制作一些没有窗体的后台程序（没有窗体就不能通过LicenseControl进行许可初始化，但要调用Engine的GDB Update功能就必须通过它提供的初始化接口进行初始化，否则Engine只能实现普通标准的功能）<br />
</div>
3．&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;初始化过程中容易犯的错误<br />
初始化许可的一条重要原则就是一个程序只能初始化许可一次，已经初始化许可的程序一旦运行就无法再修改其初始化的许可，即程序运行期间无法修改其使用的许可。<br />
1） LicenseControl和IAoInitialize接口两种初始化方法，一个应用程序中只能使用一种方法，如果两种一起使用，哪一个&#8220;说得算&#8221;就不一定了。如果这两种方式同时使用，且两种初始化的许可级别一样时，也许我们感觉不到什么不对，但当我们需要修改初始化许可级别，而又只改了一种初始化方法却忘记了另一种，根据&#8220;重要原则&#8221;可知，这次修改初始化很可能无法生效。<br />
2）LicenseControl中多选许可是没有意义的，第一个被勾选的许可生效。如下图：<br />
<span id="attach_42362" onmouseover="showMenu(this.id, 0, 1)" style="display: none; left: 213px; position: absolute; top: 6099px"><img src="http://bbs.esrichina-bj.cn/ESRI/images/default/attachimg.gif" border="0"  alt="" /></span> <img onmouseover="attachimginfo(this, 'attach_42362', 1);attachimg(this, 'mouseover')" onmouseout="attachimginfo(this, 'attach_42362', 0, event)" alt="" src="http://bbs.esrichina-bj.cn/ESRI/attachments/forumid_26/20080311_766392677c9ab2d07e9bdwXqhuC2YrVW.jpg" onload="attachimg(this, 'load')" border="0" />
<div class="t_attach" id="attach_42362_menu" style="display: none; position: absolute"><img class="absmiddle" alt="" src="http://bbs.esrichina-bj.cn/ESRI/images/attachicons/image.gif" border="0" /> <a href="http://bbs.esrichina-bj.cn/ESRI/attachment.php?aid=42362&amp;nothumb=yes" target="_blank"><strong>2.JPG</strong></a> (42.7 KB)<br />
<div class="t_smallfont">2008-3-11 20:25</div>
</div>
<br />
<font size="2"><font color="black">这种情况下，实际上该应用程序初始化的是</font><font color="black">Engine</font><font color="black">标准许可，而不是其他。虽然</font><font color="black">LicneseControl</font><font color="black">从操作上可以让用户多选许可，但并不代表它会将您勾选的许可全部签出。另外，这些许可都是有对应和包含关系的。其中</font><font color="black">ArcGIS Engine</font><font color="black">与</font><font color="black">ArcView</font><font color="black">是对应的，</font><font color="black">ArcGIS Engine Enterprise Geodatabase</font><font color="black">与</font><font color="black">ArcEditor</font><font color="black">是对应的；</font><font color="black">ArcGIS Engine Enterprise Geodatabase</font><font color="black">是包含</font><font color="black">ArcGIS Engine</font><font color="black">许可的。当我们需要</font><font color="black">GDB Update</font><font color="black">许可的时候，仅仅需要勾选</font><font color="black">ArcGIS Engine Enterprise Geodatabase</font><font color="black">即可，为了&#8220;保险起见&#8221;勾选上其他许可反而会弄巧成拙。</font><font color="#000000"> </font><br />
<font color="black">使用</font><font color="black">IAoInitialize</font><font color="black">接口进行初始化，</font><font color="black">Initialize</font><font color="black">方法只能调用一次，多余的调用是不会生效的，道理就像上面</font><font color="black">LicenseControl</font><font color="black">勾选了多个许可一样。</font><br />
<font color="#000000"></font><br />
<font color="#000000">说了那么多，希望新手们有所收获吧。同时也要向船长大哥说声对不起，因为之前有点忙，所以没能如期的整理出来，恳请原谅。</font></font><br />
<br />
<br />
<img src ="http://www.cnblogs.com/njlhb/aggbug/1178159.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41806/" target="_blank">[新闻]丁丁网正加速区域扩张 第三轮融资已排入日程</a>]]></description></item><item><title>江苏全面部署地理空间信息基础框架建设项目</title><link>http://www.cnblogs.com/njlhb/archive/2008/04/26/1171913.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Sat, 26 Apr 2008 02:27:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/04/26/1171913.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1171913.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/04/26/1171913.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1171913.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1171913.html</trackback:ping><description><![CDATA[近日，<a onclick="javascript:tagshow(event, '%BD%AD%CB%D5');" href="javascript:;" target="_self"><u><strong>江苏</strong></u></a>省<a onclick="javascript:tagshow(event, '%B2%E2%BB%E6');" href="javascript:;" target="_self"><u><strong>测绘</strong></u></a>局向省测绘工程院、省基础<a onclick="javascript:tagshow(event, '%B5%D8%C0%ED%D0%C5%CF%A2');" href="javascript:;" target="_self"><u><strong>地理信息</strong></u></a>中心、省测绘资料档案馆等单位正式下达地理空间信息基础框架一期工程项目任务书，全面部署江苏省地理空间信息基础框架建设任务。
<p>　　任务书规定，江苏省测绘工程院主要承担基准体系建设、<a onclick="javascript:tagshow(event, '%BA%BD%BF%D5%C9%E3%D3%B0');" href="javascript:;" target="_self"><u><strong>航空摄影</strong></u></a>与卫星影像获取、1：5万地理空间信息基础框架数据采集建库、江苏省地面沉降监测等任务。江苏省基础地理信息中心主要承担1：5万地理空间信息基础框架数据采集建库、1：25万、1：100万基础数据修测与建库、江苏省<a onclick="javascript:tagshow(event, '%B5%D8%CD%BC');" href="javascript:;" target="_self"><u><strong>地图</strong></u></a>库系统建设、江苏省基础地理信息系统建设。江苏省测绘资料档案馆主要承担大地<a onclick="javascript:tagshow(event, '%CA%FD%BE%DD%BF%E2');" href="javascript:;" target="_self"><u><strong>数据库</strong></u></a>建设、江苏省网络分发服务系统建设、江苏省<a onclick="javascript:tagshow(event, '%D2%A3%B8%D0');" href="javascript:;" target="_self"><u><strong>遥感</strong></u></a>影像应用服务平台建设（与中国科学院南京地理与湖泊研究所共同承担）。<br />
<br />
　　任务书要求，各承建单位要认真组织好需求调研工作，提高项目设计的针对性，增强项目的实用性，努力实现基础地理信息的完整性。要加强人才培养，加强与有关单位的密切联系和合作交流，完善基础地理信息的整合和利用。<br />
<br />
　　任务书强调，江苏省地理空间信息基础框架项目是建设&#8220;数字江苏&#8221;的基础平台，是江苏省信息化建设的重要组成部分，为确保又好又快的全面完成江苏省地理空间信息基础框架项目建设任务，各主要项目实施单位要严格按照任务计划要求组织实施，加强组织领导，明确保障措施，确保年度计划目标的实现，确保2009年底前全面完成所有项目的一期任务，提交局组织验收，为江苏经济建设和社会发展提供有效的测绘保障和服务。<br />
<br />
　　任务书还对各项目任务的完成时限、项目设计、组织领导、质量管理、流程管理、安全保密等方面做出了严格规定和具体要求。（</p>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1171913.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41805/" target="_blank">[新闻]张亚勤一改陈永正做法 微软举报洪磊为推广Vista</a>]]></description></item><item><title>CNN旗下体育网站被攻陷</title><link>http://www.cnblogs.com/njlhb/archive/2008/04/22/1165531.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Tue, 22 Apr 2008 06:05:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/04/22/1165531.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1165531.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/04/22/1165531.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1165531.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1165531.html</trackback:ping><description><![CDATA[<p><font style="background-color: #cce8cf" face="Verdana">按照以往中国民众发起抵制其他国家行动的惯例，黑客攻击都是其中重要的一环。我当年在做某门户网站频道主编时，借中美黑客大战之机深入接触过各类红 客、黑客，强烈感受到当时中国黑客的爱国热情。不过这几年所谓的&#8221;黑客&#8221;已经变质，趋向于逐利化，他们的社会责任和国家荣誉感在逐渐淡化，更多的是为了谋 求金钱利益，而早期的黑客早已纷纷洗白。</font></p>
<p><font style="background-color: #cce8cf" face="Verdana">这次抵制法国，抵制CNN的事件已经持续了这么久，但一直未听说真正的黑客行动，虽然我也不太赞同这种手段，但心里仍然有些失望。4月18日才有报道说 CNN网站被袭击，不过那只是用简单的刷站手段去堵塞对方网站访问，任何人都可以做，攻击者还根本算不上是&#8221;黑客&#8221;。直到4月20日，中国黑客们终于有所行 动，他们攻陷了CNN旗下的一个体育网站：http://sports.si.cnn.com/(现在已失效)，上面写着：</font></p>
<p><font style="background-color: #cce8cf" face="Verdana">西藏过去是，现在是，以后也将永远是中国的一部分！</font></p>
<p><font style="background-color: #cce8cf" face="Verdana">Tibet WAS,IS,and ALWAYS WILL BE a part of China!</font></p>
<p><font style="background-color: #cce8cf" face="Verdana">我们并不反对媒体本身，我们只反对媒体的不客观报道。</font></p>
<p><font style="background-color: #cce8cf" face="Verdana">We are not against the western media, but against the lies and fabricated stories in the media.</font></p>
<p><font style="background-color: #cce8cf" face="Verdana">我们并不反对西方人民，但是我们反对偏见。</font></p>
<p><font style="background-color: #cce8cf" face="Verdana">We are not against the western people, but against the prejudice from the western society.</font></p>
<p><font style="background-color: #cce8cf" face="Verdana"></font>&nbsp;</p>
<p><font style="background-color: #cce8cf" face="Verdana">&nbsp;</font></p>
<p><font style="background-color: #cce8cf" face="Verdana">&nbsp;&nbsp; 今天CNN旗下的体育频道已经将被黑页面删除，并换上了一份声明：&nbsp; </font></p>
<p><font style="background-color: #cce8cf" face="Verdana"></font>&nbsp;</p>
<p><font style="background-color: #cce8cf" face="Verdana">&nbsp;&nbsp;&nbsp;&nbsp; 不知道此次事件是否将掀起黑客行动的高潮，但至少这次行动发生后让不少国人觉得振奋和解气。</font></p>
<p><font style="background-color: #cce8cf" face="Verdana">本篇文章来源于 黑客基地-全球最大的中文黑客站 原文链接：http://www.hackbase.com/news/2008-04-22/16546.html</font></p>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1165531.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41802/" target="_blank">[新闻]微软Office 14即将展开Alpha测试</a>]]></description><enclosure url="CNN旗下体育网站被攻陷" type="audio/mpeg" /></item><item><title>国务院法制办:全国青年"五四"放假半天</title><link>http://www.cnblogs.com/njlhb/archive/2008/04/22/1165228.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Tue, 22 Apr 2008 03:03:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/04/22/1165228.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1165228.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/04/22/1165228.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1165228.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1165228.html</trackback:ping><description><![CDATA[核心提示：经国务院法制办同意，&#8220;青年节&#8221;放假适用人群为14至28周岁的青年，3亿多青年可以依法在青年节这天享受到半天的假期。
<div id="endText">
<p style="text-indent: 2em"><strong>人民日报4月22日报道</strong><clk>&nbsp; 经国务院法制办同意，&#8220;青年节&#8221;放假<nobr oncontextmenu="return false;" onmousemove="kwM(10);" id="clickeyekey10" onmouseover="kwE(event,10, this);" style="color: #6600ff; border-bottom: #6600ff 1px dotted; background-color: transparent; text-decoration: underline" onclick="return kwC(event,10)" onmouseout="kwL(event,this)" target="_blank">适用</nobr>人群为14至28周岁的青年，3亿多青年将于每年5月4日放假半天。</clk></p>
<p style="text-indent: 2em"><clk>按照国务院公布的《全国年节及纪念日放假办法》的规定，&#8220;青年节(5月4日)，14周岁以上的青年<nobr oncontextmenu="return false;" onmousemove="kwM(6);" id="clickeyekey6" onmouseover="kwE(event,6, this);" style="color: #6600ff; border-bottom: #6600ff 1px dotted; background-color: transparent; text-decoration: underline" onclick="return kwC(event,6)" onmouseout="kwL(event,this)" target="_blank">放假</nobr>半天&#8221;。</clk></p>
<p style="text-indent: 2em"></p>
<p style="text-indent: 2em">此次明确放假适用人群的年龄上限后，将有3亿多年龄在14至28周岁之间的青年可以依法在青年节这天享受到半天的假期。<br />
<br />
(<nobr oncontextmenu="return false;" onmousemove="kwM(0);" id="clickeyekey0" onmouseover="kwE(event,0, this);" style="color: #6600ff; border-bottom: #6600ff 1px dotted; background-color: transparent; text-decoration: underline" onclick="return kwC(event,0)" onmouseout="kwL(event,this)" target="_blank">本文</nobr>来源：</clk><a href="http://media.163.com/special/007625CB/rmw.html">人民网-人民日报</a> 作者：柳晓森)</p>
</div>
<img src ="http://www.cnblogs.com/njlhb/aggbug/1165228.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41802/" target="_blank">[新闻]微软Office 14即将展开Alpha测试</a>]]></description></item><item><title>160家央企名单</title><link>http://www.cnblogs.com/njlhb/archive/2008/04/20/1162810.html</link><dc:creator>圣殿GIS</dc:creator><author>圣殿GIS</author><pubDate>Sun, 20 Apr 2008 12:09:00 GMT</pubDate><guid>http://www.cnblogs.com/njlhb/archive/2008/04/20/1162810.html</guid><wfw:comment>http://www.cnblogs.com/njlhb/comments/1162810.html</wfw:comment><comments>http://www.cnblogs.com/njlhb/archive/2008/04/20/1162810.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/njlhb/comments/commentRss/1162810.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/njlhb/services/trackbacks/1162810.html</trackback:ping><description><![CDATA[中央企业主要控股上市公司国有股东持股情况
<p>&nbsp;　 　 　 　 所处行业 中央企业名称 上市公司名称&nbsp;&nbsp; 总股本（万股） 国有股占总股本比例 大股东控股比例 </p>
<p>1 材料 北京矿冶研究总院 北矿磁材 13000 63.30% 60.30% </p>
<p>2 材料 新兴铸管集团 新兴铸管 62148.80&nbsp;&nbsp;64.65% ALL</p>
<p>&nbsp;3 材料 中国建材 北新建材 36488.30&nbsp;&nbsp;60.33% 60.33% </p>
<p>4 材料 中国建材股份有限公司&nbsp;&nbsp;中国玻纤 42739.2 44.41% 40.17% </p>
<p>　 材料 平均值 　 　 　 58.17% 　 </p>
<p>5 仓储业 中国物资储运总公司 中储股份 62067.78 59.35% 55.45% </p>
<p>　 仓储业 平均值 　 　 　 59.35% </p>
<p>　 6 电力 三峡总公司 长江电力 785600.00&nbsp;&nbsp;70.00% 63.00% </p>
<p>7 电力 华能集团 华能国际 1205538.00&nbsp;&nbsp;70.05% 43.12% </p>
<p>8 电力 国家电网 京能热电 57336.00&nbsp;&nbsp;39.51% 39.51% </p>
<p>9 电力 国家电网 漳泽电力 56550.00&nbsp;&nbsp;72.41% 41.27% </p>
<p>10 电力 国家电网 豫能控股 43000.00&nbsp;&nbsp;40.70% 40.70%</p>
<p>&nbsp;11 电力 国电集团 国电电力 140200.00&nbsp;&nbsp;74.89% 33.61% </p>
<p>12 电力 国电集团 长源电力 37014.00&nbsp;&nbsp;62.37% 37.64% </p>
<p>13 电力 中电投 上海电力 156350.50&nbsp;&nbsp;84.65% 64.56% </p>
<p>14 电力 华电集团 华电国际 602108.42&nbsp;&nbsp;50.11% 50.11% </p>
<p>15 电力 华电集团 龙电股份 112126.50&nbsp;&nbsp;42.52% 34.24% </p>
<p>16 电力 华电集团 国电南自 11800.00&nbsp;&nbsp;66.10% 66.10% </p>
<p>17 电力 大唐集团 华银电力 71164.80&nbsp;&nbsp;43.54% 43.54% </p>
<p>18 电力 大唐集团 桂冠电力 67536.30&nbsp;&nbsp;73.12% 53.68% </p>
<p>19 电力 葛洲坝集团 葛洲坝 70580.00&nbsp;&nbsp;38.65% 38.65% </p>
<p>　 电力 平均值 　 　 　 59.19% 　 </p>
<p>20 电子信息 中国电子 贝岭股份 56476.40&nbsp;&nbsp;35.11% 35.11% </p>
<p>21 电子信息 中国电子 中电广通 18318.20&nbsp;&nbsp;63.51% 63.51% </p>
<p>22 电子信息 中国电子 深桑达 14927.20&nbsp;&nbsp;56.53% 56.53% </p>
<p>23 电子信息 长城集团 深科技* 73293.20&nbsp;&nbsp;55.96% 55.96% </p>
<p>24 电子信息 长城集团 长城电脑* 45849.20&nbsp;&nbsp;60.47% 60.47% </p>
<p>25 电子信息 彩虹集团 彩虹电子 42114.90&nbsp;&nbsp;56.14% 56.14% </p>
<p>26 电子信息 中国电子 厦新电子 35820.00&nbsp;&nbsp;57.75% 56.38% </p>
<p>27 电子信息 电子科技 华东电脑 17103.20&nbsp;&nbsp;54.98% 54.98% </p>
<p>28 电子信息 中国长城计算机集团公司 湘计算机 27637.478 49.34% 29.27% </p>
<p>29 电子信息 宝山钢铁股份有限公司 宝信软件 26224.407 57.21% 57.21% </p>
<p>30 电子信息 中国电子产业工程公司&nbsp;&nbsp;中国软件 15151.11 41.83% 41.83% </p>
<p>31 电子信息 哈尔滨工业大学 工大首创 19229.184 28.31% 18.31% </p>
<p>32 电子信息 复旦大学 复旦复华 26347.7126 38.62% 32.74% </p>
<p>33 电子信息 北京清华大学企业集团 清华同方 57461.2295 50.40% 50.40% </p>
<p>　 电子信息 平均值 　 　 　 50.44% </p>
<p>　 34 房地产 华侨城 华侨城控股 80481.60&nbsp;&nbsp;68.60% 68.60% </p>
<p>35 房地产 华润股份有限公司 万科Ａ 341094.61 12.89% 12.89% </p>
<p>36 房地产 中国房地产开发集团公司 中房股份 48485.0997 29.78% 29.78% </p>
<p>37 房地产 中远集团 中远发展 44786.6 60.02% 56.16% </p>
<p>　 房地产 平均值 　 　 　 42.82% 　</p>
<p>&nbsp;38 纺织服装 华润集团 华润锦华 12966.60&nbsp;&nbsp;50.99% 50.99% </p>
<p>39 纺织服装 中国华源集团有限公司 华源发展 47214.4227 48.92% 40.27% </p>
<p>40 纺织服装 中国华源集团有限公司 华源股份 49175.4 31.50% 31.51% </p>
<p>41 纺织服装 中国航天科工集团公司 航天通信 32617.2356 32.40% 22.40% </p>
<p>42 纺织服装 中国恒天集团公司&nbsp;&nbsp;&nbsp;&nbsp;中国服装 21500 55.67% 51.01% </p>
<p>43 纺织服装 中国纺织物资（集团）总公司 中纺投资 37311.56 56.59% 44.00% </p>
<p>　 纺织服装 平均值 　 　 　 46.01% 　</p>
<p>&nbsp;44 钢铁 宝钢集团 宝钢股份 1751200.00&nbsp;&nbsp;77.86% 77.86% </p>
<p>45 钢铁 宝钢集团 沪昌特钢 72010.20&nbsp;&nbsp;69.29% 69.29% </p>
<p>46 钢铁 鞍钢集团 鞍钢新轧 296087.40&nbsp;&nbsp;44.55% 44.55% </p>
<p>47 钢铁 武钢集团 武钢股份 209068.00&nbsp;&nbsp;84.69% 84.69% </p>
<p>48 钢铁 攀钢集团 新钢钒 102330.00&nbsp;&nbsp;55.36% 52.26% </p>
<p>　 钢铁 平均值 　 　 　 66.35% 　</p>
<p>&nbsp;49 建筑 中铁工 中铁二局 41000.00&nbsp;&nbsp;73.17% 73.17% </p>
<p>50 建筑 炉桥集团 路桥建设 40813.30&nbsp;&nbsp;71.42% 71.42% </p>
<p>51 建筑 建筑研究院 中联重科 39000.00&nbsp;&nbsp;49.83% 49.83% </p>
<p>52 建筑 天津工程研究院 ST中发 11662.90&nbsp;&nbsp;66.49% 53.71% </p>
<p>　 建筑 平均值 　 　 　 65.23% 　</p>
<p>&nbsp;53 旅游业 中国国际旅行社总社 国旅联合 43200 40.54% 20.56% </p>
<p>54 旅游业 中石油 大连圣亚 9200 29.35% 29.35% </p>
<p>　 旅游业 平均值 　 　 　 34.95% </p>
<p>　 55 贸易 中成套 中成股份 29598.00&nbsp;&nbsp;60.81% 60.81% </p>
<p>56 贸易 钢铁研究院 安泰科技 24416.00&nbsp;&nbsp;59.31% 59.31% </p>
<p>57 贸易 通用集团 中技贸易 20856.00&nbsp;&nbsp;70.08% 70.08% </p>
<p>　 贸易 平均值 　 　 　 63.40% 　</p>
<p>&nbsp;58 煤炭 中煤集团 煤气化 39519.00&nbsp;&nbsp;60.56% 60.56% </p>
<p>59 煤炭 中煤集团 上海能源 40151.00&nbsp;&nbsp;72.28% 68.05% </p>
<p>60 煤炭 煤炭研究院 天地科技 7500.00&nbsp;&nbsp;60.90% 60.90% </p>
<p>　 煤炭 平均值 　 　 　 64.58% </p>
<p>　 61 农业 牧工商集团 中牧股份 39000.00&nbsp;&nbsp;69.23% 69.23% </p>
<p>62 农业 中国农业发展集团总公司 中水渔业 25200.00&nbsp;&nbsp;75% 25.50% </p>
<p>63 农业 中国农垦（集团