2019年1月17日

概念:dependency injection, IOC, vs callback

摘要: callback function as a dependency of the object that it is being passed into. DI is the process of providing the callback (the dependency) to the obje 阅读全文

posted @ 2019-01-17 23:40 cutepig 阅读(268) 评论(0) 推荐(0) 编辑

C++ std::async vs async/await in C# - Stack Overflow

摘要: C++ std::async vs async/await in C# - Stack Overflow 我想知道新的c ++功能std::async是否与两个C#关键字async / await相当,如果不是为什么? 不是,假设我正在正确阅读这个std :: async文档。 C#5的异步/等待功 阅读全文

posted @ 2019-01-17 23:05 cutepig 阅读(1058) 评论(0) 推荐(0) 编辑

a small notepad++ plugin to support doxygen 1key generate

摘要: Precondition: doxygen in c:\ folder testdoxygen.bat path %path%;C:\Doxygen;C:\Doxygen\graphviz\binrd/s/q htmlset INPUTFILE=%1doxygen Doxyfilestart htm 阅读全文

posted @ 2019-01-17 00:02 cutepig 阅读(172) 评论(0) 推荐(0) 编辑

导航