自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (44)
  • 收藏
  • 关注

原创 关于使用Google Earth的一个小idea

记得在大学里上自然地理课时,老师苦于无法给我们一种身临其境的感觉,只有让我们不断地背地貌的特征,然而在实习后发现,那些死记硬背的东西没什么作用,到现场去看一下所带来的收获比坐在教室里上十节课都多。  这几天一直在看Google Earth相关的应用,发现现在GE的API已经很丰富了,在里面可以看到几乎所有的地形地貌的三维效果,并且还可以在里面插入视频短片和图片。可惜的是GE AP

2010-03-29 21:09:00 641

原创 PostgreSQL8.3在XP下安装失败

在安装过程中出现了一个错误,提示信息说到D:/Program Files/PostgreSQL/8.3/data/postgresql.conf里面看,可安装完成之后我的data文件夹里根本就没有postgresql.conf这个文件。  在服务中启动postgresql服务,可总是提示服务启动后又自动关闭,在事件查看器(控制面板-管理工具-事件查看器)中找到了下面这些错误信息:po

2010-03-21 10:16:00 1166

原创 GeoServerUserManual中getstarted的demo数据的下载地址

nyc_roads.zip: http://svn.codehaus.org/geoserver/tags/1.7.4/doc/user/source/getting-started/shapefile-quickstart/nyc_roads.zip  nyc_buildings.zip http://svn.codehaus.org/geoserver/tags/1

2010-03-20 23:04:00 807 2

原创 linux下一款不错的背单词软件(reciteword)

最近在准备gre考试,于是找了找linux下的背单词软件,就是这个exciteword,好像是跟轻轻松松背单词差不多,挺好用的。 安装方法:ubuntu下最简单的方法就是apt-get install了。 还可以从官网上下载rpm包,使用alien转为deb包。alien工具没有的话可以使用apt-get install alien来下载。转化为deb包后,双击自动安装就可以了

2010-03-09 15:25:00 4556

原创 Google Earth高程数据很准

我在google earth中测了下云大洋浦校区的高程,发现里面的高程数据精度很高,用鼠标沿着一条路向上滑动,可以看到1934-1935-1936这样的细微变化,不得不佩服google的技术实力和资本实力,当然,更厉害的是那种魄力和企业文化。

2010-03-08 20:57:00 7810

The Life and Work of John Forbes Nash Jr

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

NEW POLYNOMIAL-TIME ALGORITHM.pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

REMINISCENCES ABOUT THE ORIGINS OF LINEAR PROGRAMMING.pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

The Turing Test paper and von Neumann’s EDVAC report..pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

Antikythera Mechanism3.pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/ 这篇文章有三部分,这是第三部分

2009-12-20

Antikythera Mechanism2.pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/ 这篇文章有三部分,这是第二部分

2009-12-20

Antikythera Mechanism1.pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/ 这篇文章有三部分,这是第一部分

2009-12-20

New Directions in Cryptography, Diffie and Hellman

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

Godel's Theorem and the Birth of the Computer-goedel.pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

Jonathan von Neumann and EDVAC

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/ 里面的内容我还没看,不过以前听老师讲过这篇文章,值得一读

2009-12-20

《Simulating Physics with Computers》

费曼的《Simulating Physics with Computers》,量子计算机这个概念应该就是从这篇文章提出的,UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

Pro Apache Struts with ajax

Pro Apache Struts with ajax,2006年那版,英文版,pdf格式,质量不错,非扫描。Apress出的。

2009-12-11

ibatis tutorials

ibatis的快速入门材料,英文版的,从官网上下的,官网上有中文版

2009-12-07

head first java second edition english part2

head first java第二版,非扫描pdf版。从http://www.51leifeng.net/上下载的,赞http://www.51leifeng.net/(我要雷锋) 第二部分

2009-12-02

head first java second edition (english) part1

head first java第二版,非扫描pdf版。从http://www.51leifeng.net/上下载的,赞http://www.51leifeng.net/(我要雷锋)

2009-12-02

Apress - Pro Hadoop.pdf

Pro Hadoop的英文原版,很清晰,并且有目录。 这本书我还没看,不过这是有关hadoop的不多的专著

2009-10-28

MRGIS: A MapReduce-Enabled High PerformanceWorkflow System for GIS

