摘要:
BEGIN DECLARE i INT default 0; DECLARE num int default 0; DECLARE count1 int default 0; DECLARE count2 int default 0; DECLARE headerid varchar(50); DE 阅读全文
摘要:
SimpleDateFormat df=new SimpleDateFormat("yyyy-MM-dd") LocalDate expirationDate String expirDate="0" Date date = df.parse(expirationDate as String) // 阅读全文