検索

以下に検索結果を表示します。

全文検索:

mouse @study:javascript:event
11 ヒット, 最終更新:
if (picLayer.style.visibility.charAt(0) == "v") return; picLayer.style.visibility = "visible"; ... t> function getWinXOffset(){ if(window.scrollX) return window.scrollX; // Moziila if(window.pageXOffset) return window.pageXOffset; // Opera, NN4 if(document.d... ocument.documentElement.scrollLeft){ // 以下 IE return document.documentElement.scrollLeft; }else if(d
template_method @study:java:design_pattern
10 ヒット, 最終更新:
} boolean customerWantsCondiments(){ return true; } } </code> 여기서 후크 역할을 하는 메소드가 **%%cus... wer.toLowerCase().startsWith("y")){ return true; }else{ return false; } } private String getUserInput()... } if(answer == null){ return "no"; } return answer; } }
rememberme @study:java
8 ヒット, 最終更新:
urce.setPassword(env.getProperty("jdbc.pass")); return _dataSource; } //***** protected method ***** ... String _targetUrl = ""; //some logic here ★4 return _targetUrl; }//determineTargetUrlFromReferer /... mitted. Unable to redirect to " + _targetUrl); return; } //authorization doAuthorization(request,... rmine target URL * <br> * @param request * @return */ protected String determineTargetUrl(final H
logging @study:jsf
7 ヒット, 最終更新:
aultObject.getClass().getClassLoader(); } return loader; } public static String getDisplayString(... , new StringBuffer(), null).toString(); } return text; } ... </code> ---- 이 코드는 **getCurrentClas... text().getViewRoot().getLocale())); ... return projectSelectOne; } </code> 이번에는 JSF API를 사용할 수... ringBuffer(), null).toString(); } return (new FacesMessage(severity, summary, detail));
implement1 @study:java:sharepointonline
6 ヒット, 最終更新:
ed to receive SAML security token", e); } return _token; }//receiveSamlSecurityToken //build ... e(RSC.getString("soap.saml.token.request")); return _finalXMLRequest; }//buildSamlSecurityRequestEn... ClientHttpRequestFactory() throws Exception { return HttpComponentsClientHttpRequestFactoryBuilder.bui... athExpression(expression, namespacePrefixes); return _xPathExpressioin; } //convert nodes to XML
implement3 @study:java:sharepointonline
5 ヒット, 最終更新:
led to receive binary security token", e); } return _token; }//receiveBinarySecurityToken //build Bi... e(RSC.getString("soap.binary.token.request")); return _finalXMLRequest; }//buildBinaryTokenRequestEnvel... xyClientHttpRequestFactory() throws Exception { return ProxyClientHttpRequestFactoryBuilder.build()); } ... XPathExpression(expression, namespacePrefixes); return _xPathExpressioin; } </code> ★ポイント1\\ SOAPリクエスト
implement4 @study:java:sharepointonline
5 ヒット, 最終更新:
synchronized List<HttpCookie> getCookies() { return cookies; } public synchronized void resetCoo... .equals(_cookie.getValue())) _count++; } return (_count == 2); } // ***** protected method *... al List<HttpCookie> _cookies = getCookies(); return super.doExecute(url, method, new RequestCallback(... ception { processHeaders(chr.getHeaders()); return responseExtractor.extractData(chr); } });
singleton @study:java:design_pattern
4 ヒット, 最終更新:
ueInstance = new Singleton(); } return uniqueInstance; } } </code> 생성자를 private으로 선... ueInstance = new Singleton(); } return uniqueInstance; } } </code> 이렇게 하면 문제가 해결되겠지... public static Singleton getInstance() { return uniqueInstance; } } </code> 이런 접근법을 사용하면 클래... } } } return uniqueInstance; } } </code> 인스턴스를 생성하기에 앞서 인
select_2 @study:javascript:dojo
4 ヒット, 最終更新:
e(label)); opt.setAttribute('value',value); return opt; } </code> ここで、labelはoptionのテキストで、valueはoptio... ue==val) opt.setAttribute("selected", "true"); return opt; } </code> {{keywords>set selectedIndex Selec... e(label)); opt.setAttribute('value',value); return opt; } function init(){ dojo.byId("kind").inn... e(label)); opt.setAttribute('value',value); return opt; } function init(){ dojo.byId("kind").inn
monitor @study:javascript:jquery:plugin
4 ヒット, 最終更新:
$.data(this[0], 'monitor'); if ( monitor ) { return monitor; } monitor = new $.monitor( options,... [0] ); $.data(this[0], 'monitor', monitor); return monitor; } }); // constructor for monitor $.mon... this._state = "on"; }, onIdle: function(){ return false; }, onActive: function(args){ return false; } }); })(jQuery); </code> optionsはtimeout時間(defa
compress @study:java
3 ヒット, 最終更新:
e the ZIP file output.close(); return entry.getCompressedSize(); }//writeZipStream pri... } in.close(); out.closeEntry(); out.close(); return entry.getCompressedSize(); } private long getCRC... alling reset() checksumEngine.reset(); return checksum; } </code> ===== Example of co
tip @study:linux
3 ヒット, 最終更新:
tf "%M %d %u %g %TY-%Tm-%Td %p\n" | sort -r -k5,6 RETURN_CODE=$? echo "epa_modified.sh exit with " $RETURN_CODE exit $RETURN_CODE </code> ここで、-not \( -path 'some path' -o -path 'another path' \)部分は検索対象から除外するパスを指
iterator @study:java:design_pattern
3 ヒット, 最終更新:
position]; position = position + 1; return menuItem; } public boolean hasNext(){ ... ems.length || items[position] == null){ return false; } else { return true; } } public void remove(){ if(positio
rad @study:ejb
2 ヒット, 最終更新:
r.setResultValue(Math.pow(val, 0.5)); return r; } </code> **Ctrl+Shift+O**를 클릭해서 필요한 package를... ilure.jsp").forward(request, response); return; } try { SimpleSessionHome s
event @study:javascript
2 ヒット, 最終更新:
|| b.scrollTop) - (de.clientTop || 0); } return cursor; } </code> {{keywords> mouse cursor posi... var oT = document.getElementById(Tid); if(! oT)return; for(var i=0;i<oT.rows.length;i++) { oT.rows[
adapter @study:java:design_pattern
2 ヒット, 最終更新:
monitor @study:javascript:dojo
2 ヒット, 最終更新:
struts @study:java
1 ヒット, 最終更新:
xdoclet @study:java
1 ヒット, 最終更新:
debug @study:javascript
1 ヒット, 最終更新:
integation @study:java:powermock
1 ヒット, 最終更新:

QR Code
QR Code 検索 (generated for current page)