原创 Struts1 - 學習筆記 - Action

下面是Struts中的一些常用Action的總結,如: DispatchAction LookupDispatchAction MappingDispatchAction ForwardAction IncludeAction

原创 Struts1 - 學習筆記 - ActionForm

Struts 中定義了一些JavaBeans,主要是以ActionForm爲父類擴展開來的,如下圖:     ① org.apache.struts.action包中 public abstract class ActionFo

原创 Struts1 - 源碼學習 - ActionServlet

Struts 源碼新版本爲 struts-1.3.8-src.zip ( 12-Mar-2007 00:06 ) 學習筆記使用struts-1.3.5-src.zip 的源碼, 下載地址:http://archive.apache.

原创 使用ant進行junit測試

 使用ant進行junit測試 2007-04-03 02:39:03 標籤:測試 休閒 職場 原創作品,允許轉載,轉載時請務必以超鏈接形式標明文章 原始出處 、作者信息和本聲明。否則將追究法律責任。http://blacka

原创 常用log4j配置 [精簡實用]

來源:賽迪blog (2006-06-22 11:45:38) 常用log4j配置,一般可以採用兩種方式,.properties和.xml,下面舉兩個簡單的例子: 一、log4j.properties ### 設置org.zblog域對

原创 給js文件傳入參數

在網上搜了一下,感覺有個方法很好 <head> <script id="news_head_js" type="text/javascript" src="/pf/common/js/news/news_head.js" param="

原创 領航致遠_李騰飛老師javascript_html_css視頻教程 .

領航致遠_李騰飛老師javascript_html_css視頻教程html_001-HTTP服務器、協議、HTML的簡單瞭解.avihtml_002-配置JAVA_HOME環境變量,以便啓動TOMCAT.avihtml_003-HTML標

原创 Java 編碼相關的一些文章 從網上搜集的還可以的

Tomcat關於encoding編碼的默認設置以及亂碼產生的原因 http://www.linuxso.com/architecture/20099.html 亂碼的產生 譬如漢字“中”,以UTF-8編碼後得到的是3字節的值%E4%B

原创 英語01

●徵求意見 懂嗎? Do you understand? *是一般的說法。Do you understand? (懂嗎?) I understand. (懂了。)  懂了嗎?  Understood? *既可以用於提問也可

原创 CSRF攻防 - 很棒的文章

  淺談CSRF攻擊方式 一.CSRF是什麼?   CSRF(Cross-site request forgery),中文名稱:跨站請求僞造,也被稱爲:one click attack/session riding,縮寫爲:CSRF/X

原创 英中日三版本windowsXP[公司用]

英文en_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73974.iso 中文

原创 路由跟蹤在線Tracert工具說明

路由跟蹤在線Tracert工具說明 Tracert(跟蹤路由)是路由跟蹤實用程序,用於確定 IP 數據報訪問目標所採取的路徑。Tracert 命令用

原创 VBA基礎

一:變量與常量   1:VBA允許使用未定義的變量,默認是變體變量。   2:在模塊通用說明部份,加入Option Explicit 語句可以強迫用

原创 Linux命令隨用隨記

查找進程 ps -ef |grep tomcat ps -ef |grep assessme 查看端口 ps -aux | grep tomcat ps -aux|grep pid 查看所有的進程和端口使用情況:  netstat

原创 如何把Https網站中的安全證書導入到java中的cacerts證書庫

提示: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.secu