包含cpp源文件 //解决方式2,将声明和实现写到一起,文件后缀名改为.hpp #include "person.hpp" void test01() { Person<string, int> p("Tom", 10); p.showPerson(); } int main() { test01(); system("pause"); return 0; }
“testkey” 127.0.0.1:6379[1]> get testkey “hello” 127.0.0.1:6379[1]> set name1 tom OK 127.0.0.1:6379[1]> set name2 jerry OK 127.0.0.1:6379[1]> rename name1 name2 OK 127.0.0.1:6379[1]> keys *216. “testkey” 217. “name2” 127.0.0.1:6379[1]> get name2 //name2被...
With all this stuff going down at the moment with MJ i ve started listening to his music watching the odd documentary here and there watched The Wiz and watched Moonwalker again Maybe i just want to get a certain insight into this guy who i thought was really cool in the eighties just t...