git releases management

See the following posts on Junio C Hamano (git maintainer) blog: Completing a merge Never merging back (about branches forked with intention of not merging back) Resolving conflicts/dependencies between topic branches early Fun with remote branches (1) Fun with remote branches (2) Take also look at gitworkflows manual page.

How to tell if a binary is release or debug in both win and *nix

for C++ on Linux, you can do: objdump –source yourbin |grep printf Replace printf with whatever function call you do. If it is debug, it will display all the actual source code call you do. If it is release, it will just display the founded symbol from the symbol table. for C++ on Windows, you … Read more

Spring core. Default @Bean destroy method

As documented in Bean.destroyMethod: As a convenience to the user, the container will attempt to infer a destroy method against an object returned from the @Bean method. For example, given an @Bean method returning an Apache Commons DBCP BasicDataSource, the container will notice the close() method available on that object and automatically register it as … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)