Given an arraySofnintegers, are there
elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in
the array which gives the sum of ...
分类:
其他好文 时间:
2014-06-29 15:08:56
阅读次数:
263
1 设置path, 在windwos 7下要重启2 重启后,cmd----ant -version
Unable to locate tools.jar. Expected to find it in C:\Program
Files\Java\jre6\lib原来是只安装了jre, 没有安装jdk...
分类:
其他好文 时间:
2014-06-07 04:37:11
阅读次数:
209
1 #include 2 #include 3 using namespace std; 4
const int Max = 100000; 5 int num[Max]; 6 int find_[Max]; 7 bool found[Max]; 8
int pos[Max] = { 9 ...
分类:
其他好文 时间:
2014-06-07 03:49:29
阅读次数:
250
修改输入法横向候选字 vim ~/.config/fcitx/conf
fcitx-classic-ui.config 修改此行 为 false :VerticalList=False mb这玩意百度真不好找
fuck一句web版酷狗 http://forum.ubuntu.org.cn/viewt...
分类:
系统相关 时间:
2014-06-07 03:30:59
阅读次数:
394
1,软件介绍FreeBayes is a Bayesian genetic variant
detector designed to find small polymorphisms, specifically SNPs
(single-nucleotide polymorphisms), inde...
分类:
其他好文 时间:
2014-05-28 23:15:20
阅读次数:
692
题目: Say you have an array for which the ith element
is the price of a given stock on day i. Design an algorithm to find the maximum
profit. You may co...
分类:
其他好文 时间:
2014-05-28 22:37:18
阅读次数:
327
Given an arraySofnintegers, are there
elementsa,b,cinSsuch thata+b+c= 0? Find all unique triplets in the array which
gives the sum of zero.Note:Elemen...
分类:
其他好文 时间:
2014-05-28 16:47:30
阅读次数:
308
昨天在Eclipse中导入一个Android工程后点击运行时出现了Could not find
XXX.apk!的错误信息,具体错误提示如下:到网上搜了好多方法,挨个尝试,最后都没解决但是,重启Eclipse居然好了,
观察发现在bin目录下没有apk文件,可能是因为工程没有完全编译通过无法生成ap...
分类:
移动开发 时间:
2014-05-28 11:06:23
阅读次数:
4467
本人比较喜欢amix它集成了很多插件。1、mru.vim:用于打开最近使用过的文件 使用命令:
:MRU 打开最近的文件列表 上下箭头可以移动关标 :o 在新窗口中打开文件2、NERD Tree:用于打开项目或者文件夹目录,具体命令可以输入 :help
NERD_t...
分类:
其他好文 时间:
2014-05-28 00:47:34
阅读次数:
383
1.安装 doxygen有两种获得 doxygen 的方法。可以下载预编译的可执行文件,也可以从
SVN 存储库下载源代码并自己编译。清单 1 演示的是后一种方法。清单 1. 安装和构建 doxygen 源代码bash-2.05$svn co
https://doxygen.svn.sourcefo...
分类:
编程语言 时间:
2014-05-28 00:04:06
阅读次数:
501