摘要:
开放 api 已是大势所趋。而 api 这种东西有个特点就是覆水难收。一旦公开出去了,被大量用户使用,一旦修改,就会让广大用户都掉坑里。所以,api 在设计之初就要尽量考虑周全,并预留扩展可能。目前绝大多数 api 都是通过 http 协议访问。api 一般有两类,一类只涉及到提供方和使用者,另一类... 阅读全文
摘要:
空指针(null pointer)空指针:一个被赋值为0的指针1、空指针常量(null pointer constant) An integer constant expression with the value 0, or such an expression cast to type ... 阅读全文