摘要:
```python class Dog(object): def __init__(self, name): self.name = name def run(self): print("Dog is running") class WhiteDog(Dog): def __init__(self, name): self.name = name def run(self): print("whi 阅读全文
摘要:
一种很常用的使用场景是:使用Macbook连接本地的ubuntu服务器。新安装的ubuntu16.04 本地服务器需要安装ssh服务端。 阅读全文
摘要:
系统级别 /etc/profile /etc/paths 用户级别 ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc 阅读全文
摘要:
2016 2019款MAC自带的键盘屎一样。 在KARABINER中,设置disable制定键盘就可以了。 阅读全文
摘要:
Ctrl + Z, 或者 命令 & 可以让进程suspend 老年人,有些命令就是记不住 阅读全文
摘要:
```bash
# 首先需要安装这个库
# http://libevent.org/
wget https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz
tar -zxvf libevent-2.1.8-stable.tar.gz
cd libev... 阅读全文
摘要:
```C++ double time; time = (double)getTickCount(); time = ((double)getTickCount() time) / getTickFrequency(); cout 阅读全文
摘要:
万恶的引号 这个能看懂你就出师了! 阅读全文