2014年12月30日

時間的正式說法

今度(こんど)      この(たび) 今回(こんかい)
この(まえ)  前回(ぜんかい)
この(つぎ)  次回(じかい)
さっき  (さき)ほど
この(あいだ)       先日(せんじつ)
昨日(きのう)      昨日(さくじつ)
昨夜(ゆうべ)      昨夜(さくや)
一昨日(おととい)  一昨日(いっさくじつ)
去年(きょねん)      昨年(さくねん)
一昨年(おととし)  一昨年(いっさくねん)
もう一度(いちど)     再度(さいど) (あらた)めて
いつも  平素(へいそ)
今日(きょう)      本日(ほんじつ)
今年(ことし)      本年(ほんねん)
今日(きょう)(よる)     今夜(こんや) 今晩(こんばん)
今日(きょう)(あさ)     今朝(けさ)
明日(あした)      明日(みょうにち)
明日(あした)(あさ)     明朝(みょうちょう)
明後日(あさって)  明後日(みょうごにち)
(あと)      (のち)ほど

すぐに  →ただ(いま) 至急(しきゅう)

2014年12月16日

[Chrome 套件] 六合一字典:TJDict

https://chrome.google.com/webstore/detail/tjdict/caafmojgjlbflohillejdmnghkpcjjpp

有英漢、漢英、英英、日日網路字典

包括 Yahoo 字典、詞酷線上辭典、句酷雙語例句、Urban Dictionary、Weiblio、牛津字典

詳細介紹:http://free.com.tw/tjdict/

CSS3 單位可以計算:calc

http://www.minwt.com/css/11583.html

EX:
width:calc(100%/3);
width:calc(600px/3)


還可以混合! 真是太貼心了
width:calc(100%/3+10px);

2014年12月3日

[ORACLE] v$sql and v$sqlarea

If your queries are still in the shared_pool, you can use v$sql and v$sqlarea. They would be flushed out regularly, but you can find them till that period of time.

The JSP specification requires that an attribute name is preceded by whitespace

tomcat6不會發生 tomcat7才會

如果無法找出整個專案還有哪裡少了空白的話   解法如下:

add the following line to <TOMCAT>/conf/catalina.properties and restart Tomcat:

org.apache.jasper.compiler.Parser.STRICT_WHITESPACE=false