I'll be back!

  Focus on BPM, celebrate PegaRULES Process Commander (PRPC)
posts - 76, comments - 161, trackbacks - 0, articles - 2
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

2009年12月18日

     摘要: Using Database rule to set up a connection to a different database which is different with current Pega rule database will cause an error "No suitable driver found". Here is the resolution.  阅读全文

posted @ 2014-06-03 02:15 zolly 阅读(555) | 评论 (1)编辑 收藏

     摘要: SpringFramework 4 + Hibernate 4 + Maven 实例,Apache CXF 服务也同时启动,程序下载修改数据库配置文件直接运行。  阅读全文

posted @ 2014-04-01 08:40 zolly 阅读(467) | 评论 (0)编辑 收藏

     摘要: 本文主要介绍如何使用java读写Oracle的BLOB字段,达到复制转移BLOB数据的目的。  阅读全文

posted @ 2013-05-28 13:33 zolly 阅读(1914) | 评论 (1)编辑 收藏

     摘要: DESede又称Triple-DES即三重DES加密算法,加强了DES的安全性,但速度稍慢,它是一种对称加密算法,加密解密都是用同一个密钥。本文介绍使用Java自带的API实现DEDede加密解密。  阅读全文

posted @ 2013-05-25 01:50 zolly 阅读(8120) | 评论 (0)编辑 收藏

     摘要: 基于Java Bouncy Castle的PGP加密解密示例  阅读全文

posted @ 2013-05-24 08:37 zolly 阅读(13578) | 评论 (23)编辑 收藏

     摘要: delete MemberInfo where ID not in (
select max(ID) from MemberInfo group by MemberName, MemberAddress)  阅读全文

posted @ 2013-05-03 00:30 zolly 阅读(379) | 评论 (0)编辑 收藏

posted @ 2012-12-14 07:15 zolly 阅读(2950) | 评论 (0)编辑 收藏

     摘要: Pega中使用POI读Excel  阅读全文

posted @ 2012-09-12 22:43 zolly 阅读(785) | 评论 (0)编辑 收藏

     摘要: BPM中文论坛http://bpmcn.5d6d.com/bbs.php  阅读全文

posted @ 2011-10-13 14:52 zolly 阅读(1046) | 评论 (1)编辑 收藏

     摘要: String myDataFileRealPath = com.pega.pegarules.storage.FileStorageManager.getRealPathForFile(strOutputDirecory);  阅读全文

posted @ 2010-10-20 12:44 zolly 阅读(557) | 评论 (0)编辑 收藏

     摘要: SQL Server 2005 中文乱码,排序规则。  阅读全文

posted @ 2010-08-17 17:23 zolly 阅读(5296) | 评论 (0)编辑 收藏

     摘要: 无法解决 equal to 操作中 "SQL_Latin1_General_CP1_CI_AS" 和 "Chinese_PRC_CI_AS" 之间的排序规则冲突。
Cannot resolve the collation conflict between SQL_Latin1_General_CP1_CI_AS and Finnish_Swedish_CI_AS in the equal to operation.
更改MS SQL Server 2005服务器排序规则为英文排序规则"SQL_Latin1_General_CP1_CI_AS"   阅读全文

posted @ 2010-06-21 00:23 zolly 阅读(19333) | 评论 (4)编辑 收藏

     摘要: What is the legacy system?  阅读全文

posted @ 2009-12-18 16:26 zolly 阅读(643) | 评论 (1)编辑 收藏