Skip to main content

Home/ Groups/ InfokeyDEV
Benx Shen

WebWork2.2中的Continuation - 黑灵客栈 - BlogJava - 0 views

  • webwork.properties webwork.continuations.package=org.mstar.webwork.chain 这里的webwork.properties一定要配置,否则continuation不会起作用。
Benx Shen

Coding In Paradise: AJAX Tutorial: Saving Session Across Page Loads Without Cookies, On... - 0 views

  •  
    介紹如何透過瀏覽器的小技巧,在 AJAX 的系統環境中,可以在瀏覽器端記住一些狀態資料。... 答案是:隱藏欄位!
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;
    這樣,可以讓自己的動態網頁內容變得更加安全喔!

Benx Shen

Release:jQuery 1.2 - jQuery JavaScript Library - 1 views

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

Ching Yi Chan

hetland.org : Instant Hacking - 0 views

  •  
    Beginning Python 的作者寫的非常快速上手的入門文章。
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

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

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

Luke - Lucene Index Toolbox - 0 views

  • Luke is a handy development and diagnostic tool, which accesses already existing Lucene indexes and allows you to display and modify their contents in several ways: browse by document number, or by term view documents / copy to clipboard retrieve a ranked list of most frequent terms execute a search, and browse the results analyze search results selectively delete documents from the index reconstruct the original document fields, edit them and re-insert to the index optimize indexes and much more...
  • ...2 more annotations...
  •  
    Luke 是一個 GUI 的 Lucene index 的瀏覽工具,很不錯!
« First ‹ Previous 441 - 460 of 467 Next ›
Showing 20 items per page