随书附送光盘数据的下载地址:
http://www.geocommon.net/wp-content/uploads/2011/12/agsbook.zip
随书附送光盘数据的下载地址:
http://www.geocommon.net/wp-content/uploads/2011/12/agsbook.zip
比较新颖的配色, 亮丽, 干净, 必定出自制图大家之手啊, 学习一下。
http://cache1.arcgisonline.cn/ArcGIS/rest/services/
ChinaCities_Community_BaseMap_ENG/BeiJing_Community_BaseMap_ENG/MapServer
下午接到电话:样书在会场被人拿走了。 我比较无语!
样书中尚有多处需要修改的地方,不尽如人意, 希望不要误导人了。
正式出版上市估计要到10月中旬了,到时候再把随书的光盘资料放上来。
chrome浏览器中的flash老是崩溃, 而其它浏览器相对好一些。
google map flash api也被官方停掉了, 建议转向javascript。
” The Google Maps API for Flash has been officially deprecated as of September 2, 2011. The API will continue to work as per our deprecation policy, but we encourage you to migrate your applications toversion 3 of the Maps JavaScript API. ”
总是头疼招聘面试的效率问题,怎么才能在短时间的面谈过程帅选出合适的人选, 看到这个帖子的一些小技巧比较有用, 学习一下。
import urllib2
import sys
content = urllib2.urlopen(“http://www.higis.cn”).read() #网站页面是utf-8编码的。
type = sys.getfilesystemencoding() # 关键
print content.decode(“UTF-8″).encode(type) # 关键