webgis
iteye_15840
这个作者很懒,什么都没留下…
展开
-
postgres 使用技巧
1. 生成新表drop table dtline; --asText(makeline(dtcells.the_geom, cell5.geom))select dtcells.id, cell5_id, makeline(the_geom, geom) as the_geominto dtlinefrom dtcells, cell5 where dtcells.cell...2009-01-19 00:48:49 · 230 阅读 · 0 评论 -
Macbook Pro 休眠模式
0 - 安全模式1 - 直接写到硬盘,恢复也从硬盘恢复3 - 开始不休眠到硬盘,等电池电量低了,就写到硬盘。默认是3 sudo pmset -a hibernatemode 1 sudo pmset -g sudo pmset -g Active Profiles:Battery Power -1AC P...原创 2009-12-11 09:09:02 · 730 阅读 · 0 评论 -
CPAN Install 过程
1. 解压缩, tar zxvf yourmodule.tar.gz 2. 编译perl Makefile.PLmakemake test3. 安装sudo make installCPAN 资源:[url]http://search.cpan.org/[/url]原创 2009-04-21 18:15:50 · 276 阅读 · 0 评论 -
Google Earth 图片处理
从Google Earth上抓回来的地图是4326坐标系的,JPEG 图片,没有压缩的,质量比较好。但是相应的.map文件的格式如下:!tableOziExplorer Map Data File Version 2.2tianhe1.jpgC:\users\Gecapture\tianhe1.jpg1 ,Map Code,WGS 84,WGS 84, 0.0000...2009-06-25 18:31:33 · 250 阅读 · 0 评论 -
ipTables portforwarding 的安装方法
下面是ipTables 的安装方法,供日后参考。Iptables 安装过程1. 增加一个逻辑端口Ifconfig lo:1 192.168.254.1 netmask 255.255.255.0 2. 修改iptables,增加DNAT的配置iptables -t nat -Fiptables -t filter -Fiptables -A PREROU...2009-07-04 22:52:40 · 286 阅读 · 0 评论 -
Install R on mac OSX
1. 下载 安装 RR-2.10.1.pkg 2. 下载安装 gitgit-1.6.6.1-intel-leopard.dmg然后安装 3. 下载rsrubygit clone git://github.com/alexgutteridge/rsruby.git设定 R_HOME 变量,在.profile 里面 export export ...原创 2010-02-10 12:22:40 · 176 阅读 · 0 评论 -
Snow Leopard x86_64 安装Postgres
1. 安装snow leopard 64位的postgres sql版本。http://www.kyngchaos.com/software:postgres PostgreSQL 8.3.7-2 [29.7 MiB] PostgreSQL Client-only 8.3.7-2 [3.3 MiB] PostGIS 1.4.0-4 for Post...2009-09-17 10:50:56 · 99 阅读 · 0 评论 -
tar 的用法
转自:http://dev.csdn.net/article/84/84968.shtmtar命令tar可以为文件和目录创建档案。利用tar,用户可以为某一特定文件创建档案(备份文件),也可以在档案中改变文件,或者向档案中加入新的文件。tar最初被用来在磁带上创建档案,现在,用户可以在任何设备上创建档案,如软盘。利用tar命令,可以把一大堆的文件和目录全部打包成一个文件,这对于备份文件...原创 2009-09-19 08:10:00 · 98 阅读 · 0 评论 -
c2k license
license.key.signature = 60q0453x-fe9ey9q7-hsv6qa6h-5zhzx6z3-7kaqgf82-2gsykhh9-7zmffts6-k1q8q4hy-8egu42re-38license.val.component = 1license.val.customer = Jiangsu Demolicense.val.expiry = 2009-1...2009-09-29 07:29:01 · 101 阅读 · 0 评论 -
Subversion Cheat Sheet
This Subversion cheat sheet was created during the initial setup of Subversion on Apache 2.0 on Windows and Mac OS X. A detailed tutorial covering most of the features of Subversion can be found in ...原创 2009-10-01 14:05:08 · 124 阅读 · 0 评论 -
OpenLayers 添加 map 移动后的事件
其实很简单了,就是增加一个Openlayers map 的 “moveend" 事件了。代码如下:[code="java"] map.events.register("moveend", map, function (e) { if (showMap) showMap(e); });[/code]很多东西还是要试过才能知道。...2009-10-01 23:13:58 · 470 阅读 · 0 评论 -
iPhone IDP 申请
现在确实好像不需要激活码了。申请后,一天就受到扣款的邮件,然后登录Apple Developer, 看到自己已经是会员了。傻傻的等了三天,还是没有邮件过来。看了http://developer.apple.com/iphone/manage/overview/index.action 的演示,才知道可以直接生成签名文件,编译程序,上传到iPhone了。Apple ...原创 2010-07-10 06:34:43 · 130 阅读 · 0 评论 -
100G Ethernet
100 GE 模块PHY40 Gigabit Ethernet100 Gigabit Ethernetat least 1 m over a backplane40GBASE-KR4 at least 10 m over copper cable40GBASE-CR4100GBASE-CR10at least 100 m over OM3 M...2009-11-30 08:41:19 · 516 阅读 · 0 评论 -
Ruby Tutorial from _why
HTML version[url]http://mislav.uniqpath.com/poignant-guide/book/chapter-1.html[/url]PDF version:[url]http://cloud.github.com/downloads/devyn/shoes-web/whys-poignant-guide-to-ruby.pdf[/url]2009-11-27 09:31:34 · 120 阅读 · 0 评论 -
GeoRuby
Need Pluginscript/plugin install svn://rubyforge.org/var/svn/georuby/SpatialAdapter/trunk/spatial_adapterGeoRuby Documenthttp://georuby.rubyforge.org/georuby-doc/index.html2009-01-23 14:58:20 · 78 阅读 · 0 评论 -
postgres 性能参数调整
http://www.91linux.com/html/article/database/PostgreSQL/20080331/10283.html本人现在开发的所有项目都使用postgresql,应用下来对它很是满意,现就影响postgresql性能的几个重要参数介绍如下,希望对PG的初学者有所帮助,如果你在实际应用中遇到什么问题,可给我留言,我们一起解决: PG的配置文...原创 2009-01-30 01:16:56 · 188 阅读 · 0 评论 -
postgres password
[url]http://www.postgresql.org/docs/current/static/libpq-pgpass.html[/url]the file .pgpass in a user's home directory or the file referenced by PGPASSFILE can contain passwords to be used if the c...原创 2009-01-30 21:02:57 · 203 阅读 · 0 评论 -
Update girds
update cells set grid_id = cast(floor((y(geom)-2575200)/5)*25160+floor((x(geom)-12572400)/5)+1 as integer);update grid5 set grid_id = cast(floor((y(center)-2575200)/5)*25160+floor((x(center)-12572...2009-02-12 17:19:02 · 86 阅读 · 0 评论 -
MapInfo 数据帧导入方法
我们拿到的数据基本上是shp 格式或者 mapinfo的tab 格式的。所以要经过5个过程的转换才能送到PostGIS 里面。1. #mapinfo 文件转换成 ERSI shp 格式: 结果文件放在前面,这个有点特殊。ogr2ogr -f "ESRI Shapefile" 花都.shp ./花都楼高.tab2#转换坐标系:原来是4326 的,转换成google的900...2009-02-14 21:24:07 · 282 阅读 · 0 评论 -
PostGis 查询
1. 查询一个网格内的所有Featureselect b.*into build_1090from huadu b, smallgz3 g where ST_Intersects(b.the_geom, g.the_geom) AND g."name" = 'Area_1090';2. 查询相交后的网格SELECT p.id, b."房高" as height,...2009-02-17 11:38:29 · 236 阅读 · 0 评论 -
SCP 的用法
scp 就是 secure copy, 是用来进行远程文件拷贝的 . 数据传输使用 ssh1, 并且和 ssh1 使用相同的认证方式 , 提供相同的安全保证 . 与 rcp 不同的是 ,scp 会要求你输入密码如果需要的话 . 最简单的应用如下 : scp 本地用户名 @IP 地址 : 文件名 1 远程用户名 @IP 地址 : 文件名 2 [ 本地用户名 @IP 地址 :]...原创 2009-03-01 15:21:55 · 118 阅读 · 0 评论 -
ubuntu mongrel-cluster nginx
1. custer gem install mongrel_cluster $ sudo mongrel_rails cluster::configure -e production \ -p 8000 -N 4 -c /var/www/apps/testapp -a 127.0.0.1 \ --user mongrel --group mongrel...2009-11-13 08:34:15 · 121 阅读 · 0 评论 -
ruby multi thread 多线程 编程
[code="java"]$key = 0def thread_draw(id) while $key < 20 puts "#{id}: #{$key}" $key = $key + 1 sleep(1) end end def run_draw a = Thread.new { thread_draw...2009-11-13 18:29:23 · 180 阅读 · 0 评论 -
make point in postgres
select astext(transform(setsrid(st_makepoint(118.08,39.57),4326),900913));select astext(transform(setsrid(st_makepoint(118.28,39.73),4326),900913));2009-11-20 16:41:32 · 159 阅读 · 0 评论 -
Martians
Prefix bits of 0.0.0.0 /8 were reserved by IANA in September 1981. Prefix bits of 127.0.0.0 /8 were reserved by IANA in September 1981.Prefix bits of 128.0.0.0 /16 are used by various address regist...2009-11-26 12:54:03 · 104 阅读 · 0 评论 -
VMWare 7.1 key
VMware Workstation 7.1注册机(序列号/注册码)28 五VMware Workstation 7.1昨天发布,主要增加了对Windows 7 32和64位版本的支持,支持高级虚拟化平台,多个平台版本也一并发布。在第一时间为大家提供刚出的VMware Workstation 7.1注册机和可用的VMware Workstation7.1序列号/注册码。VMwa...原创 2010-07-10 22:39:43 · 256 阅读 · 0 评论