Wednesday, April 27, 2022

Linux: Debuging and Inspecting binary files and libraries

 

 

$ nm libmanson.so | grep -n apply
1:00000000000058ef T apply

 

No comments:

PostgreSQL json fields

select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%'   References: [1] https:/...