摘要:
my project is web my app is personal app->models.py app->views.py app->urls.py app->templates->app->pyecharts.html 访问地址:http://127.0.0.1:8000/pe refer 阅读全文
摘要:
def ip_and_time(): """ get ip to ping from ip.txt then return two list , each ip that ping successfully and the delay time of them :return """ time_list, ip_list = [], [] ... 阅读全文
摘要:
set nocompatible set encoding=utf8 set guioptions-=T set number set guifont=consolas:h12 source $VIMRUNTIME/delmenu.vim source $VIMRUNTIME/menu.vim filetype off filetype plugin indent on syntax on... 阅读全文