摘要:
(1) 电脑没有Hyper-V pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do d 阅读全文
摘要:
需要注意的是:mutable不能修饰const 和 static 类型的变量。 #include <iostream> using namespace std; class Person{ public: Person(); ~Person(); int getAge() const; int ge 阅读全文
摘要:
下载: cd /opt/ wget http://download.redis.io/releases/redis-5.0.3.tar.gz tar -zxvf redis-5.0.3.tar.gz cd redis-5.0.3 make make install PREFIX=/usr/local 阅读全文