i-memo

我的筆記...

2016年4月12日

調整windows預設字型

›
看習慣win7 看2008的字真是痛苦== 1.執行regedit.exe 然後HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize GUIFont.Facena...
2016年4月11日

Eclipse 調大project explore 字體

›
在eclipse/opt/plugins/platform/css ( \eclipse\plugins\org.eclipse.ui.themes_1.1.1.v20151026-1355\css) 找到「e4_basestyle.css」 最後面加上 .MPar...
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 鍵):這個按鍵也...
‹
›
首頁
查看網路版
技術提供:Blogger.