1 2 3 4
摘要: runmqsc 队列管理器 alter qmgr chlauth(disabled);REFRESH SECURITY(*);或者 ALTER QMGR CHLAUTH(DISABLED) CONNAUTH('') REFRESH SECURITY TYPE(CONNAUTH) 阅读全文
posted @ 2021-02-19 15:35 dddyy 阅读(121) 评论(0) 推荐(0)
摘要: 删除 关键字所在行[^\n]*xxxxxxxxxxxxxxx[^\n]*\n?替换成 关键处替换int CLS_([\w]{1,800})\(\)替换成int CLS_\1\xxxxxxxxxxxxxx 阅读全文
posted @ 2020-12-29 15:24 dddyy 阅读(6) 评论(0) 推荐(0)