本地搭建网站
this is not the right way. It usually goes like this:
the web site comes with document for development
try windows power shell
ls
commandconclusion: a bit better than cmd
, definetly not comparable with shell
three type of OS with different type of new line
so ,if you open a file with vim, and everything is fine, it must be using \n as new line
if it has an additional ^M at the end of every line, it must have been created in window
and if all lines are in a big line, it must have been created in MACOS
久不用QQ,一旦要用,把我紧张得,老担心没注意到消息,总是是不是看下右下角,混蛋的QQ对于已经打开的聊天窗口的提醒就很不显眼地在任务栏那边高亮了一下,害我两边都得照看,注意力简直不能集中啊!!现在知道在linux下能愉快地操作是多么舒服了!手指一直在键盘的感觉就是爽!!
php调试, 传统的做法是,php文件保存后刷新页面查看,
tickeys
http://minimul.com/increased-developer-productivity-with-tmux-part-5.html
听到熟悉的键盘敲击声音
http://vim.wikia.com/wiki/Avoiding_the_"Hit_ENTER_to_continue"_prompts
command! -nargs=1 Silent
\ | execute ':silent !'.<q-args>
\ | execute ':redraw!'
nnoremap ,e :Silent !tmux send-keys -t 0 'curl test.com/a.php' c-m<cr>
nnoremap ,w :silent !tmux send-keys -t 0 'date' c-m <cr>:redraw!<cr>