2020年7月14日

Easy Python Decompiler 一个很不错的python pyc 反编译工具

摘要: 最近在分析一个问题,基于python 开发,但是编译为了pyc,其他语言也都有反编译工具的,所以搜了下,发现 Easy Python Decompiler 是一个很不错的工具,所以整理下 参考下载地址 https://sourceforge.net/projects/easypythondecomp 阅读全文

posted @ 2020-07-14 21:42 荣锋亮 阅读(8205) 评论(0) 推荐(1)

HAProxy Process Management

摘要: 参考资料:https://www.haproxy.com/blog/haproxy-process-management In his HAProxyConf 2019 presentation, William Lallemand (Senior HAProxy Developer) shows 阅读全文

posted @ 2020-07-14 09:58 荣锋亮 阅读(334) 评论(0) 推荐(0)

pgx zombodb 团队开源的基于rust 开发pg扩展

摘要: pgx 一个可以使用rust 开发pg 扩展的工具,由zombodb开源,当前支持的pg 有10,11,12 还是很不错的 特性 使用了cargo 的子命令 (pgx) 包括进行编译,安装,以及测试(很不错) postgres 的Datum 对应rust 的 pgx::IntoDatum 以及pgx 阅读全文

posted @ 2020-07-14 09:33 荣锋亮 阅读(781) 评论(0) 推荐(0)

导航