find手册中对time的解释:以 atime 为例:-atime n File was last accessed n*24 hours ago. When find figures out how many 24-hours periods ago the file was last...
分类:
其他好文 时间:
2014-06-28 12:09:59
阅读次数:
222
Bonding is aggregation multiple links to single link in order to increase throughput and achieve redundancy in case one of links fails. At least, offi...
分类:
其他好文 时间:
2014-06-24 10:28:42
阅读次数:
211
You are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb...
分类:
其他好文 时间:
2014-06-24 10:22:48
阅读次数:
214
微软近期Open的职位:Group: Search Technology Center Asia (STCA)/Data Platform teamTitle: Senior Software Development EngineerLocation: Beijing, ChinaThe R&D o...
分类:
其他好文 时间:
2014-06-24 09:07:51
阅读次数:
249
一:sqoop增量导入的两种方式Incremental import arguments:ArgumentDescription--check-column (col)Specifies the column to be examined when determining which rows to...
分类:
数据库 时间:
2014-06-23 00:58:09
阅读次数:
345
一、重做日志文件组:1、添加重做日志组的指令:alter database [数据库名称] add logfile[group 正整数] 文件名称 [,[group 正整数]文件名称]]不是有group选项时oracle系统会自动在当前最大的组号上加1来产生新的组号ex:alter databa.....
分类:
其他好文 时间:
2014-06-22 23:18:44
阅读次数:
1096
GoldenGate之update操作节点间不同步
故障现象:节点1、节点2进行update操作后,不能实现同步
解决过程:
1、常规巡检:
检查进程状态:正常
GGSCI (gc1) 7> info all
Program Status Group Lag Time Since Chkpt
MANAGER...
分类:
其他好文 时间:
2014-06-22 21:08:14
阅读次数:
402
最近看了异步框架的文章,
这个有个bad case, 我不知道采用什么方案解决.
钱有100,两口子之前有约定要剩下90. 老公看到有100,花10元,花完以后因为事件异步,数据不一致,此时老婆刷新页面也看到100,再花10元. 最终所有异步事件都处理完之后最终是80元. 不符合用户的预期.
这个问题如何解决?...
分类:
其他好文 时间:
2014-06-22 19:01:04
阅读次数:
209
5个核心的SQL语句1.SELECT-查询语句的逻辑处理顺序5 SELECT 1 FROM 1.1 FROM JOIN ON 2 WHERE 3 GROUP BY 4 HAVING 6 ORDER BY -FROM子句: 处理联结语句的顺序1、交叉联结,也称笛卡尔积;2、内联结;3、外联结。-GRO...
分类:
数据库 时间:
2014-06-21 17:40:51
阅读次数:
440
One of the most important use-case in any cloud is provisioning a VM . In this article we shall do a walk through about an instance(VM) being provisio...
分类:
其他好文 时间:
2014-06-21 16:59:43
阅读次数:
376