江鹏辉
江鹏辉
i have using cmake build log4cplus 2.0.7 version. I tried to create two appends: date and console. I have two controls. I want to reset the log level through the...
this is .vimrc file let g:clang_format#command = 'clang-format' autocmd FileType c,cpp ClangFormatAutoEnable I edit and format the .cc file first,Then edit the proto file and send an error when saving...
 
Will the remaining logs in the buffer be written?
如题 还有为什么QQ群号搜不到?
```cpp // // EchoServer.cpp // // This sample demonstrates the SocketReactor and SocketAcceptor classes. // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Identifier:...
```lua -- this is example.lua function onMessage(obj) print('===========', obj:getName()) end ``` ``` cpp // this is cat.h #pragma once #include #include class Cat { public: Cat(const std::string& name) : m_name(name)...