資源簡介
基于SSM框架的App信息管理系統,推薦新手參考以及二次開發。
代碼片段和文件信息
package?cn.appsys.controller;
import?org.springframework.beans.propertyeditors.CustomDateEditor;
import?org.springframework.stereotype.Controller;
import?org.springframework.web.bind.WebDataBinder;
import?org.springframework.web.bind.annotation.InitBinder;
import?java.text.SimpleDateFormat;
import?java.util.Date;
/**
?*?控制器的父類
?*/
@Controller
public?class?baseController?{
????@InitBinder
????public?void?initBinder(WebDataBinder?webDataBinder){
????????System.out.println(“initBinder=======================“);
????????webDataBinder.registerCustomEditor(Date.classnew?CustomDateEditor(new?SimpleDateFormat(“yyyy-MM-dd“)true));
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????28854??2016-08-22?16:28??appinfodb.sql
?????目錄???????????0??2019-01-02?19:06??AppInfo\
?????目錄???????????0??2019-01-02?19:06??AppInfo\.idea\
?????目錄???????????0??2019-01-02?19:06??AppInfo\.idea\artifacts\
?????文件?????????503??2018-12-15?18:57??AppInfo\.idea\artifacts\AppInfo_war_exploded.xm
?????目錄???????????0??2019-01-02?19:06??AppInfo\.idea\dataSources\
?????文件???????52652??2018-12-26?09:43??AppInfo\.idea\dataSources\7f2c5747-0340-45ee-896a-f76f156f8552.xm
?????文件?????????860??2018-12-17?13:21??AppInfo\.idea\dataSources.local.xm
?????文件?????????913??2018-12-17?13:21??AppInfo\.idea\dataSources.xm
?????文件?????????138??2018-12-15?18:57??AppInfo\.idea\encodings.xm
?????目錄???????????0??2019-01-02?19:06??AppInfo\.idea\libraries\
?????文件?????????290??2018-12-15?18:58??AppInfo\.idea\libraries\lib.xm
?????文件?????????278??2018-12-15?18:57??AppInfo\.idea\misc.xm
?????文件?????????261??2018-12-15?18:57??AppInfo\.idea\modules.xm
?????文件????????8915??2018-12-17?13:44??AppInfo\.idea\uiDesigner.xm
?????文件???????46499??2018-12-28?08:58??AppInfo\.idea\workspace.xm
?????文件????????1258??2018-12-18?15:00??AppInfo\AppInfo.iml
?????目錄???????????0??2019-01-02?19:06??AppInfo\out\
?????目錄???????????0??2019-01-02?19:06??AppInfo\out\artifacts\
?????目錄???????????0??2019-01-02?19:06??AppInfo\out\artifacts\AppInfo_war_exploded\
?????文件????????2145??2018-12-17?14:08??AppInfo\out\artifacts\AppInfo_war_exploded\403.jsp
?????目錄???????????0??2019-01-02?19:06??AppInfo\out\artifacts\AppInfo_war_exploded\WEB-INF\
?????目錄???????????0??2019-01-02?19:06??AppInfo\out\artifacts\AppInfo_war_exploded\WEB-INF\classes\
?????目錄???????????0??2019-01-02?19:06??AppInfo\out\artifacts\AppInfo_war_exploded\WEB-INF\classes\me
?????文件??????????16??2018-12-20?20:21??AppInfo\out\artifacts\AppInfo_war_exploded\WEB-INF\classes\me
?????文件????????3248??2018-12-22?18:39??AppInfo\out\artifacts\AppInfo_war_exploded\WEB-INF\classes\applicationContext-mybatis.xm
?????目錄???????????0??2019-01-02?19:06??AppInfo\out\artifacts\AppInfo_war_exploded\WEB-INF\classes\cn\
?????目錄???????????0??2019-01-02?19:06??AppInfo\out\artifacts\AppInfo_war_exploded\WEB-INF\classes\cn\appsys\
?????目錄???????????0??2019-01-02?19:06??AppInfo\out\artifacts\AppInfo_war_exploded\WEB-INF\classes\cn\appsys\controller\
?????文件????????1176??2018-12-18?16:31??AppInfo\out\artifacts\AppInfo_war_exploded\WEB-INF\classes\cn\appsys\controller\ba
?????目錄???????????0??2019-01-02?19:06??AppInfo\out\artifacts\AppInfo_war_exploded\WEB-INF\classes\cn\appsys\controller\backend\
............此處省略472個文件信息
- 上一篇:Lingo11完美破解版,直接解壓
- 下一篇:Flask框架實現CRUD
評論
共有 條評論