Java利用异或判断两个整型相加后是否溢出
Android 线程间通讯方式有哪些 – 掘金
https://github.com/henrymorgen/android-knowledge-system
https://github.com/henrymorgen/Just-Code
https://github.com/SusionSuc/AdvancedAndroid
https://juejin.im/post/6876968255597051917
https://juejin.im/user/4318537403878167/posts
https://github.com/CyC2018/CS-Notes
https://github.com/zhangyixing1007/leetcode
https://www.cnblogs.com/chengxiao/p/6103002.html
https://chromium.googlesource.com/breakpad/breakpad
https://blog.csdn.net/sinat_23092639
https://blog.csdn.net/u013064109/article/details/78786646
https://juejin.im/post/6844903520429162509
Spring:
https://baijiahao.baidu.com/s?id=1608301601154521261&wfr=spider&for=pc
https://springcloud.cc/spring-boot.html
0==false // true, because false is equivalent of 0
0===false // false, because both operands are of different type
2=="2" // true, auto type coercion, string converted into number
2==="2" // false, since both operands are not of same type