Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpo...
分类:
其他好文 时间:
2014-07-30 12:05:03
阅读次数:
248
毛雷尔玫瑰,也有的翻译是毛瑞尔,它是一种很漂亮的图形.玫瑰线的变异品种.我没有找到其中文的解释,有兴趣可以看下维基上的相关页面.AMaurer roseof the roser=sin(nθ) consists of the 360 lines successively connecting the...
分类:
其他好文 时间:
2014-07-30 12:01:43
阅读次数:
320
1 Layout l = textview.getLayout();2 if ( l != null){3 int lines = l.getLineCount();4 if ( lines > 0)5 ...
分类:
其他好文 时间:
2014-07-29 20:38:22
阅读次数:
196
题目:
Product
The Problem
The problem is to multiply two integers X, Y. (0250)
The Input
The input will consist of a set of pairs of lines. Each line in pair contains one mu...
分类:
其他好文 时间:
2014-07-29 18:03:42
阅读次数:
283
题目:Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two e....
分类:
编程语言 时间:
2014-07-27 11:04:52
阅读次数:
278
最近在开发实战中,遇到了一个这样的技术情景:
把log4j生成的日志文件定时刷进MySQL数据库,比如三个小时刷一次,那么每次刷数据的时候,如何控制文件读取是从上一次文件读取结束的地方开始继续读取的?并且本次要读取到文件结尾处。在网上各种搜索提问后,找到了一个叫RandomAccessFile Java类解决了问题。
先上代码:
static int size=1;//主...
分类:
编程语言 时间:
2014-07-26 17:24:12
阅读次数:
554
有一个UTF-8编码的文本文件,用FileReader读取到一个字符串,然后转换字符集:str=newString(str.getBytes(),"UTF-8");结果大部分中文显示正常,但最后仍有部分汉字显示为问号!
Java代码
public static List getLines(String fileName){
List lines=newArrayL...
分类:
其他好文 时间:
2014-07-24 17:50:16
阅读次数:
264
Extracting Lines,Contours, and Components
分类:
其他好文 时间:
2014-07-22 23:18:17
阅读次数:
641
树形控件在界面编程中应用十分普遍,如在资源管理器中和树形结构显示书的目录等,我们一步步研究树形控件的使用。
在对话框界面上首先拖动创建一个树,一般我们改变三个属性:
Has Buttons显示带有”+”或”-“的小方框,表示某项能否被展开或已展开,默认为选中,我们改为选中。
Has Lines在父项与子项之间连线以清楚地显示结构,默认为选中,改为选中。
Lines at root:在根部划...
分类:
其他好文 时间:
2014-07-22 22:39:54
阅读次数:
379
创建表:drop table tcreate table if not exists t (t string) partitioned by (log_date string) row format delimited fields terminated by '\t' lines terminat...
分类:
其他好文 时间:
2014-07-21 08:31:39
阅读次数:
281