i-memo
我的筆記...
2016年3月25日
[GIT] 指令
›
git log --name-status File status flags: M modified - File has been modified C copy-edit - File has been copied and modified R rename-e...
2016年3月21日
[MySQL] UPDATE時出現Error Code: 1175
›
Error Code: 1175 You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column 百思不得其解update語法哪裡有錯=...
2016年2月25日
quartz cron時間參數
›
http://www.zgxue.com/198/1982002.html 秒 分 時 日 月 星期 (年) 星期 1=SUN 星號(*) 每個時間點都可以存在,表示每一個___執行 ex:標在月 :*=1-12:每個月都從執行 ex:0 * * 1 * ?...
2016年2月2日
Map 要把他stram()
›
Map m=.........; m. entrySet() .stream().
2016年1月28日
[JQuery] 讓textfield 看的到 但不能用
›
$("input[type=text]").focus(function(){ this.blur(); });
[JQuery] on() bind() delegate()
›
bind(type, [data], fn) on(type,[selector],[data],fn) on可以有selector delegate()可以指定未來元素 取代live() .on()是最新的1.9版本整合了之前的三種方式的新事件綁定機制
[JQuery] 動態調整字大小 div大小
›
$("#try2").click(function(){ $("#t").css({ height:function(index,value){ return parse...
2016年1月19日
[MAC] 快速鍵
›
fn+delete command+上下左右 ⌘(Command 鍵):有時稱為「Apple 鍵」。這個鍵在 Apple Keyboard 鍵盤上也有 Apple 標誌 () ^(Control 鍵) ⌥(Option 鍵):這個按鍵也...
2016年1月15日
[Spring] Resource strings
›
Prefix Example Explanation classpath: classpath:com/myapp/config.xml Loaded from the classpath. file: file:/data/config.xml Loaded as...
2016年1月11日
Eclipse jsp 預設 encoding改為utf8
›
Windows -> Preferences -> Web -> JSP Files Select UTF-8 encoding from the *Encoding *dropdown box there.
‹
›
首頁
查看網路版