検索
全文検索: logging @study:jsf 25 ヒット , 最終更新: 17年前 read().getContextClassLoader();
if (loader == null )
{
loader = defaultObject.getClass().ge... Locale locale)
{
String text = null ;
ResourceBundle bundle =
ResourceBund... " + id + " not found !!";
}
if (params != null )
{
MessageFormat mf = new MessageFormat... text = mf.format(params, new StringBuffer(), null ).toString();
}
return text;
}
...
</code> singleton @study:java:design_pattern 6 ヒット , 最終更新: 11年前 on getInstance() {
if (uniqueInstance == null ) {
uniqueInstance = new Singleton()... on getInstance() {
if (uniqueInstance == null ) {
uniqueInstance = new Singleton();... ton getInstance() {
if (uniqueInstance == null ) {
synchronized(Singleton.class) {
if (uniqueInstance == null ) {
uniqueInstance = new Sing rememberme @study:java 5 ヒット , 最終更新: 2週間前 STENT_LOGINS"
( "USERNAME" VARCHAR2(100 BYTE) NOT NULL ,
"SERIES" VARCHAR2(64 BYTE),
"TOKEN" VARCHAR2(64 BYTE) NOT NULL ,
"LAST_USED" TIMESTAMP (6) NOT NULL ,
CONSTRAINT "PERSISTENT_LOGINS_PK" PRIMARY KEY("SERIES")
)
</code... n = request.getSession(false);
if (_session == null ) {
return;
}
_session.removeAttribute(Web testdata @study:java:dbunit 4 ヒット , 最終更新: 5年前 ption {
IDatabaseConnection _connection = null ;
try {
_connection = database... } finally {
if (_connection != null ) _connection.close();
}
}
}
</code>
こ... ption {
IDatabaseConnection _connection = null ;
try {
_connection = database... } finally {
if (_connection != null ) _connection.close();
}
}
}
</code> implement4 @study:java:sharepointonline 4 ヒット , 最終更新: 3週間前 uest chr) throws IOException {
if (_cookies != null && _cookies.size() > 0) { ★ポイント2
StringBuil... t(HttpHeaders.SET_COOKIE);
if (_rawCookies != null && !_rawCookies.isEmpty()) {
for (String _rawCoo... ts, remove that cookie.
if (_cookieExists != null ) {
cookies.remove(_cookieExists);
}
... kieByName(String name) {
HttpCookie _result = null ;
for (HttpCookie _cookie : cookies) {
i iterator @study:java:design_pattern 3 ヒット , 最終更新: 17年前 if(position >= items.length || items[position] == null ){
return false;
} else {
... 수 없습니다.");
}
if(list[position-1] !=null ){
for(int i = position-1; i < (list.len... list[i] = list[i+1];
}
list[list.length-1] = null ;
}
}
}
</code>
monitor @study:javascript:jquery:plugin 3 ヒット , 最終更新: 9年前 totype: {
init: function(){
this._idleTime = null ;
this._timer = null ;
this._state = "on";
this.idleTime = null ;
this.initObservers(this.target, this.settings.even rad @study:ejb 2 ヒット , 最終更新: 17年前 double val = 0.0;
String errorMessage = null ;
try {
val = Double.parseDouble(r... enter a value.";
}
if (errorMessage != null ) {
request.setAttribute("errorMessage", template_method @study:java:design_pattern 2 ヒット , 最終更新: 17年前 e String getUserInput(){
String answer = null ;
System.out.println("커피에 우유와 설탕을 ... IO error")
}
if(answer == null ){
return "no";
}
r monitor @study:javascript:dojo 2 ヒット , 最終更新: 15年前 선언한다.
<code javascript>
dojo.declare("Employee", null , { /* 주의: 클래스 이름을 따옴표로 둘러싼다! */
constructor :... 과 같다.
<code javascript>
dojo.subscribe("alerts", null , function(caption, message){ alert(caption + "\n" filter @study:java 1 ヒット , 最終更新: 15年前 nfig;
}
public void destroy() {
this.fc = null ;
}
}
</code>
위의 filter가 하는 일은 web.xml의 context