Skip to main content

Home/ Groups/ InfokeyDEV
Benx Shen

Bertrand's weblog: When was this Java class compiled? - 0 views

  • When was this Java class compiled? Credits to Dmitry Beransky on the advanced-java@discuss.develop.com list. import java.util.Date; import java.io.IOException; public class When { public static void main(String args[]) throws IOException { Date d = new Date( When.class.getResource("When.class") .openConnection() .getLastModified() ); System.out.println("This class was compiled on " + d); } }
Benx Shen

用Diff和Patch工具維護源碼 - PHP俱樂部 - 0 views

  • diff以"行"為單位比較兩個文本文件(也可以是目錄比較),並將不同之處以某種格式輸出到標準輸出上;patch可以讀入這種輸出,並按照一定指令使源文件(目錄)按照目標文件(目錄)更新
Benx Shen

» Microsoft Screen Sharing Software Available As Free Download » InsideMicro... - 0 views

  •  
    微軟出的 Screen Sharing 工具!看起來蠻不錯的,還整合了 Window Live 的帳號!在 NAT 局網內只要防火牆沒有擋,那麼就可以像 MSN 一樣通暢無阻啦!
Benx Shen

jQuery Plugin - FlyDOM: Create DOM on the Fly - 0 views

  • FlyDOM aims to be an easy-to-use plugin for jQuery that makes generating dynamic content quick and easy.
Benx Shen

Fielding博士的REST论文中文版 - [Matrix - 与 Java 共舞] - 0 views

  • 摘要: Roy Thomas Fielding博士關於REST的論文絕負盛名,被稱為Web架構設計領域的"聖經"。日前,由ajaxcn.org社區、91yee 翻譯社區、Matrix社區聯合參與完成了對該論文的中文化工作,並且在完成翻譯校對工作後獲得了Fielding博士的官方許可,正式發佈在滿江紅開源網站的OpenDoc系列文檔中,大家可以從其網站下載。
  • Roy Thomas Fielding博士的論文:《Architectural Styles andthe Design of Network-based Software Architectures》絕負盛名,被稱為Web架構設計領域的"聖經"。        日前,由ajaxcn.org社區、91yee 翻譯社區、Matrix社區聯合參與完成了對該論文的中文化工作,並且在完成翻譯校對工作後獲得了Fielding博士的官方許可,正式發佈在滿江紅開源網站的OpenDoc系列文檔中,大家可以從這裡下載:http://www.redsaga.com/opendoc/REST_cn.pdf        在此感謝為這篇論文中文版作出過貢獻的所有人員,偉大思想的共享範圍是無限的!
Benx Shen

digitalBush » Masked Input Plugin - 1 views

  •  
    可以格式化輸入欄位的 jQuery 外掛元件!
Benx Shen

石頭閒語:先說故事再動手設計, 從一個簡單故事看 Test Driven Development - 樂多日誌 - 0 views

  • 在進行任何程式的設計工作之前,我們必定已經知道程式的輸出入結果,亦即我們已經確知當使用者輸入什麼資料後,程式應該輸出什麼結果
  • 在 eXtreme Programming 中,我們稱這些內容為「故事 (story)」;在 RUP 中稱之為「使用案例 (use case)」;在 Microsoft Solution Framework 中稱之為「情節 (scenarios)」。
Benx Shen

Nexus - Web-Based File Management | iWonder Designs - 1 views

  •  
    免費的 web-based php 檔案管理軟體!try it!
Benx Shen

udn數位閱讀網│互動雜誌 - 0 views

  •  
    udn 出版的數位旅遊雜誌。雖然背景音樂、按鈕聲音,以及某些頁面的特殊音效(例如阿里山小火車的名笛聲)讓人覺得有點吵,但畢竟提供了一些免費的、整理過的旅遊資訊,總算是個不錯的參考!
Benx Shen

John Resig - JavaScript as a Language - 2 views

  • I think we"ve seen the JavaScript language move through many individual phases: The "We need scripting for web pages" phase. (Netscape) The "We should standardize this" phase. (ECMAScript) The "JavaScript isn"t a toy" phase. (Ajax) The "JavaScript as a programming language" phase.
    • Benx Shen
       
      John Resig 認為,Javascript 歷經了這些成長階段: 1. "網頁所需的腳本(script)語言" (網景 Netscape) 2. "標準化" (ECMAScript) 3. "不只是玩具" (Ajax) 4. "成為真正的程式語言" (!?)
