创建表: 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
标签最基本的认识就是预格式化文本,被包围在 pre 元素中的文本通常会保留空格和换行符。而文本也会呈现为等宽字体。经常用于在网页中显示计算机源代码。
1、格式化文本举例
.post_code
{
padding:10px;
border:dotted 1px #0000ff;
width:650px;
height:auto;
overflow:scroll;
}
...
分类:
其他好文 时间:
2014-07-21 11:41:56
阅读次数:
248
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
技术: Unity NGUI Buttion,Scroll View,UI input, F2 改名 Linux Xargs英语: blather cunt droll amputate forlorn don cub
分类:
其他好文 时间:
2014-07-19 14:35:59
阅读次数:
198
压力单位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
当页面很短的时候,没有纵向滚动条,点击头部菜单,导航,会有闪动。解决办法:body{overflow-y:scroll;}
分类:
其他好文 时间:
2014-07-19 00:34:35
阅读次数:
338