摘要:
```
var {hostname:domain, pathname:path} = location; ``` 阅读全文
摘要:
```
http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.html
``` 阅读全文
摘要:
django configuration settings.py uwsgi configuration vim uwsgi.ini nginx configuration vim /etc/nginx/nginx.conf vim /etc/nginx/conf.d/mysite.conf 阅读全文
摘要:
```
python manage.py migrate --fake tutorial zero
python manage.py migrate ``` 阅读全文
摘要:
```
telnet server_ip port
``` ```
nc -vz server_ip port
``` ```
ssh -v -p 4750 root@127.0.0.1
``` 阅读全文
摘要:
\documentclass{article} 阅读全文
摘要:
1 jupyter docs 2 install jupyter 3 generate 4 get password 5 configure 6 texlive xetex, pandoc 7 run jupyter notebook 阅读全文
摘要:
``` " 1- centos if v:lang =~ "utf8$" || v:lang =~ "UTF-8$" set fileencodings=ucs-bom,utf-8,latin1 endif set nocompatible " Use Vim defaults (much better!) filetype plugin on set bs=indent,eol,s... 阅读全文
摘要:
```
from PIL import Image
from io import BytesIO
import win32clipboard def send_msg_to_clip(type_data, msg): win32clipboard.OpenClipboard() win32clipboard.EmptyClipboard() win32clipboard.... 阅读全文
摘要:
install dependency install vim configure vim install YouCompleteMe configure YouCompleteMe add YouCompleteMe to .vimrc install jedi vim after install, 阅读全文