对自己的单板技术越来越有信心了。
http://www.hafjell.no/
此地曾经是1994年冬季奥运会赛场之一,落差835米,雪道多而长。尤其有一条蓝道,像盘山公路一样,特别适合初学者仔细琢磨自己的动作。在这里,从专业选手到小孩都能找到自己的地方。当然挪威的小孩也不能小瞧,经常见4-5岁的孩子上黑道。
上周刚刚下了两场雪,昨天的雪不硬不软,即便在早晨,滑起来也很舒服。但偶尔在一些比较陡的地方有较大片冰露出来,让我在其中一块上面结结实实地摔了一个大屁礅。
星期日, 二月 20, 2011
星期四, 二月 17, 2011
Wait other process to finish in a bash script
::::::::::::::
bar.sh
::::::::::::::
#!/usr/bin/env bash
sleep 5
echo bar.sh
::::::::::::::
foo.sh
::::::::::::::
#!/usr/bin/env bash
./bar.sh &
wait
echo foo.sh
When executing foo.sh, without the wait command, foo.sh will be echoed first, or it will be the last.
bar.sh
::::::::::::::
#!/usr/bin/env bash
sleep 5
echo bar.sh
::::::::::::::
foo.sh
::::::::::::::
#!/usr/bin/env bash
./bar.sh &
wait
echo foo.sh
When executing foo.sh, without the wait command, foo.sh will be echoed first, or it will be the last.
星期三, 二月 09, 2011
星期二, 二月 01, 2011
遥遥远远的路
回家时头发也长了,胡子也长了,衣服也脏了。一路上不断有人指点我该如何如何做,到哪里该如何如何走,就算我的椅子靠背起飞前根本没有向后倒,空嫂仍旧不怕麻烦地要关切我一下。
老婆在老婆关心我,老婆不在好多人都关心我。
老婆在老婆关心我,老婆不在好多人都关心我。
订阅:
博文 (Atom)