Geo-Info Technical Blog

Blogging 3S , Programming ,etc.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年4月23日

摘要: #ifndef _SINGLETON_H_ #define _SINGLETON_H_ //单件类 #include using namespace std; template class Singleton { 阅读全文

posted @ 2012-04-23 16:59 cosophy 阅读(355) 评论(0) 推荐(0) 编辑

2011年9月14日

摘要: 1. 打包 将ocx控件及DLL等依赖文件打包成CAB。 (1)打包前,先建立一个inf文件以提供安装信息,inf文件的结构如下: [version] signature="$CHINA$" 阅读全文

posted @ 2011-09-14 16:36 cosophy 阅读(4337) 评论(0) 推荐(0) 编辑

2011年3月18日

摘要: These days I run into this issue: my restful service hosting with IIS 7.5 and using Asp.net 4.0 not support PUT or DELETE verbs for http request. 阅读全文

posted @ 2011-03-18 18:19 cosophy 阅读(1166) 评论(0) 推荐(0) 编辑

2011年2月28日

摘要: 1、避免过多使用Finally块,有时候可以考虑using等语句,能达到相同效果; 2、应捕获可以预见的异常,避免捕获所有异常(如Exception,SystemException)... 阅读全文

posted @ 2011-02-28 17:59 cosophy 阅读(459) 评论(0) 推荐(0) 编辑

2010年12月21日

摘要: Today, installed ArcGIS Desktop 10 and ArcGIS Server 10. 阅读全文

posted @ 2010-12-21 12:57 cosophy 阅读(311) 评论(0) 推荐(0) 编辑

2010年12月14日

摘要: Searchs flickr photos, shows and locates them on the map, checks photo details as well... 阅读全文

posted @ 2010-12-14 23:09 cosophy 阅读(451) 评论(0) 推荐(0) 编辑

2010年5月10日

摘要: Set the ArcGISWebServices account password on the local machine to "Does not expire".Control Panel > Administrative Tools > Computer Management > System Tools > Local Users and Groups >... 阅读全文

posted @ 2010-05-10 15:40 cosophy 阅读(1558) 评论(0) 推荐(0) 编辑

2009年5月26日

摘要: 1. Registering vbscript.dll regsvr32 "C:\windows\system32\vbscript.dll" 2. Installing Microsoft Core XML Services (MSXML) 4.0 SP2 In Windows Vista Compatibility Mode 3. Running ArcGIS 9.3 Installation With Elevated Permissions REF: 阅读全文

posted @ 2009-05-26 10:56 cosophy 阅读(917) 评论(2) 推荐(0) 编辑

2009年3月18日

摘要: 对于自带SQL Server 2005 express版,为了便于管理,还需要安装一个企业管理器,需要下载 Microsoft SQL Server Management Studio Express。因为默认的是只能用Windows系统登录模式登录,如果要用混合模式登录则需要进行如下配置: 阅读全文

posted @ 2009-03-18 21:02 cosophy 阅读(431) 评论(0) 推荐(0) 编辑

2009年3月10日

摘要: Overview of the WCF REST Starter Kit The MSDN WCF REST Dev Center Screencasts Whitepaper on building REST using WCF - (available now). Hands On Labs 阅读全文

posted @ 2009-03-10 15:13 cosophy 阅读(322) 评论(0) 推荐(0) 编辑

2009年3月2日

摘要: SSL enables browsers to communicate with a web-server over a secure channel that prevents eavesdropping, tampering and message forgery. You should always use SSL for login pages where users are entering usernames/passwords, as well as for all other sensitive pages on sites (for example: account pages that show financial or personal information). 具体步骤参阅以下文章: 阅读全文

posted @ 2009-03-02 17:57 cosophy 阅读(311) 评论(0) 推荐(0) 编辑

2008年11月26日

摘要: 呀,科学家又少了一位大师,一位地球信息科学泰斗! 中国遥感地学之父、中国科学院院士陈述彭先生,因病治疗无效,于11月25日晚20时05分在京逝世,享年88岁。 陈述彭,地理学、地图学、遥感应用专家。1920年2月生于江西省萍乡市,1942年毕业于浙江大学,1980年当选为中国科学院院士(学部委员)。第三世界科学院院士,国际欧亚科学院院士,加拿大卡尔顿大学研究教授,原武汉测绘大学名誉教授,中国科学院研究生院终身教授,法国地理学会荣誉会员。 阅读全文

