隔离级别与脏读幻读
数据库操作 issue 更新丢失(lost update):当系统允许两个事务同时更新同一数据时,发生更新丢失 脏读(dirty read):当一个事务读取另一个事务尚未提交的修改时,产生脏读。 非重复读(nonrepeatable read):同一查询在同一事务中多次进行,由于其他...
WID & Process Server
How to deploy CommonLibrary project? We know module is deployed in the form of ear. 2. 业务流程执行语言 (BPEL) BPEL 流程和其他的组件都是使用 WSDL 接口进行描述的。 3...
SQL
Oracle SQL 摘自:http://www.itpub.net/608483.html DECODE的语法DECODE(value,if1,then1,if2,then2,if3,then3,…,else) to_date(‘2008-04-23 00:00:00’ ,’yyyy-...
签名证书
Java 一. 签名 消息明文+ 发送者私钥(hash(消息明文)) —————-> 接收者比较hash(消息明文)和发送者公钥(签名),相同则可以确认发送者身份。 上面的 发送者私钥(hash(消息明文)) 即签名 因为消息是明文发送的,...
ESB 网关
IBM ESB(Enterprise Service Bus)为SOA的服务提供者和消费者的交互提供中转, 连接,和分离。支持协议和消息格式的转换。 ESB一般位于隔离区(Demilitarized Zone), 进一步抵御来自企业区之外的恶意或未授权的访问。 “ESB 网关至少提供 ES...
XP Feature
敏捷最佳实践 迭代开发 TDD 测试驱动开发 CI 持续集成 CI的频率为一天时,就称为Daily Build,每日构建?CI鼓励尽早check in代码, 尽快发现问题并反馈. 而不是把时间花在Bug会议上 Refactor 重构 PP 结对编程 On-site Custo...
软件过程
Engineering 1.1 Requirments Enginerring 1.2 Design 1.3 Technical Review 1.4 Construct(Code & Unit Testing ) 1.5 System & Software Integrat...
work estimation
Work Breakdown Structure Three Point Estimate effort of Activity = ((Most probable Value * 4) + Pessimistic Value + Optimistic V...
Application Development and Integration life cycle
Waterfall Lifecycle This model supports large and complex projects in which the requirements are well defined. It adopts sequential app...
linux服务器调优
学习笔记,摘自kuqin http://www.kuqin.com/linux/20110910/264584.html 一 可以从如下四个方面观察你的服务器机器目前的性能情况: CPU 内存 磁盘I/O带宽 网络I/O带宽 二 对如何评估...