摘要:
1 -如果存在则删除原有函数 2 IF OBJECT_ID(N'dbo.RegexReplace') IS NOT NULL 3 DROP FUNCTION dbo.RegexReplace 4 GO 5 --开始创建正则替换函数 6 CREATE FUNCTION dbo.RegexReplace 阅读全文
posted @ 2021-03-11 20:38
PrintY
阅读(1137)
评论(0)
推荐(0)
摘要:
首先切换到redis根目录 >> redis-cli.exe -h 127.0.0.1 -p 6379 >>config get requirepass >>config set requirepass 123456 这个时候连接redis会提示:Redis (error) NOAUTH Authe 阅读全文
posted @ 2021-03-11 13:37
PrintY
阅读(57)
评论(0)
推荐(0)

浙公网安备 33010602011771号