Loading

随笔分类 -  操作指南

摘要:开启远程连接 编辑 postgresql 配置文件:vim /etc/postgresql/13/main/postgresql.conf 修改: listen_addresses = '*' 编辑客户端身份验证配置文件:vim /etc/postgresql/13/main/pg_hba.conf 阅读全文
posted @ 2023-08-08 16:01 xtyuns 阅读(24) 评论(0) 推荐(0)
摘要:代码热更新 jad (Java Decompile)、sc (Search Class)、mc (Memory Compiler)、redefine jad --source-only 全限定类名 > /tmp/HotFix.java <Ctrl + d> 退出 Arthas 终端 vim /tmp 阅读全文
posted @ 2023-02-06 15:39 xtyuns 阅读(70) 评论(0) 推荐(0)