1.https的原理,用的是对称加密还是非对称加密 2.死锁原理,如何避免 3.如下题: int n = 0; asyncA(10) ^{ n++; } asyncB(10) ^{ n++; } n = ? 4.内存堆和内存栈的区别 5.字符串"abcde"的内存长度 6.int的长度,指针的长度