01 2023 档案

摘要:相信很多服务器上的git要么是1.7.1或者就是1.8.x,如果要大面积升级的话,还是用yum来搞方便. 1.安装yum源 centos6: wget http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6- 阅读全文
posted @ 2023-01-06 13:20 程序媛李李李李蕾 阅读(352) 评论(0) 推荐(0)
摘要:应用场景: 在显示日志时排除用于心跳的数据。正则: ^((?!heartbeat).)*$ 待匹配的文本: {"type":"dialogue","data":{"uuid":"1672817549169","customerPhone":"1672817549169","agentPhone":" 阅读全文
posted @ 2023-01-04 15:57 程序媛李李李李蕾 阅读(392) 评论(0) 推荐(0)