Struts 筆記 之 比較亂

2021-08-30 18:49:05 字數 432 閱讀 2134

domain model 領域模型 --- 核心業務 --- 不應該摻雜其他的東西

ddd 領域驅動設計

pattern 模式

framwork 框架

struts  表現層

spring 業務邏輯層

hibernate 持久化層

手動引入struts流程

1.拷貝struts 的jar包到web-inf的lib目錄

2.在web.xml中配置actionservlet自動啟動

3.提供struts-config.xml到web-inf目錄

建立jsp 新增表單

建立formbean 繼承actionform

建立與表單元素對應的屬性,新增getter、setter

建立actiobe 繼承action

編輯action 處理請求

Linux shell 之比較判斷

整數比較 eq 等於,如 if a eq b ne 不等於,如 if a ne b gt 大於,如 if a gt b ge 大於等於,如 if a ge b lt 小於,如 if a lt b le 小於等於,如 if a le b 小於 需要雙括號 如 a b 小於等於 需要雙括號 如 a b ...

C 語法之比較

本次將以如下順次介紹c 中的比較 1.型別比較 2.值比較 2.1.運算子過載 2.2.icomparable和icomparer介面的實現 2.3.型別轉換 1.型別比較 有2種方式進行型別比較 gettype 和 is ctypetst l typeclass new ctypetst 型別比較...

Python和PHP之比較

偶爾做個簡單的web服務測試程式,我還是喜歡採用php。簡潔,風格和c c 接近,上手快,而且庫也很齊全。以前為廣東移動做移動行業終端的演示程式時,採用國內乙個兄弟寫的fleaphp開源框架,兩周不到的時間,我從乙個對php一無所知的水平,快速的搞定了30多個頁面的後台,後來演示效果也不錯,也很穩定...