Benx Shen

Functional Javascript - 3 views

  •  
    到底是在寫程式還是算數學呢!?... 這樣的程式碼是很簡潔啦,如果熟悉的話,寫起來應該也會蠻爽的!
    可是,要是沒有能夠熟悉這些函數背後的意義,是怎麼也看不懂的!

Benx Shen

Regular Expression Tool - 6 views

Benx Shen

Seasar - DI Container with AOP - - 1 views

  • Seasar2, the most popular open source framework in Japan, frees you from such annoyance and brings you comfortable DI Life.
Benx Shen

Brandon Aaron » Blog Archive » New Plugin: Live Query - 1 views

Ching Yi Chan

Cronolog - 0 views

Benx Shen

JDBC Logger - - 0 views

  • What is JDBC Logger? JDBC Logger is an Open Source Java tool that intercepts and logs all database statements that use JDBC. It is intended for developers to monitor SQL statements generated by EJB, Hibernate or any other database access tool that doesn't display them in clear.
Benx Shen

我为什么选择mootools,抛弃了prototype. (mootools与prototype 核心代码分析)-AJAX-AJAX -JavaEye做最... - 1 views

  •  
    不錯的討論!特別是一開始發文者所寫的一些 prototype 和 mootools 的比較,但可以發現其作者著重在 OO 設計基礎的比較。當然,我個人是喜愛 jQuery 的簡潔,看這樣的文章多少還是有些收穫和反思!
Benx Shen

Release:jQuery 1.2 - jQuery JavaScript Library - 1 views

  •  
    jQuery 1.2 正式發佈囉!新增了許多的功能喔!雖然如此,作者並沒有把 jQuery 變得肥大,而是每次都不斷重整那些不常被用到,或者是重複的函式,而新增的功能總是那麼貼心而實用!
    酷酷酷!!!

Benx Shen

Patterns in action - 0 views

  • General Responsbility Assignment Software Patterns (GRASP)
  • Rational Software Architect (RSA)
  • The GoF pattern template, for example, has Name and Classification, Intent, Also Known As, Motivation, Applicability, Structure, Participants, Collaborations, Consequences, Implementation, Sample Code, Known Uses and, last but not least, Related Patterns.
  • ...5 more annotations...
  • service-oriented architectures (SOA)
  • Business modeling patterns as well as architectural/network patterns motivated through an SOA can drive pattern-driven development top-down, whereas the pattern-driven application design prepares a successful SOA bottom-up.
  • Object-oriented software engineering (OOSE) without design patterns is like cooking without a recipe.
    • Benx Shen
       
      這裡使用了很好的一個大廚做菜做為比喻。 大廚精通做菜的各個步驟,但只需要「用嘴做菜」,交代各個學徒分別該做什麼樣的工作,比如說:洗菜、將洋蔥切丁等等。 這也是軟體工程的基礎,General Responsbility Assignment Software Patterns (GRASP),也就是如何分派責任與工作。
  • Finding a matching pattern for a problem not only presents a solution to a problem, but also means in many cases the beginning of a new search and further evaluation of related patterns.
Benx Shen

Raible Designs | Proposed Tomcat Enhancement: Add flag to escape JSP's EL by default - 0 views

  • Hello all, I'm working for a client that's using a proprietary Servlet/JSP-based framework that runs on Tomcat. They have their own custom JSP compiler and they're looking to move to a standard JSP compiler. One of the things their compiler supports is automatic escaping of XML in expressions. For example, ${foo} would be escaped so <body> -> <body>. JSP EL does not do this. It *doesn't* escape by default and instead requires you to wrap your expressions with <c:out/> if you want escaping. I'd like to ask what developers think about adding a flag (similar to trimSpaces in conf/web.xml) that allows users to change the escaping behavior from false to true? I think this is a good option to have as it allows security-conscious organizations to paranoid and escape all content by default. Thanks, Matt
  •  
    使用 <c:out> 標籤來取代 ${foo} 這種 EL 的寫法,可以自動將內容中的 < > 轉換成 &lt; &gt;
    這樣,可以讓自己的動態網頁內容變得更加安全喔!

« First ‹ Previous 61 - 80 Next › Last »
Showing 20 items per page