摘要:
运用正则判断密码必须包含大写字母、小写字母、数字、特殊符号且10及以上 1 package com.test.tokenserver.util; 2 3 4 public class test { 5 // public static final String PW_PATTERN = "^(?![ 阅读全文
摘要:
CREATE OR REPLACE TRIGGER api_settlement_price_log AFTER update on api_settlement_price --or insert 触发的方式 for each row --declare 声明 begin insert into 阅读全文