JAVA

Java利用异或判断两个整型相加后是否溢出

Android 线程间通讯方式有哪些 – 掘金

http://tangram.pingguohe.net/

https://jsonchao.github.io/2018/01/04/Android%20%E5%AD%A6%E4%B9%A0%E6%B8%A0%E9%81%93%E5%88%86%E4%BA%AB/

https://github.com/henrymorgen/android-knowledge-system

https://github.com/henrymorgen/Just-Code

https://www.bookstack.cn/

https://github.com/SusionSuc/AdvancedAndroid

https://juejin.im/post/6876968255597051917

http://www.piwai.info/cv.html

https://juejin.im/user/4318537403878167/posts

https://github.com/CyC2018/CS-Notes

https://github.com/zhangyixing1007/leetcode

https://jsonchao.github.io/

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

https://www.eolinker.com/#/

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