Ocean 學習筆記
Flex,Flash,ActionScript3.0 , HTML5 、Javascript、前端技術、Java。
2014年7月16日 星期三
bootstrap 3.2 修改 Media queries breakpoints
›
1. 打開 /bootstrap/less/variables.less 2. Ctrl + F , 輸入 screen 3 . 修改 @screen-xs : 320px; @screen-sm : 768px; @screen-md : ...
bootstrap source 使用 與 編譯
›
bootstrap 下載 source檔,較方便修改,在更改 less檔後,可經由grunt編譯產生結果。 1.需要先安裝 nodejs 2. 下載 bootstrap source版本 bootstrap有提供壓縮好的版本,與原始碼版。 壓縮版可以直接使用...
Spring Class中,使用 properties
›
1. spring config xml <!-- 提供 properties檔之內容注入 bean 屬性 使用 @(Value ${屬性名稱}) 注入 --> <context:property-placeholder location=...
Spring JSP 中使用 properties 檔屬性
›
1. xml 需要 xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation="http://www.springframework.org/sche...
2014年7月14日 星期一
maven學習 十二 : SpringMVC + Tiles + log4j
›
pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi...
maven學習 十一 : Maven Srping MVC
›
Maven 配置: pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan...
2014年7月12日 星期六
maven學習 十 : log4j for spring
›
重點 : Spring log機制需要 log4j 與 slf4j 將 log4j.properties 設定檔,放於 WEB-INF 或是 classpath MATA-INF,就能運作。 Spring 能由 org.springframework.web...
‹
›
首頁
查看網路版