原地址:http://giraffe-blog.appspot.com/2010/04/16/svn-javaHL-eclipse.html 前一段時間更新了svn的eclipse外掛程式,使用的時候就會彈出一個錯誤的提示框說: Subversion Native Library Not Available,載入不到JavaHL。 * Windows 最簡單的解決辦法是安裝sliksvn,安裝後重新啟動eclipse就正常了。
原文地址:http://help.adobe.com/zh_CN/Acrobat/8.0/Professional/help.html?content=WS58a04a822e3e50102bd615109794195ff-7ed8.html將 PDF 插入其它 PDF請開啟您要用來合并檔案的基礎 PDF,然後選擇“文檔”>“插入頁面”。請選擇您要插入到目的文件中的 PDF,然後單擊“選擇”。請在“插入頁面”對話方塊中,指定您要插入文檔的位置(在開啟的 PDF
這篇文章是從《Inside Java Virtual Machine(深入java虛擬機器)》這本書中摘錄的,裡面對這一章節主要講的是java類裝載器的體繫結構,講的挺好的。In Java's sandbox, the class loader architecture is the first line of defense. It is the class loader, after all, that brings code into the Java virtual
401 Unauthorized401 UnauthorizedYou are not authorized to view this page. If you have not changed any configuration files, please examine the fileconf/tomcat-users.xml in your installation. That file must contain the credentials to let you use this
1.錯誤:在eclipse中使用run->run on server的時候,選擇tomcat6會報錯誤:The server does not support version 3.0 of the J2EE Web module specification2.原因:Tomcat 6.0最多支援Servlet
http://baike.baidu.com/view/66964.htm綜述Abstract Factory:提供一個建立一系列相關或相互依賴對象的介面,而無需指定它們具體的類。Adapter:將一個類的介面轉換成客戶希望的另外一個介面。A d a p t e r模式使得原本由於介面不相容而不能一起工作的那些類可以一起工作。Bridge:將抽象部分與它的實現部分分離,使它們都可以獨立地變化。Builder:將一個複雜物件的構建與它的表示分離,使得同樣的構建過程可以建立不同的表示。Chain