posted @ 2008-11-26 10:58 cosophy 阅读(918) 评论(1) 推荐(0) 编辑

2008年11月10日

摘要: Problem: When i click and intend to read the RSS Feeds in the Feed List of IE 7.0, it pumps up a "File Download" dialog box without opening it in IE. If i select the "find" option, it shows : "Windows has the following information about this MIME type. This page will help you find software needed to open your file. MIME Type: application/rss xml Description: UnKnown 阅读全文

posted @ 2008-11-10 19:54 cosophy 阅读(507) 评论(0) 推荐(0) 编辑

2008年11月9日

摘要: 地图投影,也许对于大多数行业内的人来说,似乎掌握地都不够好,对于初学者就更加如此了,然而它却是地理领域中一个很重要的部分,人们必须掌握好的一个知识。因为在这个领域不可能不和它打交道,有地图就会有它存在,不然地图就不会有很大的意义。所以,该好好复习下这部分内容。 阅读全文

posted @ 2008-11-09 20:18 cosophy 阅读(1606) 评论(1) 推荐(1) 编辑

2008年11月3日

摘要: 假如输入http://localhost/service.svc,返回error 404.3-Not found and the mime type not being configured correctly to be served。很有可能是因为VS之后安装或修改了IIS,就如同aspnet_regiis.exe一样。 解决方法就是执行以下命令: 阅读全文

posted @ 2008-11-03 14:21 cosophy 阅读(1743) 评论(2) 推荐(0) 编辑

2008年10月28日

摘要: ArcGIS 9.3 早已发布,这是我第一次安装,9.3好像有比较大的更新啊!现在网上也出现了各种安装破解方法,我就是按其中一种来破解的,按照9.3白皮书上所说,看来我下载的Desktop并不是包含所有内容的安装包,最起码安装没包括arcinfo workstation。以下就是安装步骤: 阅读全文

posted @ 2008-10-28 13:54 cosophy 阅读(18831) 评论(20) 推荐(0) 编辑

2008年10月9日

摘要: 【参考文章】 :http://www.v2sky.com/u/v2sky/archives/2007/36.html http://www.gissky.cn/blog.asp?ID=146#more NSDTF-DEM是一种国家标准空间数据的交换格式,后缀一般是.dem,使用记事本打开会发现它是明码。 如: 头文件信息: NSDTF-DEM 1.0 M 0.000000 0.000000 39512435.000000 2743120.000000 5.000000 5.000000 985 1328 100 下面就是具体的栅格数据值: 阅读全文

posted @ 2008-10-09 11:29 cosophy 阅读(5429) 评论(0) 推荐(0) 编辑

2008年9月5日

摘要: 当在IE中打开HTML Viewer时产生如上错误,可以尝试以下解决方法: 1、esri Technical Article : http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=21331 2、打开website\文件夹中的ArcIMSParams.js,将URL中的替换为"localhost"。 阅读全文

posted @ 2008-09-05 22:05 cosophy 阅读(1186) 评论(0) 推荐(0) 编辑

摘要: ERDAS IMAGINE 9.1 破解文件下载(右键另存为)。erdas 安装步骤如下: 1、Install the application. 2、Copy the license.dat and ERDAS.exe to C:\Program Files\Leica Geosystems\Shared\Bin\NTx86 and overwrite. 3、To setup the license, do not use the license management shortcuts installed by the application: 阅读全文

posted @ 2008-09-05 10:46 cosophy 阅读(9924) 评论(1) 推荐(0) 编辑

2008年9月2日

摘要: 【转载】: 在ASP.NET 2.0中使用密码要注意:如果因为密码错误而不能输入用户,可能是因为ASP.NET默认要求使用强密码。输入到系统中的所有密码都至少要有7个字符,其中至少包含一个非数字和字母的字符(例如[ ], !, @, #, $)。 尽管这类密码比较安全,但像这样的密码有时很难记住。实际上,可以改变成员提供程序的工作方式,在web.config文件中重新设置它,使之不要求这么复杂的密码。如程序清单18-4所示。 程序清单18-4 在web.config文件中修改成员提供程序 阅读全文

posted @ 2008-09-02 12:25 cosophy 阅读(952) 评论(0) 推荐(0) 编辑