AndroidAnnotatios简单介绍: AndroidAnnotations是一个能够让你快速进行Android开发的开源框架,它能让你专注于真正重要的地方。使代码更加精简,使项目更加容易维护,它的目标就是“Fast Android Development.Easy maintain...
分类:
移动开发 时间:
2015-04-19 21:05:57
阅读次数:
158
举例说明SELECT
CASE a.AFTER_QUALITY
WHEN '0' THEN
'过免维期'
WHEN '1' THEN
'未过免维期'
ELSE
'错误数据'
END AS AFTER_QUALITY
FROM
t_maintain_log a数据库表内容:
运行结果:...
分类:
数据库 时间:
2015-04-15 19:37:18
阅读次数:
336
HBaseHBase 基础知识Hbase原理、基本概念、基本架构HBase下Region server步骤在Master Server上停掉Regon Servermaintain 用户登录cd /home/maintain/hadoop/hbase-0.98.6-hadoop2/bin./bin/...
分类:
其他好文 时间:
2015-04-09 19:11:56
阅读次数:
208
在代码中经常看到application这个类,一直不知道这个是干什么用的,今天刚好有点时间,所以进行了详细的学习。一.先对它的整体概念解释:在android源码中对他的描述是; * Base class for those who need to maintain global applicatio...
分类:
移动开发 时间:
2015-04-02 22:17:06
阅读次数:
180
When using Jenkins, I also meet the connection loss issue as below. Jenkins remoting may fail to maintain connections between master and slave when ru...
分类:
其他好文 时间:
2015-04-02 18:18:54
阅读次数:
379
What Is a Profit Center and Cost Center for Balance Sheet Items? by Dennis Hartman, Demand Media Every business must maintain a balance sheet, which i...
分类:
其他好文 时间:
2015-03-04 19:03:23
阅读次数:
162
The Head Elder of the tropical island of Lagrishan has a problem. A burst of foreign aid money was spent on extra roads between villages some years ago. But the jungle overtakes roads relentlessly, so the large road network is too expensive to maintain. Th...
分类:
编程语言 时间:
2015-02-23 15:31:52
阅读次数:
212
平衡树treap:(1)树+堆。具体是随机某个节点的值,然后维护这个值满足堆的性质。(2)代码实现sbt:(1)陈大神的节点大小平衡树,其实就是根据四种情况进行调整,而这四种情况也是其他bst会使用的调整方式。中心思想就是当节点信息变时,用maintain调整(2)代码实现procedure mai...
分类:
其他好文 时间:
2015-02-13 22:26:01
阅读次数:
181
看到application这个类,一直不知道这个是干什么用的,今天刚好有点时间,所以进行了详细的学习。
一.先对它的整体概念解释:
在android源码中对他的描述是;
* Base class for those who need to maintain global application state. You can
* provide your ...
分类:
移动开发 时间:
2015-01-21 10:14:02
阅读次数:
195
题意是说TF的 钩子换了某些节之后价值多少。
最开始为铜的。价值为1,银价值为2,金价值为3.
长度为 n ,接下来的操作可以将某一段的钩子换成 铜,银,金的某一种。
其实就是线段树的区间修改。
直接修改区间所有 为某一个值。 核心思想就是延时。
大白书上p204~p207有详细讲解。不过貌似大白书上的maintain函数不能直接使用前面区间增减的。
#includ...
分类:
其他好文 时间:
2015-01-20 18:13:34
阅读次数:
180