db=# \help可用的说明: ABORT ALTER AGGREGATE ALTER
COLLATION ALTER CONVERSION ALTER DATABASE ALTER DEFAULT PRIVILEGES ALTER DOMAIN
ALTER EVENT TRIGGER ALTER...
分类:
数据库 时间:
2014-05-20 01:05:36
阅读次数:
459
\?-------------------------------------一般性
\copyright 显示PostgreSQL的使用和发行许可条款 \g [文件] or; 执行查询 (并把结果写入文件或 |管道) \gset
[PREFIX] 执行查询并把结果存到psql变量中 \h [名称]...
分类:
数据库 时间:
2014-05-20 00:22:16
阅读次数:
450
ERROR: could not load library "D:/Program
Files/PostgreSQL/9.3/lib/postgis-2.1.dll": Invalid access to memory
location.这个错误,参照:http://trac.osgeo.org/p...
分类:
数据库 时间:
2014-05-19 23:52:29
阅读次数:
1776
Python load json file with UTF-8 BOM header -
Stack Overflow 12 down voteacceptedYou can open with codecs:import jsonimport
codecsjson.load(codecs.ope...
分类:
编程语言 时间:
2014-05-19 23:02:20
阅读次数:
507
D:\Program Files\PostgreSQL\9.3\scripts
这个是psql的默认的缓冲区位置;psql的命令:D:\Program
Files\PostgreSQL\9.3\scripts\runpsql.bat--查询缓存区 \e [FILE] [LINE] 使用外部编辑器编辑...
分类:
数据库 时间:
2014-05-19 11:23:35
阅读次数:
907
当用户触摸屏幕的时候,会产生许多手势,例如down,up,scroll,filing等等,我们知道View类有个View.OnTouchListener接口,通过重写他的onTouch(Viewv,MotionEventevent)方法,我们可以处理一些touch事件,但是这个方法太过简单,如果.....
分类:
其他好文 时间:
2014-05-19 08:46:19
阅读次数:
256
OS环境Ubuntu12.04 32bit因为公司一个功能要用到gdal
的ogr2ogr命令转换shp数据,需要能往postgis和sqlite 中插入数据。用gdal1.11.0的源码默认安装,postgresql
和sqlite都没能支持后来在机器上装了postgresql 9.1也不行,最终...
分类:
数据库 时间:
2014-05-16 04:12:42
阅读次数:
518
Robot Motion
Problem Description
A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to move are laid down in a grid. The...
分类:
其他好文 时间:
2014-05-15 05:48:40
阅读次数:
346
最近工作很不顺心,也在看python,所以没有坚持写笔记,今天就更新一点笔记,metasploit支持的数据库有2种,一种是PostgreSQL,还有一个是大家熟悉的MySQL,其实MySQL我都不熟悉,我只用过orcalMMSQL还有accsess数据库,至于PostgreSQL,我之前都没听过,好了,这个无所谓,除..
分类:
数据库 时间:
2014-05-14 18:28:04
阅读次数:
496
大部分数据库都提供了窗口函数,比如RANK,ROW_NUMBER等等。MySQL这方面没有直接提供,但是可以变相的实现,我以前写了row_number的实现,今天有时间把rank的实现贴出来。这里,我用MySQL以及Python分别实现了rank窗口函数。原始表信息:t_girl=#\dgroup_concat;
Table"ytt.grou..
分类:
数据库 时间:
2014-05-14 17:04:57
阅读次数:
442