一、安装svnyum install -y subversion-*结果为Complete就为正确查看svn版本号 svnserve --version1.6.11版本mkdir /opt/svndatacd /opt/svndatamkdir –p /opt/svndata/javawebsvna...
分类:
系统相关 时间:
2014-11-20 15:11:29
阅读次数:
215
关于mac上brew安装一些软件时遇到这个问题的解决。如果报错代码如:Error: The `brew link` step did not complete successfullyThe formula built, but is not symlinked into /usr/local/im...
分类:
其他好文 时间:
2014-11-20 13:22:08
阅读次数:
315
接口十分简单,readline和addhistory:
#include
#include
#include
#include
#include
int main()
{
char* input, shell_prompt[100];
// Configure readline to auto-complete paths whe...
分类:
其他好文 时间:
2014-11-20 00:03:37
阅读次数:
184
题目描述:
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 complete as many transactions as you like ...
分类:
其他好文 时间:
2014-11-19 22:18:52
阅读次数:
225
题目描述:
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buy one and sell one share of ...
分类:
其他好文 时间:
2014-11-19 20:34:34
阅读次数:
103
当finall块中包含return语句时,Eclipse会给出警告“finally block does not complete normally”,原因分析如下:1、不管try块、catch块中是否有return语句,finally块都会执行。2、finally块中的return语句会覆盖前面的...
分类:
其他好文 时间:
2014-11-18 23:14:07
阅读次数:
170
kafka自动关闭进程:[2014-11-14 13:04:20,901] INFO [Controller 2]: Controller shutdown complete (kafka.controller.KafkaController)原因:cluster的server.properties...
分类:
其他好文 时间:
2014-11-17 10:20:35
阅读次数:
224
fa-开头的代表图标的文本
参考官网
http://fortawesome.github.io/Font-Awesome/cheatsheet/
Print this page to PDF for the complete set of vectors. Or to use on the desktop, install FontAwesome.otf, set it as...
分类:
其他好文 时间:
2014-11-14 17:56:07
阅读次数:
2213
Spring Batch_Configuring a Step for Restart spring官方文档:http://docs.spring.io/spring-batch/trunk/reference/html/configureStep.html#stepRestart 当一个普通的 job 处于complete 的状态的时候,是不能...
分类:
编程语言 时间:
2014-11-14 16:02:23
阅读次数:
335
今天同事让看一个sql,无意中学到一个查看sql执行情况的命令,以前都是傻傻的等的,今后不用了SELECT percent_complete FROM sys.dm_exec_requests至尊箭神:http://www.zhizunjianshen.com/
分类:
数据库 时间:
2014-11-13 18:45:35
阅读次数:
190