一篇论文,英文的。关于mapreduce技术在GIS中应用的一篇文章。貌似是华人写的,不过学校是国外的。

2009-09-01

《JavaScript语言精髓与编程实践》精简版

中文的,从infoq上下载的。是免费的在线版本,可以到网上去买正版的完整版。一共53页,主要讲了命令式语言,函数式语言和动态语言的东西。

2009-09-01

深入浅出struts2(infoq免费版,中文版)

深入浅出struts2(infoq免费版),95页。是个免费在线版本,可以到http://infoq.com/cn/minibooks/starting-struts2查看具体信息

2009-09-01

NetBeans IDE 6.1 快捷键和代码模板(中文版)

NetBeans IDE 6.1 快捷键和代码模板,2页纸,内容很实用,适合常用netbeans做开发的程序员

2009-09-01

Sun云计算白皮书(中文版)

Sun的官网上下载的一份关于云计算的白皮书,中文版的

2009-09-01

tomcat启动的时序图

这是一份tomcat5启动时的时序图,对于理解tomcat的结构很有帮助

2009-09-01

GUIDE to USING OPEN-SOURCE SOFTWARE to DEVELOP WEB APPLICATIONS

SUN的一份使用开源软件开发网络应用的白皮书

2009-09-01

Structure and Interpretation of Computer Programs(2nd edition)

这是MIT的一门经典课程所用的课本,课程视频是可以下载的,尽管那时1986年的视频,但由于这门课不是,关于技术细节的,因此不受什么影响

2009-07-28

Foundations of Rapid Mashup Development

Foundations of Rapid Mashup Development

2009-02-12

web mappingn illustrated

With the help of the Internet and accompanying tools, creating and publishing online maps has become easier and rich with options. A city guide web site can use maps to show the location of restaurants, museums, and art venues. A business can post a map for reaching its offices. The state government can present a map showing average income by area. Developers who want to publish maps on the web often discover that commercial tools cost too much and hunting down the free tools scattered across Internet can use up too much of your time and resources. Web Mapping Illustrated shows you how to create maps, even interactive maps, with free tools, including MapServer, OpenEV, GDAL/OGR, and PostGIS. It also explains how to find, collect, understand, use, and share mapping data, both over the traditional Web and using OGC-standard services like WFS and WMS. Mapping is a growing field that goes beyond collecting and analyzing GIS data. Web Mapping Illustrated shows how to combine free geographic data, GPS, and data management tools into one resource for your mapping information needs so you don't have to lose your way while searching for it. Remember the fun you had exploring the world with maps? Experience the fun again with Web Mapping Illustrated. This book will take you on a direct route to creating valuable

2008-10-09

The c++ programming language(english edition)

这是stroustrup的经典c++著作:《The c++ programming language》的英文版。我感觉英文原版要比中文版好,因为许多中文版翻译的让人感到莫名其妙。

2008-10-04

h264的结构说明,英文版

有关h.264的一个很不错的ppt,对于理解h264代码有帮助。它分不同层次地对h264的数据流和运算流进行了解释,可以方便地对照编解码器的源代码来看。

2011-11-15

jubincn博文“GDB简单教程”中的示例程序

jubincn博文“GDB简单教程”中的示例程序,http://blog.csdn.net/jubincn/article/details/6774524

2011-09-14

GIS:A Computing Perspective 第一版 chm格式

Worboys的经典著作,不过是第一版的。我一直想找第二版的,但没找到,哪位温拿如果有的话,麻烦分享下。

2010-07-13

Introduction to Spring2. and JPA

IBM Developerworks 上的文章,英文版本

2010-05-07

Apress.Beginning.Apache.Struts.From.Novice.to.Professional.Feb.2006.pdf

struts从入门到精通的英文版,我还没看,也不清楚struts的版本,但这份文档的质量不错

2009-12-18

Vi-iMproved.pdf

有关vim的一本pdf书,英文的,500多页,喜欢vim的同学可以下载看下

2009-12-18

Linux必学的60个命令v1.0.1.pdf

70多页的一个pdf文档,里面列举了常用的Linux命令,可以做参考手册用

2009-12-18

Berkeley计算机经典阅读材料

从Berkeley上下载的他们一门计算机经典阅读材料课的资料,里面的内容都是英文的论文,包括哥德尔的,纳什的等。强烈建议喜欢计算机科学的同学看一下。

2009-12-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除