• System event
            • system timer
            • system finish on an asynchronous event
          • user event
            • user move mouse
            • user click mouse
            • user input via keyboard
          posted @ 2010-02-15 10:50 simplelove 閱讀(246) | 評論 (0)編輯 收藏
          rt
          posted @ 2010-02-15 09:05 simplelove 閱讀(188) | 評論 (0)編輯 收藏
          RT
          posted @ 2010-02-11 05:48 simplelove 閱讀(134) | 評論 (0)編輯 收藏

          激勵你一生的36句話         

          1、有識有膽,有膽有識,知識與膽量是互相促進的。 

          2、體育鍛煉可以(有時可以迅速)使人樂觀(科學實驗證明)。 

          3、勤奮,機會,樂觀是成功的三要素。(注意:傳統觀念認為勤奮和機會是成功的要素,但是經過統計學和成功人士的分析得出,樂觀是成功的第三要素) 
          4、自信是人格的核心。 

          5、獲得的成功越大,就越令人高興。(野心是使人勤奮的原因,節制使人枯萎) 
          6、熱愛你所擁有的。——列夫·托爾斯泰 

          7、(一般情況下)不想三年以后的事,只想現在的事(現在有成就,以后才能更輝煌) 

          8、把問題看寬廣些,沒有解決不了的事。(真理路廣,人欲路窄;當然不要超越時代去想現在任何人都解決不了的事) 

          9、不問收獲,只問耕耘。(如同種樹,先有根莖,再有枝葉,爾后花實,好好勞動,不要想太多,那樣只會使人膽小、懶惰) 

          10、忍耐和信仰 

          11、有恒則斷無不成之事。 

          12、智慧之泉必須暢飲才能使人清醒。 

          13、生活的樂趣的大小取決于我們對生活的關心程度。 

          14、中年以前不要怕,中年以后不要悔。 

          15、機遇對于有準備的頭腦有特別的親和力。 

          16、守業最好的辦法就是不斷的發展 

          17、心急吃不了熱湯圓 

          18、必死則生,幸生則死——《吳子兵法》(武經典籍中僅次于《孫子兵法》) 
          19、要改變命運,首先改變自己 

          20、走自己的路,讓別人說去吧! 

          21、學習的關鍵——重復 

          22、只為成功找方法,不為失敗找借口(蹩腳的工人總是說工具不好) 

          23、困難就是機遇——溫斯頓·丘吉爾 

          24、我奮斗,所以我快樂——格林斯潘(挽救東南亞金融危機的人,我的偶像) 
          25、好奇者,知識之門 

          26、生氣是用別人的錯誤懲罰自己。——康德(這個哲學家讓人眉開眼笑) 
          27、失去金錢的人損失甚少,失去健康的人損失極多,失去勇氣的人損失一切。 
          28、只要下定決心克服恐懼,便幾乎能克服任何恐懼。因為,請記住,除了在腦海中,恐懼無處藏身。——戴爾·卡耐基 

          29、害怕時,把心思放在必須做的事情上,如果曾經徹底準備,便不會害怕。——戴爾·卡耐基 

          30、“不可能”這個字(法語是一個字),只在愚人的字典中找得到。——拿破侖 
          31、去做你害怕的事,害怕自然就會消失。——羅夫·華多·愛默生 

          32、這世上的一切都借希望而完成。農夫不會播下一粒玉米,如果他不曾希望它長成種籽;單身漢不會娶妻,如果他不曾希望有小孩;商人或手藝人不會工作,如果他不曾希望因此而有收益。——馬丁·路德 

          33、目標的堅定是性格中最必要的力量泉源之一,也是成功的利器之一。沒有它,天才也會在矛盾無定的迷徑中,徒勞無功。——查士德斐爾爵士 

          34、要冒一次險!整個生命就是一場冒險。走得最遠的人,常是愿意去做,并愿意去冒險的人。“穩妥”之船,從未能從岸邊走遠。——戴爾·卡耐基 

          35、當一個青年人站起來面對這個大莽漢——這個世界——并勇敢地抓住他的胡須時,常會吃驚地發現,胡須脫落在他手上,原來它只是系上去嚇唬膽怯的冒險者的。——羅夫·華多·愛默生 

          36、勇氣很有理由被當作人類德性之首,因為這種德性保證了所有其余的德性。——溫斯頓·丘吉爾

          posted @ 2010-01-06 18:04 simplelove 閱讀(127) | 評論 (0)編輯 收藏

          Following is the syntax of vararg method.

          public void testVar(int count, String... vargs) { }

          String.. .   actualy is a list of String.

          You may use for(String s : vargs) to iterate through it.

          Mainly used in Reflection API, when you do not know exactly how many parameters of a method has.

          posted @ 2009-11-24 21:30 simplelove 閱讀(297) | 評論 (0)編輯 收藏

            When evaluating open-source software for an enterprise Web or application
            platform, the following are important considerations:
            ? Size and activity level of the open-source community. There is a lot happening in open source and the most popular projects (determined by downloads and community involvement numbers) are the ones that will likely survive and thrive, providing a steady stream of innovation
            ? Open-source license (not just free). Projects must have an open-source license (GPL, CDDL, Apache, etc.) that is endorsed by the Open Source Initiative (OSI—
            http://www.opensource.org/) This is the only way to determine if it is truly open source; otherwise, it is just another proprietary license
            ? Active deployments. Are there other customers using this in production? You probably don’t want to be first unless there are compelling business reasons.

          posted @ 2009-11-10 13:27 simplelove 閱讀(265) | 評論 (0)編輯 收藏

          Linux + Apache + Mysql + PHP

          posted @ 2009-11-10 12:56 simplelove 閱讀(98) | 評論 (0)編輯 收藏
          May use the AOP function to modify the bytecode for java applications.
          posted @ 2009-10-24 08:43 simplelove 閱讀(78) | 評論 (0)編輯 收藏
          ......
          posted @ 2009-10-18 15:06 simplelove 閱讀(154) | 評論 (0)編輯 收藏
          |)
          posted @ 2009-09-26 14:56 simplelove 閱讀(125) | 評論 (0)編輯 收藏
          僅列出標題
          共3頁: 上一頁 1 2 3 下一頁 

          導航

          <2025年6月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          293012345

          統計

          常用鏈接

          留言簿

          隨筆檔案

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 二连浩特市| 孟津县| 金乡县| 神木县| 颍上县| 临朐县| 榆中县| 建阳市| 西安市| 顺义区| 颍上县| 当阳市| 铜川市| 灵寿县| 东城区| 定兴县| 达日县| 阜新| 临城县| 克拉玛依市| 洛阳市| 白山市| 车致| 隆子县| 高青县| 道真| 资兴市| 鄂伦春自治旗| 万载县| 涞水县| 高青县| 宕昌县| 莒南县| 洛川县| 永吉县| 新泰市| 泰安市| 绵竹市| 贵德县| 澳门| 道孚县|