上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
摘要: ``` var {hostname:domain, pathname:path} = location; ``` 阅读全文
posted @ 2018-05-09 10:40 idlewith 阅读(166) 评论(0) 推荐(0) 编辑
摘要: ``` http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.html ``` 阅读全文
posted @ 2018-05-02 15:13 idlewith 阅读(103) 评论(0) 推荐(0) 编辑
摘要: django configuration settings.py uwsgi configuration vim uwsgi.ini nginx configuration vim /etc/nginx/nginx.conf vim /etc/nginx/conf.d/mysite.conf 阅读全文
posted @ 2018-04-26 15:05 idlewith 阅读(123) 评论(0) 推荐(0) 编辑
摘要: ``` python manage.py migrate --fake tutorial zero python manage.py migrate ``` 阅读全文
posted @ 2018-04-25 13:18 idlewith 阅读(85) 评论(0) 推荐(0) 编辑
摘要: ``` telnet server_ip port ``` ``` nc -vz server_ip port ``` ``` ssh -v -p 4750 root@127.0.0.1 ``` 阅读全文
posted @ 2018-04-23 10:59 idlewith 阅读(92) 评论(0) 推荐(0) 编辑
摘要: \documentclass{article} 阅读全文
posted @ 2018-04-20 22:41 idlewith 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1 jupyter docs 2 install jupyter 3 generate 4 get password 5 configure 6 texlive xetex, pandoc 7 run jupyter notebook 阅读全文
posted @ 2018-04-20 22:24 idlewith 阅读(201) 评论(0) 推荐(0) 编辑
摘要: ``` " 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... 阅读全文
posted @ 2018-04-18 18:07 idlewith 阅读(188) 评论(0) 推荐(0) 编辑
摘要: ``` from PIL import Image from io import BytesIO import win32clipboard def send_msg_to_clip(type_data, msg): win32clipboard.OpenClipboard() win32clipboard.EmptyClipboard() win32clipboard.... 阅读全文
posted @ 2018-04-18 15:48 idlewith 阅读(274) 评论(0) 推荐(0) 编辑
摘要: install dependency install vim configure vim install YouCompleteMe configure YouCompleteMe add YouCompleteMe to .vimrc install jedi vim after install, 阅读全文
posted @ 2018-04-13 15:37 idlewith 阅读(347) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页