Chaos Monkey - A resiliency tool that helps applications tolerate random instance failures. The Simian Army - A suite of tools for keeping your cloud ... ...
分类:
其他好文 时间:
2018-06-04 11:36:46
阅读次数:
757
这里主要使用Junit搭建一个分层的自动化测试框架。这就是一个有业务逻辑的单元测试的思想。灵活性很大,对测试人员的代码能力要求较高。 以登录QQ邮箱为例,数据源使用了集合接口Map。借鉴了MVC的思想,也分为三层处理: 单元测试层testcase >单元测试的业务逻辑层business >页面元素定 ...
分类:
其他好文 时间:
2018-06-04 00:12:31
阅读次数:
236
Back in May, Oracle announced the general availability of Oracle VM Virtual Appliance for E-Business Suite 12.2.6 for download from the Oracle Softwar... ...
分类:
数据库 时间:
2018-06-03 12:28:33
阅读次数:
557
业务代表模式(Business Delegate Pattern)用于对表示层和业务层解耦。它基本上是用来减少通信或对表示层代码中的业务层代码的远程查询功能。在业务层中有以下实体: 客户端(Client)-表示层代码可以使JSP、servlet和UI java代码 业务代表(Business Del ...
分类:
其他好文 时间:
2018-05-31 19:24:49
阅读次数:
124
mvc: model(模型),view(视图),controller(控制器) 三层架构:展现层(User Interface layer)、业务逻辑层(Business Logic Layer)、数据访问层(Data access layer)。 mvc和三层架构虽然看起来都是三层, 但是二者却是 ...
分类:
Web程序 时间:
2018-05-31 19:23:13
阅读次数:
180
Sales Document 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/13/1103294.html Data base document that represents a business transaction in the s ...
分类:
其他好文 时间:
2018-05-30 13:58:37
阅读次数:
168
Object Type 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/06/1093159.html Description created at definition time in the Business Object Builder ...
分类:
其他好文 时间:
2018-05-30 13:54:45
阅读次数:
121
博客做了迁移,这里已经好久没更新了,现在在知乎开了专栏,多谢大家关注! 🙏 Mit 区块链开发 以前的游戏开发工作已经辞掉了,现在在海外读书,同时也在做区块链开发,多谢! ...
分类:
其他好文 时间:
2018-05-29 18:56:55
阅读次数:
128
有朋友问到User Status profile中Business Transaction字段的用途,如下图INPR, FINI所示。 实际上,这个字段作为一个桥梁,连接了User Status和System Status。 以上图的INPR为例,其User Status code为PROC 处理中 ...
分类:
其他好文 时间:
2018-05-27 14:51:40
阅读次数:
167
一、项目目录结构 二、源代码 dao包——dao层:BookDao.java DB包:DB.java——模拟数据库 domain包: Book.java:书的实体类 Cart.java:购物车类 CartItem.java:购物项 service包:service层 BusinessService. ...
分类:
编程语言 时间:
2018-05-23 17:09:14
阅读次数:
237