Tom的专栏

爱老婆,爱工作,爱生活

2009年06月28日

原创 Process Models and Next-Generation Geographic Information Technology


By Paul M. Torrens
Much of the inner workings of geographic information systems is organized around data models: computational structures (rasters and vectors are common variants) that determine how GIS stores, organizes, and displays various types of information for different purposes. Put simply, data models treat the world in terms of objects that represent entities and their related attributes. In GIS, there is usually no dedicated model of the processes that govern dynamics, adap阅读全文>

发表于 @ 2009年06月28日 17:57:00|评论(loading...)|举报|收藏

转载 Spatial Concepts in GIS and Design


To what extent are the fundamental spatial concepts that lie behind GIS relevant in design? To what extent can the fundamental spatial concepts of design be addressed with GIS? Is it possible to devise a curriculum to develop spatial thinking in both GIS and design? 
NCGIA meeting (Photo from the NCGIA Web site: Jake Sopher).
To begin developing answers to such questions, a specialist meeting on spatial concepts in GIS and design was held December 15?6, 2008, in Santa Barbara, Ca阅读全文>

发表于 @ 2009年06月28日 17:56:00|评论(loading...)|举报|收藏

转载 GIS: Designing Our Future

阅读全文>

发表于 @ 2009年06月28日 17:54:00|评论(loading...)|举报|收藏

2009年05月17日

转载 WCF tips


http://blah.winsmarts.com/2008-4-Writing_the_WCF_Hello_World_App.aspx


http://www.techbubbles.com/wcf/wcf-vs-aspnet-web-services/阅读全文>

发表于 @ 2009年05月17日 00:00:00|评论(loading...)|举报|收藏

2009年05月16日

转载 REST vs SOAP Web Services

REST vs SOAP Web Services
I am seeing a lot of new web services are implemented using a REST style architecture these days rather than a SOAP one. Lets step back a second and explain what REST is.
What is a REST Web Service
The acronym REST stands for Representational State Transfer, this basically means that each unique URL is a representation of some object. You can get the contents of that object using an HTTP GET, to delete it, you then might use a POST, PUT, or DELETE to modi阅读全文>

发表于 @ 2009年05月16日 12:00:00|评论(loading...)|举报|收藏

2009年04月13日

原创 Windows 2003 ASP.NET security problem

On Windows 2003 server there should not be an ASPNET account. Instead the default account is usually Network Service but you can configure this in IIS by setting the user account in the Application Pool that hosts your virtual. Whatever account this is set to needs to be able to write in the temp ASP.Net directory. Set at least read access to ASP.NET web application. 阅读全文>

发表于 @ 2009年04月13日 12:54:00|评论(loading...)|举报|收藏

2009年04月06日

原创 ArcGIS 09 developer summit


前段时间ESRI举行了 09 developer summit,去年我还参加了其中的编程大赛,虽然没拿到奖项,但看到了很多东西,开阔一下视野也好,今年似乎也没多少新东西,比较感兴趣的是Silverlight MapControl,之前也有看过,而且还基于它做了一点东西。

整体来看,ESRI的产品线很齐全了,而且SDK也包罗了目前的主流技术平台,.NET/Java SDK, SOAP API, Flex API, JS API, 诸如此类,ESRI稳扎稳打,步步为营,有力地巩固着自己在GIS界的领先地位。而且ESRI令Marshup的概念越来越深入人心,对OGC/ISO的支持越来越坚决,在当今世界,唯有兼容并包和支持标准才是生存的至重之道。

相比于ESRI,国内的GIS业界似乎没有多少振奋人心的消息,08年底有些中科院院士号称要打造中国的GE,听起来很好,但国内对测绘和地理信息较为严格的法律规定让人对此想法的前景不太看好。

GIS终归是要给人用的,也需要人去开发和维护,所以需要有灵活的开发选择,完善的技术阅读全文>

发表于 @ 2009年04月06日 17:09:00|评论(loading...)|举报|收藏

2009年02月01日

转载 50 Ways to Improve Your Life

50 Ways to Improve Your Life阅读全文>

发表于 @ 2009年02月01日 18:33:00|评论(loading...)|举报|收藏

转载 About the CIP-ER White Paper Series

About the CIP-ER White Paper Series


The Geospatial Dimensions of Critical Infrastructure Protection and Emergency Response (CIP-ER) white paper series focuses on the interdependencies of the vertical markets where GITA members and constituents use geospatial technology, including electric utilities, gas utilities, public agencies, telecommunications companies, water utilities, transportation agencies, and pipeline companies. The series will include at least seven white papers p阅读全文>

发表于 @ 2009年02月01日 18:27:00|评论(loading...)|举报|收藏

2009年01月07日

转载 .NET 3.5: JSON Serialization using the DataContractJsonSerializer


In ASP.NET AJAX Extensions v1.0 for ASP.NET 2.0 there is the JavaScriptSerializer class that provides JSON serialization and deserialization functionality. However, in .NET3.5 the JavaScriptSerializer has been marked obsolete. The new object to use for JSON serialization in .N阅读全文>

发表于 @ 2009年01月07日 17:32:00|评论(loading...)|举报|收藏

Csdn Blog version 3.1a
Copyright © Tom