创建表: hive> CREATE TABLE pokes (foo INT, bar STRING); Creates a table called pokes with two columns, the first being an integer and the other a string....
分类:
其他好文 时间:
2014-07-22 22:50:54
阅读次数:
262
Jzzhu has a big rectangular chocolate bar that consists of n?×?m unit squares. He wants to cut this bar exactly k times.
Each cut must meet the following requirements:
each cut should be straig...
分类:
其他好文 时间:
2014-07-22 22:49:15
阅读次数:
192
sublime的一个默认设置让人很不爽,比如现在选项卡里面已经打开了一个文件A,当你从左边side bar里面点击一个新文件B时,如果你不是快速的双击,且A没有处于编辑未保存状态,那么B就会覆盖A的选项卡,而不是在新选项卡中打开.而我绝大多数都是希望在新选项卡中打开新文件的,经常需要来回比较和修改多...
分类:
其他好文 时间:
2014-07-22 09:13:33
阅读次数:
330
1. 在Activity中的onCreate方法中加入如下代码: //Remove title bar
this.requestWindowFeature(Window.FEATURE_NO_TITLE);
//Remove notification bar
this.getWindow().setFlags(WindowManager.L...
分类:
移动开发 时间:
2014-07-21 10:08:56
阅读次数:
362
Givennnon-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histog...
分类:
其他好文 时间:
2014-07-21 10:04:43
阅读次数:
229
Visual F# Power Tools 简介
Auto-generating XmlDoc (via
F# XmlDoc extension)Formatting document / Formatting selection (via
Fantomas extension)Navigation bar (see
this article)Highlight re...
分类:
其他好文 时间:
2014-07-19 23:18:17
阅读次数:
299
1.多数据库设置select 0 - 15 ,代表16个数据库2.glob风格通配符set bar 1set btt 2keys * 返回所有keys ba? 返回 barkeys b[a-z][a-z] 返回btt bar\x 匹配转义字符3.判断一个键是否存在exists bar ,存在返回1否...
分类:
其他好文 时间:
2014-07-19 19:24:39
阅读次数:
247
压力单位MPa、Psi和bar之间换算公式1bar=10^5PaPsi为英制压力单位.“磅力每平方英寸(1bf/in2)为1psi=6894.76 pa; 1bar等于10的5次方=10^5 pa ;1atm等于一个标准大气压=101325pa ;1at等于一project大气压(千克力每平方厘米k...
分类:
其他好文 时间:
2014-07-19 13:27:56
阅读次数:
279
先上效果图:
这个程序分2个层次,一个是顶部的带UITextField的bar,一个是下拉选择的view,下拉选择的view带有4个自定义的UIView
我们先定义一个UIViewController叫MyViewController,然后顶部的bar叫TopBarView,下拉选择的view叫TypeSelectView,像UIButton的自定义的view叫做TypeVie...
分类:
移动开发 时间:
2014-07-18 23:04:56
阅读次数:
290
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:
移动开发 时间:
2014-07-18 11:38:45
阅读次数:
228