摘要:
类名 类名::函数名 阅读全文
摘要:
class Scheduler {public: static Scheduler& instance() {return (*instance_); }protected: static Scheduler* instance_;};就是这句static Scheduler& instance() {return (*instance_); },我知道Scheduler& 表示函数返回值是Scheduler的引用,不明白的是return (*instance_);表明返回的是指针的指针吗?有点晕呀instance()是个函数,这个函数返回一个Schedule... 阅读全文
摘要:
STM32 USART漏发最后一字节 阅读全文
摘要:
ruby and python 阅读全文