i-memo

我的筆記...

2014年1月15日

[JAVA] java foreach 的index

›
It<Foo> fooIt = it(fooList); for (Foo foo : fooIt) {   //for each foo in fooList...   foo.doSomething();   //if you need the curr...
2014年1月14日

ORA-12519: TNS:no appropriate service handler found

›
spte1 select count(*) from v$process; step2 select value from v$parameter where name='processes'; step3 ∵stpe2的值應該會比step1...
2014年1月2日

批次改相片EXIF 拍照時間

›
出國忘了調相機時間 本來用PICASA改 但批次改的時候 感覺怪怪的 上網找到  jhead  但沒有界面 只能用CMD http://www.sentex.net/~mwandel/jhead/ 下載後 WIN7 要放在 【C:\Windows\System32...
2013年12月26日

從網址列直接快速建立 Google 日曆新活動

›
http://www.playpcesor.com/2013/12/google-chrome-google.html http://www.google.com/calendar/event?ctext=+%s+&action=TEMPLATE&pprop...
2013年12月10日

ORA-00932: inconsistent datatypes: expected - got CLOB

›
Try UNION ALL instead of UNION .
2013年11月26日

struts2 tag裡 REPLACE的方法

›
 <s:set var="test1">AAA</s:set>  <s:textarea name="testTEXT"   rows="3" cols="50" ...
2013年11月22日

jquery抓RADIO的值

›
    var item = $('input[name=member.type]:checked').val();

利用jquery disable或是enable

›
前言: htmle裡的「disabled」和「checked」一樣 不管是=true false 都是true 所以只能靠js解決== 可以用removeAttr把disabled的這屬移移掉:  $('.checkboxN').removeAttr...

jquery 抓request的attribute

›
var myNewVariable  = '${myValueName}';
2013年11月19日

[JAVA] Could not initialize class javax.crypto.JceSecurity

›
下載: Policy jars for Java 7 Policy jars for Java 6
‹
›
首頁
查看網路版
技術提供:Blogger.