创建表: 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
什么是bottom up什么是top down通过浏览器访问如http://localhost:8080/HelloWS/services/HelloWSsss?wsdl 获取的 wsdl, 如何理解其内容? 如何传参???有何特定的格式 ? 如何手动生成这样的wsdl文件? 这样的wsdl文件 在...
分类:
Web程序 时间:
2014-07-22 22:50:33
阅读次数:
198
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
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
压力单位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
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
清除浮动的三种方法1.使用clear样式清除样例:.clear-float{clear:both;}clear 属性是 CSS 1 就提供的用来清除浮动的样式,设置了 clear 属性的元素,其上边框位置会紧贴浮动元素的 margin-bottom 边界位置渲染,忽略其 margin-top 设置。...
分类:
Web程序 时间:
2014-07-18 09:37:21
阅读次数:
271
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:
其他好文 时间:
2014-07-17 14:03:41
阅读次数:
293