1:高可用性集群 强调的是高可用性。2:负载均衡集群 不强调高可用性,强调负载的均衡3:高吞吐集群 注重吞吐量,又叫做SIMD(single instruction multiple data),每个worker的功能相同,数据不同。4:分布式计算 又叫做MIMD(multiple inst...
分类:
其他好文 时间:
2014-08-23 19:02:41
阅读次数:
251
有时候我们在ALV的时候,客户会对输出的数据进行二次筛选,这时候如果我们做全选(checkbox)系统会把我们过滤掉得数据也选择;用下面的method就可避免此问题;1 DATA:it_rows TYPE lvc_t_fidx.2 DATA:wa_rows LIKE LINE OF it_rows....
分类:
其他好文 时间:
2014-08-22 19:24:29
阅读次数:
278
Adventure of Super Mario
Time Limit: 2 Seconds Memory Limit: 65536 KB
After rescuing the beautiful princess, Super Mario needs to find a way home -- with the princess of course :-) He's ver...
分类:
其他好文 时间:
2014-08-22 16:27:09
阅读次数:
177
在开发过程中频繁的用鼠标点击按钮是低效率的,在此附上常用按钮快捷键:功能快捷键帮助,ABAP Keyword DocumentationF1格式化,Pretty PrinterShift+F1显示/修改切换Ctrl+F1语法检查Ctrl+F2激活Ctrl+F3运行F8查找Ctrl+F保存Ctrl+S...
分类:
其他好文 时间:
2014-08-22 15:46:18
阅读次数:
506
本篇主要包括: ■ Grid简介■ 应用Grid■ Multiple Grids Grid简介 Bootstrap中,把页面分成12等份,这就是所谓的Grid。 在Bootstrap中,用类名控制,这些类型遵循".col-xx-6"类似的形式。 2个6就占满整个页面。所以,类名最后面的数字表示要占几...
分类:
其他好文 时间:
2014-08-22 12:20:06
阅读次数:
240
题目
描述
Long , long ago ,country A invented a missile system to destroy the missiles from their enemy . That system can launch only one missile to destroy multiple missiles if the heights of all the...
分类:
其他好文 时间:
2014-08-22 00:26:05
阅读次数:
218
ABAP中关于Search help的使用。 自己做了一个小案例,如下:只是实现Search help的功能。REPORTztb_window.TABLES:bkpf.DATAzzTYPEzzrstgr1."这是我自己在自定义表ZTB_CASH_FLOW自定义的字段PARAMETERS:gjahr....
分类:
其他好文 时间:
2014-08-22 00:12:35
阅读次数:
655
链接:http://poj.org/problem?id=1465
题意:给一个数字n,和m个数字,找一个由这些数字组成的最小的n的倍数,如果不存在输出0。
思路:这题怎么想都想不到bfs上去,看了别人的解题报告,其实是用bfs来枚举,但是加了一个牛逼的剪枝:同余。即如果A%X==B%X,则(A*10+K)%X==(B*10+K)%X。
我们枚举m中每一个数字做这个K,实际上是枚举了...
分类:
其他好文 时间:
2014-08-21 22:55:55
阅读次数:
435
Problem Description
Dragon is watching competitions on TV. Every competition is held between two competitors, and surely Dragon's favorite. After each competition he will give a score of either 0 or ...
分类:
其他好文 时间:
2014-08-21 22:53:15
阅读次数:
245
解析XML/JSON都要事先了解XML/JSON的结构,对于手机来说可能用JSON更轻量级,但是用Java做服务端的话可能更倾向于使用XML,一下介绍TBXML官方示例。 Harry potter thinks he is...
分类:
移动开发 时间:
2014-08-21 22:25:14
阅读次数:
282