摘要: 终于收到了期待已久的Poker2。且弄好了Programmer Dvorak,和大家分享一下。不说pkr2小巧强大之类的废话了,那不是本文的重点。-----------------------------------------------------------------------------------------------------------------------------------------------首先,按说明书设置 【字母】 和 【;】 【'】 【-】 【/】 【@】 等按键。这些键很容易弄 (设置后得按Pn+某个键才能输入,只须进入toogle模式即可 阅读全文
posted @ 2013-09-10 16:48 distric10 阅读(2767) 评论(4) 推荐(0)
摘要: 暑假本来要考驾照 ,我跟老妈说以后人不用开车,所以不考了,妈说那好正好省点钱。。。所以我还是不会开车,甚至电动车也不会骑。但我觉得好像也用不着。本来就知道Google在搞无人驾驶汽车(driverless car),除此之外很多制造商都开始往车上加探测器,自动规避行人。今天偶然又看了下Engadget, Nissan也在开发无人驾驶,叫self-driving car/autonoumous drive. 无人驾驶无疑是个不可逆转的趋势。人或许会有更多的时间做有意义的事,或者无所事事。华为真是越来越强大了。微软真的要软了,从地铁站铺天盖地的广告都可以感觉到一个帝国的坠落。微软的surface卖 阅读全文
posted @ 2013-10-07 15:32 distric10 阅读(256) 评论(0) 推荐(0)
摘要: Java language is terrible( though i haven't used it before), but its library is said to be fantastic.so,,,,, when i finish learning Scheme, i will try some clojure , that will be fantastic!!!study and be better. have fun!! 阅读全文
posted @ 2013-09-30 16:38 distric10 阅读(111) 评论(0) 推荐(0)
摘要: 在练打字,看到这个(这可是我手打的~)-----------------------examples: square roots by newton's method ----------------------procedures, as introduced above, are much like ordinary mathematical functions. they specify a value that is determined by one or more parameters. but there is an important difference betwee 阅读全文
posted @ 2013-09-15 23:43 distric10 阅读(589) 评论(0) 推荐(0)
摘要: “Windows能干而Linux干不了的事情,那就是不需要干的事情。” 阅读全文
posted @ 2013-09-12 13:35 distric10 阅读(180) 评论(0) 推荐(0)
摘要: delete: C-h C-dmove: C-a C-ethis shortcuts can be used in shell 阅读全文
posted @ 2013-09-11 22:54 distric10 阅读(144) 评论(0) 推荐(0)
摘要: type[root@www ~]# type -a lsls is aliased to `ls --color=tty' <==最先使用 aliasels is /bin/ls <==還有找到外部指令在 /bin/lsecho[root@www ~]# echo $variable[root@www ~]# echo $PATH/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin[root@www ~]# echo ${PATH} 雙引號內的特殊字元如 $ 等... 阅读全文
posted @ 2013-08-22 13:28 distric10 阅读(151) 评论(0) 推荐(0)