上一页 1 2 3 4 5 6 ··· 16 下一页
  2010年3月14日
摘要: package{import com.esri.ags.SpatialReference;import com.esri.ags.geometry.Extent;import com.esri.ags.geometry.MapPoint;import com.esri.ags.layers.LOD;import com.esri.ags.layers.TileInfo;import com.esr... 阅读全文
posted @ 2010-03-14 00:28 jerry data 阅读(355) 评论(1) 推荐(0) 编辑
  2010年3月13日
摘要: <html><title>Michael Jackson</title><style>body {margin:0px;}</style><body> <iframe src="http://www.d-gis.com/mj/index.html" frameborder="0" scrolling="yes" marg... 阅读全文
posted @ 2010-03-13 00:20 jerry data 阅读(141) 评论(0) 推荐(0) 编辑
  2010年3月8日
摘要: If you're .NET 2.0, try XmlReader and it's subclasses XmlTextReader, XmlValidatingReader provide a fast, lightweight (memory usage etc), forward only way to parse an XML file. If you need XPath capabi... 阅读全文
posted @ 2010-03-08 00:49 jerry data 阅读(138) 评论(0) 推荐(0) 编辑
  2010年2月26日
摘要: http://www.codeproject.com/KB/dotnet/PInvoke.aspx PInvoke is the mechanism by which .NET languages can call unmanaged functions in DLLs. This is especially useful for calling Windows API functions tha... 阅读全文
posted @ 2010-02-26 14:08 jerry data 阅读(578) 评论(0) 推荐(0) 编辑
  2010年2月5日
摘要: // Declare a new object of type Point. Point ptOrigin; // Member function calls use the . member-selection operator. ptOrigin.SetX( 0 ); ptOrigin.SetY( 0 ); // Declare a pointer to an object of... 阅读全文
posted @ 2010-02-05 14:30 jerry data 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 16 下一页