# CGI HTTP server
## Getting Started
Python 2.x is preferred to this simple demo. I'm using Python 2.7 over windows.
* https://docs.python.org/2.7/library/cgihttpserver.html
* https://do...
分类:
编程语言 时间:
2014-08-13 01:09:54
阅读次数:
222
Phoenix(sql on hbase)简介
介绍:
Phoenix is a SQL skin over HBase delivered as a client-embedded JDBC driver targeting low latency queries over HBase data. Phoenix takes your SQL query, compile...
分类:
数据库 时间:
2014-08-11 21:28:33
阅读次数:
589
cities.xml
长春
吉林市
四平
松原
通化
沈阳
大连
鞍山
抚顺
济南
青岛
威海
烟台
潍坊
武汉
广水
孝感
荆州
黄石
鄂州
黄冈
city.html
二级联动
--请...
分类:
编程语言 时间:
2014-08-11 21:23:32
阅读次数:
283
Connect the Cities
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 9985 Accepted Submission(s): 2843
Problem Description
In 2100...
分类:
其他好文 时间:
2014-08-10 18:42:10
阅读次数:
236
S-TreesA Strange Tree (S-tree) over the variable set is a binary tree representing a Boolean function . Each path of the S-tree begins at the root n.....
分类:
其他好文 时间:
2014-08-10 18:11:00
阅读次数:
415
把本地文件上传到hadoop的hdfs-over-ftp...
分类:
其他好文 时间:
2014-08-08 21:22:26
阅读次数:
303
Northwind数据库,选取价格第二高的产品。有两种方法,一个是用Row_Number()函数:SELECT productname FROM (SELECT TOP 2 productname, Row_Number() OVER (ORDER BY unitprice desc) AS...
分类:
数据库 时间:
2014-08-08 21:15:36
阅读次数:
244
oracle 里面经常这样用select col1,col2..., row_number() over (partition by colx order by coly) from table_name;;这句话的意思是把表中的数值按照colx 分组,每一组内部按照coly排序,同时 row_nu...
分类:
数据库 时间:
2014-08-08 20:40:56
阅读次数:
307
看看以前的私密日志,原来自己之前被很多小而简单的问题困惑过!
看着那时候我们还是新手中的新手做的备忘笔记!
其实就是用了Oracle的统计函数而已!
以前的日记(看样子应该是以前公司的源码,呵呵……)如下:勿喷!
对多数据进行分组排序后取每组第一条记录:...
分类:
数据库 时间:
2014-08-08 16:05:06
阅读次数:
274
转自09年的blog,因为facebook在国内无法访问,故此摘录。The Photos application is one of Facebook’s most popular features. Up to date, users have uploaded over 15 billion p...
分类:
其他好文 时间:
2014-08-08 12:26:55
阅读次数:
374