摘要: drop procedure if exists test; create procedure test() begin declare i int; #申明变量 declare count int; #申明变量 set i = 0; #变量赋值 set count=(select count(*) 阅读全文
posted @ 2019-12-16 15:04 IAmSao瑞 阅读(1587) 评论(0) 推荐(0)
摘要: package com.unicom.util;import java.util.regex.Matcher;import java.util.regex.Pattern;/** * @Auth wxr * @Date 2019-12 */public class PasswordVerify { 阅读全文
posted @ 2019-12-16 10:43 IAmSao瑞 阅读(1763) 评论(0) 推荐(0)