為了讓自己在迷惘的時候做出正確的選擇,我轉載了它:How to become a really experienced developer overnight --Omar AL Zabir I get a lot of request from a lot of people who see my works and get inspired and ask me how can they do the same? The questions I generally get are
Martin Flowler 的文章 Model View Presenter MVP——Model-Viewer-Presenter 風滿袖 ModelViewPresenter(TM) 簡單介紹GUI設計模式(MVP) 使用ASP.NET實現Model View Presenter(MVP) CAB 與 MVP 模式 部落格園MVP團隊 MVP,終於把介面分離出來了 Model View Presenter with ASP.NET
文章目錄 About Chinglish About ChinglishFine examples of Chinglish (Chinese-english).中國式的英語`````只作娛樂,不能真的學喔`````平時禁止入內 No entry on peacetime民族公園 Racist Park路滑注意安全 To Take Notice of Safe; The Slippery are Very Crafty乾果區 Fuck
概述: 一般家庭或宿舍分了共用ADSL上網,都會使用這類4個LAN口和1個WAN口的路由器來實現。嚴格來說,這類路由器不能算真正的Router,因為它沒有真正實現過路由功能。以下以D-Link DI-624+A 作樣本(宿舍只有這款^-^)。登入視窗,大多是預設Router都設定預設管理員和密碼的為admin,也有密碼為空白,或者管理員為guest的。主介面,這裡也只關注WAN,LAN和DHCP。查看它的WAN說明,而這裡只關注PPPoE(Point to Point
今天在做一個web頁面控制memcached重啟的功能,本以為非常簡單,不就擷取pid,然後kill,在重新啟動memcached就這麼簡單。沒想到使用subprocess.Popen() 來調用命令時竟然發現response確實是返回到用戶端了,但是伺服器端和用戶端的http串連竟然還串連著,一直不斷。查看了一下python的文檔,發現:http://docs.python.org/library/subprocess.htmlpopen2 closes all file
$ vi ~/.bashrc# enable programmable completion features # (you don't need to enable this, if it's already enabled in # /etc/bash.bashrc and /etc/profile# sources /etc/bash.bashrc).if [ -f /etc/bash_completion ]; then .