摘要:
声明事物:begin tran 回滚事物:ROLLBACK TRAN 提交事物:commit tran(不写会隐式提交) 判断是否发生异常: 结束前: IF @@ERROR <> 0 BEGIN ROLLBACK TRAN RETURN END 2019 02 12 之前看别人博客说是try cat 阅读全文
摘要:
网络上转载的代码,忘记出处了请原作者见谅! des类 import java.security.*; import javax.crypto.*; /** * DES加解密算法 */ public class DES { private static String strDefaultKey = " 阅读全文
摘要:
以前项目中copy出来的 import java.security.MessageDigest; public class MD5Util { /** * @todo MD5加码 生成32位md5码 * @author zhangyanan * @datetime 2018年1月17日下午4:59: 阅读全文
摘要:
事物作用的impl类这样写的 如果没有 1.4.3. Rolling Back a Declarative Transaction The previous section outlined the basics of how to specify transactional settings fo 阅读全文