普通的zk用法,如下写法:zk.Exists("/aaa", true);zk.Create(...);但是由于这些API会抛Zookeeper的Exception,比如ConnectionLossException, NoNodeException等,所以必须配合一堆try/catch的机制来ca...
分类:
Web程序 时间:
2014-07-12 00:58:19
阅读次数:
330
题意:给一个长字符串s(1#include#define MOD 20071027#define maxnode 4010*101#define MAXLEN 300005#define sigema_size 26int ca=0,S,d[MAXLEN];char str[MAXLEN],tmp[...
分类:
其他好文 时间:
2014-07-12 00:41:50
阅读次数:
423
《OOC》全名是《Object-oriented Programming with ANSI-C》,步步为营地讲述了作者用C来实现封装、继承、多态、异常处理和自动化工具的过程。这本书吸引我的理由如下: 我也研究过OOC的问题,想和作者对比对比,取长补短。 学习C实现异常处理try{}ca...
分类:
其他好文 时间:
2014-07-09 20:51:09
阅读次数:
197
//查询账单关联订单selecto.id as id,o.order_no as orderNo,o.case_no as caseNo,o.send_time as sendTime,o.final_time as finalTime,(select ca.car_no from fm_order...
分类:
数据库 时间:
2014-07-09 17:53:55
阅读次数:
259
Introduction to RedisRedis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys ca...
分类:
其他好文 时间:
2014-07-09 15:35:56
阅读次数:
211
前言
不得不说,最近接触的技术都是我不熟悉的领域,我自己也在边摸索边积累的过程中。
工具
主要用到两个反编译工具:dex2jar 和 jd-gui,下载地址如下:
dex2jar : https://code.google.com/p/dex2jar/downloads/list
jd-gui : http://jd.benow.ca/ (下载linux版本)
...
分类:
移动开发 时间:
2014-07-09 10:40:37
阅读次数:
241
《Think in java·第 6 章类再生》
读TIJ -1 对象入门 中已经就代码复用性吐槽了。继承关系在结果上(不是为了代码复用而设计继承关系)为代码复用提供了新的途径。
本章看其目录就比较杂,程序员的内聚思想去哪儿了?合成复用优先——合成、继承,为什么实现继承是不好的……
6.1 合成的语法
解释了一个例程,没有什么好说的。has_a关系。
6.2 继承的语法
【You ca...
分类:
其他好文 时间:
2014-07-08 18:01:33
阅读次数:
198
Implement atoi to convert a string to an integer.
Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input ca...
分类:
其他好文 时间:
2014-07-08 12:52:05
阅读次数:
200
Have you calledcvNamedWindowyet? It will not work withoutcvNamedWindow.http://stackoverflow.com/questions/7697819/why-cvwaitkey0-doesnt-work
BLE 的链路层,主要有一个或多个状态机构成,状态机有5中状态,分别是 standby(待机), advertise(广播), scan(扫描), init(初始化),connect(连接).1.链路层上层是BLE 的Host 端(主机端), 下层是物理层(调制解调,RF等)。2.从空中的通道来看,...
分类:
其他好文 时间:
2014-07-03 13:01:42
阅读次数:
259