spring boot使用slf4j输出日志 https://blog.csdn.net/qq442270636/article/details/79406346 Spring Boot SLF4J日志实例 https://www.yiibai.com/spring-boot/slf4j-logging-example.html…
C++中输出变量类型的方法 在c++中输出变量或者数据类型,使用typeid().name()的方法.如下例子: #include <iostream> #include <string> using namespace std; class C{}; int main(int argc, char const *argv[]) { char c = 'a'; int i = 7; int *ii = &i; long l = 5; float f = 3.14; doub…